aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout
Commit message (Expand)AuthorAgeFilesLines
...
* | Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-2/+2
|/
* Take origin from window instead of creating a new one in case of reflowKunal Mohan2020-02-151-0/+2
* Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)Simon Sapin2020-02-141-3/+3
* layout: Resolve word_spacing ahead of time.Emilio Cobos Álvarez2020-02-121-2/+19
* style: Miscellaneous Servo build fixes.Emilio Cobos Álvarez2020-02-124-5/+9
* Improve the name the NodeGeometryQueryMartin Robinson2020-02-051-7/+7
* Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15)Simon Sapin2020-01-161-1/+0
* Parse `-moz-image-rect()` and `-moz-element()` only in GeckoSimon Sapin2020-01-071-5/+3
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-164-20/+60
* Servo build fixes.Emilio Cobos Álvarez2019-12-1615-110/+116
* Cap the number of glyphs per WebRender text run to avoid overflowing WR's limit.Patrick Walton2019-12-131-8/+23
* layout: Ensure truncated fragment is updated with results of collecting inner...Josh Matthews2019-12-091-3/+9
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-1/+1
* Auto merge of #24426 - servo:wrup, r=jdm,noxbors-servo2019-11-203-34/+40
|\
| * Update webrender and serde_bytesAnthony Ramine2019-11-133-22/+28
| * Don't allocate strings in Debug for DisplayItemAnthony Ramine2019-11-121-12/+12
* | layout: Ensure abs-pos elements establish block formatting contextsPaul Rouget2019-11-141-0/+7
|/
* dom: Calculate the viewport size of iframes when they are first added to the ...Josh Matthews2019-11-061-1/+11
* layout: Record sizes for iframes that have no pipeline.Josh Matthews2019-11-061-9/+10
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* Support CORS attributes for image elements.Josh Matthews2019-10-041-0/+1
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-4/+10
* Remove unused dependenciesShotaro Yamada2019-10-011-2/+0
* Update html5ever to 0.24Anthony Ramine2019-09-271-1/+1
* Upgrade to rustc 1.39.0-nightly (66bf391c3 2019-09-23)Simon Sapin2019-09-251-1/+3
* style: Fix Servo build, and rustfmt recent changes.Emilio Cobos Álvarez2019-09-121-4/+4
* Import victor's layout system 🍷Anthony Ramine2019-09-111-1/+1
* Replace DisplayList::is_contentful with tracking during conversion to WR disp...Simon Sapin2019-09-062-21/+33
* Replace the WebRenderDisplayItemConverter trait with an inherent methodSimon Sapin2019-09-062-17/+3
* Auto merge of #24034 - ferjm:video.fullscreen, r=emiliobors-servo2019-09-061-1/+3
|\
| * Make inline elements work in fullscreen modeFernando Jiménez Moreno2019-09-051-1/+3
* | Deduplicate parking_lot and friends by updating it to 0.9Bastien Orivel2019-09-051-1/+1
|/
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Auto merge of #23979 - Eijebong:deps-deps-deps, r=jdmbors-servo2019-08-161-0/+1
|\
| * Update webrender, image, png and raqoteBastien Orivel2019-08-161-0/+1
* | Fix Servo build and unify display representation.Emilio Cobos Álvarez2019-08-152-10/+12
|/
* Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}Simon Sapin2019-07-291-1/+1
* Update euclid.Emilio Cobos Álvarez2019-07-2326-67/+111
* Auto merge of #23822 - servo:rustup, r=jdmbors-servo2019-07-232-69/+31
|\
| * fmtSimon Sapin2019-07-222-69/+31
* | Revert change to render media controls breaking inline layoutFernando Jiménez Moreno2019-07-221-9/+3
* | Only allow UA widgets as children of media elementsFernando Jiménez Moreno2019-07-221-3/+8
* | Media UI basic functionalityFernando Jiménez Moreno2019-07-221-2/+4
* | Render media controlsFernando Jiménez Moreno2019-07-221-4/+10
|/
* Update rayon to dedupe crossbeam-epochBastien Orivel2019-07-121-3/+3
* Remove sometimes-unused bounds field from base display item to prevent confus...Josh Matthews2019-07-094-79/+43
* rustfmtJosh Matthews2019-07-094-20/+28
* WebRender rectangles items are sized based on their clipping rectangles.Josh Matthews2019-07-091-2/+2
* Create a solid rectangle display list entry for the page background.Josh Matthews2019-07-092-4/+25
* Stop storing display lists in an `Arc`Patrick Walton2019-07-091-1/+1