| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzian | bors-servo | 2019-04-25 | 1 | -1/+3 |
|\ |
|
| * | set referrer in window.load_url | Russell Cousineau | 2019-04-19 | 1 | -1/+3 |
* | | Measure layout queries blocked by ongoing layout | Philipp Albrecht | 2019-04-13 | 1 | -2/+14 |
|/ |
|
* | Update base64 to 0.10.1 | Anthony Ramine | 2019-01-25 | 1 | -6/+3 |
* | Report the stylesheet URL when reporting CSS errors | Anthony Ramine | 2019-01-14 | 1 | -1/+1 |
* | Make Window::scroll_offsets store keys as OpaqueNode values | Anthony Ramine | 2019-01-14 | 1 | -12/+8 |
* | Move CSSReporter from script_layout_interface to script | Anthony Ramine | 2019-01-14 | 1 | -3/+40 |
* | Make a bunch of layout queries morally safer | Anthony Ramine | 2019-01-09 | 1 | -19/+14 |
* | Use incumbent global for postmessage origin check. | Josh Matthews | 2019-01-07 | 1 | -5/+1 |
* | Provide the source window as part of postMessage events. | Josh Matthews | 2019-01-07 | 1 | -2/+9 |
* | Remove now-unnecessary must_root and allow(unrooted_must_root) annotations | Manish Goregaokar | 2019-01-04 | 1 | -1/+0 |
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -14/+14 |
* | Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p... | bors-servo | 2018-12-26 | 1 | -2/+10 |
|\ |
|
| * | implement windowproxy "delay-load-event-mode", and partially document "comple... | Gregory Terzian | 2018-12-23 | 1 | -2/+10 |
* | | Auto merge of #22451 - kingdido999:send-idle-message-once, r=jdm | bors-servo | 2018-12-22 | 1 | -3/+11 |
|\ \
| |/
|/| |
|
| * | Clean up | kingdido999 | 2018-12-13 | 1 | -1/+2 |
| * | Avoid sending idle message more than once after a reflow is complete | kingdido999 | 2018-12-13 | 1 | -3/+10 |
* | | Prevent JS execution and layout operations while DOM in inconsistent state. | Josh Matthews | 2018-12-14 | 1 | -0/+2 |
* | | Initial window sizes are mandatory. | Josh Matthews | 2018-12-14 | 1 | -23/+14 |
|/ |
|
* | Cancel animations that affect nodes that do not participate in layout. | Josh Matthews | 2018-12-10 | 1 | -1/+7 |
* | Remove unused recycle argument from Document::unload | George Roman | 2018-11-30 | 1 | -1/+1 |
* | Update webrender | Manish Goregaokar | 2018-11-27 | 1 | -5/+3 |
* | refactored performance timing to align with updated spec | ddh | 2018-11-20 | 1 | -5/+1 |
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -12/+11 |
* | Unify the task source and task canceller API | Agustin Chiappe Berrini | 2018-11-14 | 1 | -99/+17 |
* | Implement TaskSource for HistoryTraversal | Agustin Chiappe Berrini | 2018-11-13 | 1 | -6/+3 |
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 1 | -3/+0 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -7/+7 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -18/+28 |
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -2/+4 |
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -21/+21 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -65/+65 |
* | Add task source for media element | chansuke | 2018-10-10 | 1 | -0/+9 |
* | Move unsafe_no_jsmanaged_fields to trace | Fernando Jiménez Moreno | 2018-10-08 | 1 | -11/+1 |
* | Provide webrender_api::RenderApiSender to ScriptThread and DOM Window | Víctor Manuel Jáquez Leal | 2018-10-08 | 1 | -1/+20 |
* | Format script component | chansuke | 2018-09-19 | 1 | -200/+355 |
* | Auto merge of #21325 - gterzian:crossbeam_integration, r=SimonSapin,jdm | bors-servo | 2018-09-12 | 1 | -8/+8 |
|\ |
|
| * | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -8/+8 |
* | | Auto merge of #21280 - paavininanda:Update_the_image_data, r=jdm | bors-servo | 2018-09-12 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Reacting to environment changes | paavininanda | 2018-09-12 | 1 | -0/+1 |
* | | Add Websocket task source | Agustin Chiappe Berrini | 2018-09-08 | 1 | -0/+9 |
* | | Auto merge of #21583 - AgustinCB:add-task-source-name, r=jdm | bors-servo | 2018-09-04 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | Add the TaskSourceName to CommonScriptMsg::Task | Agustin Chiappe Berrini | 2018-09-04 | 1 | -2/+4 |
* | | Fix other parts of the Servo build. | Emilio Cobos Álvarez | 2018-09-03 | 1 | -0/+1 |
|/ |
|
* | Fix the build for NLL | Simon Sapin | 2018-08-24 | 1 | -1/+1 |
* | Auto merge of #21430 - Eijebong:ws-origin, r=jdm | bors-servo | 2018-08-22 | 1 | -0/+1 |
|\ |
|
| * | Properly set the origin on websocket messages | Bastien Orivel | 2018-08-16 | 1 | -0/+1 |
* | | Upgraded to SM 60 | Alan Jeffrey | 2018-08-20 | 1 | -7/+8 |
|/ |
|
* | make auxiliary browsing-context script-closeable | Gregory Terzian | 2018-08-11 | 1 | -3/+3 |