aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface
Commit message (Expand)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 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
* Only allow UA widgets as children of media elementsFernando Jiménez Moreno2019-07-221-0/+2
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Auto merge of #23503 - emilio:gecko-sync, r=emiliobors-servo2019-06-041-3/+3
|\
| * style: Do not use borrowed types in the selectors::Element trait.Evgeniy Reizner2019-06-041-3/+3
* | 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
* 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
* 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
* 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
* 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
* `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_interfaceAnshul Malik2018-09-123-82/+123
* | Auto merge of #21628 - paavininanda:Current-pixel-density, r=jdmbors-servo2018-09-131-0/+3
|\ \
| * | Current-pixel-density tests passingpaavininanda2018-09-131-0/+3
| |/
* / Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-123-2/+4
|/
* 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