aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused dependenciesShotaro Yamada2019-10-011-2/+0
|
* Update html5ever to 0.24Anthony Ramine2019-09-271-1/+1
|
* Auto merge of #24058 - Eijebong:ipc-channel, r=jdmbors-servo2019-08-271-1/+1
|\ | | | | | | | | | | | | | | Update ipc-channel and related dependencies <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24058) <!-- Reviewable:end -->
| * Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
| |
* | Run rustfmtSimon Sapin2019-08-241-3/+2
|/
* restructure content process shutdown ack with threaded sender, without layoutGregory Terzian2019-08-171-1/+0
|
* Update euclid.Emilio Cobos Álvarez2019-07-233-3/+3
| | | | | | | | There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
* Only allow UA widgets as children of media elementsFernando Jiménez Moreno2019-07-221-0/+2
| | | | Do not allow pseudo-elements for replaced elements
* Fix some new warningsSimon Sapin2019-06-221-1/+1
|
* Auto merge of #23503 - emilio:gecko-sync, r=emiliobors-servo2019-06-041-3/+3
|\ | | | | | | | | | | | | | | | | | | | | style: sync changes from mozilla-central See each individual commit for details. This also cherry-picks #23463 with a few fixes that were needed in Gecko-only code. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23503) <!-- Reviewable:end -->
| * style: Do not use borrowed types in the selectors::Element trait.Evgeniy Reizner2019-06-041-3/+3
| | | | | | | | | | Closes #22972 Closes #23463
* | Remove unused code from script* cratesest312019-06-021-4/+1
|/
* Update xml5ever and html5everBastien Orivel2019-05-191-1/+1
|
* Move is_connected function from style to layout, where it is usedFernando Jiménez Moreno2019-04-261-0/+3
|
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+2
|
* Move CSSReporter from script_layout_interface to scriptAnthony Ramine2019-01-143-52/+0
|
* Rename NewLayoutThreadInfo to LayoutThreadInitAnthony Ramine2019-01-141-2/+2
| | | | Following the convention of our other init structs.
* Make some cosmetic changes to ReflowGoal methodsAnthony Ramine2019-01-141-24/+24
|
* Update references to malloc_size_of_derive, which is in crates.io now.Emilio Cobos Álvarez2019-01-131-1/+1
|
* Make a bunch of layout queries morally saferAnthony Ramine2019-01-091-7/+12
|
* Move is_image_data to the layout crateAnthony Ramine2019-01-091-6/+0
| | | | It's only used there.
* Remove unstable unused feature in script_layout_interfaceAnthony Ramine2019-01-091-1/+0
|
* Rustfmt has changed its default style :/Simon Sapin2018-12-282-2/+2
|
* style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-1/+0
| | | | | | Instead of per-document. This also allows to reuse this thread-pool if needed for other stuff, like parallel CSS parsing (#22478), and to share more code with Gecko, which is always nice.
* Cancel animations that affect nodes that do not participate in layout.Josh Matthews2018-12-101-0/+3
|
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-1/+2
| | | | | Mac-Os implementation of a thread sampler, Linux and Windows skeleton implementations.
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-195-5/+5
|
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-182-2/+2
|
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-082-2/+0
| | | | A `crate_name::foo` path always works in 2018
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-25/+4
|
* Reorder importsPyfisch2018-11-065-9/+9
|
* Format remaining filesPyfisch2018-11-061-1/+2
|
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
|
* Sort `use` statementsSimon Sapin2018-11-062-3/+3
|
* `cargo fix --edition`Simon Sapin2018-11-063-8/+8
|
* Update remaining references to cssparser 0.24.Emilio Cobos Álvarez2018-11-051-1/+1
|
* Make layout use available image data before querying the image cache.Josh Matthews2018-10-121-0/+5
|
* Do not share entire FrameRenderer with layout, only current frameFernando Jiménez Moreno2018-10-081-7/+1
|
* layout: add media_data() method to ThreadSafeLayoutNode traitVíctor Manuel Jáquez Leal2018-10-081-0/+3
|
* layout: add HTMLMediaFrameSource trait and HTMLMediaData structVíctor Manuel Jáquez Leal2018-10-081-0/+11
|
* Auto merge of #21687 - AnshulMalik:format-script_layout, r=jdmbors-servo2018-09-133-82/+123
|\ | | | | | | | | | | | | | | | | | | | | format script_layout_interface - [x] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21687) <!-- Reviewable:end -->
| * format script_layout_interfaceAnshul Malik2018-09-123-82/+123
| |
* | Auto merge of #21628 - paavininanda:Current-pixel-density, r=jdmbors-servo2018-09-131-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current pixel density <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix a subset of #11416. <!-- Either: --> - [x] There are tests for these changes OR <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21628) <!-- Reviewable:end -->
| * | Current-pixel-density tests passingpaavininanda2018-09-131-0/+3
| |/
* / Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-123-2/+4
|/ | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
* WR updatePaul Rouget2018-08-061-2/+2
|
* Update euclid to 0.18Bastien Orivel2018-07-181-1/+1
|
* Fix servo build.Emilio Cobos Álvarez2018-07-011-1/+1
|
* Add unique canvas IDs to all canvas operations.Brody Eastwood2018-04-021-1/+2
|
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-282-2/+2
|