aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/context.rs
Commit message (Expand)AuthorAgeFilesLines
...
* style: Remove the Mutex from new_animations_sender by moving it to the local ...Emilio Cobos Álvarez2016-07-011-8/+6
* Remove SharedLayoutContext::url.Ms2ger2016-05-311-3/+0
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* layout: Stop storing PrecomputedStyleData in LayoutNodeEmilio Cobos Álvarez2016-04-291-0/+5
* style: Add infrastructure for non-eagerly-cascaded pseudo-elementsEmilio Cobos Álvarez2016-04-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-5/+4
* Auto merge of #10155 - bholley:generalize_style_structs, r=SimonSapinbors-servo2016-03-251-3/+4
|\
| * Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-3/+4
* | canvas: Remove all the canvas layerization infrastructureEmilio Cobos Álvarez2016-03-231-6/+1
|/
* gfx: Allow images to be shipped to the WebRender thread without shippingPatrick Walton2016-03-221-37/+73
* Don't use image metadata for layout when rendering to a fileMatt Brubeck2016-02-251-36/+16
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-2/+4
* Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanutbors-servo2016-02-051-2/+2
|\
| * Upgrade to new Hasher APIRuud van Asseldonk2016-02-031-2/+2
* | Auto merge of #9532 - nox:dedup-heapsize, r=Manishearthbors-servo2016-02-051-1/+1
|\ \
| * | Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
| |/
* / Implement StandaloneStyleContext::new.Bobby Holley2016-02-031-0/+1
|/
* adding image metadata notification capabilities to image cachejmr02016-01-291-2/+49
* Remove unused imports in layoutKishor Bhat2016-01-171-1/+1
* Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)Ms2ger2016-01-141-1/+2
* task -> threadrohan.prinja2016-01-101-14/+14
* Remove the dependency of parallel DOM traversal and style calculation on Layo...Bobby Holley2016-01-061-10/+0
* Hoist style-related context bits into style/.Bobby Holley2015-12-291-52/+26
* Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-1/+1
* Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-1/+1
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-0/+4
* Write animated values into the `ComputedValues` structures whenPatrick Walton2015-11-241-2/+5
* Remove the unsafe Sync implementation for SharedLayoutContext.Ms2ger2015-11-071-5/+0
* Wrap SharedLayoutContext::stylist in a wrapper to make it Sync.Ms2ger2015-11-071-2/+7
* Wrap SharedLayoutContext::canvas_layers_sender in a Mutex.Ms2ger2015-11-071-2/+1
* Wrap SharedLayoutContext::new_animations_sender in a Mutex.Ms2ger2015-11-071-2/+1
* Wrap SharedLayoutContext::font_cache_task in a Mutex.Ms2ger2015-11-071-3/+3
* Remove unused SharedLayoutContext::constellation_chan.Ms2ger2015-11-071-5/+0
* Wrap SharedLayoutContext::image_cache_sender in a Mutex.Ms2ger2015-11-071-5/+4
* Remove unused SharedLayoutContext::layout_chan.Ms2ger2015-11-071-5/+1
* layout: Store viewport and screen size separately.Patrick Walton2015-11-031-2/+2
* Remove the reflow root from SharedLayoutContext.Ms2ger2015-10-261-3/+0
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* layout: Reformat some long lines and fix some whitespace issues.Patrick Walton2015-09-171-3/+3
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-2/+2
* sort all usesJohann Tuffe2015-08-201-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* layout: Remove the now-useless `dirty` field from the layout context.Patrick Walton2015-08-101-3/+0
* layout: Tie transitions to the DOM node and finish them instantly whenPatrick Walton2015-08-011-0/+3
* script: Make the `ImageCacheTask` use IPC.Patrick Walton2015-07-261-2/+2
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-2/+3
* Restore exit after load command line flag.Glenn Watson2015-07-201-1/+2
* Reduce the scope of the allowed unsafe code in context.rs.Ms2ger2015-07-081-1/+2