aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout
Commit message (Expand)AuthorAgeFilesLines
...
* Move clip resolution code into styleManish Goregaokar2020-07-271-21/+2
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-132-0/+3
* Store resolved font style in canvas context stateUtsav Oza2020-06-101-9/+12
* Add todos for missing steps while processing parse font queryUtsav Oza2020-06-101-37/+79
* Query layout to resolve canvas font property valueUtsav Oza2020-06-101-2/+79
* Auto merge of #26823 - jdm:single-renderapi, r=asajeffreybors-servo2020-06-091-3/+7
|\
| * Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-091-3/+7
* | Auto merge of #26758 - jdm:stacking-context-transform-zero, r=mrobinsonbors-servo2020-06-096-1/+50
|\ \ | |/ |/|
| * layout: Don't built stacking contexts or display lists for empty blocks.Josh Matthews2020-06-096-1/+50
* | Remove some unused dependency declarationsSimon Sapin2020-05-291-2/+0
|/
* Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0...Josh Matthews2020-05-261-1/+1
* Implement concept of dirty rootAnthony Ramine2020-05-192-2/+25
* More Cargo.toml cleanupsAlex Touchet2020-05-141-21/+21
* Auto merge of #26335 - jdm:wrup, r=SimonSapinbors-servo2020-05-125-111/+73
|\
| * Use new webrender rounded clip API.Josh Matthews2020-05-123-99/+57
| * Update webrender.Josh Matthews2020-05-115-12/+16
* | Move most animation processing to scriptMartin Robinson2020-05-123-223/+0
|/
* Don't send a load event when a loaded image is actually the placeholderBastien Orivel2020-05-082-3/+3
* Split animations and transitions into separate listsMartin Robinson2020-05-061-84/+83
* Start having animations conform to the HTML specMartin Robinson2020-05-051-8/+10
* Use a restyle for animation ticksMartin Robinson2020-05-052-146/+78
* Auto merge of #26215 - dralley:fix-image-border, r=jdmbors-servo2020-05-021-2/+12
|\
| * Fix combination of border and border-radius being drawn incorrectlyDaniel Alley2020-04-171-2/+12
* | Add support for animationend eventMartin Robinson2020-05-012-32/+56
* | Split animation cancellation from update_style_for_animationMartin Robinson2020-04-301-14/+12
* | Restyle should reflect animations and transitionsMartin Robinson2020-04-291-1/+2
* | Add support for transitionrun eventsMartin Robinson2020-04-241-55/+78
* | Add ElementAnimationState and PossibleElementAnimationStateMartin Robinson2020-04-241-155/+121
* | Add support for canceling CSS transitionsMartin Robinson2020-04-221-6/+44
* | Auto merge of #26214 - mrobinson:animation-eliminate-animation-frame, r=emiliobors-servo2020-04-181-5/+5
|\ \
| * | Eliminate `AnimationFrame`Martin Robinson2020-04-181-5/+5
| |/
* | Auto merge of #23661 - julientregoat:i-21289, r=jdmbors-servo2020-04-171-25/+26
|\ \ | |/ |/|
| * Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-25/+26
* | Some servo build fixes.Emilio Cobos Álvarez2020-04-162-53/+61
|/
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-17/+1
* Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutDataAnthony Ramine2020-04-063-38/+17
* Rename a bunch of style/layout data itemsAnthony Ramine2020-04-063-20/+25
* Auto merge of #26105 - servo:layout-2020-less-opaque, r=emiliobors-servo2020-04-043-23/+23
|\
| * Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-043-17/+15
| * Don't expose any AtomicRefCell directly from style traitsAnthony Ramine2020-04-041-1/+1
| * Make OpaqueLayoutAndStyleData just a bit less opaqueAnthony Ramine2020-04-044-15/+17
* | Don't send empty canvases to WebRenderDaniel Alley2020-04-031-0/+6
|/
* Auto merge of #26074 - jdm:transition-fix, r=SimonSapinbors-servo2020-04-011-0/+1
|\
| * Avoid infinitely looping CSS transitions.Josh Matthews2020-04-011-0/+1
* | Make LayoutNodeHelpers::text_content return a cowAnthony Ramine2020-03-311-1/+1
* | Fix failing assertion -- failure to pop reference frameDaniel Alley2020-03-302-3/+9
|/
* Add a 'dom lifetime to GetLayoutDataAnthony Ramine2020-03-266-57/+65
* Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-052-0/+2
* Auto merge of #25818 - mrobinson:transforms, r=SimonSapinbors-servo2020-02-241-2/+12
|\
| * Add layout_2020 support for transformationsMartin Robinson2020-02-211-2/+12