| Commit message (Expand) | Author | Age | Files | Lines |
* | added time to interactive metrics, refactored metrics to use traits | ddh | 2017-10-24 | 1 | -0/+14 |
* | Auto merge of #18968 - mbrubeck:try, r=emilio | bors-servo | 2017-10-21 | 1 | -16/+8 |
|\ |
|
| * | Use try syntax for Option where appropriate | Matt Brubeck | 2017-10-20 | 1 | -16/+8 |
| * | 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 #18933 - mrobinson:wr-text-index, r=jdm | bors-servo | 2017-10-19 | 1 | -2/+6 |
|\ |
|
| * | Use WebRender to compute text index on click events | Martin Robinson | 2017-10-18 | 1 | -2/+6 |
* | | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -21/+21 |
|/ |
|
* | Auto merge of #18704 - mrobinson:wr-hit-testing, r=jdm,glennw,mbrubeck | bors-servo | 2017-10-17 | 1 | -32/+6 |
|\ |
|
| * | Switch to using WebRender hit testing | Martin Robinson | 2017-10-17 | 1 | -32/+6 |
* | | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -6/+6 |
|/ |
|
* | Auto merge of #18875 - servo:stable-js, r=nox,jdm | bors-servo | 2017-10-16 | 1 | -0/+1 |
|\ |
|
| * | Make usage of core_intrinsics optional | Simon Sapin | 2017-10-16 | 1 | -0/+1 |
* | | Implement DOM to texture | Imanol Fernandez | 2017-10-16 | 1 | -1/+10 |
|/ |
|
* | Remove use of unstable box syntax. | Simon Sapin | 2017-10-16 | 1 | -6/+6 |
* | Combine ReflowGoal and ReflowQueryType | Martin Robinson | 2017-09-30 | 1 | -73/+41 |
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -31/+31 |
* | Rename DOMRefCell<T> to DomRefCell<T> | Anthony Ramine | 2017-09-26 | 1 | -14/+14 |
* | Rename MutNullableJS<T> to MutNullableDom<T> | Anthony Ramine | 2017-09-26 | 1 | -14/+14 |
* | Rename JS<T> to Dom<T> | Anthony Ramine | 2017-09-26 | 1 | -4/+4 |
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | Window should own Location, Document shouldn't | Alan Jeffrey | 2017-09-20 | 1 | -1/+3 |
* | Introduce TaskOnce | Anthony Ramine | 2017-09-20 | 1 | -2/+2 |
* | Use task! to forward unhandled errors to worker objects | Anthony Ramine | 2017-09-18 | 1 | -1/+1 |
* | Clean up GlobalScope::report_an_error | Anthony Ramine | 2017-09-18 | 1 | -1/+1 |
* | Use task! for posting messages | Anthony Ramine | 2017-09-18 | 1 | -51/+42 |
* | Move Task to its own module | Anthony Ramine | 2017-09-18 | 1 | -2/+3 |
* | Rename Runnable to Task | Anthony Ramine | 2017-09-16 | 1 | -9/+9 |
* | Store microtask queues in their global (fixes #18467) | Anthony Ramine | 2017-09-13 | 1 | -16/+2 |
* | Store a Rc<MicrotaskQueue> directly on Window | Anthony Ramine | 2017-09-13 | 1 | -0/+17 |
* | Reformat Window::new | Anthony Ramine | 2017-09-13 | 1 | -67/+67 |
* | stylo: Error reporting for unknown media features | Fernando Jiménez Moreno | 2017-09-08 | 1 | -1/+2 |
* | Make Performance Timeline API work in Workers | Fernando Jiménez Moreno | 2017-09-05 | 1 | -1/+2 |
* | Use absolute paths in the event handlers macros | Anthony Ramine | 2017-09-01 | 1 | -3/+0 |
* | Auto merge of #18209 - jdm:devirtualize, r=mbrubeck | bors-servo | 2017-08-24 | 1 | -3/+2 |
|\ |
|
| * | Devirtualize CSS error reporting. | Josh Matthews | 2017-08-24 | 1 | -3/+2 |
* | | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -1/+1 |
|/ |
|
* | style: Replicate the list of stylesheets on the layout thread. | Emilio Cobos Álvarez | 2017-08-18 | 1 | -5/+5 |
* | Performance Timeline API | Fernando Jiménez Moreno | 2017-08-17 | 1 | -0/+9 |
* | Improve WebGL architecture. | Imanol Fernandez | 2017-08-15 | 1 | -4/+15 |
* | make use of ScriptToConstellationChan | Paul Rouget | 2017-08-15 | 1 | -25/+17 |
* | Set navigation start value according to navigation timing spec | Fernando Jiménez Moreno | 2017-07-18 | 1 | -7/+15 |
* | Upgrade to the latest version of WebRender | Martin Robinson | 2017-07-13 | 1 | -1/+1 |
* | Auto merge of #17364 - asajeffrey:script-paint-worklets-properties, r=jdm | bors-servo | 2017-07-11 | 1 | -4/+1 |
|\ |
|
| * | Implemented paint worklet properties. | Alan Jeffrey | 2017-07-11 | 1 | -4/+1 |
* | | Avoid panic when postMessage targets closed window. | Josh Matthews | 2017-07-11 | 1 | -1/+2 |
|/ |
|
* | Implemented paint worklet rendering context. | Alan Jeffrey | 2017-06-30 | 1 | -0/+2 |
* | Don't return window proxy if it has been discarded | Connor Brewster | 2017-06-27 | 1 | -9/+10 |
* | Auto merge of #17385 - pyfisch:better-scroll, r=mrobinson | bors-servo | 2017-06-23 | 1 | -21/+19 |
|\ |
|
| * | Fix several bugs related to scrolling | Pyfisch | 2017-06-19 | 1 | -21/+19 |