| Commit message (Expand) | Author | Age | Files | Lines |
* | alias some euclid types | Paul Rouget | 2018-03-16 | 1 | -2/+2 |
* | Use typed coordinates. | Paul Rouget | 2018-03-16 | 1 | -12/+19 |
* | constellation: Make setting up the WebGL state fallible. | Emilio Cobos Álvarez | 2018-03-09 | 1 | -4/+4 |
* | Auto merge of #20036 - paavininanda:BrowsingNames, r=jdm | bors-servo | 2018-02-25 | 1 | -0/+10 |
|\ |
|
| * | Adding Name and SetName functions for window | paavininanda | 2018-02-26 | 1 | -0/+10 |
* | | Move paintWorklet from "Window" to "CSS" according to new specification | yurket | 2018-02-22 | 1 | -5/+5 |
* | | Added extra bool in Window object to know about its Mutation Observers | Nupur Baghel | 2018-02-16 | 1 | -0/+12 |
|/ |
|
* | Auto merge of #19975 - paulrouget:killbhtml, r=mbrubeck,emilio | bors-servo | 2018-02-13 | 1 | -47/+8 |
|\ |
|
| * | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -47/+8 |
* | | Implement element.innerText getter | Fernando Jiménez Moreno | 2018-02-13 | 1 | -0/+1 |
|/ |
|
* | Update WebRender | Martin Robinson | 2018-02-06 | 1 | -15/+19 |
* | Add layout RPC query for getting an element's style | Jon Leighton | 2018-01-28 | 1 | -20/+8 |
* | Introduce MaxRect trait | Pyfisch | 2018-01-17 | 1 | -4/+4 |
* | queue event instead of immediately fire | ddh | 2017-11-30 | 1 | -0/+4 |
* | fix annotation URL | tigercosmos | 2017-11-16 | 1 | -1/+1 |
* | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08) | Simon Sapin | 2017-11-09 | 1 | -1/+0 |
* | changed f64 to u64 for navigation start timing until it had to be float | ddh | 2017-11-01 | 1 | -4/+4 |
* | Bump bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-30 | 1 | -2/+2 |
* | 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 |