commit_hash stringlengths 40 40 | author stringlengths 1 57 | date timestamp[s]date 2010-07-26 04:45:09 2026-04-14 18:21:10 | message stringlengths 8 1.39M | diff stringlengths 68 51.2k | files_changed int64 1 136 | insertions int64 0 2.35k | deletions int64 0 1.9k |
|---|---|---|---|---|---|---|---|
3648a091edbbf582a275d48fa7a4f37dbb74a772 | Alan Jeffrey | 2016-11-03T23:11:05 | servo: Merge #13646 - Script lookup iframes by frameid (from asajeffrey:script-lookup-iframes-by-frameid); r=ConnorGBrewster
<!-- Please describe your changes on the following line: -->
Lookup iframes by `FrameId` rather than `PipelineId`. This should make lookup much more reliable, since the frame id doesn't change.... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 55127bd64..dca6d253e 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -739,6 +739,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
fn set_frame_tree(&mut self,
frame_tree: &SendableFrameT... | 10 | 178 | 154 |
8469b1b4d48c9b81c125300705b186d9392b6a48 | Corey Farwell | 2016-11-03T21:05:14 | servo: Merge #14027 - Remove unnecessary `Box` around `HTMLCollectionElementsIter::node_iter` (from frewsxcv:htmlcollection-iter-refactor); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 74a3ea9135b13683a9e223790fe573a46cc6a141 | diff --git a/script/dom/htmlcollection.rs b/script/dom/htmlcollection.rs
index 3507ec03f..3fd731031 100644
--- a/script/dom/htmlcollection.rs
+++ b/script/dom/htmlcollection.rs
@@ -206,24 +206,24 @@ impl HTMLCollection {
HTMLCollection::create(window, root, box ElementChildFilter)
}
- pub fn elements... | 2 | 26 | 23 |
61f9125c35012d49f1769531deda74b00f5df5e5 | Ms2ger | 2016-11-03T20:04:43 | servo: Merge #14044 - Split the bluetooth code out from the net crates (from servo:bluetooth); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 738f0eb97428f6b24c26df7e64a8328e0575b05c | diff --git a/bluetooth/Cargo.toml b/bluetooth/Cargo.toml
new file mode 100644
index 000000000..e1ea441e2
--- /dev/null
+++ b/bluetooth/Cargo.toml
@@ -0,0 +1,21 @@
+[package]
+name = "bluetooth"
+version = "0.0.1"
+authors = ["The Servo Project Developers"]
+license = "MPL-2.0"
+publish = false
+
+[lib]
+name = "bluetoo... | 26 | 112 | 32 |
ef2a17a5cac7a7201589a6a815ba7cc3fdd896a1 | Alan Jeffrey | 2016-11-03T19:03:19 | servo: Merge #13965 - Check that an iframe is in a document with a browsing context before processing src (from asajeffrey:script-iframe-check-document-browsing-context); r=Ms2ger
<!-- Please describe your changes on the following line: -->
Check that an iframe is in a document with a browsing context before processi... | diff --git a/script/dom/htmliframeelement.rs b/script/dom/htmliframeelement.rs
index 73ef7c580..fef2cd70d 100644
--- a/script/dom/htmliframeelement.rs
+++ b/script/dom/htmliframeelement.rs
@@ -409,7 +409,7 @@ unsafe fn build_mozbrowser_event_detail(event: MozBrowserEvent,
pub fn Navigate(iframe: &HTMLIFrameElement, ... | 2 | 24 | 4 |
36f1609cde8ec537b211a34b762d0f4b86eacd38 | Ms2ger | 2016-11-03T18:04:48 | servo: Merge #14042 - Rewrite the data_loader test with fetch (from servo:fetch-unit-data); r=nox
Source-Repo: https://github.com/servo/servo
Source-Revision: 05f4512433c108d00b7bac3a50243aefea7f153c | diff --git a/net/lib.rs b/net/lib.rs
index f830eb2be..90ae2cbe9 100644
--- a/net/lib.rs
+++ b/net/lib.rs
@@ -57,7 +57,7 @@ pub mod connector;
pub mod content_blocker;
pub mod cookie;
pub mod cookie_storage;
-pub mod data_loader;
+mod data_loader;
pub mod file_loader;
pub mod filemanager_thread;
pub mod hsts; | 1 | 1 | 1 |
922bd673ebaf4769ff9f1e3eaebdb7862375d195 | Anthony Ramine | 2016-11-03T12:20:24 | servo: Merge #13813 - Update html5ever to 0.8 (from nox:h5e); r=SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: 9fcc9d9d3f59428bf19f950bd79ab257d59e3d16 | diff --git a/script/Cargo.toml b/script/Cargo.toml
index 577b00c08..a05672bd6 100644
--- a/script/Cargo.toml
+++ b/script/Cargo.toml
@@ -36,7 +36,7 @@ fnv = "1.0"
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.6"
heapsize_derive = "0.1"
-html5ever = {version = "0.5.1", features = ["heap_size", "unstable"]}
+h... | 4 | 76 | 37 |
4cbd69f1787bd636b1204eb232c650272b52d331 | Anthony Ramine | 2016-11-03T11:15:25 | servo: Merge #14040 - Remove last use of custom derive plugin (from nox:custom-derive); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: e3493cdd26f6faab0ddf6503ad19f0af169ad880 | diff --git a/canvas_traits/lib.rs b/canvas_traits/lib.rs
index ec30efe03..5a1acc710 100644
--- a/canvas_traits/lib.rs
+++ b/canvas_traits/lib.rs
@@ -4,10 +4,8 @@
#![crate_name = "canvas_traits"]
#![crate_type = "rlib"]
-#![feature(custom_derive)]
#![feature(plugin)]
#![feature(proc_macro)]
-#![feature(rustc_attrs... | 23 | 12 | 37 |
f7d5ddfa6c63ee7a493e8127c85631834841a0aa | Glenn Watson | 2016-11-03T01:19:00 | servo: Merge #14015 - Update webrender, rust-freetype, servo-freetype-sys (from glennw:update-ft-rft-wr); r=larsbergstrom
Source-Repo: https://github.com/servo/servo
Source-Revision: 70641a777ad4d0d566857aa01983a46a43724699 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index a851a6ae4..8e1d888f4 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -117,14 +117,14 @@ dependencies = [
"core-graphics 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"core-text 2.0.0 (registry+https://github.com/rust-lang/crates.io-ind... | 1 | 14 | 13 |
ec32bc450a82d915ce5e350c0be7a03d7fcd2476 | Martin Robinson | 2016-11-02T18:55:07 | servo: Merge #14020 - Fold some DisplayList methods into DisplayListBuildState (from mrobinson:scroll_root_prep); r=pcwalton
<!-- 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 ap... | diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs
index 36a09aff4..d4afcc608 100644
--- a/gfx/display_list/mod.rs
+++ b/gfx/display_list/mod.rs
@@ -29,7 +29,6 @@ use range::Range;
use std::cmp::{self, Ordering};
use std::collections::HashMap;
use std::fmt;
-use std::mem;
use std::sync::Arc;
use style:... | 4 | 150 | 137 |
0af2bce93b5c1fe79757aed4497b0a02b0bbdaf4 | Rohit Burra | 2016-11-02T17:00:11 | servo: Merge #14017 - Parsing/Serialization for scroll-snap-points-* (from iamrohit7:scroll-snap-points); r=Manishearth
<!-- Please describe your changes on the following line: -->
Implements Parsing/Serialization for scroll-snap-points-x and scroll-snap-points-y
---
<!-- Thank you for contributing to Servo! Please re... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index 8edbafb80..7c2aa42b2 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -850,7 +850,8 @@ fn static_assert() {
</%self:impl_trait>
<% skip_box_longhands= """display overflow-y vertical-align
- ... | 2 | 123 | 1 |
56bcdedadc341d71dee825935eeb4831e477b5b5 | Ms2ger | 2016-11-02T15:59:18 | servo: Merge #13961 - Move remaining users of the legacy networking stack to fetch (from servo:sync-fetch); r=jdm
Fixes #13931.
Fixes #13714.
Source-Repo: https://github.com/servo/servo
Source-Revision: 56f4a691dbe3f885b029b7a76924f6018f0894af | diff --git a/gfx/Cargo.toml b/gfx/Cargo.toml
index cc008dc6e..035e24b37 100644
--- a/gfx/Cargo.toml
+++ b/gfx/Cargo.toml
@@ -25,7 +25,6 @@ ipc-channel = "0.5"
lazy_static = "0.2"
libc = "0.2"
log = "0.3.5"
-mime = "0.2"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
ordered-float = "0.2.2"
diff --g... | 12 | 153 | 229 |
f6744c8f235f98b429ff6e2d1acbc5a4d9348af7 | Ms2ger | 2016-11-02T13:58:43 | servo: Merge #14021 - Remove the unused dependency on azure from gfx_traits (from servo:gfx-traits-azure); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: cff0f01c7076529178f355597e4981cc3fdc9136 | diff --git a/gfx_traits/Cargo.toml b/gfx_traits/Cargo.toml
index 83a3845d7..a17faeda3 100644
--- a/gfx_traits/Cargo.toml
+++ b/gfx_traits/Cargo.toml
@@ -10,7 +10,6 @@ name = "gfx_traits"
path = "lib.rs"
[dependencies]
-azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
heapsize = "0.3.0"... | 3 | 0 | 3 |
4e1ec95b0bb1aa292b26591db6dc11455eb378bf | Ms2ger | 2016-11-02T08:26:42 | servo: Merge #13742 - Use the fetch stack for documents (from servo:fetch-documents); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: ba2fb4e2e29125e66ed1d6a129735858604709fc | diff --git a/net/fetch/methods.rs b/net/fetch/methods.rs
index 0d5b2d283..952ec3a91 100644
--- a/net/fetch/methods.rs
+++ b/net/fetch/methods.rs
@@ -10,8 +10,8 @@ use fetch::cors_cache::CORSCache;
use filemanager_thread::{FileManager, UIProvider};
use http_loader::{HttpState, set_default_accept_encoding, set_request_... | 7 | 144 | 133 |
2a64ad6316b1e6aeffa65fd3ff9290f243d243ef | Xidorn Quan | 2016-11-01T23:26:20 | servo: Merge #14008 - Make style::context use parking_lot::RwLock (from upsuper:rwlock); r=SimonSapin
<!-- Please describe your changes on the following line: -->
The main motivation is to use `parking_lot::RwLock` instead of `sync::RwLock` in `style::context`, so that we can make `Stylesheet` be hold in a `parking_lo... | diff --git a/layout/Cargo.toml b/layout/Cargo.toml
index 6b7dabd9f..917b6b82e 100644
--- a/layout/Cargo.toml
+++ b/layout/Cargo.toml
@@ -27,6 +27,7 @@ log = "0.3.5"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
ordered-float = "0.2.2"
+parking_lot = {version = "0.3.3", features = ["nightly"]}
plugin... | 10 | 21 | 15 |
e056c8c06ca312466718be562a9aecbb47b3bc87 | Bobby Holley | 2016-11-01T19:54:24 | servo: Merge #13797 - Implement AtomicRef{,Mut}::map (from bholley:atomic_refcell_map); r=SimonSapin
I was originally bundling this with #13777 but am splitting it out since that's been deprioritized.
r? @SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: 070dee354204711eb085159fb9f234e080d181f4 | diff --git a/style/atomic_refcell.rs b/style/atomic_refcell.rs
index 409d669b5..9fb8c99a3 100644
--- a/style/atomic_refcell.rs
+++ b/style/atomic_refcell.rs
@@ -2,7 +2,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+#![allo... | 1 | 71 | 4 |
1f03cc2d122c0f58101e9474f17613d4570d1702 | Bobby Holley | 2016-11-01T18:05:46 | servo: Merge #14010 - incremental restyle: Centralize pre-styling setup, eliminate RestyleResult, and drop data for display:none subtrees (from bholley:element_data_management); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: cf9d282914c65d712635b14636a62003b863bdf0 | diff --git a/layout/traversal.rs b/layout/traversal.rs
index 49b8f1a32..c89783887 100644
--- a/layout/traversal.rs
+++ b/layout/traversal.rs
@@ -19,16 +19,16 @@ use style::data::ElementData;
use style::dom::{StylingMode, TElement, TNode};
use style::traversal::{DomTraversalContext, put_thread_local_bloom_filter};
us... | 14 | 246 | 179 |
2896e5b016bb7528ba8adbcf17a34d0cf751a2bb | Rohit Burra | 2016-11-01T06:13:35 | servo: Merge #13986 - Make test-tidy check for alphabetical ordering of #![feature(...)] statements (from iamrohit7:tidy-feature-attrs); r=Wafflespeanut
<!-- Please describe your changes on the following line: -->
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, ... | diff --git a/net/lib.rs b/net/lib.rs
index 822c2105c..4ca859753 100644
--- a/net/lib.rs
+++ b/net/lib.rs
@@ -2,9 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+#![feature(box_syntax)]
#![feature(custom_attribute)]
#![f... | 2 | 3 | 2 |
8b38b68dbfb0042388e6e2e326d5e6c582e15eee | Glenn Watson | 2016-10-31T23:11:37 | servo: Merge #14007 - Update WR - fixes for local clip rect + 3d transformed content (from glennw:update-wr-3d-text); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: c69c6cf58bb31de36af98d4b84dfdec2724d5b5b | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index be7ade81c..0936aa8f0 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -2658,7 +2658,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.8.0"
-source = "git+https://github.com/servo/webrender#97e5a6eeb5b0e399fa091091c193a146e5805d78"
+source ... | 1 | 2 | 2 |
1c27e25fceb2e4f34ea048a4f0e93b0b7cc21c48 | Ms2ger | 2016-10-31T19:58:03 | servo: Merge #14004 - Various gfx cleanup (from servo:gfx); r=glennw
Source-Repo: https://github.com/servo/servo
Source-Revision: 1a213bf22d48fc3cf8882f609e3aa7fe8ba2f60a | diff --git a/canvas/Cargo.toml b/canvas/Cargo.toml
index d94cdb228..80976a685 100644
--- a/canvas/Cargo.toml
+++ b/canvas/Cargo.toml
@@ -13,7 +13,6 @@ path = "lib.rs"
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
canvas_traits = {path = "../canvas_traits"}
euclid = "0.10.1"
-gfx_trait... | 11 | 27 | 139 |
958b209a0d53148888712663a6d98d1b21d7de42 | Daan Sprenkels | 2016-10-31T18:03:32 | servo: Merge #13988 - test-tidy: Check for space between function name and `(` (from dsprenkels:tidy-fncalls); r=Wafflespeanut
<!-- Please describe your changes on the following line: -->
Disallow an extraneous space in a function call between
the function name and the opening parenthesis in Rust
code, while ignoring... | diff --git a/layout/construct.rs b/layout/construct.rs
index 03d7e767f..572498aad 100644
--- a/layout/construct.rs
+++ b/layout/construct.rs
@@ -1620,7 +1620,7 @@ impl<ConcreteThreadSafeLayoutNode> NodeUtils for ConcreteThreadSafeLayoutNode
fn construction_result_mut(self, data: &mut PersistentLayoutData) -> &mut ... | 7 | 14 | 14 |
81d59bde3e350a30986e48dd1114453663307988 | Alan Jeffrey | 2016-10-31T14:38:54 | servo: Merge #13966 - Tidying up constellation (from asajeffrey:constellation-tidy-up-again); r=ConnorGBrewster
<!-- Please describe your changes on the following line: -->
Some miscellaneous tidying up to the constellation:
- improve the efficiency of testing emptiness of the joint session past and future,
- add som... | diff --git a/constellation/constellation.rs b/constellation/constellation.rs
index 3ce780261..96e22709d 100644
--- a/constellation/constellation.rs
+++ b/constellation/constellation.rs
@@ -641,6 +641,11 @@ impl<Message, LTF, STF> Constellation<Message, LTF, STF>
future
}
+ fn joint_session_future_is_... | 1 | 20 | 15 |
19fa2194547e0c3494e8a00b45986f60104ccdec | Takanori Ishibashi | 2016-10-31T13:56:40 | servo: Merge #14001 - Fix typo recieve -> receive (from 11Takanori:recieve-typo-fix); r=Ms2ger
<!-- 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: -->
- [ ] `./m... | diff --git a/constellation/constellation.rs b/constellation/constellation.rs
index ea815debf..3ce780261 100644
--- a/constellation/constellation.rs
+++ b/constellation/constellation.rs
@@ -1019,7 +1019,7 @@ impl<Message, LTF, STF> Constellation<Message, LTF, STF>
fn handle_shutdown(&mut self) {
// At this... | 1 | 1 | 1 |
5a7eae42f19bfd0560656a32a4d39d021e5c5baf | Glenn Watson | 2016-10-31T08:34:43 | servo: Merge #13990 - Update WR - text + 3d transform fix, android build fix, documentation (from glennw:update-wr-text-fix); r=Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: cecfea071442de4dc64206225747c897d4a619e5 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 3ced06b6f..de2f30c74 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -2660,7 +2660,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.8.0"
-source = "git+https://github.com/servo/webrender#d44b1ffd3ea9e9e97ef7a70c1ac0f53bbd626850"
+source ... | 1 | 2 | 2 |
5c41a5bf1850bf8e04c9a993405ebf1cf346cd87 | Martin Robinson | 2016-10-30T20:27:56 | servo: Merge #13957 - Track overflow:scroll stacking contexts with ScrollRootId instead of StackingContextId (from mrobinson:scroll_root); r=glennw
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, a... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 3eadc3dd3..55127bd64 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -11,7 +11,7 @@ use euclid::{Point2D, Size2D};
use euclid::point::TypedPoint2D;
use euclid::scale_factor::ScaleFactor;
use euclid::size::TypedSize2D;
... | 23 | 264 | 114 |
2b1184b876fac63876d9e3f2a1ebe6057f7e38f5 | Fabrice Desré | 2016-10-30T01:43:54 | servo: Merge #13935 - Switch glutin to use the crates.io version of osmesa-sys to remove a duplicate (from fabricedesre:duplicate-osmesa-sys); r=emilio
<!-- Please describe your changes on the following line: -->
This removes the use of a git reference to osmesa-sys in glutin, to use the crates.io one with the same ve... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 0aece035e..cca7d499f 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -890,7 +890,7 @@ dependencies = [
"msg 0.0.1",
"net_traits 0.0.1",
"osmesa-src 12.0.1 (git+https://github.com/servo/osmesa-src)",
- "osmesa-sys 0.1.2 (git+https://github.com/daggerbo... | 1 | 1 | 10 |
0aada4f373f35ac0d4d02a870c6140b1d782c241 | Ting-Yu Lin | 2016-10-30T00:48:27 | servo: Merge #13908 - Use enum BorderWidth as SpecifiedValue (from aethanyc:add-border-width-keyword); r=emilio
Use enum BorderWidth instead of a tuple-like struct to store the specified
value. BorderWidth is needed to be used in both longhand and shorthand
border width properties, so I put it in `specified` module.
... | diff --git a/script/dom/element.rs b/script/dom/element.rs
index cd4c3db52..28ab35979 100644
--- a/script/dom/element.rs
+++ b/script/dom/element.rs
@@ -88,7 +88,7 @@ use style::matching::{common_style_affecting_attributes, rare_style_affecting_at
use style::parser::ParserContextExtraData;
use style::properties::{Dec... | 4 | 87 | 53 |
b6ddff93ce3cec145bad78e4c71c736ac8206677 | Mateusz 'Haggus' Mrowiec | 2016-10-29T19:16:13 | servo: Merge #13978 - Implement column-fill (from Haggus:master); r=emilio
Implemented column-fill from #13764
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ... | diff --git a/style/properties/longhand/column.mako.rs b/style/properties/longhand/column.mako.rs
index 575438325..6c82cee77 100644
--- a/style/properties/longhand/column.mako.rs
+++ b/style/properties/longhand/column.mako.rs
@@ -251,3 +251,6 @@
}
}
</%helpers:longhand>
+
+${helpers.single_keyword("column... | 1 | 3 | 0 |
cbbc7e211090c32f1a0ecb21f1a9fc2b3fcbab79 | Mátyás Mustoha | 2016-10-28T22:23:58 | servo: Merge #13967 - Update gleam to 0.2.24 (from mmatyas:gleam_update); r=larsbergstrom
Update `gleam` to pick up servo/gleam#93.
Part of #13154
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
Source-Repo: https://github.com/servo/servo
Source-Revision: ... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 6366332b5..80c032767 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -18,7 +18,7 @@ dependencies = [
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
"gfx 0.0.1",
"gfx_tests 0.0.1",
- "gleam 0.2.22 (registry+https://github.com/rust-lang/crates.io-ind... | 1 | 13 | 12 |
140b69f1285becdff341a195177d8cea03adb3b8 | Bobby Holley | 2016-10-28T18:50:26 | servo: Merge #13951 - incremental restyle: Hoist more stuff to Element (from bholley:more_element); r=emilio
The patch here hoists pseudo-element handling onto ThreadSafeLayoutElement. I have another patch which hoists stuff from TNode to TElement, but want to make sure this patch passes try first.
Source-Repo: https... | diff --git a/layout/construct.rs b/layout/construct.rs
index 7c7eff8bc..03d7e767f 100644
--- a/layout/construct.rs
+++ b/layout/construct.rs
@@ -62,7 +62,7 @@ use text::TextRunScanner;
use traversal::PostorderNodeMutTraversal;
use url::Url;
use util::opts;
-use wrapper::{TextContent, ThreadSafeLayoutNodeHelpers};
+u... | 7 | 260 | 247 |
f8b6acd71a26f3ca8685ef39a132f928dd87f46e | Will Tange | 2016-10-28T16:23:39 | servo: Merge #13950 - Implement parsing for font-language-override property (from bheart:parse-font-language-override-property); r=emilio
Implement and test parsing of the `font-language-override` style property.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complet... | diff --git a/style/properties/longhand/font.mako.rs b/style/properties/longhand/font.mako.rs
index 6ce154ce4..1033f68db 100644
--- a/style/properties/longhand/font.mako.rs
+++ b/style/properties/longhand/font.mako.rs
@@ -538,3 +538,49 @@ ${helpers.single_keyword("font-variant-position",
}
}
</%helpers:lo... | 1 | 46 | 0 |
049657eb0d5816a6232557c3d72ff8813b3b5058 | Simon Sapin | 2016-10-28T14:27:28 | servo: Merge #13960 - Update to selectors 0.14 (from servo:selectorsup); r=nox
<!-- 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` do... | diff --git a/layout/Cargo.toml b/layout/Cargo.toml
index f76de8afb..6b7dabd9f 100644
--- a/layout/Cargo.toml
+++ b/layout/Cargo.toml
@@ -33,7 +33,7 @@ range = {path = "../range"}
rustc-serialize = "0.3"
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
-selec... | 7 | 14 | 52 |
46de47a60b96723dacb881032f3c9550c83fe1d1 | Rohit Burra | 2016-10-28T11:09:27 | servo: Merge #13937 - Implements parser/serialization for font-synthesis (from iamrohit7:font-synthesis); r=emilio
<!-- 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]... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index 7774c599e..2a27af6fd 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -765,7 +765,7 @@ fn static_assert() {
</%self:impl_trait>
<%self:impl_trait style_struct_name="Font"
- skip_longhands="font-f... | 2 | 80 | 1 |
c279f28eca13452783365202d90327206dedc20f | Jesse Kipp | 2016-10-27T20:58:17 | servo: Merge #13914 - 13894 Use graphenes in text-emphasis-style (from TooManyBees:13894-use-graphemes); r=emilio
<!-- Please describe your changes on the following line: -->
Use `unicode_segmentation` crate to truncate strings on grapheme boundaries.
---
<!-- Thank you for contributing to Servo! Please replace each ... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 9b02c3908..211f46106 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -2300,6 +2300,7 @@ dependencies = [
"string_cache 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
"style_traits 0.0.1",
"time 0.1.35 (registry+https://github.com/rus... | 4 | 14 | 1 |
a6afa6da4711702f16c31723911aad159ba488b0 | rwakulszowa | 2016-10-27T15:48:41 | servo: Merge #13910 - Font feature settings (from rwakulszowa:font-feature-settings); r=emilio
<!-- Please describe your changes on the following line: -->
Implement parsing/serialization for font-feature-settings
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is comple... | diff --git a/style/properties/longhand/font.mako.rs b/style/properties/longhand/font.mako.rs
index 0733e83d8..4d9d0017c 100644
--- a/style/properties/longhand/font.mako.rs
+++ b/style/properties/longhand/font.mako.rs
@@ -368,3 +368,110 @@ ${helpers.single_keyword("font-variant-position",
gecko... | 1 | 107 | 0 |
3d499532541cfa90375a8ce23f3e6304119c4458 | Patrick Walton | 2016-10-26T17:38:09 | servo: Merge #13923 - layout: Remove margins from inline absolute hypothetical boxes (from pcwalton:inline-absolute-hypothetical-margin); r=SimonSapin
As they're hypothetical, their margins shouldn't take up space!
Improves Google search results.
Closes #13915.
Source-Repo: https://github.com/servo/servo
Source-Rev... | diff --git a/layout/fragment.rs b/layout/fragment.rs
index 68faff254..930e87446 100644
--- a/layout/fragment.rs
+++ b/layout/fragment.rs
@@ -1233,7 +1233,8 @@ impl Fragment {
SpecificFragmentInfo::Table |
SpecificFragmentInfo::TableCell |
SpecificFragmentInfo::TableRow |
- ... | 1 | 2 | 1 |
15991773ecdd8fbed3b0bff1d519008a949bf2b8 | Bobby Holley | 2016-10-26T11:36:06 | servo: Merge #13913 - incremental restyle: Introduce StylingMode and deprecate explicit dirtiness (from bholley:styling_mode); r=emilio
This is another chunk of work to move us toward the new incremental restyle architecture.
Eventually, we'll make a fine-grained decision at each node about what style to recompute ba... | diff --git a/layout/traversal.rs b/layout/traversal.rs
index bec162f00..5cd1a236f 100644
--- a/layout/traversal.rs
+++ b/layout/traversal.rs
@@ -13,8 +13,10 @@ use gfx::display_list::OpaqueNode;
use script_layout_interface::restyle_damage::{BUBBLE_ISIZES, REFLOW, REFLOW_OUT_OF_FLOW, REPAINT, RestyleDamage};
use scrip... | 10 | 199 | 114 |
15ea3c93c06b191672e01bf46c3a16c00990d3e0 | Glenn Watson | 2016-10-26T06:25:57 | servo: Merge #13927 - Update WR - texture layers, image mask, profiler, optimizations (from glennw:update-wr-texture-layers); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 2b236c20cd4451338aff1121f3cb4c03657d87b1 | diff --git a/layout/webrender_helpers.rs b/layout/webrender_helpers.rs
index 399b261c9..369fab813 100644
--- a/layout/webrender_helpers.rs
+++ b/layout/webrender_helpers.rs
@@ -160,6 +160,7 @@ impl ToClipRegion for ClippingRegion {
complex_clipping_region.radii.to_border_radi... | 2 | 3 | 2 |
03af999a8b5437e885c8136658539d8f75afef0c | Emilio Cobos Álvarez | 2016-10-25T10:51:03 | servo: Merge #13836 - Update mozjs_sys to expose proper locale callbacks (from emilio:js-intl); r=Ms2ger
<!-- 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: -->
... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 0f2bff023..c4617d037 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -1358,7 +1358,7 @@ dependencies = [
[[package]]
name = "mozjs_sys"
version = "0.0.0"
-source = "git+https://github.com/servo/mozjs#34c3e075138bb7eff2ed8b5924ccb9067dcd017e"
+source = "g... | 1 | 1 | 1 |
aebf302427c96bfdfc860d319fcc55223888a99b | Glenn Watson | 2016-10-25T01:38:23 | servo: Merge #13900 - Update WR - includes a number of optimizations, bsd build fixes, tidy ups (from glennw:update-wr-more-opts); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: 6029c927eef7332a0b0ee9a7c8c7b6c9065e23b2 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 8a41e47c8..0f2bff023 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -2661,7 +2661,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.7.0"
-source = "git+https://github.com/servo/webrender#a3adb113f95b682ae3176c4000bdcaad1e7cb940"
+source ... | 1 | 2 | 2 |
92adb999f06bdfd8b99bbfa8a89649e92d70c40f | Mátyás Mustoha | 2016-10-24T14:59:41 | servo: Merge #13907 - Update libfontconfig to 4.0.2 (from mmatyas:update_libfontconfig); r=Ms2ger
<!-- Please describe your changes on the following line: -->
Update libfontconfig to 4.0.2 to pick up servo/libfontconfig#26 and servo/libfontconfig#27.
(This is a fix for servo/servo#13154)
Source-Repo: https://github.... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 62900b91c..8a41e47c8 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -2133,12 +2133,12 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-i... | 1 | 4 | 4 |
93d3e9184a5b77ad3eb7186132af080a53241913 | Mátyás Mustoha | 2016-10-24T14:11:18 | servo: Merge #13906 - Update fontsan (from mmatyas:update_fontsan); r=nox
<!-- Please describe your changes on the following line: -->
Update fontsan to pick up servo/fontsan#20.
(This is a fix for servo/servo#13154)
Source-Repo: https://github.com/servo/servo
Source-Revision: ca9d24d87e82ee05c2edf848205dcf94a04096f... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 9dbacbe21..62900b91c 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -709,7 +709,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fontsan"
version = "0.3.2"
-source = "git+https://github.com/servo/fontsan#5519a059... | 1 | 1 | 1 |
70d45abaaddb52bd1b6b182c311bb16eb7160e45 | Mátyás Mustoha | 2016-10-24T11:44:57 | servo: Merge #13905 - Update heartbeats-simple-sys to v0.3.2 (from mmatyas:update_heartbeats); r=Ms2ger
<!-- Please describe your changes on the following line: -->
Update heartbeats-simple-sys to pick up libheartbeats/heartbeats-simple-sys#17.
(This is a fix for servo/servo#13154)
Source-Repo: https://github.com/se... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 5ac12ff18..9dbacbe21 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -939,13 +939,13 @@ name = "heartbeats-simple"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "heartbeats-simple-sys 0.3.1 (registr... | 1 | 3 | 3 |
63740b379b0d992d2cf7abda6b56b3cde8f4085b | Eric Anholt | 2016-10-24T05:52:57 | servo: Merge #13898 - webgl: texture size validation fixes (from anholt:webgl-texture-fixes); r=emilio
<!-- Please describe your changes on the following line: -->
This pull request fixes the errors in texture-size-limit.html.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the s... | diff --git a/script/dom/webgl_validations/tex_image_2d.rs b/script/dom/webgl_validations/tex_image_2d.rs
index 9c4b8fa39..f77d80c27 100644
--- a/script/dom/webgl_validations/tex_image_2d.rs
+++ b/script/dom/webgl_validations/tex_image_2d.rs
@@ -163,18 +163,18 @@ impl<'a> WebGLValidator for CommonTexImage2DValidator<'a>... | 2 | 19 | 8 |
37f28adbdbb7336047d82e44db8505c1d03fdce0 | Martin Robinson | 2016-10-24T02:48:28 | servo: Merge #13873 - Remove stacking context nesting from WebRender display construction (from mrobinson:remove-nesting); r=glennw
<!-- 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 `__` ... | diff --git a/layout/webrender_helpers.rs b/layout/webrender_helpers.rs
index 19e645c80..399b261c9 100644
--- a/layout/webrender_helpers.rs
+++ b/layout/webrender_helpers.rs
@@ -9,7 +9,7 @@
use app_units::Au;
use azure::azure_hl::Color;
-use euclid::{Matrix4D, Point2D, Rect, Size2D};
+use euclid::{Point2D, Rect, Siz... | 3 | 35 | 84 |
da63a87155dc2dd538340adf49179e6a3a5710d9 | Atte Lautanala | 2016-10-23T12:55:30 | servo: Merge #13895 - Implement Step 1 of Response API Clone Method (from lautat:dom-response-clone-step-1); r=KiChjang
<!-- Please describe your changes on the following line: -->
Implements first step of response API Clone method. Response Clone test expectations have been updated. Fixes issue #13888.
---
<!-- Than... | diff --git a/script/dom/response.rs b/script/dom/response.rs
index a12262044..7607cacc9 100644
--- a/script/dom/response.rs
+++ b/script/dom/response.rs
@@ -298,7 +298,9 @@ impl ResponseMethods for Response {
// https://fetch.spec.whatwg.org/#dom-response-clone
fn Clone(&self) -> Fallible<Root<Response>> {
... | 1 | 3 | 1 |
83e6cd93629bcccd4735c5ccb5d4c94c5e31dd75 | Nazım Can Altınova | 2016-10-23T00:47:07 | servo: Merge #13860 - Implement parsing/serialization and gecko glue for text-emphasis-style (from canaltinova:text-emphasis-style); r=Manishearth,emilio
<!-- Please describe your changes on the following line: -->
Implementation of parsing/serialization and gecko glue for text-emphasis-style.
r? @Manishearth
---
<!... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index 9283a14a7..85ebdfdaa 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -1646,7 +1646,7 @@ fn static_assert() {
<%self:impl_trait style_struct_name="InheritedText"
- skip_longhands="... | 3 | 250 | 2 |
3a08a45d6824fb29469c505123b100c077410506 | Jeena Lee | 2016-10-22T13:05:13 | servo: Merge #13882 - Make Response's `Clone()` method to clone headers (from jeenalee:response-clone); r=jdm
<!-- Please describe your changes on the following line: -->
This patch allows the response clone to have the same headers list as the original's. Previously, only the cloned response's headers guard was set t... | diff --git a/script/dom/response.rs b/script/dom/response.rs
index cabbd567b..a12262044 100644
--- a/script/dom/response.rs
+++ b/script/dom/response.rs
@@ -5,7 +5,7 @@
use body::{BodyOperations, BodyType, consume_body, consume_body_with_promise};
use core::cell::Cell;
use dom::bindings::cell::DOMRefCell;
-use dom::... | 1 | 2 | 1 |
3a6364c44edfd1839399996b751e05b1938a47d8 | Ms2ger | 2016-10-22T12:17:13 | servo: Merge #13891 - Move WindowSizeType to script_traits (from servo:msg-min); r=nox
Source-Repo: https://github.com/servo/servo
Source-Revision: 6be969a4594da0971e04d20ed085735024428b7a | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index da30b887b..3eadc3dd3 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -19,15 +19,14 @@ use image::{DynamicImage, ImageFormat, RgbImage};
use ipc_channel::ipc::{self, IpcSender, IpcSharedMemory};
use ipc_channel::router::... | 7 | 20 | 20 |
88bca12d7bd323dfc04ffb35bd7fe7d285400d5b | Ms2ger | 2016-10-21T15:46:39 | servo: Merge #13880 - Move Image and PixelFormat to net_traits (from servo:msg-min); r=nox
Source-Repo: https://github.com/servo/servo
Source-Revision: 6d29bf3f800e45e2907dea6cefa05e90d3a37285 | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 0ef8d2ec0..da30b887b 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -18,9 +18,10 @@ use gleam::gl::types::{GLint, GLsizei};
use image::{DynamicImage, ImageFormat, RgbImage};
use ipc_channel::ipc::{self, IpcSender, IpcS... | 13 | 38 | 31 |
4f0535e358ae9fa19d83b14cd36b1e66c7815a4e | Jesse Kipp | 2016-10-21T14:24:05 | servo: Merge #13784 - Issue 13363 - Step 1.2 of compiling event handler (from TooManyBees:13363-check-script-enabled); r=Ms2ger
<!-- Please describe your changes on the following line: -->
Adds the conditional to test that scripting is enabled in `EventTarget#get_compiled_event_handler`, and return `None` early if not... | diff --git a/script/dom/eventtarget.rs b/script/dom/eventtarget.rs
index 6d6ea81c7..a17bac4a3 100644
--- a/script/dom/eventtarget.rs
+++ b/script/dom/eventtarget.rs
@@ -373,7 +373,10 @@ impl EventTarget {
None => self.downcast::<Window>().unwrap().Document(),
};
- // TODO step 1.2 (browsi... | 1 | 4 | 1 |
c5f69dac74e030816d1f01144e2362f437598630 | Ms2ger | 2016-10-21T10:50:24 | servo: Merge #13878 - Move LoadData to script_traits (from servo:msg-min); r=nox
Source-Repo: https://github.com/servo/servo
Source-Revision: e3ebbd0fcdc78901c214d00cd11743a8fcf2d320 | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index cd5946b4e..0ef8d2ec0 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -19,14 +19,14 @@ use image::{DynamicImage, ImageFormat, RgbImage};
use ipc_channel::ipc::{self, IpcSender, IpcSharedMemory};
use ipc_channel::router::... | 15 | 66 | 63 |
a26bbbecd9721c782ca3ac766e504c1e33271fd1 | Corey Farwell | 2016-10-21T04:31:46 | servo: Merge #13762 - Implement "reset algorithm" for `<select>` (from frewsxcv:select-reset); r=Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: 28be83bd9a5b2adc136bfdf006ae5d285d0178ad | diff --git a/script/dom/htmlformelement.rs b/script/dom/htmlformelement.rs
index 090aa8553..26a30d075 100644
--- a/script/dom/htmlformelement.rs
+++ b/script/dom/htmlformelement.rs
@@ -634,8 +634,7 @@ impl HTMLFormElement {
// {}
//}
NodeTypeId::Element(ElementTypeI... | 2 | 11 | 2 |
c92e8241829411ca9038578343beb71e0b21fd49 | Bobby Holley | 2016-10-21T02:57:54 | servo: Merge #13866 - Stop ticking animations on non-dirty nodes during traversal (from bholley:expire_animations); r=emilio
See #13865.
r? @emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 202dfd5c2770f53283d28e83a43d5b420f302c17 | diff --git a/script/script_thread.rs b/script/script_thread.rs
index 73a3d1458..14c0d6a84 100644
--- a/script/script_thread.rs
+++ b/script/script_thread.rs
@@ -1536,6 +1536,9 @@ impl ScriptThread {
let node = unsafe { node.get_jsmanaged().get_for_script() };
let window = window_from_node(node);
+ ... | 2 | 3 | 12 |
9d6421396b5621e90eb765637d28a08df6a6bcd8 | Imanol Fernandez | 2016-10-21T01:19:53 | servo: Merge #13840 - WebGL support on Windows (from MortimerGoro:webrender_dispatcher); r=emilio
<!-- Please describe your changes on the following line: -->
This is the final step to provide WebGL support on Windows ;)
Some Related PRs already merged in webrender and offscreen-gl-context:
https://github.com/emilio... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 44b05eae2..956623132 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -354,6 +354,17 @@ impl webrender_traits::RenderNotifier for RenderNotifier {
}
}
+// Used to dispatch functions from webrender to the main threa... | 2 | 31 | 0 |
413c37c9681e29b4015d77b33ac7a624d5de2a78 | Mátyás Mustoha | 2016-10-20T22:30:45 | servo: Merge #13857 - Update libc to 0.2.17 (from mmatyas:libc_update); r=larsbergstrom
<!-- Please describe your changes on the following line: -->
Update `libc` to pick up rust-lang/libc#424.
(This is a fix for servo/servo#13154)
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 0bc317a75..6cbf4fb7f 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -24,7 +24,7 @@ dependencies = [
"layout 0.0.1",
"layout_tests 0.0.1",
"layout_thread 0.0.1",
- "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.17 (... | 1 | 61 | 61 |
a6ab60a59c4c7caa27c57b64b02d7a2c8faacf72 | Mátyás Mustoha | 2016-10-20T21:38:26 | servo: Merge #13856 - Remove `android_start!` (from mmatyas:fix_android_start); r=larsbergstrom
<!-- Please describe your changes on the following line: -->
Due to the API changes in `glutin` (1.x -> 2.x), the `android_start!` macro is no longer needed, and causes build error.
(This is a fix for servo/servo#13154)
S... | diff --git a/servo/main.rs b/servo/main.rs
index b70acb720..62c0de43b 100644
--- a/servo/main.rs
+++ b/servo/main.rs
@@ -256,13 +256,6 @@ extern {
}
-// This macro must be used at toplevel because it defines a nested
-// module, but macros can only accept identifiers - not paths -
-// preventing the expansion of t... | 1 | 0 | 7 |
15f4d2217f5e9892a1047311588fe1f19fe3521a | Glenn Watson | 2016-10-20T20:47:13 | servo: Merge #13843 - Update WR, and copy new shaders (from glennw:update-wr-shaders); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: 77dd618e7a7c8c67df94e795a2727fb437ee7f21 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index e604748ae..0bc317a75 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -230,7 +230,7 @@ dependencies = [
"ipc-channel 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"n... | 1 | 15 | 10 |
4db1cf153f303155ef1ee781109c5f1c39f4cb28 | Mátyás Mustoha | 2016-10-20T19:55:49 | servo: Merge #13855 - Fix missing `backtrace` build error on Android (from mmatyas:fix_android_backtrace); r=larsbergstrom
<!-- Please describe your changes on the following line: -->
The missing `backtrace` causes compile errors when building for Android (introduced by servo/servo#12657). This PR fixes the problem by... | diff --git a/servo/Cargo.toml b/servo/Cargo.toml
index cb62e9268..1ae8de5db 100644
--- a/servo/Cargo.toml
+++ b/servo/Cargo.toml
@@ -45,6 +45,7 @@ style_tests = {path = "../../tests/unit/style"}
util_tests = {path = "../../tests/unit/util"}
[dependencies]
+backtrace = "0.2"
browserhtml = {git = "https://github.com... | 2 | 1 | 2 |
9b51e843c99c80b56c8e71e5a4011f7781527375 | Dirkjan Ochtman | 2016-10-20T18:27:19 | servo: Merge #13831 - Remove util::ipc module (fixes #12312) (from servo:rm-util-ipc); r=Wafflespeanut
Source-Repo: https://github.com/servo/servo
Source-Revision: 7a8734cd1e67a2a1a8edff01faf92fa9a5e19d8d | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 4f9bc40b6..e604748ae 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -2527,7 +2527,6 @@ dependencies = [
"euclid 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
... | 4 | 1 | 184 |
4b2b3386461651aa81909e5b7e9c2d2dd7149f62 | Bobby Holley | 2016-10-20T17:40:58 | servo: Merge #13841 - Simplify TNode a bit, removing has_changed from style (from bholley:has_changed); r=emilio
A couple of changes here:
* Remove the option to unset with the dirty bit settes.
* Add an explicit API for setting text node style.
* Hoist has_changed handling into the restyle damage setter and text node... | diff --git a/layout/traversal.rs b/layout/traversal.rs
index f41eeb220..bec162f00 100644
--- a/layout/traversal.rs
+++ b/layout/traversal.rs
@@ -118,12 +118,7 @@ fn construct_flows_at<'a, N: LayoutNode>(context: &'a LayoutContext<'a>, root: O
tnode.set_restyle_damage(RestyleDamage::empty());
}
- unsa... | 8 | 70 | 81 |
db5aef9c9f1e98d28d18278b792b045892b5b3b4 | Simon Sapin | 2016-10-20T16:29:27 | servo: Merge #13839 - Add RwLock in more Arc’d things in stylesheets (from servo:locked-style); r=mbrubeck
<!-- Please describe your changes on the following line: -->
CSSOM needs hold potentially multiple references (through `Arc`) to these objects, and then mutate them.
CC @upsuper
r? @mbrubeck
---
<!-- Thank you... | diff --git a/layout_thread/lib.rs b/layout_thread/lib.rs
index 23da2de84..b7fcc7bb0 100644
--- a/layout_thread/lib.rs
+++ b/layout_thread/lib.rs
@@ -113,7 +113,7 @@ use style::media_queries::{Device, MediaType};
use style::parallel::WorkQueueData;
use style::parser::ParserContextExtraData;
use style::selector_matchi... | 6 | 200 | 295 |
3f4bd7667cfb80314343f86d562010f67888f709 | Shing Lyu | 2016-10-20T14:40:35 | servo: Merge #13795 - Implement CSS filter for Stylo (from shinglyu:stylo-filter); r=Manishearth
<!-- Please describe your changes on the following line: -->
This patch is part of https://bugzilla.mozilla.org/show_bug.cgi?id=1310117
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` whe... | diff --git a/style/gecko_bindings/bindings.rs b/style/gecko_bindings/bindings.rs
index 7639d836e..9a9d82de6 100644
--- a/style/gecko_bindings/bindings.rs
+++ b/style/gecko_bindings/bindings.rs
@@ -515,6 +515,13 @@ extern "C" {
pub fn Gecko_NewBasicShape(type_: StyleBasicShapeType)
-> *mut StyleBasicShape;
}... | 5 | 76 | 4 |
67e53b0848a6a8eaa9ed03bf327f6407b117abd2 | Ms2ger | 2016-10-20T12:42:02 | servo: Merge #13854 - Avoid some unnecessary clones when handling cookies (from servo:cookie-url-clones); r=nox
Source-Repo: https://github.com/servo/servo
Source-Revision: e77ecccc482fd84ebea96c9cb70223fea909c8a4 | diff --git a/net/http_loader.rs b/net/http_loader.rs
index bbaee6e17..c95b7c711 100644
--- a/net/http_loader.rs
+++ b/net/http_loader.rs
@@ -484,7 +484,7 @@ pub fn set_request_cookies(url: &Url, headers: &mut Headers, cookie_jar: &Arc<Rw
}
fn set_cookie_for_url(cookie_jar: &Arc<RwLock<CookieStorage>>,
- ... | 1 | 5 | 5 |
52db9e4fcefd0ecfc9a22232aea983f25143b5a9 | Xidorn Quan | 2016-10-19T18:46:13 | servo: Merge #13834 - Unprefix text-align-last for geckolib (from upsuper:unprefix-text-align-last); r=emilio
<!-- Please describe your changes on the following line: -->
[`text-align-last` has been unprefixed](https://bugzilla.mozilla.org/show_bug.cgi?id=1039541) since Firefox 49.
---
<!-- Thank you for contributing... | diff --git a/style/properties/longhand/inherited_text.mako.rs b/style/properties/longhand/inherited_text.mako.rs
index 33453f95e..c4006efea 100644
--- a/style/properties/longhand/inherited_text.mako.rs
+++ b/style/properties/longhand/inherited_text.mako.rs
@@ -395,11 +395,10 @@ ${helpers.single_keyword("text-justify",
... | 1 | 1 | 2 |
0b68c7af6020078f75bd9c06493b2734e86b28a3 | Martin Robinson | 2016-10-19T17:54:40 | servo: Merge #13820 - Remove the concept of nested stacking contexts from display list builder (from mrobinson:remove-nesting); r=glennw
<!-- 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 ... | diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs
index 87da30fc2..66a881941 100644
--- a/gfx/display_list/mod.rs
+++ b/gfx/display_list/mod.rs
@@ -589,14 +589,14 @@ pub struct StackingContext {
/// Whether this stacking context creates a new 3d rendering context.
pub establishes_3d_context: bool... | 4 | 106 | 110 |
5d166133802ed821526ca716b001647444fdc544 | Josh Matthews | 2016-10-19T17:08:00 | servo: Merge #13827 - Support taking screenshots when a webdriver server is active (from jdm:screenshot); r=Ms2ger
Improve the experience of using webdriver to take screenshots of Servo. When a screenshot can't be obtained immediately, increase the delay before trying again from 2ms to 1s.
---
- [X] `./mach build -d`... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 0a9ad22de..44b05eae2 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -578,6 +578,9 @@ impl<Window: WindowMethods> IOCompositor<Window> {
(Msg::CreatePng(reply), ShutdownState::NotShuttingDown) => {
... | 3 | 7 | 2 |
556c43c60d6b4ad4f32ba9f382e2579cfcc018fa | Cameron McCormack | 2016-10-19T15:00:14 | servo: Merge #13833 - Update bindings.rs (from heycam:bindings-update-2); r=Manishearth
<!-- Please describe your changes on the following line: -->
I forgot to copy this file over in #13812. :(
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__... | diff --git a/style/gecko_bindings/bindings.rs b/style/gecko_bindings/bindings.rs
index 532762287..7639d836e 100644
--- a/style/gecko_bindings/bindings.rs
+++ b/style/gecko_bindings/bindings.rs
@@ -39,90 +39,70 @@ pub type StyleChildrenIteratorBorrowedMutOrNull<'a> = Option<&'a mut StyleChildr
pub type StyleChildrenIte... | 1 | 100 | 100 |
e8ac1ceda36b4050079f3eb240468c62f6870f3c | Nazım Can Altınova | 2016-10-19T14:10:15 | servo: Merge #13804 - Fix radial gradient's <size>/<ending-shape> parsing (from canaltinova:gradient-parsing); r=Manishearth
<!-- Please describe your changes on the following line: -->
Parsing now handles sizes and shapes in various order.
I had to delete `EndingShape`'s parse implementation and mix it with `Position... | diff --git a/style/values/specified/image.rs b/style/values/specified/image.rs
index 2960cae68..3625d5394 100644
--- a/style/values/specified/image.rs
+++ b/style/values/specified/image.rs
@@ -14,7 +14,7 @@ use std::fmt;
use url::Url;
use values::computed::ComputedValueAsSpecified;
use values::specified::{Angle, CSS... | 2 | 62 | 55 |
0f5e37b54badcb9ebe6f81c0230c97a2a33a233c | Ms2ger | 2016-10-18T08:30:17 | servo: Merge #13811 - Remove unused DisplayItem::LayeredItem (from servo:LayeredItem); r=mrobinson
Source-Repo: https://github.com/servo/servo
Source-Revision: 89ced788ebb89b6cab82b15f4a1bab0b822e953c | diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs
index 6c10e5603..87da30fc2 100644
--- a/gfx/display_list/mod.rs
+++ b/gfx/display_list/mod.rs
@@ -766,7 +766,6 @@ pub enum DisplayItem {
Gradient(Box<GradientDisplayItem>),
Line(Box<LineDisplayItem>),
BoxShadow(Box<BoxShadowDisplayItem>),
- ... | 2 | 0 | 19 |
3e1c86c2a3d511b22e1a46f2b4dfd63e609f4302 | Martin Robinson | 2016-10-18T07:24:44 | servo: Merge #13810 - Remove Class from DisplayItem enum names (from mrobinson:names); r=Ms2ger
<!-- 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] `./... | diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs
index 8148374bd..6c10e5603 100644
--- a/gfx/display_list/mod.rs
+++ b/gfx/display_list/mod.rs
@@ -128,7 +128,7 @@ impl DisplayList {
let stacking_context_id = stacking_context.id;
let real_stacking_context = stacking_context.context_type =... | 3 | 95 | 95 |
c37ae17bb9c5ae4f38af27749e0c5ffdaebbf17b | Glenn Watson | 2016-10-18T03:21:58 | servo: Merge #13808 - Update webrender to get clip_shared changes (from glennw:update-wr-clip); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: fe78c346a35ce81cd602d1caf6e0ef188bf339ad | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index b326b7a14..4f9bc40b6 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -2658,7 +2658,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.6.0"
-source = "git+https://github.com/servo/webrender#b31b4cf76324bfbe82d27a059e1330ef5ae34c35"
+source ... | 1 | 2 | 2 |
869b476e947371d40ab98232c4d25adacec7e1a3 | Glenn Watson | 2016-10-17T18:29:50 | servo: Merge #13624 - Update osmesa-src to get build fix for old ubuntu machines (from glennw:update-osmesa); r=larsbergstrom
Source-Repo: https://github.com/servo/servo
Source-Revision: d2518affa9930f26e454bd7636ca004ae178a052 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index db96733dc..5923ff990 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -1706,7 +1706,7 @@ dependencies = [
[[package]]
name = "osmesa-src"
version = "12.0.1"
-source = "git+https://github.com/servo/osmesa-src#aaccb7b7acdbcd54708db6530cea4177642cf64c"
+sour... | 1 | 1 | 1 |
95e7bb42892f64b0abbc194d4f3b402cdb3c9fea | Anthony Ramine | 2016-10-17T17:33:36 | servo: Merge #13801 - Bump html5ever to 0.5.5 (from nox:h5e); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: cbe2f7e53b0f44673f7bb26e6ff114b87b431419 | diff --git a/script/dom/servoparser/html.rs b/script/dom/servoparser/html.rs
index f92a21e91..26db7aa4b 100644
--- a/script/dom/servoparser/html.rs
+++ b/script/dom/servoparser/html.rs
@@ -63,7 +63,7 @@ impl<'a> TreeSink for Sink {
JS::from_ref(self.document.upcast())
}
- fn get_template_contents(&se... | 2 | 4 | 5 |
501091b4f3c255ecbde4bfd956c0ce23db9884b5 | Cameron McCormack | 2016-10-17T03:46:56 | servo: Merge #13793 - Make use statements in gecko.mako.rs neater (from heycam:cleanup-2); r=Manishearth
<!-- Please describe your changes on the following line: -->
Similarly to #13792 I find the grouped `use` statements in gecko.mako.rs hard to deal with. Splitting these out to one per line should help avoid rebas... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index bbd94e1ca..246026853 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -17,20 +17,28 @@ use gecko_bindings::bindings::Gecko_Construct_${style_struct.gecko_ffi_name};
use gecko_bindings::bindings::Gecko_... | 1 | 16 | 8 |
beff88612816954f8570dd4c743023f1db1e1a11 | Gregory | 2016-10-16T10:46:56 | servo: Merge #13785 - switch to using DOMRefCell<VeqDeque<String>> for ServoParser::pending… (from gterzian:use_veqdequeu_in_servoparser); r=nox
<!-- Please describe your changes on the following line: -->
The field ServoParser::pending_input should be a DOMRefCell<VeqDeque<String>>, this lets us use VecDeque::pop_fro... | diff --git a/script/dom/bindings/trace.rs b/script/dom/bindings/trace.rs
index a81236fc4..7f2c3d611 100644
--- a/script/dom/bindings/trace.rs
+++ b/script/dom/bindings/trace.rs
@@ -78,7 +78,7 @@ use serde::{Deserialize, Serialize};
use smallvec::SmallVec;
use std::boxed::FnBox;
use std::cell::{Cell, UnsafeCell};
-us... | 2 | 15 | 5 |
22ac6698f92418fab6b5cdfed8f69fb562f60d53 | Cameron McCormack | 2016-10-16T04:24:40 | servo: Merge #13715 - Factor out a UrlOrNone type for -moz-binding and list-style-image to use (from heycam:url-or-none); r=Manishearth
<!-- Please describe your changes on the following line: -->
r? @Manishearth
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is comple... | diff --git a/layout/construct.rs b/layout/construct.rs
index 5cc982fcc..f9b2d61ab 100644
--- a/layout/construct.rs
+++ b/layout/construct.rs
@@ -43,7 +43,7 @@ use std::marker::PhantomData;
use std::mem;
use std::sync::Arc;
use std::sync::atomic::Ordering;
-use style::computed_values::{caption_side, display, empty_ce... | 7 | 69 | 156 |
b696bee02f6607a3ec7ce5e365cce19f0f5a2678 | Patrick Walton | 2016-10-15T21:19:10 | servo: Merge #13756 - layout: Rewrite clipping to be a two-phase process that takes physical border box positions and transforms into account (from pcwalton:relative-position-clip); r=notriddle
Clipping region computation now follows a simple process: (1) in the
parent's coordinate system, parents store appropriate cl... | diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs
index 59e85385b..8148374bd 100644
--- a/gfx/display_list/mod.rs
+++ b/gfx/display_list/mod.rs
@@ -977,6 +977,11 @@ impl ClippingRegion {
}).collect(),
}
}
+
+ #[inline]
+ pub fn is_max(&self) -> bool {
+ self.main == ... | 5 | 196 | 159 |
d6618d8b3c00048fef8d88e373c756109eb8df82 | Patrick Walton | 2016-10-15T04:47:24 | servo: Merge #13765 - layout: Make percentages in `top` and `bottom` for relative positions relative to height, not width (from pcwalton:relative-position-vertical-percentage); r=emilio
Improves etsy.com.
Closes #13760.
r? @mbrubeck
Source-Repo: https://github.com/servo/servo
Source-Revision: 759185abe05c31c2851d9a... | diff --git a/layout/block.rs b/layout/block.rs
index d3b42c2de..1c1ff0287 100644
--- a/layout/block.rs
+++ b/layout/block.rs
@@ -753,6 +753,17 @@ impl BlockFlow {
}
}
+ /// Writes in the size of the relative containing block for children. (This information
+ /// is also needed to handle RTL.)
+ ... | 2 | 16 | 13 |
59e127a3b593e47b2a678d3fc635fb372866a4cd | Bobby Holley | 2016-10-14T15:42:10 | servo: Merge #13759 - Implement OwningHandle in style (from bholley:owning_handle); r=SimonSapin
I've also PR-ed this against upstream [1], but I don't want to block on that in case it takes a while to be merged / published.
[1] https://github.com/Kimundi/owning-ref-rs/pull/15
Source-Repo: https://github.com/servo/s... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 0837ad5dd..2b6ccfc0e 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -1727,7 +1727,7 @@ dependencies = [
[[package]]
name = "owning_ref"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package... | 4 | 89 | 3 |
f24bbe90feeb3f13e741fa42206ab8e0abe4901d | Joe Walker | 2016-10-14T13:56:54 | servo: Merge #13751 - Add support for 'font-kerning' in geckolib (from joewalker:font-kerning); r=Manishearth
Add support for 'font-kerning' in geckolib
These changes fix #13667
$ ./mach build -d
It looks like you passed an unrecognized argument into mach.
$ ./mach test-tidy
It looks like you are try... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index 9dc9e8ceb..a44956b9f 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -449,7 +449,7 @@ impl Debug for ${style_struct.gecko_struct_name} {
# These are currently being shuffled to a different style s... | 1 | 7 | 2 |
bb39e9c4a5f9d1acf3b59c0d98493d025421ef66 | Ms2ger | 2016-10-14T12:20:05 | servo: Merge #13750 - Implement blob url support in the fetch stack (from servo:fetch-blob); r=Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: d692cf1085b264cb5787017b11d77f59793ecc21 | diff --git a/net/blob_loader.rs b/net/blob_loader.rs
index 1bf931dac..9bd4eec04 100644
--- a/net/blob_loader.rs
+++ b/net/blob_loader.rs
@@ -18,12 +18,13 @@ use resource_thread::{send_error, start_sending_sniffed_opt};
use resource_thread::CancellationListener;
use std::boxed::FnBox;
use std::sync::Arc;
+use url::Ur... | 5 | 176 | 57 |
a34edc0b701c50a8ca97440f66a4de3502fe1b0c | Patrick Walton | 2016-10-13T23:12:17 | servo: Merge #13738 - layout: Don't try to vertically align absolutely positioned children of table rows (from pcwalton:table-vertical-align-absolute); r=mbrubeck
Improves http://reddit.com/r/aww.
r? @mbrubeck
Source-Repo: https://github.com/servo/servo
Source-Revision: a80abf6c1dd0f14b40499d55129a53d397c3a3cd | diff --git a/layout/table_cell.rs b/layout/table_cell.rs
index a1f1eab10..62d560802 100644
--- a/layout/table_cell.rs
+++ b/layout/table_cell.rs
@@ -12,7 +12,7 @@ use context::{LayoutContext, SharedLayoutContext};
use cssparser::Color;
use display_list_builder::{BlockFlowDisplayListBuilding, BorderPaintingMode, Displ... | 1 | 45 | 34 |
75e3950fe18fefee3c2b5202fd771402ee853125 | Florian Hartwig | 2016-10-13T21:40:16 | servo: Merge #13755 - Invert conditional and return early from report_pending_exception (from fhartwig:early-return); r=KiChjang
<!-- Please describe your changes on the following line: -->
Previously, almost the entire body of `report_pending_exception` was in a conditional branch. We now return early if the function... | diff --git a/script/dom/bindings/error.rs b/script/dom/bindings/error.rs
index 96ae220ce..3b179e85d 100644
--- a/script/dom/bindings/error.rs
+++ b/script/dom/bindings/error.rs
@@ -202,52 +202,52 @@ impl ErrorInfo {
/// The `dispatch_event` argument is temporary and non-standard; passing false
/// prevents dispatchin... | 1 | 41 | 41 |
6509a8833167b2018a24802a65a5512eef874711 | Patrick Walton | 2016-10-13T17:06:44 | servo: Merge #13732 - layout: Use the margin box for vertical positioning of `inline-block` fragments if `overflow` is not `visible` per CSS 2.1 § 10.8.1 (from pcwalton:inline-block-vertical-align-overflow); r=notriddle
Additionally, this patch reverts the change introduced in #12642 in
favor of the spec-compliant beh... | diff --git a/layout/fragment.rs b/layout/fragment.rs
index 0faf0df22..1fa29bac1 100644
--- a/layout/fragment.rs
+++ b/layout/fragment.rs
@@ -2215,18 +2215,29 @@ impl Fragment {
// CSS 2.1 § 10.8: "The height of each inline-level box in the line box is calculated.
// For replaced elements, inli... | 1 | 20 | 9 |
b6d1c0a44d7e549166f48a155e4a7fd411c68df1 | Emilio Cobos Álvarez | 2016-10-13T15:39:58 | servo: Merge #13743 - servo: Update glutin to pick the wayland disabling (from emilio:wayland-not-yet); r=larsbergstrom
<!-- 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 appropr... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 501779f9f..0837ad5dd 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -903,7 +903,7 @@ dependencies = [
"osmesa-sys 0.1.2 (git+https://github.com/daggerbot/osmesa-rs)",
"script_traits 0.0.1",
"servo-egl 0.2.1 (registry+https://github.com/rust-lang/crat... | 1 | 4 | 4 |
192edcf7306fb9b26bc05e353758f1feb8c1da98 | Ms2ger | 2016-10-13T14:55:00 | servo: Merge #13741 - Remove some unused support for the legacy network stack in script (from servo:fetch-doc-unused); r=Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: 740464df8af6e0f167bafa1a760078e420172eb7 | diff --git a/script/document_loader.rs b/script/document_loader.rs
index cfb04f614..837660109 100644
--- a/script/document_loader.rs
+++ b/script/document_loader.rs
@@ -8,9 +8,7 @@
use dom::bindings::js::JS;
use dom::document::Document;
use ipc_channel::ipc::IpcSender;
-use msg::constellation_msg::{PipelineId, Refer... | 3 | 4 | 43 |
68eed5cfd91a00dc726741eebcdb249f2fedeb6f | Corey Farwell | 2016-10-13T13:38:19 | servo: Merge #13739 - Make make_enumerated_getter prettier again (from frewsxcv:pretty-enumerated); r=jdm
Fixes https://github.com/servo/servo/issues/4723.
Source-Repo: https://github.com/servo/servo
Source-Revision: 3f31ffad2f12b4201dd2d0ef2a0548c0183c3aee | diff --git a/script/dom/htmlbuttonelement.rs b/script/dom/htmlbuttonelement.rs
index f12666e41..95b85d0da 100644
--- a/script/dom/htmlbuttonelement.rs
+++ b/script/dom/htmlbuttonelement.rs
@@ -83,7 +83,7 @@ impl HTMLButtonElementMethods for HTMLButtonElement {
}
// https://html.spec.whatwg.org/multipage/#do... | 6 | 18 | 18 |
830f2961ce3a897b3f5505332cf92fca74da077f | Jeena Lee | 2016-10-13T10:33:36 | servo: Merge #13733 - Fix Request's Headers to be cloned correctly (from jeenalee:request-clone); r=jdm
<!-- Please describe your changes on the following line: -->
Previously, when `Clone()` was called, Headers of the template Request did not get cloned properly. This commit fixes that issue, and updates the expected... | diff --git a/script/dom/request.rs b/script/dom/request.rs
index 4cad8753e..3358fc63e 100644
--- a/script/dom/request.rs
+++ b/script/dom/request.rs
@@ -420,7 +420,7 @@ impl Request {
r
}
- fn clone_from(r: &Request) -> Root<Request> {
+ fn clone_from(r: &Request) -> Fallible<Root<Request>> {
... | 1 | 4 | 3 |
7c28b77555adab83d9cbe97bb0f38842cc45db58 | Alan Jeffrey | 2016-10-13T08:21:47 | servo: Merge #13728 - Setting a devtools timeline marker may fail, due to pipeline lookup failure (from asajeffrey:devtools-set-timeline-marker-may-fail); r=fitzgen
<!-- Please describe your changes on the following line: -->
Allow setting a devtools timeline marker to fail, due to pipeline lookup failure. This is pa... | diff --git a/devtools/actors/timeline.rs b/devtools/actors/timeline.rs
index d52437edb..0d495faf7 100644
--- a/devtools/actors/timeline.rs
+++ b/devtools/actors/timeline.rs
@@ -143,7 +143,7 @@ impl TimelineActor {
}
}
- fn pull_timeline_data(&self, receiver: IpcReceiver<TimelineMarker>, mut emitter: ... | 5 | 28 | 22 |
576380a34ed84177adfeac3921d89499f01b1bec | Manish Goregaokar | 2016-10-13T06:50:37 | servo: Merge #13722 - Remove test-geckolib, run test-stylo on travis (from Manishearth:test-stylo); r=jdm
test-geckolib used to do things, but almost all of geckolib has been moved to the style crate, with the tests in `tests/unit/stylo`. (`./mach test-stylo) Now test-geckolib does nothing.
Fixes #13721
r? @jdm
Sour... | diff --git a/style/lib.rs b/style/lib.rs
index c4adf08ef..893b88c8d 100644
--- a/style/lib.rs
+++ b/style/lib.rs
@@ -62,7 +62,7 @@ extern crate heapsize;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate lazy_static;
-extern crate libc;
+#[cfg(feature = "gecko")] extern crate libc;
#[macro_use]
extern crate... | 1 | 1 | 1 |
4299f6247b5458bd2eabad89159169f1aa6e88af | NamSoo Cho | 2016-10-13T01:05:11 | servo: Merge #13724 - font_variant_position (from NamsooCho:font_variant_position); r=Manishearth
<!-- Please describe your changes on the following line: -->
added 'font-variant-position' property to font.mako-rs
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is comple... | diff --git a/style/properties/longhand/font.mako.rs b/style/properties/longhand/font.mako.rs
index b53a1d02a..28594f8fe 100644
--- a/style/properties/longhand/font.mako.rs
+++ b/style/properties/longhand/font.mako.rs
@@ -353,3 +353,11 @@ ${helpers.single_keyword("font-kerning",
"auto none norm... | 1 | 8 | 0 |
939a199c2221723ff9459875f0b23f43a88d6298 | Patrick Walton | 2016-10-12T21:00:37 | servo: Merge #13705 - layout: Don't touch the inline positions of block children unless they are to be reflowed (from pcwalton:incremental-float); r=notriddle
See the comment added to
`BlockFlow::propagate_assigned_inline_size_to_children()` for details.
Closes #13704.
r? @notriddle
Source-Repo: https://github.com/... | diff --git a/layout/block.rs b/layout/block.rs
index 75dcc9afd..d3b42c2de 100644
--- a/layout/block.rs
+++ b/layout/block.rs
@@ -1390,8 +1390,22 @@ impl BlockFlow {
// and its inline-size is our content inline-size.
let kid_mode = flow::base(kid).writing_mode;
{
+ /... | 1 | 15 | 1 |
c5b7f1b8defa0d14d44c8c577aa654164b3b739a | Aniruddh Agarwal | 2016-10-12T20:15:20 | servo: Merge #13698 - Implement -moz-text-align-last property (from awesomeaniruddh:implement-moz-text-align-last); r=Wafflespeanut
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report... | diff --git a/style/properties/longhand/inherited_text.mako.rs b/style/properties/longhand/inherited_text.mako.rs
index 4536b89d0..33453f95e 100644
--- a/style/properties/longhand/inherited_text.mako.rs
+++ b/style/properties/longhand/inherited_text.mako.rs
@@ -395,6 +395,13 @@ ${helpers.single_keyword("text-justify",
... | 1 | 7 | 0 |
0c4570754b5ba3fea1a741abb94f3dcac9ecb035 | Simon Sapin | 2016-10-12T19:21:34 | servo: Merge #13640 - Move some of the CSSStyleDeclaration logic to the style crate (from servo:CSSStyleDeclaration_in_style); r=mbrubeck
<!-- Please describe your changes on the following line: -->
… so that Stylo can re-use it.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1295865
---
<!-- Thank you for cont... | diff --git a/script/dom/cssstyledeclaration.rs b/script/dom/cssstyledeclaration.rs
index 77aee91ce..37ff6e7a3 100644
--- a/script/dom/cssstyledeclaration.rs
+++ b/script/dom/cssstyledeclaration.rs
@@ -17,7 +17,7 @@ use std::ascii::AsciiExt;
use std::sync::Arc;
use string_cache::Atom;
use style::parser::ParserContext... | 4 | 269 | 283 |
8124a765ebc6f67e1291a65b6e79b54c9ec52ac2 | Emilio Cobos Álvarez | 2016-10-12T15:34:10 | servo: Merge #13694 - Introduce AnimationValue to manage animated properties in Gecko (from emilio:style-animation); r=Manishearth,birtles
<!-- Please describe your changes on the following line: -->
Doesn't compile because there are a bunch of `from_computed_value` missing, and I need to take care of fixing that bef... | diff --git a/style/properties/helpers/animated_properties.mako.rs b/style/properties/helpers/animated_properties.mako.rs
index c0f2fbe3b..fdd3db944 100644
--- a/style/properties/helpers/animated_properties.mako.rs
+++ b/style/properties/helpers/animated_properties.mako.rs
@@ -25,6 +25,7 @@ use values::computed::{Angle,... | 1 | 206 | 147 |
505bfff8100be340ac66f3cd4f48cd9c4434d51a | Ms2ger | 2016-10-12T09:49:22 | servo: Merge #13691 - Use mem::replace in take_pseudo_styles (from servo:mem-replace); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 494a89c27f302c47dff3c95c1a152219ad0463f7 | diff --git a/script/layout_wrapper.rs b/script/layout_wrapper.rs
index 451cfe826..bb0aebe73 100644
--- a/script/layout_wrapper.rs
+++ b/script/layout_wrapper.rs
@@ -52,7 +52,7 @@ use selectors::matching::ElementFlags;
use selectors::parser::{AttrSelector, NamespaceConstraint};
use std::fmt;
use std::marker::PhantomD... | 1 | 2 | 5 |
da87104e5e600a2063fc1cb9ba97a5e4f7f1365c | Cameron McCormack | 2016-10-12T06:15:12 | servo: Merge #13692 - Fix return types of Owned<T>::into_box Gecko sugar types (from heycam:into-box); r=Manishearth
<!-- Please describe your changes on the following line: -->
We're not transmuting to the right type. The only current use of `into_box` is to drop a `PerDocumentStyleData`, so we weren't accidentally... | diff --git a/style/gecko_bindings/sugar/ownership.rs b/style/gecko_bindings/sugar/ownership.rs
index b8652b4ce..bd3148366 100644
--- a/style/gecko_bindings/sugar/ownership.rs
+++ b/style/gecko_bindings/sugar/ownership.rs
@@ -204,7 +204,7 @@ pub struct Owned<T> {
impl<T> Owned<T> {
/// Owned<GeckoType> -> Box<Se... | 1 | 2 | 2 |
f00e683f58aa6305a90ccd4c71cd1a79457cc669 | Martin Robinson | 2016-10-12T01:58:49 | servo: Merge #13696 - Add a custom Debug formatter for ClippingRegion (from mrobinson:clipping_region_print); r=emilio
<!-- 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 appropri... | diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs
index 1b7195fa2..be4aecd3a 100644
--- a/gfx/display_list/mod.rs
+++ b/gfx/display_list/mod.rs
@@ -897,7 +897,7 @@ impl BaseDisplayItem {
/// A clipping region for a display item. Currently, this can describe rectangles, rounded
/// rectangles (for `border... | 1 | 15 | 1 |
e72d223328f4b6bec2513e04e521ac4844289500 | Cameron McCormack | 2016-10-11T23:37:39 | servo: Merge #13695 - avoid initializing image layers after repeat/origin values have already been written (from heycam:layer-init); r=Manishearth
<!-- Please describe your changes on the following line: -->
@bors-servo r=manishearth
given in https://bugzilla.mozilla.org/show_bug.cgi?id=1309081
---
<!-- Thank you f... | diff --git a/style/gecko_bindings/bindings.rs b/style/gecko_bindings/bindings.rs
index bbd7b3d4f..a7efe16be 100644
--- a/style/gecko_bindings/bindings.rs
+++ b/style/gecko_bindings/bindings.rs
@@ -494,12 +494,9 @@ extern "C" {
}
extern "C" {
pub fn Gecko_EnsureImageLayersLength(layers: *mut nsStyleImageLayers,
-... | 2 | 22 | 15 |
100953ee75c4b688a2849832df0eff550a4a1fb5 | Martin Robinson | 2016-10-11T19:19:44 | servo: Merge #13693 - Correct the unicode codes used for tree printing (from mrobinson:hexadecimal); r=emilio
<!-- 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:... | diff --git a/gfx_traits/print_tree.rs b/gfx_traits/print_tree.rs
index 1920ac6d5..a842193e0 100644
--- a/gfx_traits/print_tree.rs
+++ b/gfx_traits/print_tree.rs
@@ -15,7 +15,7 @@ pub struct PrintTree {
impl PrintTree {
pub fn new(title: String) -> PrintTree {
- println!("\u{9484} {}", title);
+ pr... | 1 | 6 | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.