aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix Servo build.Emilio Cobos Álvarez2018-08-081-7/+10
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-3/+3
* layout_thread: Don't parse internal properties in paint registration code.Emilio Cobos Álvarez2018-06-021-5/+7
* Auto merge of #20420 - pyfisch:corner-clipping, r=emiliobors-servo2018-04-291-3/+2
|\
| * Move DL items from gfx to layoutPyfisch2018-04-221-3/+2
* | delegate resource reading to embedderPaul Rouget2018-04-271-9/+16
* | fix time measurecsmoe2018-03-251-9/+20
* | introduce layout query timestampcsmoe2018-03-181-1/+19
* | extract querymsg from ReflowGoalmoe2018-03-171-104/+108
|/
* Auto merge of #20058 - Eijebong:rayon1.0, r=jdmbors-servo2018-02-271-5/+6
|\
| * Bump rayon to 1.0Bastien Orivel2018-02-241-5/+6
* | Rebase and fix innerTextPyfisch2018-02-241-1/+1
* | Introduce a dedicated data structure for text queriesPyfisch2018-02-241-5/+6
|/
* Implement element.innerText getterFernando Jiménez Moreno2018-02-131-4/+12
* Update WR (various transform, hit-testing related fixes).Glenn Watson2018-02-081-1/+1
* Use LayoutRects for bounds and overflow in display listsPyfisch2018-02-071-2/+3
* Update WebRenderMartin Robinson2018-02-061-18/+15
* Auto merge of #19881 - jonleighton:issue-19811, r=emiliobors-servo2018-01-281-16/+8
|\
| * Add layout RPC query for getting an element's styleJon Leighton2018-01-281-16/+8
* | style: Look at the snapshots when invalidating due to stylesheet changes.Emilio Cobos Álvarez2018-01-271-2/+2
|/
* style: Derive debug for CascadeInputs.Emilio Cobos Álvarez2018-01-231-10/+15
* Replace NonZero<*{const,mut} _> with std::ptr::NonNullSimon Sapin2018-01-221-1/+0
* Update WR (minimal use of new transaction API).Glenn Watson2018-01-191-7/+8
* Introduce MaxRect traitPyfisch2018-01-171-2/+2
* Decoupled gfx and metricsGeorg Streich2018-01-151-1/+1
* Use the new WebRender conversion functions.Pyfisch2018-01-071-4/+9
* Create own file for background calculations in layoutPyfisch2018-01-061-2/+1
* Paint worklets: Implement timeout for worklet painter threadsYati Sagade2017-12-221-2/+2
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-9/+9
* Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-4/+4
* style: Move property allowance tests to PropertyId::parse_into.Emilio Cobos Álvarez2017-11-211-1/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-8/+10
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-1/+1
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-5/+1
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-5/+1
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-10/+8
|/
* Auto merge of #18809 - Eijebong:bitflags, r=noxbors-servo2017-10-191-8/+10
|\
| * Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-8/+10
* | Auto merge of #18944 - servo:jemallocator2, r=noxbors-servo2017-10-191-2/+3
|\ \ | |/ |/|
| * Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-191-2/+3
* | Auto merge of #18933 - mrobinson:wr-text-index, r=jdmbors-servo2017-10-191-10/+11
|\ \ | |/ |/|
| * Use WebRender to compute text index on click eventsMartin Robinson2017-10-181-10/+11
* | Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-6/+9
|/
* Switch to using WebRender hit testingMartin Robinson2017-10-171-37/+34
* style: Refactor children handling.Emilio Cobos Álvarez2017-10-171-2/+2
* Use wrappers in the nonzero crate so users don’t need unstable featuresSimon Sapin2017-10-131-1/+0
* Use NonZeroUsize in script_layout_interfaceSimon Sapin2017-10-131-2/+2
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-3/+3
* layout_thread: Avoid adding the UA sheets multiple times when there's no root...Emilio Cobos Álvarez2017-10-011-2/+1
* layout_thread: perform_post_main_layout_passes is always called with a root f...Emilio Cobos Álvarez2017-10-011-16/+17