| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move clip resolution code into style | Manish Goregaokar | 2020-07-27 | 1 | -21/+2 |
* | Implement GPUSwapChain and GPUCanvasContext and interface with Webrender | Kunal Mohan | 2020-06-13 | 2 | -0/+3 |
* | Store resolved font style in canvas context state | Utsav Oza | 2020-06-10 | 1 | -9/+12 |
* | Add todos for missing steps while processing parse font query | Utsav Oza | 2020-06-10 | 1 | -37/+79 |
* | Query layout to resolve canvas font property value | Utsav Oza | 2020-06-10 | 1 | -2/+79 |
* | Auto merge of #26823 - jdm:single-renderapi, r=asajeffrey | bors-servo | 2020-06-09 | 1 | -3/+7 |
|\ |
|
| * | Proxy all WR interactions for layout/font/script/canvas threads to the compos... | Josh Matthews | 2020-06-09 | 1 | -3/+7 |
* | | Auto merge of #26758 - jdm:stacking-context-transform-zero, r=mrobinson | bors-servo | 2020-06-09 | 6 | -1/+50 |
|\ \
| |/
|/| |
|
| * | layout: Don't built stacking contexts or display lists for empty blocks. | Josh Matthews | 2020-06-09 | 6 | -1/+50 |
* | | Remove some unused dependency declarations | Simon Sapin | 2020-05-29 | 1 | -2/+0 |
|/ |
|
* | Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0... | Josh Matthews | 2020-05-26 | 1 | -1/+1 |
* | Implement concept of dirty root | Anthony Ramine | 2020-05-19 | 2 | -2/+25 |
* | More Cargo.toml cleanups | Alex Touchet | 2020-05-14 | 1 | -21/+21 |
* | Auto merge of #26335 - jdm:wrup, r=SimonSapin | bors-servo | 2020-05-12 | 5 | -111/+73 |
|\ |
|
| * | Use new webrender rounded clip API. | Josh Matthews | 2020-05-12 | 3 | -99/+57 |
| * | Update webrender. | Josh Matthews | 2020-05-11 | 5 | -12/+16 |
* | | Move most animation processing to script | Martin Robinson | 2020-05-12 | 3 | -223/+0 |
|/ |
|
* | Don't send a load event when a loaded image is actually the placeholder | Bastien Orivel | 2020-05-08 | 2 | -3/+3 |
* | Split animations and transitions into separate lists | Martin Robinson | 2020-05-06 | 1 | -84/+83 |
* | Start having animations conform to the HTML spec | Martin Robinson | 2020-05-05 | 1 | -8/+10 |
* | Use a restyle for animation ticks | Martin Robinson | 2020-05-05 | 2 | -146/+78 |
* | Auto merge of #26215 - dralley:fix-image-border, r=jdm | bors-servo | 2020-05-02 | 1 | -2/+12 |
|\ |
|
| * | Fix combination of border and border-radius being drawn incorrectly | Daniel Alley | 2020-04-17 | 1 | -2/+12 |
* | | Add support for animationend event | Martin Robinson | 2020-05-01 | 2 | -32/+56 |
* | | Split animation cancellation from update_style_for_animation | Martin Robinson | 2020-04-30 | 1 | -14/+12 |
* | | Restyle should reflect animations and transitions | Martin Robinson | 2020-04-29 | 1 | -1/+2 |
* | | Add support for transitionrun events | Martin Robinson | 2020-04-24 | 1 | -55/+78 |
* | | Add ElementAnimationState and PossibleElementAnimationState | Martin Robinson | 2020-04-24 | 1 | -155/+121 |
* | | Add support for canceling CSS transitions | Martin Robinson | 2020-04-22 | 1 | -6/+44 |
* | | Auto merge of #26214 - mrobinson:animation-eliminate-animation-frame, r=emilio | bors-servo | 2020-04-18 | 1 | -5/+5 |
|\ \ |
|
| * | | Eliminate `AnimationFrame` | Martin Robinson | 2020-04-18 | 1 | -5/+5 |
| |/ |
|
* | | Auto merge of #23661 - julientregoat:i-21289, r=jdm | bors-servo | 2020-04-17 | 1 | -25/+26 |
|\ \
| |/
|/| |
|
| * | Refactor ImageCache::find_image_or_metadata API. | Julien Tregoat | 2020-04-17 | 1 | -25/+26 |
* | | Some servo build fixes. | Emilio Cobos Álvarez | 2020-04-16 | 2 | -53/+61 |
|/ |
|
* | Don't go through the layout thread to retrieve a node's primary style | Anthony Ramine | 2020-04-07 | 1 | -17/+1 |
* | Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutData | Anthony Ramine | 2020-04-06 | 3 | -38/+17 |
* | Rename a bunch of style/layout data items | Anthony Ramine | 2020-04-06 | 3 | -20/+25 |
* | Auto merge of #26105 - servo:layout-2020-less-opaque, r=emilio | bors-servo | 2020-04-04 | 3 | -23/+23 |
|\ |
|
| * | Make DOM own the style and layout data, in an UnsafeCell | Anthony Ramine | 2020-04-04 | 3 | -17/+15 |
| * | Don't expose any AtomicRefCell directly from style traits | Anthony Ramine | 2020-04-04 | 1 | -1/+1 |
| * | Make OpaqueLayoutAndStyleData just a bit less opaque | Anthony Ramine | 2020-04-04 | 4 | -15/+17 |
* | | Don't send empty canvases to WebRender | Daniel Alley | 2020-04-03 | 1 | -0/+6 |
|/ |
|
* | Auto merge of #26074 - jdm:transition-fix, r=SimonSapin | bors-servo | 2020-04-01 | 1 | -0/+1 |
|\ |
|
| * | Avoid infinitely looping CSS transitions. | Josh Matthews | 2020-04-01 | 1 | -0/+1 |
* | | Make LayoutNodeHelpers::text_content return a cow | Anthony Ramine | 2020-03-31 | 1 | -1/+1 |
* | | Fix failing assertion -- failure to pop reference frame | Daniel Alley | 2020-03-30 | 2 | -3/+9 |
|/ |
|
* | Add a 'dom lifetime to GetLayoutData | Anthony Ramine | 2020-03-26 | 6 | -57/+65 |
* | Remove syn 0.15 from our crate graph (fixes #24421) | Anthony Ramine | 2020-03-05 | 2 | -0/+2 |
* | Auto merge of #25818 - mrobinson:transforms, r=SimonSapin | bors-servo | 2020-02-24 | 1 | -2/+12 |
|\ |
|
| * | Add layout_2020 support for transformations | Martin Robinson | 2020-02-21 | 1 | -2/+12 |