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 |
|---|---|---|---|---|---|---|---|
d66f33d001dce566473554dd2110e5bc7ddd078d | Xidorn Quan | 2016-12-21T07:37:12 | servo: Merge #14654 - Change property id of moz-prefixed properties to match their name (from upsuper:bug1311870); r=heycam
<!-- Please describe your changes on the following line: -->
This is the servo part of [bug 1311870](https://bugzilla.mozilla.org/show_bug.cgi?id=1311870) which has been reviewed by @heycam.
r?... | diff --git a/style/gecko_bindings/structs_debug.rs b/style/gecko_bindings/structs_debug.rs
index 447009a79..eba1d7a5b 100644
--- a/style/gecko_bindings/structs_debug.rs
+++ b/style/gecko_bindings/structs_debug.rs
@@ -10591,7 +10591,7 @@ pub mod root {
eCSSProperty_animation_name = 8,
eCSSProperty_anim... | 6 | 73 | 78 |
8d9a4e401e1d122641c888d893e74e75750fb382 | Xidorn Quan | 2016-12-20T23:41:13 | servo: Merge #14653 - stylo: Fix assertion for unresolvable url (from upsuper:bug1321176); r=Manishearth
<!-- Please describe your changes on the following line: -->
This is the Servo part of [bug 1321176](https://bugzilla.mozilla.org/show_bug.cgi?id=1321176), which has been reviewed by @emilio, @Manishearth, and @hey... | diff --git a/script/dom/element.rs b/script/dom/element.rs
index 27386eb2d..d5181e221 100644
--- a/script/dom/element.rs
+++ b/script/dom/element.rs
@@ -397,7 +397,7 @@ impl LayoutElementHelpers for LayoutJS<Element> {
PropertyDeclaration::BackgroundImage(DeclaredValue::Value(
back... | 5 | 25 | 12 |
ed74c47eb5843c9bf49a1900311e37798a36da4e | Xidorn Quan | 2016-12-20T07:59:00 | servo: Merge #14645 - Move {lower,upper}-alpha to extra_servo_values (from upsuper:gecko-builtin-counter-styles); r=heycam
These two counter styles are supported via @counter-style rules in UA style sheet in Gecko.
Source-Repo: https://github.com/servo/servo
Source-Revision: fd5733fc1e5cda952e8d68783d4053fe4ae66eb1 | diff --git a/style/properties/longhand/list.mako.rs b/style/properties/longhand/list.mako.rs
index d97968510..b62e7222c 100644
--- a/style/properties/longhand/list.mako.rs
+++ b/style/properties/longhand/list.mako.rs
@@ -17,12 +17,12 @@ ${helpers.single_keyword("list-style-position", "outside inside", animatable=Fal
/... | 1 | 2 | 2 |
0a81e58a922a2001189816596631afa0bc0259ed | Connor Brewster | 2016-12-19T20:33:07 | servo: Merge #14631 - Make datetime just reflect (from cbrewster:datetime_fix); r=Ms2ger
<!-- Please describe your changes on the following line: -->
This just uses `make_getter!` for `datetime` rather than checking if `datetime` has data and falling back to the child data if `datetime` has no data.
I reverted 2 of t... | diff --git a/script/dom/htmltimeelement.rs b/script/dom/htmltimeelement.rs
index 84794443e..c5286dd68 100644
--- a/script/dom/htmltimeelement.rs
+++ b/script/dom/htmltimeelement.rs
@@ -2,14 +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.or... | 1 | 1 | 15 |
4d96f9ae017c09e89503d1a372d562be558289b5 | Lars Bergstrom | 2016-12-19T14:33:09 | servo: Merge #14629 - Revert "Update Rust to 1.15.0-nightly (8f02c429a 2016-12-15)." (from larsbergstrom:revert_rustup); r=nox
This reverts commit 5618e797683e7bfc400e8b1879d89f64bfb577fa.
<!-- Please describe your changes on the following line: -->
According to @nox, this breaks MacOS. Should be fine tomorrow:
rust-... | diff --git a/plugins/lints/inheritance_integrity.rs b/plugins/lints/inheritance_integrity.rs
index 0c70a949c..a47b6313d 100644
--- a/plugins/lints/inheritance_integrity.rs
+++ b/plugins/lints/inheritance_integrity.rs
@@ -22,7 +22,7 @@ impl LintPass for InheritancePass {
}
}
-impl<'a, 'tcx> LateLintPass<'a, 'tcx... | 4 | 13 | 21 |
9ea0580d48e819d31546cb661636014d2f347757 | Ms2ger | 2016-12-19T11:58:56 | servo: Merge #14481 - Update Rust to 1.15.0-nightly (8f02c429a 2016-12-15) (from servo:rustup); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 077a54de19ad6336cc6fae5fb4d9897535f67c2b | diff --git a/plugins/lints/inheritance_integrity.rs b/plugins/lints/inheritance_integrity.rs
index a47b6313d..0c70a949c 100644
--- a/plugins/lints/inheritance_integrity.rs
+++ b/plugins/lints/inheritance_integrity.rs
@@ -22,7 +22,7 @@ impl LintPass for InheritancePass {
}
}
-impl LateLintPass for InheritancePas... | 4 | 21 | 13 |
6be02f008640ddeaa34b77a96df35f3eb6fe2a1e | Emilio Cobos Álvarez | 2016-12-19T08:47:34 | servo: Merge #14485 - style: Add a simple rule-tree benchmarks (from servo:rule-tree-bench); r=heycam
<!-- Please describe your changes on the following line: -->
r? @heycam
Numbers on my machine, for the record:
```
test rule_tree::bench::bench_expensive_insersion ... bench: 7,211,081 ns/iter (+/- 1,933... | diff --git a/style/rule_tree/mod.rs b/style/rule_tree/mod.rs
index 1e9602428..1ba4232dd 100644
--- a/style/rule_tree/mod.rs
+++ b/style/rule_tree/mod.rs
@@ -438,27 +438,59 @@ impl StrongRuleNode {
// That's... suspicious, but it's fine if it happens for the rule tree
// case, so just don't crash in th... | 1 | 69 | 25 |
cbd283eaac28e4e4c4139a1d504af57bef0e7903 | Emilio Cobos Álvarez | 2016-12-17T22:40:33 | servo: Merge #14622 - stylo: Track the last restyle generation properly (from emilio:last-restyle); r=bholley
I couldn't reproduce locally, but I believe this fixes:
https://bugzilla.mozilla.org/show_bug.cgi?id=1323890
r? @heycam
Source-Repo: https://github.com/servo/servo
Source-Revision: f6163c77b9ac979f8406ef6ff... | diff --git a/style/gecko/data.rs b/style/gecko/data.rs
index da334bfa4..2b7cfc54a 100644
--- a/style/gecko/data.rs
+++ b/style/gecko/data.rs
@@ -25,6 +25,9 @@ pub struct PerDocumentStyleDataImpl {
/// Rule processor.
pub stylist: Arc<Stylist>,
+ /// Last restyle generation.
+ pub last_restyle_generati... | 1 | 10 | 0 |
12071207351f280cf63a458161e1bd8c11008a8f | Julien Wajsberg | 2016-12-17T21:25:06 | servo: Merge #14430 - Expose Quirks Mode information in the layout data and code (from julienw:access-quirks-mode-from-layout); r=emilio
<!-- Please describe your changes on the following line: -->
This patch exposes the Quirks (NoQuirks/LimitedQuirks/Quirks) state to the layout subsystem.
---
<!-- Thank you for cont... | diff --git a/layout_thread/lib.rs b/layout_thread/lib.rs
index 21bcd894a..d2bdf3a8f 100644
--- a/layout_thread/lib.rs
+++ b/layout_thread/lib.rs
@@ -110,7 +110,7 @@ use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::mpsc::{Receiver, Sender, channel};
use std::thread;
use style::animation::Animation;
-use... | 8 | 55 | 24 |
7c34183ea4c3325ea70c961640bf599a4e073999 | Nick Price | 2016-12-16T23:11:29 | servo: Merge #14598 - Fix linear gradient's specified form #13892 (from DominoTree:master); r=canaltinova
<!-- Please describe your changes on the following line: -->
WIP for #13892
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with approp... | diff --git a/layout/display_list_builder.rs b/layout/display_list_builder.rs
index 5f66f5f52..be11ba66e 100644
--- a/layout/display_list_builder.rs
+++ b/layout/display_list_builder.rs
@@ -54,8 +54,8 @@ use style::properties::{self, ServoComputedValues};
use style::properties::style_structs;
use style::servo::restyle... | 5 | 106 | 37 |
15153e97ff0e4d6ef14c82c6e5f0933df0fb92ce | Ravi Shankar | 2016-12-16T22:23:40 | servo: Merge #14000 - Stylo: Basic support for grid-{row,column}-{start,end} (from Wafflespeanut:grid); r=Manishearth
<!-- 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 appropria... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index 1fb133f92..0c9212e2a 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -5,7 +5,7 @@
// `data` comes from components/style/properties.mako.rs; see build.rs for more details.
<%!
- from data import ... | 6 | 142 | 5 |
c571c236472f987dc8a6e8d641fb33f79beb3644 | Josh Matthews | 2016-12-16T16:53:27 | servo: Merge #14589 - Reduce calls into arbitrary code with the ScriptThread::documents borrow held (from servo:harden-script); r=jdm+Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 0c56499bdc5c92bac44f8c33e4781899c34d64e1 | diff --git a/script/script_thread.rs b/script/script_thread.rs
index b719a8fae..c2d8deec6 100644
--- a/script/script_thread.rs
+++ b/script/script_thread.rs
@@ -1142,7 +1142,8 @@ impl ScriptThread {
}
fn handle_resize(&self, id: PipelineId, size: WindowSizeData, size_type: WindowSizeType) {
- if let ... | 1 | 70 | 52 |
44adb9640e4d589815e09c976a5c16a9427942d0 | Emilio Cobos Álvarez | 2016-12-16T14:41:45 | servo: Merge #14615 - Prepare for @import support (from servo:import); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: e5d783c4542135e75cd86e1beedf42bf0ee35e5f | diff --git a/style/media_queries.rs b/style/media_queries.rs
index 5ac708560..9bdfcfc74 100644
--- a/style/media_queries.rs
+++ b/style/media_queries.rs
@@ -247,22 +247,24 @@ impl MediaQuery {
pub fn parse_media_query_list(input: &mut Parser) -> MediaList {
if input.is_exhausted() {
- Default::default()
... | 2 | 39 | 48 |
add5dcd6fb3ccb0827e41be8533ce29a9f235006 | Ms2ger | 2016-12-16T13:40:33 | servo: Merge #14613 - Remove unused style::refcell module (from servo:refcell-style); r=nox
Source-Repo: https://github.com/servo/servo
Source-Revision: c284bf2f6032fb79913ee24d940332eb59e33040 | diff --git a/style/lib.rs b/style/lib.rs
index d1b63f02c..64b40b9e9 100644
--- a/style/lib.rs
+++ b/style/lib.rs
@@ -113,7 +113,6 @@ pub mod media_queries;
pub mod owning_handle;
pub mod parallel;
pub mod parser;
-pub mod refcell;
pub mod restyle_hints;
pub mod rule_tree;
pub mod selector_parser;
diff --git a/sty... | 2 | 0 | 648 |
99a26795e828c6361ac9817e8b40a2df327dbe5e | Emilio Cobos Álvarez | 2016-12-16T01:45:12 | servo: Merge #14605 - style: Avoid ending up with an invalid keyframe when inf or NaN are a… (from emilio:crashtest-bug-1323717); r=SimonSapin
<!-- Please describe your changes on the following line: -->
Fixes: https://bugzilla.mozilla.org/show_bug.cgi?id=1323717
r? @SimonSapin
Source-Repo: https://github.com/servo... | diff --git a/style/keyframes.rs b/style/keyframes.rs
index f458ae45f..c90e68a46 100644
--- a/style/keyframes.rs
+++ b/style/keyframes.rs
@@ -50,10 +50,11 @@ impl KeyframePercentage {
KeyframePercentage::new(1.)
} else {
let percentage = try!(input.expect_percentage());
- if... | 1 | 3 | 2 |
97d1aeffa4c4c721d70d0b1d2e922d404190f757 | Corey Farwell | 2016-12-16T00:54:38 | servo: Merge #14549 - Implement "child text content" concept; use it where appropriate (from frewsxcv:child-text-content); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 7fecaa3e8496d9cee06f967caf978ba7685cc390 | diff --git a/script/dom/document.rs b/script/dom/document.rs
index eb45de6a5..36a2af07e 100644
--- a/script/dom/document.rs
+++ b/script/dom/document.rs
@@ -2672,7 +2672,7 @@ impl DocumentMethods for Document {
None => DOMString::new(),
Some(ref title) => {
// Steps 3-4.
- ... | 4 | 8 | 11 |
24e64c4a62ce13692d5581f8c12c4349efe2a50d | Corey Farwell | 2016-12-15T23:54:39 | servo: Merge #14526 - Attempt at refactoring and simplifying 'set cookies' operations on resource thread (from frewsxcv:cookies); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: bde8dce756902b1b3ad2cff4a5b5bed1f3325852 | diff --git a/net/resource_thread.rs b/net/resource_thread.rs
index 6eeb3aa61..a1b0e7290 100644
--- a/net/resource_thread.rs
+++ b/net/resource_thread.rs
@@ -14,7 +14,6 @@ use filemanager_thread::{FileManager, TFDProvider};
use hsts::HstsList;
use http_loader::HttpState;
use hyper::client::pool::Pool;
-use hyper::hea... | 5 | 35 | 44 |
600b444b19e71ccb67fea47272f6420961eb0054 | Alan Jeffrey | 2016-12-15T23:02:37 | servo: Merge #14260 - Rename ScriptChan in constellation to EventLoop (from asajeffrey:constellation-event-loops); r=Ms2ger
<!-- Please describe your changes on the following line: -->
We currently have a type `ScriptChan` in the constellation, which is named after its implementation rather than its semantics. In the... | diff --git a/constellation/constellation.rs b/constellation/constellation.rs
index 22ed18424..4b180073d 100644
--- a/constellation/constellation.rs
+++ b/constellation/constellation.rs
@@ -21,6 +21,7 @@ use debugger;
use devtools_traits::{ChromeToDevtoolsControlMsg, DevtoolsControlMsg};
use euclid::scale_factor::Scal... | 4 | 100 | 77 |
4e606358dddcdfd7833a9c612dc30782854e6aa4 | Ms2ger | 2016-12-15T22:02:42 | servo: Merge #14465 - Make the fetch target non-optional (from servo:http); r=nox
Source-Repo: https://github.com/servo/servo
Source-Revision: 1b2daae453e9276977059fd51c9b733e6400f35c | diff --git a/net/fetch/methods.rs b/net/fetch/methods.rs
index 052e5e31c..9eedd748c 100644
--- a/net/fetch/methods.rs
+++ b/net/fetch/methods.rs
@@ -25,7 +25,7 @@ use std::mem;
use std::rc::Rc;
use std::sync::mpsc::{Sender, Receiver};
-pub type Target = Option<Box<FetchTaskTarget + Send>>;
+pub type Target<'a> = &'... | 3 | 36 | 57 |
819db8054a94904eeaa505247ec8bcaf2796019e | Artem Biryukov | 2016-12-15T16:34:42 | servo: Merge #14604 - Bluetooth manager cleanup (from impowski:bluetooth_manager_cleanup); r=jdm
<!-- 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/bluetooth/lib.rs b/bluetooth/lib.rs
index 6e803cf64..c90a7e44c 100644
--- a/bluetooth/lib.rs
+++ b/bluetooth/lib.rs
@@ -64,20 +64,6 @@ macro_rules! return_if_cached(
);
);
-macro_rules! get_adapter_or_return_error(
- ($bl_manager:expr, $sender:expr) => (
- match $bl_manager.get_or_create_... | 1 | 144 | 147 |
a7d2dba67250ffa24057384d180c5cd8041e6b2e | Xidorn Quan | 2016-12-15T09:51:00 | servo: Merge #14600 - Parallelize build-time bindgen (from upsuper:parallel-bindgen); r=bholley
When there is nothing else is being compiled, this cuts the time consumption of running the bindgen part by more than half.
r? @emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 04d9ab50eb2408ceaaa692ee5... | diff --git a/style/build_gecko.rs b/style/build_gecko.rs
index 193be7b27..95abbd401 100644
--- a/style/build_gecko.rs
+++ b/style/build_gecko.rs
@@ -617,8 +617,14 @@ mod bindings {
pub fn generate() {
use self::common::*;
use std::fs;
+ use std::thread;
fs::create_dir_all(&*OUTDIR_PATH).unwrap();
- ... | 1 | 9 | 3 |
99b94c5cf8cd252554bb0badf9c7b38ce32a7899 | Gregory | 2016-12-15T06:58:55 | servo: Merge #14597 - FIX for Implement scroll transactions (from gterzian:fix_scroll_transactions); r=mbrubeck
<!-- Please describe your changes on the following line: -->
Follow up on https://github.com/servo/servo/pull/14470
@mbrubeck @KiChjang @glennw I just found out in the context of https://github.com/servo/w... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 6c734ac97..4f667bfbe 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -1081,6 +1081,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
delta: TypedPoint2D<f32, DevicePixel>,
... | 1 | 1 | 0 |
2d71856bb798cd1416835067d4f42e5cf4b307ea | Ms2ger | 2016-12-15T05:29:10 | servo: Merge #14588 - Add logging to font-face loading (from servo:log-font-face); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: d03039757c3fc9b86152481a5dc4a54a0ecc18e4 | diff --git a/gfx/font_cache_thread.rs b/gfx/font_cache_thread.rs
index e210d4799..a365ef47c 100644
--- a/gfx/font_cache_thread.rs
+++ b/gfx/font_cache_thread.rs
@@ -18,6 +18,7 @@ use servo_atoms::Atom;
use servo_url::ServoUrl;
use std::borrow::ToOwned;
use std::collections::HashMap;
+use std::fmt;
use std::mem;
us... | 1 | 13 | 1 |
50ea4abbecd8d73af7d1191b101e7d1a89cb5319 | deror1869107 | 2016-12-15T04:34:01 | servo: Merge #14586 - Remove-ResponseAction (from deror1869107:Remove-ResponseAction); r=jdm
<!-- Please describe your changes on the following line: -->
Remove the old Enum ResponseAction and use net_traits::FetchResponseMsg instead.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` wh... | diff --git a/net/image_cache_thread.rs b/net/image_cache_thread.rs
index b466374d3..7ef657e34 100644
--- a/net/image_cache_thread.rs
+++ b/net/image_cache_thread.rs
@@ -225,17 +225,8 @@ impl ImageListener {
}
}
-/// A legacy type that's mostly redundant with FetchResponseMsg.
-// FIXME(#13717): remove this type... | 1 | 9 | 29 |
b57602cf717944824a4fd3d7fdb06602f9b8b38c | Bobby Holley | 2016-12-15T03:41:12 | servo: Merge #14581 - stylo: Avoid traversing children of XBL-bound elements during initial styling (from bholley:dont_traverse_xbl); r=heycam
Corresponding Gecko bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1294572
CC @heycam @emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 535563be313d2766... | diff --git a/style/dom.rs b/style/dom.rs
index a5c308cfa..3ce4a716e 100644
--- a/style/dom.rs
+++ b/style/dom.rs
@@ -244,16 +244,6 @@ pub trait TElement : PartialEq + Debug + Sized + Copy + Clone + ElementExt + Pre
/// traversal. Returns the number of children left to process.
fn did_process_child(&self) -> i... | 5 | 72 | 13 |
7e4b1940e571229de9054f5a014ba9ca2574aac2 | Glenn Watson | 2016-12-15T02:46:25 | servo: Merge #14412 - Update WR + gleam (nested clip stack, scroll locations) (from glennw:update-wr-clip-2); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: bffac0f55ea5dd9a19eaf7b5acc85d08f43055d3 | diff --git a/canvas/webgl_paint_thread.rs b/canvas/webgl_paint_thread.rs
index 09287d7eb..7de4fd679 100644
--- a/canvas/webgl_paint_thread.rs
+++ b/canvas/webgl_paint_thread.rs
@@ -116,7 +116,8 @@ impl WebGLPaintThread {
webrender_api_sender: webrender_traits::RenderApiSender)
-> Result<(WebGLPaint... | 5 | 44 | 25 |
6223d4dfa3880cee728a26789b32f56d57ca06d1 | Zakor Gyula | 2016-12-14T23:29:43 | servo: Merge #14567 - Check if represented attributes are cached (from szeged:represented-attributes); r=jdm
<!-- Please describe your changes on the following line: -->
Improve existing cache checks in `/bluetooth/lib.rs`, and update Step comments in `script/dom` corresponding to this.
---
<!-- Thank you for contrib... | diff --git a/bluetooth/lib.rs b/bluetooth/lib.rs
index 47f3d89b0..e3045be42 100644
--- a/bluetooth/lib.rs
+++ b/bluetooth/lib.rs
@@ -421,6 +421,10 @@ impl BluetoothManager {
}
}
+ fn device_is_cached(&self, device_id: &str) -> bool {
+ self.cached_devices.contains_key(device_id) && self.addres... | 5 | 53 | 61 |
e30a10689fbd51d296d4e686dcac451271d2d4fd | Corey Farwell | 2016-12-14T20:13:06 | servo: Merge #14539 - Show the placeholder text for textarea elements (from frewsxcv:textarea-placeholder); r=mbrubeck
Fixes https://github.com/servo/servo/issues/10552.
All this logic was taken from htmlinputelement.rs.
Source-Repo: https://github.com/servo/servo
Source-Revision: 816b2969c34a43c51365ea2b49d90c08d43... | diff --git a/script/dom/htmltextareaelement.rs b/script/dom/htmltextareaelement.rs
index 47b9bb6ee..87e9fb532 100755
--- a/script/dom/htmltextareaelement.rs
+++ b/script/dom/htmltextareaelement.rs
@@ -39,6 +39,7 @@ pub struct HTMLTextAreaElement {
htmlelement: HTMLElement,
#[ignore_heap_size_of = "#7193"]
... | 1 | 31 | 2 |
dc38b389d7fb986679e204cdf92dd8cdb980e049 | Corey Farwell | 2016-12-14T18:52:54 | servo: Merge #14536 - Remove `Constellation::child_processes` (from frewsxcv:constellation-child-processes); r=jdm
Fixes https://github.com/servo/servo/issues/11459.
Source-Repo: https://github.com/servo/servo
Source-Revision: 01b6ad55bd435bc4f58e5eab2e8adb7e4febb50a | diff --git a/constellation/constellation.rs b/constellation/constellation.rs
index c34f9b159..2e6b5071d 100644
--- a/constellation/constellation.rs
+++ b/constellation/constellation.rs
@@ -35,7 +35,7 @@ use net_traits::image_cache_thread::ImageCacheThread;
use net_traits::pub_domains::reg_suffix;
use net_traits::stor... | 2 | 24 | 47 |
65632e2b9431530b7c55901c42e5a1ad1cdc9956 | Suh Dude | 2016-12-14T17:55:57 | servo: Merge #14561 - font-variant-caps implemented in font.mako.rs (from Impally:master); r=Manishearth
<!-- Please describe your changes on the following line: -->
Implemented font-variant-caps for gecko library
---
<!-- 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 17cd56a31..ee9ae6a44 100644
--- a/style/properties/longhand/font.mako.rs
+++ b/style/properties/longhand/font.mako.rs
@@ -140,6 +140,21 @@ ${helpers.single_keyword("font-variant",
"normal small-c... | 1 | 15 | 0 |
fa3fcde2f401130134a6ff3d445f7133495cb492 | Ms2ger | 2016-12-14T15:31:41 | servo: Merge #14570 - Remove some dead code related to the old network stack (from servo:resource-thread); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 385d9bc1fa41e11560e2a7c26e9916350b0a66e2 | diff --git a/net/resource_thread.rs b/net/resource_thread.rs
index 0a4cc89d8..aef1ee314 100644
--- a/net/resource_thread.rs
+++ b/net/resource_thread.rs
@@ -14,17 +14,13 @@ use filemanager_thread::{FileManager, TFDProvider};
use hsts::HstsList;
use http_loader::HttpState;
use hyper::client::pool::Pool;
-use hyper::h... | 2 | 4 | 117 |
75acafec03e0d443ca597b09af6bc6415d18f139 | Cameron McCormack | 2016-12-14T13:13:17 | servo: Merge #14582 - fix feature check for Gecko-specific assertions (from heycam:cfg); r=emilio
r? @emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 65b891c23fbb85c32ae07e2c5495b82b29b3331a | diff --git a/style/dom.rs b/style/dom.rs
index 5017c1fd2..a5c308cfa 100644
--- a/style/dom.rs
+++ b/style/dom.rs
@@ -250,7 +250,7 @@ pub trait TElement : PartialEq + Debug + Sized + Copy + Clone + ElementExt + Pre
let data = self.borrow_data().unwrap();
// See the comment on `cascade_node` about getti... | 2 | 2 | 2 |
023504f57e7adaed3cd63eee2eec2c1f8232bf88 | Ms2ger | 2016-12-14T07:32:29 | servo: Merge #14569 - Remove the Rc from ROOTED_TRACEABLES (from servo:ROOTED_TRACEABLES-Rc); r=emilio
Source-Repo: https://github.com/servo/servo
Source-Revision: 030cf90c57b5c51ce803c27dc3b036b7ce6a8002 | diff --git a/script/dom/bindings/trace.rs b/script/dom/bindings/trace.rs
index 50307275c..ad8dc6b93 100644
--- a/script/dom/bindings/trace.rs
+++ b/script/dom/bindings/trace.rs
@@ -574,8 +574,8 @@ pub struct RootedTraceableSet {
thread_local!(
/// TLV Holds a set of JSTraceables that need to be rooted
- stat... | 1 | 2 | 2 |
cc8b6ca4b4a36c0cec5d00583bad543db620777b | Shing Lyu | 2016-12-14T02:50:30 | servo: Merge #14359 - Reuse box-shadow code for drop-shadow filter (from shinglyu:dropshadow-refactor); r=Manishearth
<!-- Please describe your changes on the following line: -->
Followup for #14218. Extracted the `Shadow` struct and methods into `values::*`, and make `box-shadow` and `drop-shadow` share the new `Sha... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index 92987c017..f9e5b9326 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -1809,7 +1809,7 @@ fn static_assert() {
Sepia(factor) => fill_filter(NS_STYLE_FILTER_SEPIA,
... | 4 | 157 | 164 |
1b4a88625077f707079c19419ff64fa841d52e5f | Corey Farwell | 2016-12-13T11:31:52 | servo: Merge #14085 - Implement "list of options" concept on `HTMLSelectElement` (from frewsxcv:list-of-options); r=asajeffrey
Fixes #13763.
Source-Repo: https://github.com/servo/servo
Source-Revision: a15d279e9f9eccc3d2e2cca6d1e0949e51732a63 | diff --git a/script/dom/htmlselectelement.rs b/script/dom/htmlselectelement.rs
index 7f27a311e..25977da80 100755
--- a/script/dom/htmlselectelement.rs
+++ b/script/dom/htmlselectelement.rs
@@ -31,6 +31,7 @@ use dom::validation::Validatable;
use dom::validitystate::{ValidityState, ValidationFlags};
use dom::virtualmet... | 1 | 45 | 20 |
ad3c569f35a0c11b83cd91718f90143b0f7933ce | Xidorn Quan | 2016-12-13T09:40:23 | servo: Merge #14563 - Add asserts to make failure clearer (from upsuper:buildtime-bindgen); r=emilio
Gecko currently doesn't pass absolute path for `MOZ_DIST`, which leads to obscure panic when running the build script. This patch adds some assertions so that failures around this would be clearer.
r? @emilio
Source-... | diff --git a/style/build_gecko.rs b/style/build_gecko.rs
index bee557932..193be7b27 100644
--- a/style/build_gecko.rs
+++ b/style/build_gecko.rs
@@ -42,7 +42,13 @@ mod bindings {
lazy_static! {
static ref INCLUDE_RE: Regex = Regex::new(r#"#include\s*"(.+?)""#).unwrap();
- static ref DISTDIR_PATH:... | 1 | 7 | 1 |
bdabe152374824f2a951f67ca9afe69ce7a05584 | Emilio Cobos Álvarez | 2016-12-13T08:32:28 | servo: Merge #14565 - style: Make some removed assertions Servo-only instead (from emilio:assert); r=heycam
These were removed in #14560.
r? @heycam or @bholley
Source-Repo: https://github.com/servo/servo
Source-Revision: fb6f88624af8795a417ccb8abe7abf9e9aa8ec9e | diff --git a/style/dom.rs b/style/dom.rs
index 75069ce93..5017c1fd2 100644
--- a/style/dom.rs
+++ b/style/dom.rs
@@ -248,6 +248,9 @@ pub trait TElement : PartialEq + Debug + Sized + Copy + Clone + ElementExt + Pre
/// the element has no style.
fn is_display_none(&self) -> bool {
let data = self.borro... | 2 | 10 | 0 |
526b268051adaa9cbb2e0a476eef3ae6e4f7a2e7 | Cameron McCormack | 2016-12-13T06:10:39 | servo: Merge #14564 - stylo: regenerate bindings (from heycam:bindings-update-10); r=emilio
<!-- Please describe your changes on the following line: -->
This corresponds to https://treeherder.mozilla.org/#/jobs?repo=stylo&revision=6c5de1f0640254429c826c38622e5b1fd78693f5.
r? @bholley
Source-Repo: https://github.com... | diff --git a/style/build_gecko.rs b/style/build_gecko.rs
index 119d3b30f..bee557932 100644
--- a/style/build_gecko.rs
+++ b/style/build_gecko.rs
@@ -319,6 +319,7 @@ mod bindings {
"ServoAttrSnapshot",
"ServoElementSnapshot",
"SheetParsingMode",
+ "Side", // must be a r... | 4 | 190 | 346 |
855d413b35d1c0164e0bf9b87782906459fc753b | Bobby Holley | 2016-12-13T03:13:03 | servo: Merge #14560 - stylo: Fix some crashes on incubator (from bholley:fix_crashes); r=heycam
Corresponding gecko bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1322945
Source-Repo: https://github.com/servo/servo
Source-Revision: 855358866640605fe055d792832db2f5e74fe197 | diff --git a/layout_thread/lib.rs b/layout_thread/lib.rs
index 9994eb54b..ea834095e 100644
--- a/layout_thread/lib.rs
+++ b/layout_thread/lib.rs
@@ -106,7 +106,7 @@ use std::sync::mpsc::{Receiver, Sender, channel};
use style::animation::Animation;
use style::context::{LocalStyleContextCreationInfo, ReflowGoal, Shared... | 12 | 146 | 112 |
d785d89424a469771079c9b61c3c18a0ac4db9bc | Gregory | 2016-12-13T00:27:34 | servo: Merge #14470 - Implement scroll transactions (from gterzian:implement_scroll_transactions); r=mbrubeck
<!-- Please describe your changes on the following line: -->
@glennw Here is a first pass at faking Start scroll events by way of 'transactions', as suggested by @mstange at https://github.com/servo/webrender/... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index a721c2b19..4d8cffb75 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -31,6 +31,7 @@ use std::collections::HashMap;
use std::fs::File;
use std::rc::Rc;
use std::sync::mpsc::Sender;
+use std::time::{Duration, Instant};
... | 1 | 11 | 1 |
325e0a644affb029be48da7515df9cc9b5ebe738 | Nick Price | 2016-12-11T16:03:16 | servo: Merge #14538 - Use LengthOrNormal for column-gap #14297 (from DominoTree:master); r=Manishearth,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, and replace `__` with appropriat... | diff --git a/layout/multicol.rs b/layout/multicol.rs
index c1773fc0c..24d90069a 100644
--- a/layout/multicol.rs
+++ b/layout/multicol.rs
@@ -99,9 +99,11 @@ impl Flow for MulticolFlow {
{
let column_style = self.block_flow.fragment.style.get_column();
- // `None` is 'normal': "UA-speci... | 5 | 22 | 88 |
4b5c3b0bd3353d939d4711034e7b2b884eba1d4b | Sumant Manne | 2016-12-10T21:57:14 | servo: Merge #14498 - Added image-orientation property (from dpyro:image-orientation); r=canaltinova
<!-- Please describe your changes on the following line: -->
Implemented as per the MDN documentation—I could not find a current CSS draft. I am not sure if this is the complete correct metadata for the longhand helpe... | diff --git a/style/properties/longhand/inherited_box.mako.rs b/style/properties/longhand/inherited_box.mako.rs
index 15b65ee41..7eca5ab0e 100644
--- a/style/properties/longhand/inherited_box.mako.rs
+++ b/style/properties/longhand/inherited_box.mako.rs
@@ -50,6 +50,139 @@ ${helpers.single_keyword("image-rendering",
... | 1 | 133 | 0 |
25980cf1a335f6bf9137585cf676caef3a86e03a | Ms2ger | 2016-12-10T10:23:40 | servo: Merge #14537 - Remove Request::done (from servo:request-done); r=frewsxcv
Source-Repo: https://github.com/servo/servo
Source-Revision: 4a599a836497e185f19aeaddb5b6526e83298fbc | diff --git a/net/fetch/methods.rs b/net/fetch/methods.rs
index ebff48a80..052e5e31c 100644
--- a/net/fetch/methods.rs
+++ b/net/fetch/methods.rs
@@ -378,9 +378,6 @@ pub fn main_fetch(request: Rc<Request>,
}
}
- // Step 23
- request.done.set(true);
-
// Step 24
if let Some(ref mut target)... | 2 | 0 | 5 |
cdedf940f53f3abd96f0c6757ab97351f26a45c8 | Ms2ger | 2016-12-09T21:13:27 | servo: Merge #14508 - Rewrite determine_request_referrer() to explicitly limit it to the checks it can do (from servo:determine_request_referrer); r=jdm,frewsxcv
Checks for the Client value should reside in the script thread.
I also noted some other issues in this code.
Source-Repo: https://github.com/servo/servo
So... | diff --git a/net/fetch/methods.rs b/net/fetch/methods.rs
index 994f3d367..ebff48a80 100644
--- a/net/fetch/methods.rs
+++ b/net/fetch/methods.rs
@@ -21,6 +21,7 @@ use net_traits::response::{Response, ResponseBody, ResponseType};
use std::borrow::Cow;
use std::fs::File;
use std::io::Read;
+use std::mem;
use std::rc:... | 3 | 40 | 42 |
75943cde99b39ad200f5d1fbecb289d4ecef62fc | Corey Farwell | 2016-12-09T20:19:49 | servo: Merge #14532 - Remove unused `ExpandToPixelBoundaries` trait from `util` (from frewsxcv:remove-unused-trait); r=Wafflespeanut
Source-Repo: https://github.com/servo/servo
Source-Revision: e5f995e7c42528f1bdd13ab37a8691d91bbd36ba | diff --git a/util/geometry.rs b/util/geometry.rs
index 84d3761b9..2d102d2d0 100644
--- a/util/geometry.rs
+++ b/util/geometry.rs
@@ -48,20 +48,3 @@ pub fn au_rect_to_f32_rect(rect: Rect<Au>) -> Rect<f32> {
Rect::new(Point2D::new(rect.origin.x.to_f32_px(), rect.origin.y.to_f32_px()),
Size2D::new(rect... | 2 | 1 | 18 |
f2eccf0a508d92485664516fc05a70e6a9b569d4 | Corey Farwell | 2016-12-09T19:32:19 | servo: Merge #14533 - Alphabetize `document.createEvent` `match` list (from frewsxcv:events); r=Ms2ger
Makes it easier to see what hasn't been implemented with regards to the
spec.
Source-Repo: https://github.com/servo/servo
Source-Revision: 120b003195383041b9f182fc03103e50f9249e49 | diff --git a/script/dom/document.rs b/script/dom/document.rs
index 0e16ca16f..9704b4ba0 100644
--- a/script/dom/document.rs
+++ b/script/dom/document.rs
@@ -2540,18 +2540,34 @@ impl DocumentMethods for Document {
fn CreateEvent(&self, mut interface: DOMString) -> Fallible<Root<Event>> {
interface.make_asc... | 1 | 23 | 23 |
0b1a23d4e39471a16efd4746b0e084e293db9228 | Ms2ger | 2016-12-09T09:02:27 | servo: Merge #14527 - Remove some redundant code around XMLHttpRequest::document_response() (from servo:xhr-doc); r=Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: c3c086e521b73d191d5de9239a6748691b0f96a3 | diff --git a/script/dom/xmlhttprequest.rs b/script/dom/xmlhttprequest.rs
index 7e92d843e..2e1fcd465 100644
--- a/script/dom/xmlhttprequest.rs
+++ b/script/dom/xmlhttprequest.rs
@@ -14,8 +14,7 @@ use dom::bindings::codegen::Bindings::XMLHttpRequestBinding::XMLHttpRequestRespo
use dom::bindings::conversions::ToJSValConv... | 1 | 3 | 14 |
70d31bf3cdd4ba86ab21a99097dfd0a6ab3f32fa | Corey Farwell | 2016-12-09T00:10:08 | servo: Merge #14510 - Fix doc comment syntax (from frewsxcv:comment); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b389a228c39f0598d5f1d265bff5c013deaabb4 | diff --git a/net_traits/lib.rs b/net_traits/lib.rs
index 6810bdb33..bd0fae8d7 100644
--- a/net_traits/lib.rs
+++ b/net_traits/lib.rs
@@ -384,7 +384,7 @@ pub enum CoreResourceMsg {
/// Message forwarded to file manager's handler
ToFileManager(FileManagerThreadMsg),
/// Break the load handler loop, send a ... | 1 | 1 | 1 |
9ab75a169307566e2c9a2a7f09e4b196e2c4436a | Ms2ger | 2016-12-08T23:12:42 | servo: Merge #14502 - Replace an unidiomatic use of filter_map() (from servo:filter-map); r=frewsxcv
Source-Repo: https://github.com/servo/servo
Source-Revision: da2f41ba134ee05df0fae659cc2ead562584dd80 | diff --git a/net/http_loader.rs b/net/http_loader.rs
index 705de479a..cc381bfe8 100644
--- a/net/http_loader.rs
+++ b/net/http_loader.rs
@@ -1201,11 +1201,9 @@ fn cors_preflight_fetch(request: Rc<Request>,
// Step 3, 4
let mut value = request.headers.borrow().iter()
- ... | 1 | 3 | 5 |
d86325424e60cebdf2300aaadbebcc8d0e13d191 | Ms2ger | 2016-12-08T22:22:17 | servo: Merge #14501 - Remove LoadError (from servo:LoadError); r=Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: fffdcc1d7d7eb0e9aa0dd35ed2ec748fb1b3b047 | diff --git a/net/http_loader.rs b/net/http_loader.rs
index ddcdef9a4..705de479a 100644
--- a/net/http_loader.rs
+++ b/net/http_loader.rs
@@ -40,7 +40,6 @@ use resource_thread::AuthCache;
use servo_url::ServoUrl;
use std::collections::HashSet;
use std::error::Error;
-use std::fmt;
use std::io::{self, Read, Write};
... | 1 | 8 | 55 |
4fc080ed167c040ac521f9f82df6645db573e648 | Ms2ger | 2016-12-08T19:52:35 | servo: Merge #14496 - Stop handling a None referrer policy in determine_request_referrer() (from servo:option-refpol); r=KiChjang
Source-Repo: https://github.com/servo/servo
Source-Revision: 1e3d4d272de53e77334b1c32d3e3737f935c4cde | diff --git a/net/fetch/methods.rs b/net/fetch/methods.rs
index 97c6fc1d8..994f3d367 100644
--- a/net/fetch/methods.rs
+++ b/net/fetch/methods.rs
@@ -150,9 +150,8 @@ pub fn main_fetch(request: Rc<Request>,
// currently the clients themselves set referrer policy in RequestInit
// Step 7
- if request.referr... | 2 | 12 | 13 |
afa1cbc5e515e2abd12007a86e7d8e3e7a51a631 | Michael Howell | 2016-12-07T22:32:20 | servo: Merge #12862 - added dom obj counting to decide sequential/parallel layout (#10110) (from servo:layout-new); r=emilio
This is a rebased version of #11713
---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #10110 (github issue numbe... | diff --git a/layout_thread/lib.rs b/layout_thread/lib.rs
index 19593c72d..04f35183f 100644
--- a/layout_thread/lib.rs
+++ b/layout_thread/lib.rs
@@ -175,6 +175,9 @@ pub struct LayoutThread {
/// The workers that we use for parallel operation.
parallel_traversal: Option<rayon::ThreadPool>,
+ /// Flag to i... | 7 | 76 | 35 |
3f3c117a135e0fd2f2285f708695c63f4f4662a7 | Nazım Can Altınova | 2016-12-07T21:38:50 | servo: Merge #14464 - Write tests for CSSOM Interfaces (from canaltinova:cssom-test); r=Manishearth
<!-- Please describe your changes on the following line: -->
ToCss implementation was wrong about Keyframe percentage values, it was writing values between 0-1. I had to fix it. Wrote some tests about CSSKeyframesRule, ... | diff --git a/style/keyframes.rs b/style/keyframes.rs
index 831627d42..474e4c8b5 100644
--- a/style/keyframes.rs
+++ b/style/keyframes.rs
@@ -14,7 +14,7 @@ use std::sync::Arc;
use style_traits::ToCss;
use stylesheets::{MemoryHoleReporter, Stylesheet};
-/// A number from 1 to 100, indicating the percentage of the ani... | 1 | 9 | 3 |
791bb9a3e9b6f7d1ab0ca652732ea9342fa5c212 | Alan Jeffrey | 2016-12-07T06:18:15 | servo: Merge #14479 - Added debugging to htmliframeelement.rs (from asajeffrey:script-htmliframeelement-more-debugging); r=jdm
<!-- Please describe your changes on the following line: -->
Add some debugging to iframe elements.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the ... | diff --git a/script/dom/htmliframeelement.rs b/script/dom/htmliframeelement.rs
index c322b96a5..87674c835 100644
--- a/script/dom/htmliframeelement.rs
+++ b/script/dom/htmliframeelement.rs
@@ -109,6 +109,7 @@ impl HTMLIFrameElement {
let old_pipeline_id = self.pipeline_id.get();
let new_pipeline_id = ... | 1 | 3 | 0 |
ca10bbec5f308797360b97228ee302ca4460ccf1 | Martin Robinson | 2016-12-07T05:22:58 | servo: Merge #14475 - Don't scroll background and borders of overflow:scroll blocks (from mrobinson:backrounds-borders-scrolling-div); 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... | diff --git a/layout/display_list_builder.rs b/layout/display_list_builder.rs
index 4505ac101..0c34a1476 100644
--- a/layout/display_list_builder.rs
+++ b/layout/display_list_builder.rs
@@ -15,7 +15,6 @@ use block::{BlockFlow, BlockStackingContextType};
use canvas_traits::{CanvasData, CanvasMsg, FromLayoutMsg};
use co... | 1 | 23 | 8 |
840c422f8feb0d8e228e87c23628eac5b6de014e | Cameron McCormack | 2016-12-07T04:19:21 | servo: Merge #14471 - adjust display style fixup to handle more Gecko cases (from heycam:blockification); r=emilio
<!-- Please describe your changes on the following line: -->
This tweaks the display property fixup we do when restyling to:
* handle the display values that Gecko supports that Servo doesn't
* blockify... | diff --git a/script/layout_wrapper.rs b/script/layout_wrapper.rs
index 8838787de..a6d481509 100644
--- a/script/layout_wrapper.rs
+++ b/script/layout_wrapper.rs
@@ -477,6 +477,10 @@ impl<'le> TElement for ServoLayoutElement<'le> {
})
}
}
+
+ fn skip_root_and_item_based_display_fixup(&self)... | 6 | 77 | 17 |
33ccea5601183e3978ad0ad1368dd02ac169704b | Zakor Gyula | 2016-12-07T03:26:50 | servo: Merge #14468 - Move allowedService and blocklist checks into caching functions (from szeged:blocklist-allowed-services); r=jdm
<!-- Please describe your changes on the following line: -->
Move allowedService and blocklist checks into caching functions in `bluetooth/lib.rs`, to avoid caching not allowed services... | diff --git a/bluetooth/lib.rs b/bluetooth/lib.rs
index 5b24690dd..0207c9e6f 100644
--- a/bluetooth/lib.rs
+++ b/bluetooth/lib.rs
@@ -424,10 +424,15 @@ impl BluetoothManager {
adapter: &mut BluetoothAdapter,
device_id: &str)
... | 1 | 10 | 9 |
3bd787683eb7d01129a67107b9be789a07fb59d9 | Attila Dusnoki | 2016-12-07T01:30:40 | servo: Merge #14429 - Replace Syntax with TypeError in bluetoothuuid.rs (from szeged:syntax-to-type-error); r=jdm
<!-- Please describe your changes on the following line: -->
1. Replacing `SyntaxError` with `TypeError` in `bluetoothuuid.rs` due to the specification change.
This indicates changes in the existing tests.... | diff --git a/bluetooth/test.rs b/bluetooth/test.rs
index 8578db79a..e2c6e639e 100644
--- a/bluetooth/test.rs
+++ b/bluetooth/test.rs
@@ -99,7 +99,7 @@ const SERIAL_NUMBER_STRING_UUID: &'static str = "00002a25-0000-1000-8000-00805f9
// Descriptor UUIDs
const BLOCKLIST_EXCLUDE_READS_DESCRIPTOR_UUID: &'static str = "a... | 2 | 32 | 7 |
96dfe33f93db5960522c010bd651fd5ac5fb85d8 | Martin Robinson | 2016-12-06T22:42:00 | servo: Merge #14367 - Reimplement scrolling to fragments (from mrobinson:scroll-fragment-point); 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 appropriate data: -... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 8f0c12e5b..1fc3a5b27 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -39,7 +39,7 @@ use util::geometry::ScreenPx;
use util::opts;
use util::prefs::PREFS;
use webrender;
-use webrender_traits::{self, ScrollEventPhase};
... | 12 | 107 | 27 |
da782a291ae2d147363f56e8abb43b8fae627ea7 | Valentin Fokin | 2016-12-06T19:14:53 | servo: Merge #14441 - Move the AttributeInstanceMaps from bluetooth to bluetoothDevice (from szeged:attribute-instance-map); r=jdm
<!-- Please describe your changes on the following line: -->
The previous implementation differed from the spec, because there was three maps instead of one. With this, they will be merged... | diff --git a/script/dom/bluetooth.rs b/script/dom/bluetooth.rs
index aa2c4c463..61a9588df 100644
--- a/script/dom/bluetooth.rs
+++ b/script/dom/bluetooth.rs
@@ -21,9 +21,6 @@ use dom::bindings::reflector::{Reflectable, reflect_dom_object};
use dom::bindings::str::DOMString;
use dom::bluetoothadvertisingdata::Bluetoot... | 5 | 86 | 132 |
24950ff11bd06a3fc7227968981d8d9740a7cf69 | Attila Dusnoki | 2016-12-06T18:14:28 | servo: Merge #14428 - Add missing connection check for disconnect (from dati91:connected); r=jdm
<!-- 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/script/dom/bluetoothremotegattserver.rs b/script/dom/bluetoothremotegattserver.rs
index 06c11f0aa..275c7ff98 100644
--- a/script/dom/bluetoothremotegattserver.rs
+++ b/script/dom/bluetoothremotegattserver.rs
@@ -90,7 +90,10 @@ impl BluetoothRemoteGATTServerMethods for BluetoothRemoteGATTServer {
fn Di... | 1 | 4 | 1 |
95eedc2559ff37dc39883789502cf1046aa2e3d0 | Attila Dusnoki | 2016-12-06T16:38:58 | servo: Merge #14469 - Fix BluetoothUUID typo (from szeged:uuid_fix); r=KiChjang
<!-- 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` d... | diff --git a/script/dom/bluetoothuuid.rs b/script/dom/bluetoothuuid.rs
index fbf49142a..bf8774650 100644
--- a/script/dom/bluetoothuuid.rs
+++ b/script/dom/bluetoothuuid.rs
@@ -296,7 +296,7 @@ impl BluetoothUUID {
resolve_uuid_name(name, BLUETOOTH_ASSIGNED_SERVICES, SERVICE_PREFIX)
}
- pub fn charact... | 1 | 1 | 1 |
4d57ad276c93b2fa920073a1661f4e1bc6496cf5 | Ms2ger | 2016-12-06T00:00:22 | servo: Merge #14466 - Remove a pointless match block in XMLHttpRequest::initiate_async_xhr (from servo:xhr-match); r=frewsxcv
Source-Repo: https://github.com/servo/servo
Source-Revision: 75418b70054664634f8f69e636f84e7e4e2731ed | diff --git a/script/dom/xmlhttprequest.rs b/script/dom/xmlhttprequest.rs
index 292de083c..b7706114a 100644
--- a/script/dom/xmlhttprequest.rs
+++ b/script/dom/xmlhttprequest.rs
@@ -240,14 +240,7 @@ impl XMLHttpRequest {
}
fn process_response_eof(&mut self, response: Result<(), NetworkError>)... | 1 | 1 | 8 |
57f29137429658eda0f3638977782097529a8ee4 | Cameron McCormack | 2016-12-05T11:01:12 | servo: Merge #14461 - allow the style bloom filter to recover from switch to a node with no common ancestor with the old node (from heycam:bloom-no-common-ancestor); r=emilio
<!-- Please describe your changes on the following line: -->
Since https://bugzilla.mozilla.org/show_bug.cgi?id=1321284, we can have multiple d... | diff --git a/style/bloom.rs b/style/bloom.rs
index d3ed204fb..4dd880d8e 100644
--- a/style/bloom.rs
+++ b/style/bloom.rs
@@ -214,11 +214,25 @@ impl StyleBloom {
//
// Not-so-happy case: Parent's don't match, so we need to keep going up
// until we find a common ancestor.
+ //
+ ... | 1 | 16 | 2 |
4aeb6eb4ea585f04cfed52384a3c2bd0b9d8079a | Cameron McCormack | 2016-12-05T09:19:23 | servo: Merge #14459 - Fix current_dom_depth in sequential traversal. (fixes #14414) (from heycam:seq-dom-depth); r=emilio
<!-- Please describe your changes on the following line: -->
Since we pass around a reference to the one `PerLevelTraversalData` object in sequential traversal, we must update it after we process ... | diff --git a/style/sequential.rs b/style/sequential.rs
index 4b92c52f8..0e5253b20 100644
--- a/style/sequential.rs
+++ b/style/sequential.rs
@@ -24,8 +24,9 @@ pub fn traverse_dom<N, C>(root: N,
C::traverse_children(el, |kid| doit::<N, C>(context, kid, data));
- // NB: Data is unused now, but... | 1 | 3 | 2 |
4c5a140b52223455e2d1e8e0f9a6977d484b491f | Raghav | 2016-12-04T23:30:46 | servo: Merge #14445 - Redesign CookieStorage and Implement Leave Secure Cookie Alone (from mrnayak:netSecurity); r=jdm
CookieStorage has been refactored to use HashMap with the base domain as the key. Values of hashmap are vector of cookies.
CookieStorage now has max_per_host which restricts maximum cookies that can b... | diff --git a/net/cookie_storage.rs b/net/cookie_storage.rs
index 71eed2ec7..21c47e1f1 100644
--- a/net/cookie_storage.rs
+++ b/net/cookie_storage.rs
@@ -8,41 +8,51 @@
use cookie::Cookie;
use cookie_rs;
use net_traits::CookieSource;
+use net_traits::pub_domains::reg_suffix;
use servo_url::ServoUrl;
use std::cmp::Or... | 3 | 93 | 18 |
b416bda4bb62453f5cd41032867a0fbfa750df20 | Xidorn Quan | 2016-12-03T04:18:05 | servo: Merge #14421 - Treat top-level number in calc() invalid (from upsuper:patch-2); r=emilio
<!-- Please describe your changes on the following line: -->
This should probably considered as a temporary fix (for [bug 1321206](https://bugzilla.mozilla.org/show_bug.cgi?id=1321206)), to avoid assertion when trying to se... | diff --git a/style/values/specified/length.rs b/style/values/specified/length.rs
index 7136c40fc..f8f237ab4 100644
--- a/style/values/specified/length.rs
+++ b/style/values/specified/length.rs
@@ -554,8 +554,8 @@ impl CalcLengthOrPercentage {
CalcLengthOrPercentage::parse(input, CalcUnit::LengthOrPercentage)
... | 1 | 3 | 4 |
e95f839a4de286c6e465b420285d5f7d228ddc9b | Emilio Cobos Álvarez | 2016-12-02T17:59:00 | servo: Merge #14439 - style: Don't pop too much in the bloom filter (from emilio:fix-bloom); r=bholley
<!-- Please describe your changes on the following line: -->
This is not a problem for Servo, because we recovered it without much problem a
few lines below, and we never reached the pathological case where the filt... | diff --git a/style/bloom.rs b/style/bloom.rs
index 937c87887..d3ed204fb 100644
--- a/style/bloom.rs
+++ b/style/bloom.rs
@@ -181,7 +181,7 @@ impl StyleBloom {
// If the filter represents an element too deep in the dom, we need to
// pop ancestors.
- while current_depth >= element_depth - 1 {
... | 1 | 1 | 1 |
731d769cf6fa5624f933901f424aa0708e5423bb | J. Cliff Dyer | 2016-12-02T07:03:37 | servo: Merge #14394 - Convert column-width to use Either (from jcdyer:jcdyer/either-column-width); r=Wafflespeanut
<!-- Please describe your changes on the following line: -->
* Converted column-width to use `Either<Length, Auto>`
* Added gecko glue code
* Cleaned up old column-width glue code
---
<!-- Thank you for... | diff --git a/layout/multicol.rs b/layout/multicol.rs
index 581892674..c1773fc0c 100644
--- a/layout/multicol.rs
+++ b/layout/multicol.rs
@@ -24,6 +24,7 @@ use std::sync::Arc;
use style::context::{StyleContext, SharedStyleContext};
use style::logical_geometry::LogicalSize;
use style::properties::ServoComputedValues;
... | 7 | 36 | 95 |
20e686b9564f7d45befa39736746de2c528833a5 | Thiago Pontes | 2016-12-02T06:03:31 | servo: Merge #14370 - use Either type for UrlOrNone (from thiagopnts:master); r=Wafflespeanut
Use the Either type for UrlOrNone
---
<!-- 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 repor... | diff --git a/layout/construct.rs b/layout/construct.rs
index 453c68dca..f3309b97b 100644
--- a/layout/construct.rs
+++ b/layout/construct.rs
@@ -45,7 +45,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... | 8 | 28 | 47 |
6a2e789492771458cf73fd652fcf6a0d584037a4 | Patrick Walton | 2016-12-01T18:16:38 | servo: Merge #14418 - layout: Fix some particularly bad cases of spurious reflows leading to script thread unresponsiveness (from pcwalton:infinite-reflows); r=notriddle
See commits for details. This improves nytimes.com quite a bit.
r? @notriddle
Source-Repo: https://github.com/servo/servo
Source-Revision: d2d62267... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 29f51edc0..8f0c12e5b 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -1191,10 +1191,13 @@ impl<Window: WindowMethods> IOCompositor<Window> {
}
}
- // We still need to tick layout unfortunate... | 6 | 86 | 34 |
b956f132d75aa47bf08fb933469a59c75b6311c1 | Anthony Ramine | 2016-12-01T11:57:14 | servo: Merge #14423 - Properly mark application/xhtml+xml documents as XML (from nox:xml-document); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 5abbc9f69668f23469a9c01937c68e305fa36cd8 | diff --git a/script/Cargo.toml b/script/Cargo.toml
index 57fd56261..293c2aefe 100644
--- a/script/Cargo.toml
+++ b/script/Cargo.toml
@@ -61,6 +61,7 @@ plugins = {path = "../plugins"}
profile_traits = {path = "../profile_traits"}
rand = "0.3"
range = {path = "../range"}
+ref_filter_map = "1.0.1"
ref_slice = "1.0"
r... | 12 | 139 | 137 |
82bc7534e61411c35ee2287059568f0f7c2151f2 | Imanol Fernandez | 2016-12-01T11:04:49 | servo: Merge #14075 - Implement WebGLContext resize (from MortimerGoro:webgl-resize); r=MortimerGoro
<!-- Please describe your changes on the following line: -->
Related PR: https://github.com/servo/webrender/pull/519
Implement WebGLContext resize (canvas.width & canvas.height). I have tested:
- Fixes WebGL apps th... | diff --git a/canvas/webgl_paint_thread.rs b/canvas/webgl_paint_thread.rs
index 13a69718f..8a080aa63 100644
--- a/canvas/webgl_paint_thread.rs
+++ b/canvas/webgl_paint_thread.rs
@@ -251,8 +251,8 @@ impl WebGLPaintThread {
unsafe { gl::Scissor(0, 0, size.width, size.height); }
}
... | 2 | 26 | 2 |
91cb1fba16cc45730412aea26368b1415d1f0276 | Ms2ger | 2016-12-01T08:35:12 | servo: Merge #13996 - Implement synchronous about:blank loading (from servo:about-blank); r=Ms2ger,jdm,asajeffrey,nox
Based on initial work by jdm in <https://github.com/servo/servo/pull/8600>.
Source-Repo: https://github.com/servo/servo
Source-Revision: 0d896a8d820e31037d536f133b5a8b8c43c2e1a2 | diff --git a/constellation/constellation.rs b/constellation/constellation.rs
index 8cb82a5cd..19e70c90b 100644
--- a/constellation/constellation.rs
+++ b/constellation/constellation.rs
@@ -42,7 +42,7 @@ use rand::{Rng, SeedableRng, StdRng, random};
use script_traits::{AnimationState, AnimationTickType, CompositorEvent... | 9 | 270 | 91 |
3135d216cdd91ccad0cbf65c7d9a96950458ac8f | Matt Brubeck | 2016-12-01T07:36:46 | servo: Merge #14424 - Remove unnecessary Flow::column_sizes methods (from mbrubeck:flow-column); r=notriddle
One of these methods is never called. The other is used only on TableFlow and doesn't need to be implemented for all Flow types.
Source-Repo: https://github.com/servo/servo
Source-Revision: 9a45252a844b52beff2... | diff --git a/layout/flow.rs b/layout/flow.rs
index 846ca510a..6f441d737 100644
--- a/layout/flow.rs
+++ b/layout/flow.rs
@@ -56,7 +56,7 @@ use style::properties::ServoComputedValues;
use style::selector_parser::RestyleDamage;
use style::servo::restyle_damage::{RECONSTRUCT_FLOW, REFLOW, REFLOW_OUT_OF_FLOW, REPAINT, RE... | 5 | 3 | 38 |
dc9d2ef6c4eb25b50f04b4bf951c3b60c2da4981 | Michael Mokrysz | 2016-12-01T06:45:36 | servo: Merge #14420 - Made http_redirect_fetch error for non-HTTPS. #14069 (from 46bit:master); r=KiChjang
Hi! I'm a newbie looking to resolve #14069.
The [existing tests](https://dxr.mozilla.org/servo/source/tests/wpt/web-platform-tests/fetch/api/redirect/redirect-schemes.html) now pass.
Cheers!
---
<!-- Thank you... | diff --git a/net/http_loader.rs b/net/http_loader.rs
index e7cc98267..7becd0063 100644
--- a/net/http_loader.rs
+++ b/net/http_loader.rs
@@ -772,7 +772,10 @@ fn http_redirect_fetch(request: Rc<Request>,
};
// Step 4
- // TODO implement return network_error if not HTTP(S)
+ match location_url.scheme() ... | 1 | 4 | 1 |
89ea4169722f82888b082ffe9a697c7cdda3e4c5 | Boris Chiou | 2016-12-01T04:12:28 | servo: Merge #14404 - Use XPCOM string bindings instead of Gecko_Utf8SliceToString (from BorisChiou:Bug1317179); r=Manishearth
These are the servo-side changes for [bug 1317179](https://bugzilla.mozilla.org/show_bug.cgi?id=1317179). @Manishearth has already reviewed them there. I'd like to merge these patches until th... | diff --git a/style/gecko_bindings/bindings.rs b/style/gecko_bindings/bindings.rs
index 14806754d..de034c924 100644
--- a/style/gecko_bindings/bindings.rs
+++ b/style/gecko_bindings/bindings.rs
@@ -86,7 +86,6 @@ use gecko_bindings::structs::nsIPrincipal;
use gecko_bindings::structs::nsIURI;
use gecko_bindings::structs... | 1 | 1 | 6 |
1bebb8a2673c92dd58552f05ee35802f278af89c | Josh Matthews | 2016-12-01T02:19:08 | servo: Merge #14413 - Remove misleading section from non-toplevel Cargo.toml (from servo:jdm-patch-1); r=mbrubeck
This made me waste some time trying to figure out why my builds were no longer getting debug information after #14381.
Source-Repo: https://github.com/servo/servo
Source-Revision: 35761782394b29fda0fc67f0... | diff --git a/servo/Cargo.toml b/servo/Cargo.toml
index c2de4d5e7..724ba3621 100644
--- a/servo/Cargo.toml
+++ b/servo/Cargo.toml
@@ -20,12 +20,6 @@ testing = ["style/testing"]
clippy = ["plugins/clippy"]
debugmozjs = ["script/debugmozjs"]
-[profile.release]
-opt-level = 3
-# Uncomment to profile on Linux:
-# debug ... | 1 | 0 | 6 |
c323b85816cdaf111837295702ab618aea64318c | Nazım Can Altınova | 2016-11-30T12:15:19 | servo: Merge #14410 - Implement 3 more properties for stylo (from canaltinova:stylo-things); r=Manishearth
<!-- Please describe your changes on the following line: -->
Implemented these new properties:
1. Implemented parsing/serialization and stylo glue for `background-blend-mode`.
2. Made `align-items` work for styl... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index 86a1bbc9e..e0f187cc3 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -1571,7 +1571,8 @@ fn static_assert() {
<% skip_background_longhands = """background-repeat
back... | 6 | 118 | 7 |
e55b0623d28d3cc12b2ddbc6520671685ed787c2 | Anthony Ramine | 2016-11-29T20:20:58 | servo: Merge #14292 - Update to Rust 1.15.0-nightly (1c448574b 2016-11-28) (from servo:rustup); r=KiChjang
Source-Repo: https://github.com/servo/servo
Source-Revision: f159b5cb1028bf4d2f75b0b48055fe19a8032f8e | diff --git a/jstraceable_derive/Cargo.toml b/jstraceable_derive/Cargo.toml
index 765678c03..df83cece3 100644
--- a/jstraceable_derive/Cargo.toml
+++ b/jstraceable_derive/Cargo.toml
@@ -10,6 +10,6 @@ path = "lib.rs"
proc-macro = true
[dependencies]
-syn = "0.9"
+syn = "0.10"
quote = "0.3"
-synstructure = "0.2"
+syn... | 11 | 56 | 67 |
7ca54ae39f9753c5a1eadec67a10d58519346ace | Attila Dusnoki | 2016-11-29T14:11:06 | servo: Merge #14393 - WriteValue should return undefined (from dati91:fix); r=jdm
<!-- 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` doe... | diff --git a/script/dom/bluetoothremotegattcharacteristic.rs b/script/dom/bluetoothremotegattcharacteristic.rs
index 9640ba95d..f1c26f47c 100644
--- a/script/dom/bluetoothremotegattcharacteristic.rs
+++ b/script/dom/bluetoothremotegattcharacteristic.rs
@@ -307,9 +307,8 @@ impl AsyncBluetoothListener for BluetoothRemote... | 2 | 4 | 6 |
79534e35a453c5b7df6ce2ece51da747629c6c9f | Xidorn Quan | 2016-11-29T11:26:46 | servo: Merge #14384 - Move Arc<RwLock<_>> out from CssRules tuple (from upsuper:cssrules-struct); r=Manishearth
<!-- Please describe your changes on the following line: -->
Otherwise it would be hard for Gecko to hold `CssRules`.
r? @manishearth
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]`... | diff --git a/script/dom/cssgroupingrule.rs b/script/dom/cssgroupingrule.rs
index aa381dcba..7176dda8d 100644
--- a/script/dom/cssgroupingrule.rs
+++ b/script/dom/cssgroupingrule.rs
@@ -13,19 +13,21 @@ use dom::cssrule::CSSRule;
use dom::cssrulelist::{CSSRuleList, RulesSource};
use dom::cssstylesheet::CSSStyleSheet;
... | 6 | 45 | 49 |
bfccd00f72c4f7ff63d6c6f9986d67009b5cdeac | Martin Robinson | 2016-11-29T10:36:05 | servo: Merge #14386 - Use new DisplayListBuilder improvements in Servo (from mrobinson:display-list-builder-updates); 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 `__` with ... | diff --git a/layout/webrender_helpers.rs b/layout/webrender_helpers.rs
index 2a6bc72c7..69d3de29e 100644
--- a/layout/webrender_helpers.rs
+++ b/layout/webrender_helpers.rs
@@ -12,19 +12,18 @@ use euclid::{Point2D, Rect, Size2D};
use gfx::display_list::{BorderRadii, BoxShadowClipMode, ClippingRegion};
use gfx::displa... | 2 | 49 | 92 |
46cf82166c5f5b326461466e9df3e5165e0cfc1d | Simon Sapin | 2016-11-29T09:28:06 | servo: Merge #14395 - Use stylesheet’s base URL and ns prefixes in CSSOM insert/appendRule (from servo:stylesheet-metadata); r=Manishearth
<!-- 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 replac... | diff --git a/script/dom/cssfontfacerule.rs b/script/dom/cssfontfacerule.rs
index 60022b7ba..61234f884 100644
--- a/script/dom/cssfontfacerule.rs
+++ b/script/dom/cssfontfacerule.rs
@@ -22,17 +22,18 @@ pub struct CSSFontFaceRule {
}
impl CSSFontFaceRule {
- fn new_inherited(parent: Option<&CSSStyleSheet>, fontfac... | 14 | 136 | 110 |
ccead97c642935c45ffa228f5457764c7f0370d1 | Emilio Cobos Álvarez | 2016-11-28T18:30:19 | servo: Merge #14353 - Fix the bloom filter stuff (from emilio:fix-bloom); r=SimonSapin
<!-- Please describe your changes on the following line: -->
I think I got the numbers right, want to do a try run before just in case.
r? @SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: 2289ad53dd9a26666... | diff --git a/layout/traversal.rs b/layout/traversal.rs
index 478299a62..e20d3ab98 100644
--- a/layout/traversal.rs
+++ b/layout/traversal.rs
@@ -18,9 +18,8 @@ use style::data::ElementData;
use style::dom::{StylingMode, TElement, TNode};
use style::selector_parser::RestyleDamage;
use style::servo::restyle_damage::{BU... | 10 | 367 | 190 |
1a662ada1b3db979629aa827769704ae3eff9ec7 | Zakor Gyula | 2016-11-28T15:16:51 | servo: Merge #14392 - Fix a typo in components/bluetooth_traits/lib.rs (from zakorgy:patch-2); 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/bluetooth_traits/lib.rs b/bluetooth_traits/lib.rs
index 5c06e9001..761173eb3 100644
--- a/bluetooth_traits/lib.rs
+++ b/bluetooth_traits/lib.rs
@@ -31,7 +31,7 @@ pub struct BluetoothDeviceMsg {
// Bluetooth Device properties
pub id: String,
pub name: Option<String>,
- // Advertisiong Data... | 1 | 1 | 1 |
c48f2a4b0d38788e9769e2f4589c9845e0752242 | Razican | 2016-11-28T12:57:28 | servo: Merge #14383 - Stylo: implement column-rule-style (from Razican:column-rule-style); r=Wafflespeanut
Implemented `column-rule-style` in stylo.
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #13868
- [ ] There are tests for these ch... | diff --git a/style/properties/longhand/column.mako.rs b/style/properties/longhand/column.mako.rs
index 4db1b5126..c84933008 100644
--- a/style/properties/longhand/column.mako.rs
+++ b/style/properties/longhand/column.mako.rs
@@ -288,3 +288,9 @@ ${helpers.predefined_type("-moz-column-rule-color", "CSSColor",
// https:/... | 1 | 6 | 0 |
46be0c7c5e4207edc76db46f8a86da18391bf47d | Anthony Ramine | 2016-11-28T09:44:40 | servo: Merge #14381 - Move to Cargo workspaces (from servo:workspaces); r=SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: eb7032f6dd5e8a1f8c0602666805d1d10cc84e65 | diff --git a/atoms/Cargo.toml b/atoms/Cargo.toml
index 1a470c904..dd840f10f 100644
--- a/atoms/Cargo.toml
+++ b/atoms/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
build = "build.rs"
+workspace = "../.."
[lib]
path = "lib.rs" | 1 | 1 | 0 |
a039359701ab43870e69cb69b82a49817e953d1a | Xidorn Quan | 2016-11-27T23:40:19 | servo: Merge #14355 - Move algorithm for insertRule and deleteRule to style component (from upsuper:rulelist-mutate); 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 complete, ... | diff --git a/script/dom/cssrulelist.rs b/script/dom/cssrulelist.rs
index deb6b93e8..0f2212319 100644
--- a/script/dom/cssrulelist.rs
+++ b/script/dom/cssrulelist.rs
@@ -15,13 +15,22 @@ use dom::cssstylesheet::CSSStyleSheet;
use dom::window::Window;
use parking_lot::RwLock;
use std::sync::Arc;
-use style::parser::Par... | 2 | 104 | 113 |
4556f6fc5dbd6757d7c44614d906f2508a037f5c | Ms2ger | 2016-11-27T09:37:41 | servo: Merge #14375 - Don't return early from report_pending_exception() if the value is an unexpected object (from servo:error-info); r=nox
We will now dispatch the error event in this case as well.
Source-Repo: https://github.com/servo/servo
Source-Revision: 1888ffdb42f5b17e538ce17b81dde19908f4003e | diff --git a/script/dom/bindings/error.rs b/script/dom/bindings/error.rs
index 3b179e85d..d38a55c31 100644
--- a/script/dom/bindings/error.rs
+++ b/script/dom/bindings/error.rs
@@ -214,15 +214,16 @@ pub unsafe fn report_pending_exception(cx: *mut JSContext, dispatch_event: bool)
JS_ClearPendingException(cx);
... | 1 | 10 | 9 |
4753f5af345132667af00aee51b5f4194fc3618c | Jeremy Chen | 2016-11-26T15:17:34 | servo: Merge #14358 - stylo - implement -webkit-text-fill-color and -webkit-text-stroke (from chenpighead:webkit-text-stroke); r=canaltinova
<!-- Please describe your changes on the following line: -->
Implement -webkit-text-fill-color property.
Implement -webkit-text-stroke property, along with -webkit-text-stroke-w... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index bd11e777a..86a1bbc9e 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -1819,7 +1819,8 @@ fn static_assert() {
<%self:impl_trait style_struct_name="InheritedText"
- skip_longhands="... | 3 | 106 | 1 |
e207e77e749f9a082e7f444b1ad1d8f3ad9a3bed | Nazım Can Altınova | 2016-11-26T13:09:55 | servo: Merge #14365 - Property declaration block serialization should check for importance (from canaltinova:block-important); r=emilio
<!-- Please describe your changes on the following line: -->
r? @emilio , @Manishearth
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step ... | diff --git a/style/properties/declaration_block.rs b/style/properties/declaration_block.rs
index c720c93e6..adabb5267 100644
--- a/style/properties/declaration_block.rs
+++ b/style/properties/declaration_block.rs
@@ -81,6 +81,7 @@ impl PropertyDeclarationBlock {
if let Some(shorthand) = Shorthand::from_name(&p... | 2 | 26 | 6 |
3ba50eeaedb887aabc3863f1319bed221f56cf24 | Gregory | 2016-11-26T12:09:24 | servo: Merge #14192 - implement support for the width query (from gterzian:support_equality_constraints); r=emilio
<!-- Please describe your changes on the following line: -->
implement support for the `width` media query
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step i... | diff --git a/style/media_queries.rs b/style/media_queries.rs
index 569265b32..522a252a0 100644
--- a/style/media_queries.rs
+++ b/style/media_queries.rs
@@ -42,7 +42,7 @@ impl Default for MediaList {
pub enum Range<T> {
Min(T),
Max(T),
- //Eq(T), // FIXME: Implement parsing support for equality then re... | 1 | 10 | 6 |
88e532ebaf9e298f0861ca0bfeb70c776c91f5c9 | Bhavya Bansal | 2016-11-25T14:49:44 | servo: Merge #13969 - html form validation initial steps with test html file (from bbansalWolfPack:master); r=jdm
<!-- Please describe your changes on the following line: -->
Added code for initial steps in html form validation.
1. Added methods for trait validatable
2. implemented stub methods for elements like HT... | diff --git a/script/dom/htmlbuttonelement.rs b/script/dom/htmlbuttonelement.rs
old mode 100644
new mode 100755
index b309da646..f266f0236
--- a/script/dom/htmlbuttonelement.rs
+++ b/script/dom/htmlbuttonelement.rs
@@ -21,7 +21,7 @@ use dom::htmlformelement::HTMLFormElement;
use dom::node::{Node, UnbindContext, documen... | 8 | 103 | 15 |
94d44570872a7058442b326238a98acc637473c0 | Boris Chiou | 2016-11-25T10:39:52 | servo: Merge #14357 - Use single_value_to_css in Servo_DeclarationBlock_SerializeOneValue (from BorisChiou:Bug1317178); r=emilio
These are the servo-side changes for [bug 1317178](https://bugzilla.mozilla.org/show_bug.cgi?id=1317178). @Manishearth has already reviewed them there. Please merge these patches until the g... | diff --git a/style/gecko_bindings/bindings.rs b/style/gecko_bindings/bindings.rs
index c00e7149d..97d74120f 100644
--- a/style/gecko_bindings/bindings.rs
+++ b/style/gecko_bindings/bindings.rs
@@ -1073,6 +1073,8 @@ extern "C" {
extern "C" {
pub fn Servo_DeclarationBlock_SerializeOneValue(declarations:
... | 1 | 2 | 0 |
d4da27306b745a0e8f858e9984b9a3bb5fa77742 | Cameron McCormack | 2016-11-25T00:38:40 | servo: Merge #14366 - move Servo_GetStyleVariables definition from the Gecko side (from heycam:variables); r=Manishearth
<!-- Please describe your changes on the following line: -->
This is the Servo-side part of https://bugzilla.mozilla.org/show_bug.cgi?id=1319982 which has already been reviewed by @Manishearth ther... | diff --git a/style/properties/gecko.mako.rs b/style/properties/gecko.mako.rs
index 482829d3b..bd11e777a 100644
--- a/style/properties/gecko.mako.rs
+++ b/style/properties/gecko.mako.rs
@@ -19,6 +19,7 @@ use gecko_bindings::bindings::Gecko_Construct_${style_struct.gecko_ffi_name};
use gecko_bindings::bindings::Gecko_Co... | 1 | 19 | 0 |
7eae7a7cd4c47ab740dbf67edccfac0f818980bb | Glenn Watson | 2016-11-24T20:29:52 | servo: Merge #14286 - Update to webrender 0.10.0 (from gterzian:update_canvas_with_offscreen_context); r=jdm
<!-- Please describe your changes on the following line: -->
Changes necessary to build servor with webrender 0.10.0
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the s... | diff --git a/canvas/Cargo.toml b/canvas/Cargo.toml
index 80976a685..41debc4a8 100644
--- a/canvas/Cargo.toml
+++ b/canvas/Cargo.toml
@@ -17,7 +17,7 @@ gleam = "0.2.8"
ipc-channel = "0.5"
log = "0.3.5"
num-traits = "0.1.32"
-offscreen_gl_context = "0.4"
+offscreen_gl_context = "0.5.0"
plugins = {path = "../plugins"}... | 24 | 63 | 73 |
67ab7def74cc9a4c5aabb2220655984e6dd6ad62 | Alan Jeffrey | 2016-11-24T12:57:50 | servo: Merge #14344 - Script thread creating layout thread should use the incomplete loads (from asajeffrey:script-thread-new-layout-use-incomplete-loads); r=jdm
<!-- Please describe your changes on the following line: -->
When a script thread creates a new layout thread, it does so by sending a message to an existin... | diff --git a/script/script_thread.rs b/script/script_thread.rs
index 135fccf58..b902c6df1 100644
--- a/script/script_thread.rs
+++ b/script/script_thread.rs
@@ -1201,10 +1201,14 @@ impl ScriptThread {
});
// Pick a layout thread, any layout thread
- match self.documents.borrow().iter().next()... | 1 | 6 | 2 |
6e95072c50e03369f9fb1eda44b289fe1a365328 | Ms2ger | 2016-11-24T08:42:43 | servo: Merge #14315 - Rewrite and remove most unit tests for the legacy fetch stack (from servo:fetch-unit-http); r=Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: 5bfe1de10afbe4b08ca219ef088ca782f2a75ca1 | diff --git a/net/lib.rs b/net/lib.rs
index 97c8f4f96..f6c85a494 100644
--- a/net/lib.rs
+++ b/net/lib.rs
@@ -76,6 +76,5 @@ pub mod fetch {
/// A module for re-exports of items used in unit tests.
pub mod test {
pub use chrome_loader::resolve_chrome_url;
- pub use http_loader::{HttpRequest, HttpRequestFactory,... | 1 | 1 | 2 |
efc37117a8623425706e5c5c27bc69a5a8f0e094 | Cameron McCormack | 2016-11-24T07:32:32 | servo: Merge #14356 - stylo: don't match native anonymous content to user/author rules (from heycam:nac-no-doc); r=emilio
<!-- Please describe your changes on the following line: -->
This makes us skip user and document style sheets when performing the cascade for Gecko native anonymous content. It was reviewed in h... | diff --git a/style/gecko/wrapper.rs b/style/gecko/wrapper.rs
index 36712a99b..3d178a5ab 100644
--- a/style/gecko/wrapper.rs
+++ b/style/gecko/wrapper.rs
@@ -28,6 +28,7 @@ use gecko_bindings::bindings::Gecko_StoreStyleDifference;
use gecko_bindings::structs;
use gecko_bindings::structs::{NODE_HAS_DIRTY_DESCENDANTS_FOR... | 5 | 80 | 57 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.