| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Update ipc-channel and crossbeam-channel. | Josh Matthews | 2020-02-20 | 1 | -2/+2 |
|/ |
|
* | Take origin from window instead of creating a new one in case of reflow | Kunal Mohan | 2020-02-15 | 1 | -0/+2 |
* | Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13) | Simon Sapin | 2020-02-14 | 1 | -3/+3 |
* | layout: Resolve word_spacing ahead of time. | Emilio Cobos Álvarez | 2020-02-12 | 1 | -2/+19 |
* | style: Miscellaneous Servo build fixes. | Emilio Cobos Álvarez | 2020-02-12 | 4 | -5/+9 |
* | Improve the name the NodeGeometryQuery | Martin Robinson | 2020-02-05 | 1 | -7/+7 |
* | Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15) | Simon Sapin | 2020-01-16 | 1 | -1/+0 |
* | Parse `-moz-image-rect()` and `-moz-element()` only in Gecko | Simon Sapin | 2020-01-07 | 1 | -5/+3 |
* | Rustfmt recent changes. | Emilio Cobos Álvarez | 2019-12-16 | 4 | -20/+60 |
* | Servo build fixes. | Emilio Cobos Álvarez | 2019-12-16 | 15 | -110/+116 |
* | Cap the number of glyphs per WebRender text run to avoid overflowing WR's limit. | Patrick Walton | 2019-12-13 | 1 | -8/+23 |
* | layout: Ensure truncated fragment is updated with results of collecting inner... | Josh Matthews | 2019-12-09 | 1 | -3/+9 |
* | Use non-IPC webrender API over explicit IPC channels. | Josh Matthews | 2019-11-27 | 1 | -1/+1 |
* | Auto merge of #24426 - servo:wrup, r=jdm,nox | bors-servo | 2019-11-20 | 3 | -34/+40 |
|\ |
|
| * | Update webrender and serde_bytes | Anthony Ramine | 2019-11-13 | 3 | -22/+28 |
| * | Don't allocate strings in Debug for DisplayItem | Anthony Ramine | 2019-11-12 | 1 | -12/+12 |
* | | layout: Ensure abs-pos elements establish block formatting contexts | Paul Rouget | 2019-11-14 | 1 | -0/+7 |
|/ |
|
* | dom: Calculate the viewport size of iframes when they are first added to the ... | Josh Matthews | 2019-11-06 | 1 | -1/+11 |
* | layout: Record sizes for iframes that have no pipeline. | Josh Matthews | 2019-11-06 | 1 | -9/+10 |
* | Update rand to 0.7 (fixes #24448) | Anthony Ramine | 2019-10-23 | 1 | -1/+1 |
* | Support CORS attributes for image elements. | Josh Matthews | 2019-10-04 | 1 | -0/+1 |
* | Double key image cache by requesting origin, and store CORS status with cache... | Josh Matthews | 2019-10-04 | 1 | -4/+10 |
* | Remove unused dependencies | Shotaro Yamada | 2019-10-01 | 1 | -2/+0 |
* | Update html5ever to 0.24 | Anthony Ramine | 2019-09-27 | 1 | -1/+1 |
* | Upgrade to rustc 1.39.0-nightly (66bf391c3 2019-09-23) | Simon Sapin | 2019-09-25 | 1 | -1/+3 |
* | style: Fix Servo build, and rustfmt recent changes. | Emilio Cobos Álvarez | 2019-09-12 | 1 | -4/+4 |
* | Import victor's layout system 🍷 | Anthony Ramine | 2019-09-11 | 1 | -1/+1 |
* | Replace DisplayList::is_contentful with tracking during conversion to WR disp... | Simon Sapin | 2019-09-06 | 2 | -21/+33 |
* | Replace the WebRenderDisplayItemConverter trait with an inherent method | Simon Sapin | 2019-09-06 | 2 | -17/+3 |
* | Auto merge of #24034 - ferjm:video.fullscreen, r=emilio | bors-servo | 2019-09-06 | 1 | -1/+3 |
|\ |
|
| * | Make inline elements work in fullscreen mode | Fernando Jiménez Moreno | 2019-09-05 | 1 | -1/+3 |
* | | Deduplicate parking_lot and friends by updating it to 0.9 | Bastien Orivel | 2019-09-05 | 1 | -1/+1 |
|/ |
|
* | Update ipc-channel and related dependencies | Bastien Orivel | 2019-08-27 | 1 | -1/+1 |
* | Auto merge of #23979 - Eijebong:deps-deps-deps, r=jdm | bors-servo | 2019-08-16 | 1 | -0/+1 |
|\ |
|
| * | Update webrender, image, png and raqote | Bastien Orivel | 2019-08-16 | 1 | -0/+1 |
* | | Fix Servo build and unify display representation. | Emilio Cobos Álvarez | 2019-08-15 | 2 | -10/+12 |
|/ |
|
* | Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020} | Simon Sapin | 2019-07-29 | 1 | -1/+1 |
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 26 | -67/+111 |
* | Auto merge of #23822 - servo:rustup, r=jdm | bors-servo | 2019-07-23 | 2 | -69/+31 |
|\ |
|
| * | fmt | Simon Sapin | 2019-07-22 | 2 | -69/+31 |
* | | Revert change to render media controls breaking inline layout | Fernando Jiménez Moreno | 2019-07-22 | 1 | -9/+3 |
* | | Only allow UA widgets as children of media elements | Fernando Jiménez Moreno | 2019-07-22 | 1 | -3/+8 |
* | | Media UI basic functionality | Fernando Jiménez Moreno | 2019-07-22 | 1 | -2/+4 |
* | | Render media controls | Fernando Jiménez Moreno | 2019-07-22 | 1 | -4/+10 |
|/ |
|
* | Update rayon to dedupe crossbeam-epoch | Bastien Orivel | 2019-07-12 | 1 | -3/+3 |
* | Remove sometimes-unused bounds field from base display item to prevent confus... | Josh Matthews | 2019-07-09 | 4 | -79/+43 |
* | rustfmt | Josh Matthews | 2019-07-09 | 4 | -20/+28 |
* | WebRender rectangles items are sized based on their clipping rectangles. | Josh Matthews | 2019-07-09 | 1 | -2/+2 |
* | Create a solid rectangle display list entry for the page background. | Josh Matthews | 2019-07-09 | 2 | -4/+25 |
* | Stop storing display lists in an `Arc` | Patrick Walton | 2019-07-09 | 1 | -1/+1 |