| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Rename NewLayoutThreadInfo to LayoutThreadInit | Anthony Ramine | 2019-01-14 | 1 | -2/+2 |
|/ |
|
* | Make a bunch of layout queries morally safer | Anthony Ramine | 2019-01-09 | 1 | -12/+2 |
* | Added comment about layout thread exit workflow(Specifically:when will a Exit... | adit | 2019-01-08 | 1 | -0/+1 |
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -1/+1 |
* | style: Make Servo use a single thread-pool for layout-related tasks per-process. | Emilio Cobos Álvarez | 2018-12-23 | 1 | -42/+25 |
* | unregister components while exiting | csmoe | 2018-12-17 | 1 | -0/+1 |
* | Cancel animations that affect nodes that do not participate in layout. | Josh Matthews | 2018-12-10 | 1 | -4/+12 |
* | introduce a background-hang-monitor: | Gregory Terzian | 2018-11-26 | 1 | -2/+55 |
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -9/+11 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -74/+39 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -14/+22 |
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -5/+7 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -2/+2 |
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -22/+7 |
* | add servo_channel crate | Gregory Terzian | 2018-09-12 | 1 | -0/+2 |
* | Rustfmt layout_thread crate | Pyfisch | 2018-09-05 | 1 | -562/+710 |
* | Fix Servo build. | Emilio Cobos Álvarez | 2018-08-08 | 1 | -7/+10 |
* | layout: script: Fix build. | Emilio Cobos Álvarez | 2018-06-23 | 1 | -3/+3 |
* | layout_thread: Don't parse internal properties in paint registration code. | Emilio Cobos Álvarez | 2018-06-02 | 1 | -5/+7 |
* | Auto merge of #20420 - pyfisch:corner-clipping, r=emilio | bors-servo | 2018-04-29 | 1 | -3/+2 |
|\ |
|
| * | Move DL items from gfx to layout | Pyfisch | 2018-04-22 | 1 | -3/+2 |
* | | delegate resource reading to embedder | Paul Rouget | 2018-04-27 | 1 | -9/+16 |
* | | fix time measure | csmoe | 2018-03-25 | 1 | -9/+20 |
* | | introduce layout query timestamp | csmoe | 2018-03-18 | 1 | -1/+19 |
* | | extract querymsg from ReflowGoal | moe | 2018-03-17 | 1 | -104/+108 |
|/ |
|
* | Auto merge of #20058 - Eijebong:rayon1.0, r=jdm | bors-servo | 2018-02-27 | 1 | -5/+6 |
|\ |
|
| * | Bump rayon to 1.0 | Bastien Orivel | 2018-02-24 | 1 | -5/+6 |
* | | Rebase and fix innerText | Pyfisch | 2018-02-24 | 1 | -1/+1 |
* | | Introduce a dedicated data structure for text queries | Pyfisch | 2018-02-24 | 1 | -5/+6 |
|/ |
|
* | Implement element.innerText getter | Fernando Jiménez Moreno | 2018-02-13 | 1 | -4/+12 |
* | Update WR (various transform, hit-testing related fixes). | Glenn Watson | 2018-02-08 | 1 | -1/+1 |
* | Use LayoutRects for bounds and overflow in display lists | Pyfisch | 2018-02-07 | 1 | -2/+3 |
* | Update WebRender | Martin Robinson | 2018-02-06 | 1 | -18/+15 |
* | Auto merge of #19881 - jonleighton:issue-19811, r=emilio | bors-servo | 2018-01-28 | 1 | -16/+8 |
|\ |
|
| * | Add layout RPC query for getting an element's style | Jon Leighton | 2018-01-28 | 1 | -16/+8 |
* | | style: Look at the snapshots when invalidating due to stylesheet changes. | Emilio Cobos Álvarez | 2018-01-27 | 1 | -2/+2 |
|/ |
|
* | style: Derive debug for CascadeInputs. | Emilio Cobos Álvarez | 2018-01-23 | 1 | -10/+15 |
* | Replace NonZero<*{const,mut} _> with std::ptr::NonNull | Simon Sapin | 2018-01-22 | 1 | -1/+0 |
* | Update WR (minimal use of new transaction API). | Glenn Watson | 2018-01-19 | 1 | -7/+8 |
* | Introduce MaxRect trait | Pyfisch | 2018-01-17 | 1 | -2/+2 |
* | Decoupled gfx and metrics | Georg Streich | 2018-01-15 | 1 | -1/+1 |
* | Use the new WebRender conversion functions. | Pyfisch | 2018-01-07 | 1 | -4/+9 |
* | Create own file for background calculations in layout | Pyfisch | 2018-01-06 | 1 | -2/+1 |
* | Paint worklets: Implement timeout for worklet painter threads | Yati Sagade | 2017-12-22 | 1 | -2/+2 |
* | Turn flow::base and friends into methods | Matt Brubeck | 2017-12-14 | 1 | -9/+9 |
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 1 | -4/+4 |
* | style: Move property allowance tests to PropertyId::parse_into. | Emilio Cobos Álvarez | 2017-11-21 | 1 | -1/+1 |
* | Bump bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-30 | 1 | -8/+10 |
* | added time to interactive metrics, refactored metrics to use traits | ddh | 2017-10-24 | 1 | -1/+1 |