| Commit message (Expand) | Author | Age | Files | Lines |
* | Update hyper to 0.12 | Bastien Orivel | 2018-11-01 | 1 | -50/+42 |
* | Make first argument of DOMManipulationTaskSource as a Box<ScriptChan + | CYBAI | 2018-10-18 | 1 | -2/+2 |
* | Implement unhandledrejection event | CYBAI | 2018-10-18 | 1 | -1/+9 |
* | Auto merge of #21881 - pyfisch:keyboard-types, r=paulrouget | bors-servo | 2018-10-17 | 1 | -3/+4 |
|\ |
|
| * | Use keyboard-types crate | Pyfisch | 2018-10-07 | 1 | -3/+4 |
* | | Add task source for media element | chansuke | 2018-10-10 | 1 | -0/+9 |
* | | Provide webrender_api::RenderApiSender to ScriptThread and DOM Window | Víctor Manuel Jáquez Leal | 2018-10-08 | 1 | -1/+6 |
|/ |
|
* | Format script component | chansuke | 2018-09-19 | 1 | -599/+1056 |
* | Create ScriptMsg::GetBrowsingContextInfo | mandreyel | 2018-09-14 | 1 | -28/+29 |
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -54/+32 |
* | Add Websocket task source | Agustin Chiappe Berrini | 2018-09-08 | 1 | -0/+6 |
* | Add the TaskSourceName to CommonScriptMsg::Task | Agustin Chiappe Berrini | 2018-09-04 | 1 | -13/+13 |
* | introduce task-queues, and throttling the performance-timeline task-source, i... | Gregory Terzian | 2018-08-31 | 1 | -6/+61 |
* | Upgraded to SM 60 | Alan Jeffrey | 2018-08-20 | 1 | -3/+3 |
* | implement opener, disowning | Gregory Terzian | 2018-08-11 | 1 | -9/+41 |
* | implement window.open, create auxiliary browsing context | Gregory Terzian | 2018-08-11 | 1 | -0/+12 |
* | use remote-event task source in EventSource | Gregory Terzian | 2018-07-13 | 1 | -0/+9 |
* | Auto merge of #21028 - asajeffrey:script-dont-trace-parsers, r=Manishearth | bors-servo | 2018-06-08 | 1 | -2/+11 |
|\ |
|
| * | Fixed panic due to GC while parsing | Alan Jeffrey | 2018-06-08 | 1 | -2/+11 |
* | | improve spec compliance of window.close | Gregory Terzian | 2018-06-04 | 1 | -21/+0 |
|/ |
|
* | move top_level_browsing_context_id out of embedder msg | Gregory Terzian | 2018-05-23 | 1 | -3/+2 |
* | move msg to embedder_traits, use in script, handle send error in embedder | Gregory Terzian | 2018-05-23 | 1 | -6/+8 |
* | beforeunload and unload infrastructure | Gregory Terzian | 2018-05-05 | 1 | -0/+10 |
* | Make session history aware of URLs | Connor Brewster | 2018-04-24 | 1 | -5/+9 |
* | Remove insaccessible history states | Connor Brewster | 2018-04-17 | 1 | -0/+10 |
* | Implement history state | Connor Brewster | 2018-04-16 | 1 | -1/+12 |
* | Pass new method in CollectServoSizes for accurate DOM heap use reporting | Anthony Weston | 2018-03-27 | 1 | -30/+7 |
* | constellation: Make setting up the WebGL state fallible. | Emilio Cobos Álvarez | 2018-03-09 | 1 | -3/+3 |
* | Auto merge of #20012 - alexfjw:avoid_Window-GetComputedStyle_when_checking_fo... | bors-servo | 2018-02-27 | 1 | -2/+1 |
|\ |
|
| * | Avoid `Window::GetComputedStyle` when checking for `display: none` | Alex Fong | 2018-02-26 | 1 | -2/+1 |
* | | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -48/+16 |
* | | remove forcetouch support | Paul Rouget | 2018-02-11 | 1 | -15/+1 |
|/ |
|
* | Updated content_type of Document and XMLDocument from DOCString to Mime | Nupur Baghel | 2018-02-09 | 1 | -1/+1 |
* | Print url of recorded PWM | Fernando Jiménez Moreno | 2017-12-07 | 1 | -1/+2 |
* | Use FetchCanceller for document loads | Manish Goregaokar | 2017-11-22 | 1 | -3/+10 |
* | added navigation start for interactive metrics | ddh | 2017-11-14 | 1 | -0/+4 |
* | changed f64 to u64 for navigation start timing until it had to be float | ddh | 2017-11-01 | 1 | -3/+3 |
* | Bump bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-30 | 1 | -2/+2 |
* | added pipelines to all task sources | ddh | 2017-10-25 | 1 | -55/+59 |
* | added time to interactive metrics, refactored metrics to use traits | ddh | 2017-10-24 | 1 | -16/+103 |
* | Auto merge of #18968 - mbrubeck:try, r=emilio | bors-servo | 2017-10-21 | 1 | -4/+1 |
|\ |
|
| * | Use try syntax for Option where appropriate | Matt Brubeck | 2017-10-20 | 1 | -4/+1 |
| * | Auto merge of #18809 - Eijebong:bitflags, r=nox | bors-servo | 2017-10-19 | 1 | -2/+2 |
| |\ |
|
| | * | Update bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-19 | 1 | -2/+2 |
* | | | Do not trace Rust values when thread is shutting down. | Josh Matthews | 2017-10-20 | 1 | -2/+1 |
|/ / |
|
* | | Auto merge of #18944 - servo:jemallocator2, r=nox | bors-servo | 2017-10-19 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Stop relying on linking details of std’s default allocator | Simon Sapin | 2017-10-19 | 1 | -2/+2 |
* | | Auto merge of #18933 - mrobinson:wr-text-index, r=jdm | bors-servo | 2017-10-19 | 1 | -4/+13 |
|\ \
| |/
|/| |
|
| * | Use WebRender to compute text index on click events | Martin Robinson | 2017-10-18 | 1 | -4/+13 |
* | | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -3/+7 |
|/ |
|