Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove unused dependencies | Shotaro Yamada | 2019-10-01 | 1 | -2/+0 | |
| | ||||||
* | Update html5ever to 0.24 | Anthony Ramine | 2019-09-27 | 1 | -1/+1 | |
| | ||||||
* | Auto merge of #24058 - Eijebong:ipc-channel, r=jdm | bors-servo | 2019-08-27 | 1 | -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 dependencies | Bastien Orivel | 2019-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Run rustfmt | Simon Sapin | 2019-08-24 | 1 | -3/+2 | |
|/ | ||||||
* | restructure content process shutdown ack with threaded sender, without layout | Gregory Terzian | 2019-08-17 | 1 | -1/+0 | |
| | ||||||
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 3 | -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 elements | Fernando Jiménez Moreno | 2019-07-22 | 1 | -0/+2 | |
| | | | | Do not allow pseudo-elements for replaced elements | |||||
* | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -1/+1 | |
| | ||||||
* | Auto merge of #23503 - emilio:gecko-sync, r=emilio | bors-servo | 2019-06-04 | 1 | -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 Reizner | 2019-06-04 | 1 | -3/+3 | |
| | | | | | | | | | | Closes #22972 Closes #23463 | |||||
* | | Remove unused code from script* crates | est31 | 2019-06-02 | 1 | -4/+1 | |
|/ | ||||||
* | Update xml5ever and html5ever | Bastien Orivel | 2019-05-19 | 1 | -1/+1 | |
| | ||||||
* | Move is_connected function from style to layout, where it is used | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+3 | |
| | ||||||
* | Measure layout queries blocked by ongoing layout | Philipp Albrecht | 2019-04-13 | 1 | -0/+2 | |
| | ||||||
* | Move CSSReporter from script_layout_interface to script | Anthony Ramine | 2019-01-14 | 3 | -52/+0 | |
| | ||||||
* | Rename NewLayoutThreadInfo to LayoutThreadInit | Anthony Ramine | 2019-01-14 | 1 | -2/+2 | |
| | | | | Following the convention of our other init structs. | |||||
* | Make some cosmetic changes to ReflowGoal methods | Anthony Ramine | 2019-01-14 | 1 | -24/+24 | |
| | ||||||
* | Update references to malloc_size_of_derive, which is in crates.io now. | Emilio Cobos Álvarez | 2019-01-13 | 1 | -1/+1 | |
| | ||||||
* | Make a bunch of layout queries morally safer | Anthony Ramine | 2019-01-09 | 1 | -7/+12 | |
| | ||||||
* | Move is_image_data to the layout crate | Anthony Ramine | 2019-01-09 | 1 | -6/+0 | |
| | | | | It's only used there. | |||||
* | Remove unstable unused feature in script_layout_interface | Anthony Ramine | 2019-01-09 | 1 | -1/+0 | |
| | ||||||
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 2 | -2/+2 | |
| | ||||||
* | style: Make Servo use a single thread-pool for layout-related tasks per-process. | Emilio Cobos Álvarez | 2018-12-23 | 1 | -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 Matthews | 2018-12-10 | 1 | -0/+3 | |
| | ||||||
* | introduce a background-hang-monitor: | Gregory Terzian | 2018-11-26 | 1 | -1/+2 | |
| | | | | | Mac-Os implementation of a thread sampler, Linux and Windows skeleton implementations. | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 5 | -5/+5 | |
| | ||||||
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 2 | -2/+2 | |
| | ||||||
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 2 | -2/+0 | |
| | | | | A `crate_name::foo` path always works in 2018 | |||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 2 | -25/+4 | |
| | ||||||
* | Reorder imports | Pyfisch | 2018-11-06 | 5 | -9/+9 | |
| | ||||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -1/+2 | |
| | ||||||
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -0/+1 | |
| | ||||||
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 2 | -3/+3 | |
| | ||||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 3 | -8/+8 | |
| | ||||||
* | Update remaining references to cssparser 0.24. | Emilio Cobos Álvarez | 2018-11-05 | 1 | -1/+1 | |
| | ||||||
* | Make layout use available image data before querying the image cache. | Josh Matthews | 2018-10-12 | 1 | -0/+5 | |
| | ||||||
* | Do not share entire FrameRenderer with layout, only current frame | Fernando Jiménez Moreno | 2018-10-08 | 1 | -7/+1 | |
| | ||||||
* | layout: add media_data() method to ThreadSafeLayoutNode trait | Víctor Manuel Jáquez Leal | 2018-10-08 | 1 | -0/+3 | |
| | ||||||
* | layout: add HTMLMediaFrameSource trait and HTMLMediaData struct | Víctor Manuel Jáquez Leal | 2018-10-08 | 1 | -0/+11 | |
| | ||||||
* | Auto merge of #21687 - AnshulMalik:format-script_layout, r=jdm | bors-servo | 2018-09-13 | 3 | -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_interface | Anshul Malik | 2018-09-12 | 3 | -82/+123 | |
| | | ||||||
* | | Auto merge of #21628 - paavininanda:Current-pixel-density, r=jdm | bors-servo | 2018-09-13 | 1 | -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 passing | paavininanda | 2018-09-13 | 1 | -0/+3 | |
| |/ | ||||||
* / | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 3 | -2/+4 | |
|/ | | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com> | |||||
* | WR update | Paul Rouget | 2018-08-06 | 1 | -2/+2 | |
| | ||||||
* | Update euclid to 0.18 | Bastien Orivel | 2018-07-18 | 1 | -1/+1 | |
| | ||||||
* | Fix servo build. | Emilio Cobos Álvarez | 2018-07-01 | 1 | -1/+1 | |
| | ||||||
* | Add unique canvas IDs to all canvas operations. | Brody Eastwood | 2018-04-02 | 1 | -1/+2 | |
| | ||||||
* | Bump env_logger to 0.5 and log to 0.4 in every servo crate | Bastien Orivel | 2018-03-28 | 2 | -2/+2 | |
| |