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
efe1da9d016bf9e1bbcc1badaa169ac0f1cd553a
Ms2ger
2015-12-28T22:35:22
servo: Merge #9058 - Update layers (from Ms2ger:layers); r=mrobinson Source-Repo: https://github.com/servo/servo Source-Revision: 5ef8129ae603293d11665ec24c3c943193b915d9
diff --git a/servo/Cargo.lock b/servo/Cargo.lock index 667f21446..fcd8f6f40 100644 --- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -918,7 +918,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "layers" version = "0.2.0" -source = "git+https://github.com/servo/rust-layers#f75cf...
1
1
1
bc4c8624147eb3d763a66f046a0bdceb235ebba8
Joe Kachmar
2015-12-26T21:54:38
servo: Merge #8958 - Separate script and layout messages, issue #8843 (from jkachmar:separate-layout-msg); r=KiChjang Separated layout-specific messages to the constellation out from the `ScriptMsg` enum into a `LayoutMsg` enum within `script_traits/script_msg.rs`, addresses [#8843](https://github.com/servo/servo/issu...
diff --git a/compositing/constellation.rs b/compositing/constellation.rs index 0d59d06d0..7edb7c322 100644 --- a/compositing/constellation.rs +++ b/compositing/constellation.rs @@ -45,7 +45,7 @@ use profile_traits::mem; use profile_traits::time; use sandboxing; use script_traits::{CompositorEvent, ConstellationContr...
11
80
27
807215ab779168bf0465552c9ec41e041b6b6f47
David Zbarsky
2015-12-24T20:34:40
servo: Merge #8725 - Handle toDataURL with no context (from dzbarsky:no_context); r=eefriedman Source-Repo: https://github.com/servo/servo Source-Revision: 7db6ce41d2a0748285d2a3c3f4141e8bd30ee8ef
diff --git a/script/dom/htmlcanvaselement.rs b/script/dom/htmlcanvaselement.rs index 2fa7a233c..cad4fcec9 100644 --- a/script/dom/htmlcanvaselement.rs +++ b/script/dom/htmlcanvaselement.rs @@ -258,39 +258,45 @@ impl HTMLCanvasElementMethods for HTMLCanvasElement { _mime_type: Option<DOMString>, ...
1
30
24
99581b017dde24c412571432eedb80b895668a04
Simon Martin
2015-12-24T05:25:48
servo: Merge #9055 - Issue #9042: Report incorrect number of spaces around => in the style checker (from simartin:issue_9042); r=Wafflespeanut Fixes https://github.com/servo/servo/issues/9042 Source-Repo: https://github.com/servo/servo Source-Revision: f77c7928868469ef4f326a269147ae2aee6151ee
diff --git a/devtools/actors/network_event.rs b/devtools/actors/network_event.rs index 317dc0961..eb77f174a 100644 --- a/devtools/actors/network_event.rs +++ b/devtools/actors/network_event.rs @@ -359,7 +359,7 @@ impl NetworkEventActor { let mut mString = "".to_owned(); if let Some(ref headers) = self...
6
35
35
976a883c0878f3d3e139c83caf8b5567cb6b46d0
Bobby Holley
2015-12-23T20:01:57
servo: Merge #9004 - Stylo uplifts Part 1 (from bholley:stylo_uplifts_1); r=pcwalton @pcwalton indicated his approval for landing stuff for the servo/gecko layout integration into the tree, which will improve maintainability for that effort. Here's an initial batch. Source-Repo: https://github.com/servo/servo Source-...
diff --git a/layout/css/matching.rs b/layout/css/matching.rs index 703603836..ae136aea5 100644 --- a/layout/css/matching.rs +++ b/layout/css/matching.rs @@ -11,7 +11,6 @@ use context::SharedLayoutContext; use data::LayoutDataWrapper; use incremental::{self, RestyleDamage}; use msg::ParseErrorReporter; -use script::d...
2
88
90
af783cb1d31ca3971967dd33ebc367662f5bc9c7
Emilio Cobos Álvarez
2015-12-23T15:05:37
servo: Merge #9044 - Update offscreen_gl_context (from emilio:offscreen-gl-up); r=jdm cc: https://github.com/ecoal95/rust-offscreen-rendering-context/pull/46 Source-Repo: https://github.com/servo/servo Source-Revision: da8952b7023a92b7a69bd4423905594f4baa8f29
diff --git a/canvas/Cargo.toml b/canvas/Cargo.toml index c1bc9a884..6e930730d 100644 --- a/canvas/Cargo.toml +++ b/canvas/Cargo.toml @@ -29,7 +29,6 @@ path = "../gfx_traits" [dependencies.offscreen_gl_context] git = "https://github.com/ecoal95/rust-offscreen-rendering-context" -features = ["texture_surface"] [de...
6
7
14
ea5bd9d06517c4bb4a465bc090a66711564f7743
Brandon Fairchild
2015-12-23T13:08:51
servo: Merge #8938 - Move LayerKind and ScrollPolicy enums to gfx_traits (from nerith:gfx); r=Ms2ger Fixes #8836. Source-Repo: https://github.com/servo/servo Source-Revision: 68c4f290c7c9ad7ea45fcea66e3c6b172e42be62
diff --git a/compositing/compositor.rs b/compositing/compositor.rs index e530f192d..bcf65be9a 100644 --- a/compositing/compositor.rs +++ b/compositing/compositor.rs @@ -14,7 +14,7 @@ use euclid::scale_factor::ScaleFactor; use euclid::size::TypedSize2D; use euclid::{Matrix4, Point2D, Rect, Size2D}; use gfx::paint_tas...
24
140
115
3a422837d7fc7881500bb38cd7591129cc0e6b9f
Arthur Skobara
2015-12-22T17:08:19
servo: Merge #9030 - Add helper method HTMLFormElement::fire_event (from askobara:refactoring-add-htmlformelement-fire_event); r=Manishearth Fixes #8777 Source-Repo: https://github.com/servo/servo Source-Revision: dafdc856ac3fc2bd000e61bdcaed2c024828de0c
diff --git a/script/dom/document.rs b/script/dom/document.rs index b2033a2a9..d1e529f3b 100644 --- a/script/dom/document.rs +++ b/script/dom/document.rs @@ -558,12 +558,8 @@ impl Document { self.ready_state.set(state); - let event = Event::new(GlobalRef::Window(&self.window), - ...
8
62
72
6049e7d5a51b0f8041c59dac67d95b1e36e4f605
Corey Farwell
2015-12-22T16:28:38
servo: Merge #9048 - Precompute width & height attribute values on <iframe> (from frewsxcv:precompute-iframe); r=Ms2ger Source-Repo: https://github.com/servo/servo Source-Revision: 9306be60c23bdb828dc41f3379e77781d3eafff7
diff --git a/script/dom/htmliframeelement.rs b/script/dom/htmliframeelement.rs index 172a6b1fb..8b3def1c7 100644 --- a/script/dom/htmliframeelement.rs +++ b/script/dom/htmliframeelement.rs @@ -35,8 +35,7 @@ use std::cell::Cell; use string_cache::Atom; use url::Url; use util::prefs; -use util::str::DOMString; -use ut...
1
9
6
d7a79cca9c947efb18699aecfb4b08a10ae84983
Martin Robinson
2015-12-22T15:10:13
servo: Merge #9040 - Remove a fixed TODO (from mrobinson:fix-comment); r=nox Issue #2009 has already been fixed and closed so we can remove this TODO entirely. Source-Repo: https://github.com/servo/servo Source-Revision: 48388ad0369368f2d8a631a3fb1cf46892434130
diff --git a/layout/display_list_builder.rs b/layout/display_list_builder.rs index 88e08c841..6ff27633a 100644 --- a/layout/display_list_builder.rs +++ b/layout/display_list_builder.rs @@ -1715,8 +1715,6 @@ impl BlockFlowDisplayListBuilding for BlockFlow { layout_context: &LayoutCon...
1
0
2
a3ce6fdbf5d3a4f7447dff5a9403d56a7bb5cdde
Martin Robinson
2015-12-22T12:48:23
servo: Merge #9041 - Remove workaround for Rect::is_empty (from mrobinson:remove-euclid-workaround); r=jdm Now that euclid is up-to-date this workaround is no longer necessary. Source-Repo: https://github.com/servo/servo Source-Revision: 1ddcf9463a58a2c4d9b1495cd6b0113af6a5c071
diff --git a/layout/display_list_builder.rs b/layout/display_list_builder.rs index 96632c5d4..88e08c841 100644 --- a/layout/display_list_builder.rs +++ b/layout/display_list_builder.rs @@ -1097,10 +1097,7 @@ impl FragmentDisplayListBuilding for Fragment { } } SpecificFragmentI...
1
1
4
1ffbda84dee27dfd7441a1768a5206681dddabbc
Abhishek Kumar
2015-12-21T15:47:25
servo: Merge #8845 - M1502: Expand HTTP request response monitoring-2 (from akumar21NCSU:master); r=jdm Source-Repo: https://github.com/servo/servo Source-Revision: a8783ad184ab6167803af44f4abf16754c410c2a
diff --git a/devtools/actors/network_event.rs b/devtools/actors/network_event.rs index 262e1e469..317dc0961 100644 --- a/devtools/actors/network_event.rs +++ b/devtools/actors/network_event.rs @@ -12,17 +12,21 @@ use actor::{Actor, ActorMessageStatus, ActorRegistry}; use devtools_traits::HttpRequest as DevtoolsHttpReq...
4
404
26
8022cff3337e3e269bb3bc3b0e6c12dd90215f96
Ms2ger
2015-12-21T00:28:59
servo: Merge #9035 - Remove some unused imports (from Ms2ger:warnings); r=nox Source-Repo: https://github.com/servo/servo Source-Revision: a900196b3f56fac46f86d8a8157a61f14fdca364
diff --git a/msg/compositor_msg.rs b/msg/compositor_msg.rs index ca2a68d55..7c1d615fd 100644 --- a/msg/compositor_msg.rs +++ b/msg/compositor_msg.rs @@ -3,9 +3,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use azure::azure_hl::Color; -use constellation_msg::{Key, KeyModifiers, KeyState, Pipeli...
1
2
3
f144ea2663dff55b977520ff937375fe45368c87
Beomjin Kim
2015-12-20T19:00:03
servo: Merge #9027 - Moved ScriptToCompositorMsg enum and EventResult enum to script_traits (from vwvww:cmrf2); r=jdm Moved ScriptToCompositorMsg enum and EventResult enum to script_traits resolving issue #8835. (Need to be checked) Variants in ScriptToCompositorMsg enum and EventResult enum had no doc comment. I fou...
diff --git a/compositing/compositor_task.rs b/compositing/compositor_task.rs index 07a60289c..75943b793 100644 --- a/compositing/compositor_task.rs +++ b/compositing/compositor_task.rs @@ -13,11 +13,12 @@ use headless; use ipc_channel::ipc::{self, IpcReceiver, IpcSender}; use layers::layers::{BufferRequest, LayerBuff...
8
45
32
24460acab93f64b5abb61a4f94d81cc8796d1b8e
Maciej Skrzypkowski
2015-12-19T20:04:26
servo: Merge #9022 - Move PaintMsg enum to gfx_traits #8844 (from mskrzypkows:PaintMsg_refactoring); r=jdm re-PR of https://github.com/servo/servo/pull/9007, because homu seems stuck Fixes #8844. Source-Repo: https://github.com/servo/servo Source-Revision: 95eabdb4dbdc00937eeea5b495002d5526217f93
diff --git a/compositing/constellation.rs b/compositing/constellation.rs index 131dfbd9e..0d59d06d0 100644 --- a/compositing/constellation.rs +++ b/compositing/constellation.rs @@ -22,12 +22,12 @@ use euclid::size::{Size2D, TypedSize2D}; use gaol; use gaol::sandbox::{self, Sandbox, SandboxMethods}; use gfx::font_cac...
7
19
10
ae522b2b8cc4b36cc9bbdea0a13306695f4fdb2a
Manish Goregaokar
2015-12-19T18:44:02
servo: Merge #9026 - Remove clone in collect_text_contents (from Manishearth:attack-of-the-clones); r=Ms2ger Source-Repo: https://github.com/servo/servo Source-Revision: 8c87477138e655810769607ce2c049d461c1c88a
diff --git a/script/dom/node.rs b/script/dom/node.rs index 3ef0c9ca5..c54d85e8b 100644 --- a/script/dom/node.rs +++ b/script/dom/node.rs @@ -1703,7 +1703,7 @@ impl Node { let mut content = String::new(); for node in iterator { match node.downcast::<Text>() { - Some(text) =>...
1
1
1
ab690ae57af4f66c35b887d302530cb90829a9ea
Mathieu Agopian
2015-12-18T20:28:56
servo: Merge #9019 - Use Url.join instead of UrlParser.base_url(...).parse (#9002) (from magopian:9002-use-url.join); r=SimonSapin Fix issue #9002 Source-Repo: https://github.com/servo/servo Source-Revision: f9141ef2db693518fef676740f25abee3b938cac
diff --git a/compositing/Cargo.toml b/compositing/Cargo.toml index f4ab907b1..f49d15ba2 100644 --- a/compositing/Cargo.toml +++ b/compositing/Cargo.toml @@ -78,7 +78,7 @@ gleam = "0.2" euclid = {version = "0.4", features = ["plugins"]} serde = "0.6" serde_macros = "0.6" -url = "0.5" +url = "0.5.2" [target.x86_64-...
35
52
58
366b92bde9dbfee4b2c8f85804dd7f4806dd487c
Anthony Ramine
2015-12-18T19:21:17
servo: Merge #8959 - Fix DOMStringMap's stringifier behaviour according to the spec (from nox:domtokenlist-stringifier); r=Ms2ger It should just return its associated attribute's value, if any. https://github.com/whatwg/dom/issues/105 Source-Repo: https://github.com/servo/servo Source-Revision: 21277b1fa032e5dd5b562...
diff --git a/script/dom/domtokenlist.rs b/script/dom/domtokenlist.rs index 6c1c931c4..dd7eb17ba 100644 --- a/script/dom/domtokenlist.rs +++ b/script/dom/domtokenlist.rs @@ -12,7 +12,7 @@ use dom::bindings::reflector::{Reflector, reflect_dom_object}; use dom::element::Element; use dom::node::window_from_node; use str...
1
3
4
bf4cc7d8b32da9c7186ddb553ab9d652edefab45
Jinwoo Ahn
2015-12-18T14:36:40
servo: Merge #9017 - Fix a logical operator to match the spec (#9016) (from jinwooahn:spec); r=jdm Fix issue #9016 Source-Repo: https://github.com/servo/servo Source-Revision: 6764cf0ee9ce78d2d3498aec18e633e20455e050
diff --git a/script/cors.rs b/script/cors.rs index 7e1f8cc65..8e3b2b2b4 100644 --- a/script/cors.rs +++ b/script/cors.rs @@ -235,7 +235,7 @@ impl CORSRequest { _ => return error, }; // Substep 4 - if methods.is_empty() || preflight.mode == RequestMode::ForcedPreflight { + if...
1
1
1
f62e94e74f019c45a0498ac463ed22a75e367577
Ms2ger
2015-12-18T09:46:32
servo: Merge #9010 - Silence warnings in htmlformelement.rs (from Ms2ger:warnings); r=jdm Source-Repo: https://github.com/servo/servo Source-Revision: 22e1ccae37172851decea097284a3f6cb5464c71
diff --git a/script/dom/htmlformelement.rs b/script/dom/htmlformelement.rs index c58cca2ab..a5c21fff4 100644 --- a/script/dom/htmlformelement.rs +++ b/script/dom/htmlformelement.rs @@ -9,7 +9,6 @@ use dom::bindings::codegen::Bindings::HTMLButtonElementBinding::HTMLButtonElemen use dom::bindings::codegen::Bindings::HTM...
1
3
4
71f84063640fabbaac28d59f4f10a4604ed22b47
Olaf Buddenhagen
2015-12-18T08:53:15
servo: Merge #9013 - Derive Debug for FontGroup and Homu is a bully (from antrik:debug-fontgroup); r=Ms2ger Source-Repo: https://github.com/servo/servo Source-Revision: 6490d1e1c59c6de3d7ef030c209ad33e22bc6b26
diff --git a/gfx/font.rs b/gfx/font.rs index 596933727..bb9ff7b3d 100644 --- a/gfx/font.rs +++ b/gfx/font.rs @@ -89,6 +89,7 @@ pub struct FontMetrics { pub type SpecifiedFontStyle = FontStyle; +#[derive(Debug)] pub struct Font { pub handle: FontHandle, pub metrics: FontMetrics, @@ -115,7 +116,7 @@ bitfl...
10
20
9
e2b11d644533a8dd357414f7a4e8f8c32f2f45a4
Paul Rouget
2015-12-18T08:07:25
servo: Merge #8886 - Freeze old pipeline in iframes (from paulrouget:freeze-pipeline-iframe); r=mbrubeck,jdm Fixes https://github.com/servo/servo/issues/8673 and part of https://github.com/servo/servo/issues/8674 Source-Repo: https://github.com/servo/servo Source-Revision: 2ef972b53bc4ff3783a60bfc45a52beee3065e97
diff --git a/compositing/constellation.rs b/compositing/constellation.rs index c876e6e7a..131dfbd9e 100644 --- a/compositing/constellation.rs +++ b/compositing/constellation.rs @@ -834,6 +834,10 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> { } }; + if le...
2
38
20
a97d510e979d8542d24b5ac71071f4192a845fc8
jinwoo.ahn
2015-12-18T00:25:23
servo: Merge #8967 - preflight_fetch steps comments out of date with spec #8941 (from jinwooahn:comments); r=jdm Fix comments. Resolves #8941 Source-Repo: https://github.com/servo/servo Source-Revision: 44588cdc984de88aa298d80ac0aa93ac0980a4a9
diff --git a/script/cors.rs b/script/cors.rs index 463d23780..7e1f8cc65 100644 --- a/script/cors.rs +++ b/script/cors.rs @@ -182,13 +182,14 @@ impl CORSRequest { let error = CORSResponse::new_error(); let mut cors_response = CORSResponse::new(); - let mut preflight = self.clone(); // Step 1 -...
1
12
11
209cbbd3891250b802eac3cbee55bc47680f3e39
David Zbarsky
2015-12-17T22:56:59
servo: Merge #8723 - Add origin-clean flag tracking for canvas (from dzbarsky:origin_clean); r=dzbarsky The resulting failures are because we aren't doing origin-comparison correctly (I bet the image ends up with an empty hostname or something). We could probably hack around that if we care, but it should just go away...
diff --git a/script/dom/canvaspattern.rs b/script/dom/canvaspattern.rs index 3eec8beb3..059710a29 100644 --- a/script/dom/canvaspattern.rs +++ b/script/dom/canvaspattern.rs @@ -18,12 +18,14 @@ pub struct CanvasPattern { surface_size: Size2D<i32>, repeat_x: bool, repeat_y: bool, + origin_clean: bool, ...
3
114
45
d4385d617297bce980c3552f204e057f10ba2817
Paul Rouget
2015-12-17T14:15:44
servo: Merge #8618 - Browser API: implement iframe.reload() (from paulrouget:reload); r=jdm fixes #8575 The implementation is naive, and doesn't support the `hardreload` parameter. And for the test, I'm not sure how else I can test the reload. Source-Repo: https://github.com/servo/servo Source-Revision: 9570b51565c3...
diff --git a/compositing/constellation.rs b/compositing/constellation.rs index 40c86ed18..c876e6e7a 100644 --- a/compositing/constellation.rs +++ b/compositing/constellation.rs @@ -799,6 +799,17 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> { // containing_page_pipeline_id's frame...
4
26
13
29a1e58f8acbe7d8ab9f1fcbbb5aee37f6a01276
Glenn Watson
2015-12-17T10:49:16
servo: Merge #8612 - Add test to constellation to avoid writing reftest image if there are pending frames (from glennw:pending-frames); r=jdm This changes several tests that contain <iframe></iframe> from FAIL to TIMEOUT. This is correct since there is a bug that prevents these iframes from ever rendering. ~~~There a...
diff --git a/compositing/constellation.rs b/compositing/constellation.rs index 4056d95e8..40c86ed18 100644 --- a/compositing/constellation.rs +++ b/compositing/constellation.rs @@ -29,7 +29,7 @@ use msg::compositor_msg::Epoch; use msg::constellation_msg::AnimationState; use msg::constellation_msg::PaintMsg as FromPai...
7
109
118
c2083516a72e6b5af7cd9bd0c0ac79d99b2e3481
Patrick Walton
2015-12-17T05:27:29
servo: Merge #8995 - gfx: Measure text shaping time in the time profiler (from pcwalton:measure-text-shaping); r=mbrubeck r? @mbrubeck Source-Repo: https://github.com/servo/servo Source-Revision: 338f66003e78250ce141584e87190661249c5589
diff --git a/gfx/font.rs b/gfx/font.rs index 2ed72e552..596933727 100644 --- a/gfx/font.rs +++ b/gfx/font.rs @@ -14,14 +14,18 @@ use std::cell::RefCell; use std::rc::Rc; use std::str; use std::sync::Arc; +use std::sync::atomic::{ATOMIC_USIZE_INIT, AtomicUsize, Ordering}; use style::computed_values::{font_stretch, f...
5
54
6
409e3011860282266eec24f02904ed2698428be8
Patrick Walton
2015-12-17T04:17:03
servo: Merge #8990 - Optimize `TextRun::advance_for_range` (from pcwalton:advance-for-range-optzns); r=mbrubeck The combined effects of these optimizations move `advance_for_range` from #1 in the layout profile on all sites I tested to #2, #3, or #4, depending on the site. r? @mbrubeck Source-Repo: https://github.co...
diff --git a/gfx/text/glyph.rs b/gfx/text/glyph.rs index fa250bd1b..c17517429 100644 --- a/gfx/text/glyph.rs +++ b/gfx/text/glyph.rs @@ -403,6 +403,9 @@ pub struct GlyphStore { /// `entry_buffer` point to locations in this data structure. detail_store: DetailedGlyphStore, + /// A cache of the advance of ...
3
71
2
7334b7a3bfb83ee62c24ed26203c1656ccb1a95a
Matt Brubeck
2015-12-17T02:47:38
servo: Merge #8975 - Add pinch zoom gesture for touch-screen devices (from mbrubeck:touch-refactor); r=glennw r? @glennw Notes: * Our layer system doesn't yet support zooming `<iframe mozbrowser>` separately, so this can only zoom the root window. * There are some issues that cause some tiles to disappear while zoomi...
diff --git a/compositing/compositor.rs b/compositing/compositor.rs index 954845703..e530f192d 100644 --- a/compositing/compositor.rs +++ b/compositing/compositor.rs @@ -27,7 +27,7 @@ use layers::rendergl; use layers::rendergl::RenderContext; use layers::scene::Scene; use layout_traits::LayoutControlChan; -use msg::c...
3
294
158
1edb6fc268df38dcaf181a57acb4feff9d66c644
Keith Yeung
2015-12-16T17:48:30
servo: Merge #8903 - fix for Layout memory reporter uses pre-redirect url (from KiChjang:layout-reporter-redirect); r=nox Rebase of #7612. Fixes #6872. Source-Repo: https://github.com/servo/servo Source-Revision: bc7158310ce8abf6605840f1c23013640703e285
diff --git a/layout/layout_task.rs b/layout/layout_task.rs index 35a785940..4f93a147e 100644 --- a/layout/layout_task.rs +++ b/layout/layout_task.rs @@ -55,6 +55,7 @@ use script_traits::{ConstellationControlMsg, LayoutControlMsg, OpaqueScriptLayou use sequential; use serde_json; use std::borrow::ToOwned; +use std::c...
3
27
12
f4c2a61faa14d2907899f773667b1ef9daf4a69c
Alan Jeffrey
2015-12-15T23:03:50
servo: Merge #8992 - Bump string_cache version to 0.2.5 (from asajeffrey:bump_string_cache_version); r=nox Atom::to_lower_case() now returns an Atom rather than a String, so there are a few asserts that need a different collection of &s and *s. Source-Repo: https://github.com/servo/servo Source-Revision: 85b43ea31726...
diff --git a/script/dom/element.rs b/script/dom/element.rs index 3a7e7f861..340337d96 100644 --- a/script/dom/element.rs +++ b/script/dom/element.rs @@ -910,7 +910,7 @@ impl Element { } pub fn set_attribute(&self, name: &Atom, value: AttrValue) { - assert!(&**name == name.to_ascii_lowercase()); + ...
2
18
18
fe0910a7608cae17a43f0a3a141780c894727d16
Corey Farwell
2015-12-15T19:09:44
servo: Merge #8979 - Upgrade some Rust dependencies (from frewsxcv:bump); r=nox Source-Repo: https://github.com/servo/servo Source-Revision: 072222e69e5451db670716b414f800db593ffc42
diff --git a/servo/Cargo.lock b/servo/Cargo.lock index 397c5589f..086a8baf8 100644 --- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -37,7 +37,7 @@ dependencies = [ "style 0.0.1", "style_tests 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/r...
1
45
44
f38a6f9601dd9d6f5ab85a60dee06b4c5a3d4388
Patrick Walton
2015-12-15T02:42:19
servo: Merge #8974 - Implement some trivial restyling optimizations (from pcwalton:simple-style-optzns); r=SimonSapin These were discovered during profiling. r? @SimonSapin Source-Repo: https://github.com/servo/servo Source-Revision: 1d7689cb3fc6c8c6b9cdb3696a7b6ec744e48a3e
diff --git a/style/properties.mako.rs b/style/properties.mako.rs index 6e9e49496..5076f9e77 100644 --- a/style/properties.mako.rs +++ b/style/properties.mako.rs @@ -147,7 +147,7 @@ pub mod longhands { context: &computed::Context, seen: &mut Prope...
2
79
52
3550a4f7ef0a333f46965182c3b2ba4c9960b16a
Josh Matthews
2015-12-15T00:03:22
servo: Merge #8978 - Ensure that grandchild same-origin iframes are added to the children … (from jdm:iframeparent); r=glennw …of the child iframe of the root. Resolves #8973. Source-Repo: https://github.com/servo/servo Source-Revision: 5ebfc9103f3d2f186143f22740742c53c37f6a65
diff --git a/script/script_task.rs b/script/script_task.rs index 3c54259fc..84c9629ff 100644 --- a/script/script_task.rs +++ b/script/script_task.rs @@ -1594,7 +1594,8 @@ impl ScriptTask { let parent_page = self.root_page(); // TODO(gw): This find will fail when we are sharing script tasks ...
1
2
1
cc3ef03d322ae047161b4169cec495c05d976e16
GauriGNaik
2015-12-14T16:21:41
servo: Merge #8971 - Add pipeline information to CSS error reporting (from jdm:expose-css-errors-1); r=jdm Rebase of #8838. Source-Repo: https://github.com/servo/servo Source-Revision: d11f96e27074b0130760a02d39d2da4e003c820e
diff --git a/layout/context.rs b/layout/context.rs index dcfece7f6..1520afd4c 100644 --- a/layout/context.rs +++ b/layout/context.rs @@ -15,6 +15,7 @@ use gfx::display_list::OpaqueNode; use gfx::font_cache_task::FontCacheTask; use gfx::font_context::FontContext; use ipc_channel::ipc::{self, IpcSender}; +use msg::Par...
20
86
24
22ab064c2a7395b299ee92803785f9909b13de76
Arthur Skobara
2015-12-14T08:31:25
servo: Merge #8955 - Add comments for the "Constructing the form data set" algorithm (from askobara:docs-htmlformelement-get_form_dataset); r=waffles Fixes #7852 Source-Repo: https://github.com/servo/servo Source-Revision: 1d7f296fb8263490ebbcdac371f671ef15a36665
diff --git a/script/dom/htmlformelement.rs b/script/dom/htmlformelement.rs index f7c3b7272..bccc29127 100644 --- a/script/dom/htmlformelement.rs +++ b/script/dom/htmlformelement.rs @@ -219,16 +219,21 @@ impl HTMLFormElement { win.pipeline(), load_data)).unwrap(); } + /// https://html.spec.whatwg....
2
22
10
920fbaa5749074e337a06e0267e9282a40c4bae8
Anthony Ramine
2015-12-14T05:14:21
servo: Merge #8964 - Fix Node::replace_with (from nox:replacewith); r=frewsxcv Source-Repo: https://github.com/servo/servo Source-Revision: cbd2c9560babbad96eaeb3608bada012103d691b
diff --git a/script/dom/node.rs b/script/dom/node.rs index 30aa8e78e..3ef0c9ca5 100644 --- a/script/dom/node.rs +++ b/script/dom/node.rs @@ -666,19 +666,25 @@ impl Node { // https://dom.spec.whatwg.org/#dom-childnode-replacewith pub fn replace_with(&self, nodes: Vec<NodeOrString>) -> ErrorResult { - ...
1
18
12
1bef37ad4d8d1e892ebdff6e1725d90bb109e868
Ms2ger
2015-12-14T00:51:24
servo: Merge #8962 - Remove the pinned revision from profile_traits/Cargo.toml (from Ms2ger:energymon); r=jdm Source-Repo: https://github.com/servo/servo Source-Revision: e4f86829d7dafc1e694b143c25699a937a3fd676
diff --git a/profile_traits/Cargo.toml b/profile_traits/Cargo.toml index a172d680d..5a79f3dc7 100644 --- a/profile_traits/Cargo.toml +++ b/profile_traits/Cargo.toml @@ -15,7 +15,6 @@ git = "https://github.com/servo/ipc-channel" [dependencies.energymon] git = "https://github.com/energymon/energymon-rust.git" -rev = ...
2
2
3
1d4998fb0b9fe3a7388a0afa8cdde191eafc9243
Arthur Skobara
2015-12-12T22:23:40
servo: Merge #8949 - Remove from Trusted::new an unnecessary argument (from askobara:refactoring-trusted-new); r=jdm Fixes #8779 Source-Repo: https://github.com/servo/servo Source-Revision: e493a0655e69c1472a53708d213fd102decc59cb
diff --git a/script/dom/bindings/refcounted.rs b/script/dom/bindings/refcounted.rs index cf46971f1..4c884854c 100644 --- a/script/dom/bindings/refcounted.rs +++ b/script/dom/bindings/refcounted.rs @@ -26,7 +26,7 @@ use core::nonzero::NonZero; use dom::bindings::js::Root; use dom::bindings::reflector::{Reflectable, Re...
12
22
23
09565a615d70aef3cc48a2838597af47352bb425
Ms2ger
2015-12-12T08:48:25
servo: Merge #8942 - Rename the browsercontext module (from Ms2ger:rename-bc); r=nox Source-Repo: https://github.com/servo/servo Source-Revision: f4783a0ec30c74f93c161372de806309900172ca
diff --git a/script/dom/bindings/utils.rs b/script/dom/bindings/utils.rs index 13dbc46b9..9aa4b9cf0 100644 --- a/script/dom/bindings/utils.rs +++ b/script/dom/bindings/utils.rs @@ -11,7 +11,7 @@ use dom::bindings::conversions::{private_from_proto_check, root_from_handleobjec use dom::bindings::error::throw_invalid_thi...
4
4
4
bacbac359375f99d8405a3af61c2c6249c6d5d1a
Ms2ger
2015-12-12T07:57:45
servo: Merge #8947 - Use core-text from crates.io (from Ms2ger:core-text); r=jdm Source-Repo: https://github.com/servo/servo Source-Revision: 23b220644c3cca7e90152c62a04133e72a95570c
diff --git a/compositing/Cargo.toml b/compositing/Cargo.toml index e076bef55..8276b24c1 100644 --- a/compositing/Cargo.toml +++ b/compositing/Cargo.toml @@ -82,6 +82,4 @@ url = "0.5" [target.x86_64-apple-darwin.dependencies] core-graphics = "0.2" - -[target.x86_64-apple-darwin.dependencies.core-text] -git = "https:...
3
8
12
d834ce2c9704251f4a7b48ad86e9576ee940fdf7
Ms2ger
2015-12-12T07:17:39
servo: Merge #8946 - Remove unused imports (from Ms2ger:warnings); r=jdm Source-Repo: https://github.com/servo/servo Source-Revision: 16de31c13ce1dd002bd25dfb5b51a2fd7079b14a
diff --git a/gfx/font_context.rs b/gfx/font_context.rs index 6651ead7e..facd815f9 100644 --- a/gfx/font_context.rs +++ b/gfx/font_context.rs @@ -17,7 +17,6 @@ use platform::font::FontHandle; use platform::font_context::FontContextHandle; use platform::font_template::FontTemplateData; use smallvec::SmallVec; -use std...
10
0
10
224b810db86b188866116888f8f8f058872a080f
Tomas Cernaj
2015-12-11T22:57:55
servo: Merge #8939 - Move PaintListener to gfx_traits, Fixes #8834 (from cnaj:msg_refactoring); r=Ms2ger Adding layers and msg dependency to gfx_traits. Fixes #8834. Source-Repo: https://github.com/servo/servo Source-Revision: 9f0c6d75d1abef030b1f98f07cb598100b96c05e
diff --git a/compositing/compositor_task.rs b/compositing/compositor_task.rs index 532590665..07a60289c 100644 --- a/compositing/compositor_task.rs +++ b/compositing/compositor_task.rs @@ -8,12 +8,12 @@ use CompositorMsg as ConstellationMsg; use compositor; use euclid::point::Point2D; use euclid::size::Size2D; +use ...
7
53
34
37b134581d58f18ccf921a93e34e8125bbc47324
Patrick Walton
2015-12-11T21:04:38
servo: Merge #8943 - Cache font style struct addresses in a separate font group cache (from pcwalton:font-cache-addresses); r=mbrubeck On http://en.wikipedia.org/wiki/Spotted_hyena, I was seeing a 100% miss rate in the first fast cache lookup and 45% of total layout time in this function. After making this change, the...
diff --git a/gfx/font_context.rs b/gfx/font_context.rs index b330a5c33..6651ead7e 100644 --- a/gfx/font_context.rs +++ b/gfx/font_context.rs @@ -82,6 +82,8 @@ pub struct FontContext { /// per frame. TODO: Make this weak when incremental redraw is done. paint_font_cache: Vec<PaintFontCacheEntry>, + layout...
1
8
10
5efacfab84725762d9592bb5e19131facf103ea2
Ms2ger
2015-12-11T20:08:49
servo: Merge #8935 - Avoid some rooting in parsing (from Ms2ger:get_or_create); r=Manishearth Source-Repo: https://github.com/servo/servo Source-Revision: 2a416e77a82141ebe6833f1def31e799af5d1c6b
diff --git a/script/dom/servohtmlparser.rs b/script/dom/servohtmlparser.rs index 6584dbe5c..82ed85a9a 100644 --- a/script/dom/servohtmlparser.rs +++ b/script/dom/servohtmlparser.rs @@ -16,13 +16,12 @@ use dom::bindings::trace::JSTraceable; use dom::document::Document; use dom::node::Node; use dom::servoxmlparser::Se...
3
19
39
a3d6f23cbb1fd676a6dc7f0aa0d442dea1d5ae5c
Tetsuharu OHZEKI
2015-12-11T17:22:47
servo: Merge #8937 - Fix some warnings (from saneyuki:warning); r=mbrubeck Source-Repo: https://github.com/servo/servo Source-Revision: 2977795e39989ca776f7e36169db2dc05294f74b
diff --git a/canvas/lib.rs b/canvas/lib.rs index cf865c2f1..87b610102 100644 --- a/canvas/lib.rs +++ b/canvas/lib.rs @@ -2,8 +2,8 @@ * 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(clone_from_slice)] #![feature(nonzer...
6
9
12
d549fc555e284fa9f1e484612a537e38b3ed8dae
Corey Farwell
2015-12-11T15:42:35
servo: Merge #8930 - Pass around event types as Atoms instead of Strings (from frewsxcv:event-type-atom); r=nox `Event` internally stores the `type` as an `Atom`, and we're `String`s everywhere, which can cause unnecessary allocations to occur since they'll end up as `Atom`s anyways. Source-Repo: https://github.com/s...
diff --git a/script/dom/closeevent.rs b/script/dom/closeevent.rs index 4f484debb..7443d1cc6 100644 --- a/script/dom/closeevent.rs +++ b/script/dom/closeevent.rs @@ -12,6 +12,7 @@ use dom::bindings::js::Root; use dom::bindings::reflector::reflect_dom_object; use dom::event::{Event, EventBubbles, EventCancelable}; use...
23
138
117
75fb0c58924f5e5e458b30631042c9a6ad158ef0
Beomjin Kim
2015-12-11T06:32:52
servo: Merge #8898 - Moved CompositorMsg enum into compositing crate (from vwvww:compositor_msg_refactor); r=Ms2ger moved CompositorMsg enum into compositing crate. moved from components/msg/constellation_msg.rs to components/compositing/lib.rs fixes #8832 Source-Repo: https://github.com/servo/servo Sourc...
diff --git a/compositing/compositor.rs b/compositing/compositor.rs index 3e259a7b3..417f90729 100644 --- a/compositing/compositor.rs +++ b/compositing/compositor.rs @@ -2,6 +2,7 @@ * 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/. */ +...
10
46
35
49aee7688eb6b71d64e639257088c31330fea29e
Ms2ger
2015-12-11T05:51:55
servo: Merge #8918 - Initialize the slots of global objects before a possible GC (from Ms2ger:trace); r=nox Source-Repo: https://github.com/servo/servo Source-Revision: e71ec40462b2fbadc0c40bbf1e8684f323d53ef0
diff --git a/script/dom/bindings/utils.rs b/script/dom/bindings/utils.rs index fe7c8030b..13dbc46b9 100644 --- a/script/dom/bindings/utils.rs +++ b/script/dom/bindings/utils.rs @@ -379,20 +379,6 @@ pub unsafe extern "C" fn throwing_constructor(cx: *mut JSContext, /// An array of *mut JSObject of size PrototypeList::ID...
1
10
16
eb285011e879b4a74da0aeb0f87cba2b68d9c4a4
Tetsuharu OHZEKI
2015-12-11T03:38:14
servo: Merge #8923 - Fix warning: Use iterator.min_by_key instead of iterator.min_by (from saneyuki:warning2); r=nox Source-Repo: https://github.com/servo/servo Source-Revision: 99b9901ca24e0710e2cdf8831a959a1fb92657a9
diff --git a/compositing/surface_map.rs b/compositing/surface_map.rs index 09a3b733d..e91bbf5aa 100644 --- a/compositing/surface_map.rs +++ b/compositing/surface_map.rs @@ -111,7 +111,7 @@ impl SurfaceMap { let old_key = match opt_key { Some(key) => key, None => { - ...
1
1
1
9905c9bb0f4b490cc18977d557408bc729b82e19
Corey Farwell
2015-12-11T01:23:36
servo: Merge #8926 - Prefer 'if let' over 'map() with side effects' (from frewsxcv:no-map); r=SimonSapin Source-Repo: https://github.com/servo/servo Source-Revision: 0abddae49d1fe0207469db6bfc84fe582b6ece9f
diff --git a/script/dom/xmlhttprequest.rs b/script/dom/xmlhttprequest.rs index 49ee61ab4..c46f9b22d 100644 --- a/script/dom/xmlhttprequest.rs +++ b/script/dom/xmlhttprequest.rs @@ -577,12 +577,20 @@ impl XMLHttpRequestMethods for XMLHttpRequest { let mut buf = String::new(); buf.push_s...
1
12
4
8f2cd2128b0bd8b4b096d1b38aa98cac82346a85
Tetsuharu OHZEKI
2015-12-10T23:27:58
servo: Merge #8922 - Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all (from saneyuki:warning); r=mbrubeck Source-Repo: https://github.com/servo/servo Source-Revision: d01233a7b417c87b18d31f10709ed83141887b94
diff --git a/canvas/canvas_paint_task.rs b/canvas/canvas_paint_task.rs index 3a495620c..bf2c00f98 100644 --- a/canvas/canvas_paint_task.rs +++ b/canvas/canvas_paint_task.rs @@ -49,7 +49,7 @@ impl<'a> CanvasPaintTask<'a> { //copy the data to the destination vector for _ in 0..src_read_rect.size.height ...
17
23
30
53c82f8a99f8e6d0ebce6ff9f791c6e4c4fba482
Roman Klauke
2015-12-10T21:09:37
servo: Merge #8920 - remove the "core" feature attribute from canvas (from romankl:core-feature); r=Ms2ger The core feature is marked as stable and gives this nice warning: ``` servo/components/canvas_traits/lib.rs:7:12: 7:16 warning: this feature is stable. attribute no longer needed, #[warn(stable_features)] on by d...
diff --git a/canvas/lib.rs b/canvas/lib.rs index b8ec951bb..7338fffc7 100644 --- a/canvas/lib.rs +++ b/canvas/lib.rs @@ -2,7 +2,6 @@ * 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(core)] #![feature(nonzero)] #![feat...
2
0
2
4a326b0378fbcb613eb9d5683a27a3f80ec9f037
Alex Gaynor
2015-12-10T12:38:14
servo: Merge #8914 - Removed use of a #![feature] that is now stable (from alex:patch-1); r=frewsxcv Source-Repo: https://github.com/servo/servo Source-Revision: b7563756376bb2c7b71ace1e153074cfc6562934
diff --git a/layout/lib.rs b/layout/lib.rs index 8185f7713..fb28d47ad 100644 --- a/layout/lib.rs +++ b/layout/lib.rs @@ -5,7 +5,6 @@ #![feature(box_syntax)] #![feature(cell_extras)] #![feature(custom_derive)] -#![feature(drain)] #![feature(hashmap_hasher)] #![feature(mpsc_select)] #![feature(plugin)]
1
0
1
0651da253cce607e05cf68881378d44d4c96fcf4
Alex Gaynor
2015-12-10T06:42:07
servo: Merge #8911 - Remove two "#![feature]" that are now stable (from alex:patch-1); r=frewsxcv Source-Repo: https://github.com/servo/servo Source-Revision: 100595190bfeeffec4fc7b26b76c67bbe150a989
diff --git a/script/lib.rs b/script/lib.rs index 8114d694a..a10a65752 100644 --- a/script/lib.rs +++ b/script/lib.rs @@ -8,11 +8,9 @@ #![feature(box_syntax)] #![feature(cell_extras)] #![feature(const_fn)] -#![feature(core)] #![feature(core_intrinsics)] #![feature(custom_attribute)] #![feature(custom_derive)] -#![...
1
0
2
8adc9e0141c1216b70eda7e3f38f973d664eeae0
Tomas Cernaj
2015-12-10T05:54:44
servo: Merge #8909 - Move ScriptMsg to script_traits crate, Fixes #8833 (from cnaj:msg_refactoring); r=jdm Review of documentation that was missing needed. Fixes #8833. Source-Repo: https://github.com/servo/servo Source-Revision: 7438bc0425749989b8aab084a34ff3fff2ea6679
diff --git a/compositing/constellation.rs b/compositing/constellation.rs index 7013d9250..01cd79ca6 100644 --- a/compositing/constellation.rs +++ b/compositing/constellation.rs @@ -28,7 +28,6 @@ use msg::compositor_msg::Epoch; use msg::constellation_msg::AnimationState; use msg::constellation_msg::CompositorMsg as Fr...
28
115
103
82dcab1efb05f46cecfe9134c66fdcafc5d96c88
Corey Farwell
2015-12-09T22:52:14
servo: Merge #8884 - Upgrade some dependencies (from frewsxcv:update-packages); r=mbrubeck Source-Repo: https://github.com/servo/servo Source-Revision: 452b55b9e6dc7e8d1466ca17d8986e3c02622f7a
diff --git a/servo/Cargo.lock b/servo/Cargo.lock index e0cbd6263..5180c6e16 100644 --- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -572,7 +572,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#71865ff8a1824cbc1cbee4d388d56c5ba1b5ffc2" +source = "git+ht...
1
7
7
6eec9daff439efb5b66bedaee3c978d782519cd8
Beomjin Kim
2015-12-09T19:38:20
servo: Merge #8901 - Changes on comments in servo/lib.rs (from vwvww:servo_lib_doc_comment); r=Wafflespeanut 1. converted the first comments in servo/lib.rs into doc comments. 2. moved doc comment of impl Browser to pub struct Browser. resolves #8872 Source-Repo: https://github.com/servo/servo Source-Revision: ec5ef5...
diff --git a/servo/lib.rs b/servo/lib.rs index 3f21db22c..8c0f92055 100644 --- a/servo/lib.rs +++ b/servo/lib.rs @@ -2,20 +2,20 @@ * 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/. */ -// Servo, the mighty web browser engine from the f...
1
18
18
3547075183790a116cefe57ef53c57ad5d35376f
Ms2ger
2015-12-09T19:01:31
servo: Merge #8907 - Update rustc to the 2015-12-09 nightly (from servo:rustup); r=nox Source-Repo: https://github.com/servo/servo Source-Revision: 8c849cf1a35cc8fc65b07119fcc424a60309f933
diff --git a/script/lib.rs b/script/lib.rs index 692e46719..8114d694a 100644 --- a/script/lib.rs +++ b/script/lib.rs @@ -19,6 +19,7 @@ #![feature(mpsc_select)] #![feature(nonzero)] #![feature(on_unimplemented)] +#![feature(peekable_is_empty)] #![feature(plugin)] #![feature(slice_patterns)] #![feature(str_utf16)] ...
2
38
37
3b4cb3f10b5f0adc67885dc1bcaa3a9746065112
Ms2ger
2015-12-08T20:06:35
servo: Merge #8893 - Update bincode (from Ms2ger:byteorder); r=frewsxcv Source-Repo: https://github.com/servo/servo Source-Revision: f4aa5b42ea3c0ece91018964df88a0b6e86649dd
diff --git a/servo/Cargo.lock b/servo/Cargo.lock index ade64f4a3..c77773b52 100644 --- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -113,9 +113,9 @@ dependencies = [ [[package]] name = "bincode" version = "0.4.0" -source = "git+https://github.com/TyOverby/bincode#c1d94fe8590a91c1f5f163d7d3f23df2c84f0d21" +source = "...
1
2
7
7141ec46168758468f94904fdd3da0f604dbd803
Ms2ger
2015-12-08T19:13:18
servo: Merge #8889 - Update energymon crates (from Ms2ger:energymon); r=metajack Source-Repo: https://github.com/servo/servo Source-Revision: d01d20d50cb4df2894f0d5e1f944bfa143f18ef2
diff --git a/servo/Cargo.lock b/servo/Cargo.lock index 79ca843f1..ade64f4a3 100644 --- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -477,29 +477,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "energymon" version = "0.1.0" -source = "git+https://github.com/energymon/energymo...
1
6
6
4e0b29d8f1556a3d9f3728720b9a328ad44704c4
Matt Brubeck
2015-12-08T16:33:32
servo: Merge #8887 - Upgrade to android_glue 0.1.3 (from mbrubeck:glue-up); r=Ms2ger Fixes scrolling on Android (tomaka/android-rs-glue#70). r? @glennw Source-Repo: https://github.com/servo/servo Source-Revision: 5cfba0cb6e0eec4712c3ea6b2a57754109b7ec87
diff --git a/servo/Cargo.lock b/servo/Cargo.lock index 879f89c51..79ca843f1 100644 --- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -2,7 +2,7 @@ name = "servo" version = "0.0.1" dependencies = [ - "android_glue 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "android_glue 0.1.3 (registry+https://gi...
1
3
3
7426ee8e25d6f8e98b1f82261d1076eb642a8cef
Nova Fallen
2015-12-08T15:10:50
servo: Merge #8867 - Move websocket creation to resource task (from nfallen:6638-websocket_loader); r=jdm This is a pull request for part of https://github.com/servo/servo/issues/6638 It includes the following changes: -The websocket networking code (ie. making a connection, receiving data, and sending data) has been...
diff --git a/net/Cargo.toml b/net/Cargo.toml index 7029d9ef0..8e87cee13 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -40,3 +40,4 @@ flate2 = "0.2.0" uuid = "0.1.16" euclid = {version = "0.4", features = ["plugins"]} url = "0.5" +websocket = "0.14.0" diff --git a/net/lib.rs b/net/lib.rs index 00ee80880..b44572...
8
230
101
e159944649983b5127a565c2c2ae1f4f73a4f4e0
Ms2ger
2015-12-08T08:19:51
servo: Merge #8885 - Update mozjs (from Ms2ger:update-js); r=jdm Source-Repo: https://github.com/servo/servo Source-Revision: fdef1db3953b4684c2f7dc2dad6fd95ddabdd50a
diff --git a/servo/Cargo.lock b/servo/Cargo.lock index af2eb0762..2c54684f7 100644 --- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -586,7 +586,7 @@ dependencies = [ [[package]] name = "gcc" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ ...
1
9
9
cdc7b5aa655ad40f4c50b353ca7e0a73e1600290
Emilio Cobos Álvarez
2015-12-07T22:26:52
servo: Merge #8876 - WebGL nits (from emilio:webgl-nits); r=jdm This improves support for running our triangle test (see: https://github.com/servo/servo/pull/8831), and adds missing error in `BufferSubData` Source-Repo: https://github.com/servo/servo Source-Revision: 9cccd34bc487f485c69dae71c5cd07ac8fabed4d
diff --git a/script/dom/webglrenderingcontext.rs b/script/dom/webglrenderingcontext.rs index 37fc47d9d..eecfeceee 100644 --- a/script/dom/webglrenderingcontext.rs +++ b/script/dom/webglrenderingcontext.rs @@ -417,7 +417,7 @@ impl WebGLRenderingContextMethods for WebGLRenderingContext { } let data = ma...
1
1
1
c9565b8e5a4e949a0e47ccceff099ec408ea03bf
Florian Strübe
2015-12-07T19:23:40
servo: Merge #8862 - Moved WorkerId type to devtools_traits (from fstr:move_workerid); r=Ms2ger Fixes #8846. Source-Repo: https://github.com/servo/servo Source-Revision: 02f4be9c9f82a6e03942977eece39d98dcaff839
diff --git a/devtools/actors/worker.rs b/devtools/actors/worker.rs index 2be2719ee..5edb74521 100644 --- a/devtools/actors/worker.rs +++ b/devtools/actors/worker.rs @@ -3,7 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use actor::{Actor, ActorMessageStatus, ActorRegistry}; -use msg::constel...
9
17
16
18df0670a654867b0b4898f087dd47b5517d56d4
Ms2ger
2015-12-07T17:37:12
servo: Merge #8877 - Update heartbeats libraries (from Ms2ger:update-hbs); r=jdm Source-Repo: https://github.com/servo/servo Source-Revision: 7fb5f3c976d29c0013735035fb6923ec1cc84377
diff --git a/servo/Cargo.lock b/servo/Cargo.lock index 51d117f61..af2eb0762 100644 --- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -746,28 +746,28 @@ dependencies = [ [[package]] name = "hbs-common-sys" -version = "0.1.0" -source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#5ce01d0e943d4d81e5c...
1
12
12
044444c4951c38e27b48fcdd74a223e064954738
Ms2ger
2015-12-07T16:08:16
servo: Merge #8874 - Move from clock_ticks to time (from Ms2ger:clock-ticks); r=jdm This is recommended at <https://github.com/tomaka/clock_ticks>. Source-Repo: https://github.com/servo/servo Source-Revision: 9f9d3570fc27d08e2afff2b90444956c3c5a66a4
diff --git a/layout/Cargo.toml b/layout/Cargo.toml index 0a5415814..87433b41c 100644 --- a/layout/Cargo.toml +++ b/layout/Cargo.toml @@ -53,9 +53,6 @@ path = "../profile_traits" [dependencies.util] path = "../util" -[dependencies.clock_ticks] -git = "https://github.com/tomaka/clock_ticks" - [dependencies.ipc-chann...
4
7
17
e3c0a53b4ddcc2e2b36d3a51da08f58716bd04d1
Corey Farwell
2015-12-07T14:35:21
servo: Merge #8866 - Update some Rust dependencies (from frewsxcv:update-packages); r=jdm * [winapi](https://github.com/retep998/winapi-rs/compare/292ddcdbd214adeb6ce70284c4f84203b3188c6e...2d9b5ba0ebb8ad5b92a031104a79d2e4ea923b99) * [aho-corasick](https://github.com/BurntSushi/aho-corasick/compare/0.3.2...0.4.0) * [m...
diff --git a/servo/Cargo.lock b/servo/Cargo.lock index c3130127e..5f53920b2 100644 --- a/servo/Cargo.lock +++ b/servo/Cargo.lock @@ -48,16 +48,16 @@ name = "advapi32-sys" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "winapi 0.2.4 (registry+https://github.com/r...
1
80
83
6f4bc63157ecaf81b0433622c930651fdf16056a
Keith Yeung
2015-12-07T02:16:10
servo: Merge #8853 - Split fn script_chan into 5 different task channel fn (from KiChjang:generic-task-sources); r=jdm Partial #7959. Source-Repo: https://github.com/servo/servo Source-Revision: ef000a458a52051b55b65e254ff9fe1a55835d04
diff --git a/script/dom/bindings/global.rs b/script/dom/bindings/global.rs index 6580b320a..6f5bc6c58 100644 --- a/script/dom/bindings/global.rs +++ b/script/dom/bindings/global.rs @@ -155,9 +155,45 @@ impl<'a> GlobalRef<'a> { /// `ScriptChan` used to send messages to the event loop of this global's /// thr...
11
98
39
92d8628bd7e37f38d7470357b55b47a4a59e6776
Simon Martin
2015-12-06T21:09:32
servo: Merge #8831 - Issue #6791: Allow more array types in bufferData and bufferSubData (from simartin:ticket_6791); r=eefriedman Fix https://github.com/servo/servo/issues/6791 Source-Repo: https://github.com/servo/servo Source-Revision: 95e6b1d101ca1a1019b8fea1a13a5ef37430901f
diff --git a/canvas_traits/lib.rs b/canvas_traits/lib.rs index d7caf4d6e..f13879e0c 100644 --- a/canvas_traits/lib.rs +++ b/canvas_traits/lib.rs @@ -134,8 +134,8 @@ pub enum CanvasWebGLMsg { BlendFunc(u32, u32), BlendFuncSeparate(u32, u32, u32, u32), AttachShader(u32, u32), - BufferData(u32, Vec<f32>,...
2
5
9
ddd660557a9250f4f2d3c6079dfb391bb76fd50e
Roman Klauke
2015-12-06T14:46:23
servo: Merge #8855 - move FocusType enum to the script crate (from romankl:move-focus-enum); r=Ms2ger This commit moves the FocusType enum to the script crate and replaces all usages with the new `usage`. Fixes #8840 Source-Repo: https://github.com/servo/servo Source-Revision: e16c930f36582f40da4736f88675f559e7e4709...
diff --git a/msg/constellation_msg.rs b/msg/constellation_msg.rs index d7ff06de6..b0604e731 100644 --- a/msg/constellation_msg.rs +++ b/msg/constellation_msg.rs @@ -213,13 +213,6 @@ bitflags! { } } -/// Specifies the type of focus event that is sent to a pipeline -#[derive(Copy, Clone, PartialEq)] -pub enum Foc...
4
11
12
0cdf43f8ab6a57dd159c8a377d622cf1b05ec166
Guillaume Gomez
2015-12-06T11:53:43
servo: Merge #8750 - Ensure that tidy follows the same procedure for sorting (from GuillaumeGomez:master); r=Wafflespeanut Fixes #8734 cc @Wafflespeanut Source-Repo: https://github.com/servo/servo Source-Revision: 7d9a6a8397d413ab9e5d7c0fb8409093a45fcb2d
diff --git a/compositing/lib.rs b/compositing/lib.rs index 4d9e2e0c9..b4c0e7800 100644 --- a/compositing/lib.rs +++ b/compositing/lib.rs @@ -57,12 +57,12 @@ pub use constellation::Constellation; mod compositor; mod compositor_layer; -mod headless; -mod scrolling; -mod surface_map; -mod timer_scheduler; pub mod com...
1
4
4
ff82fb540bc6bee8b0b707277487f3531e4989ce
Simon Sapin
2015-12-05T20:36:40
servo: Merge #8852 - Add link to issue for :visited (from servo:visited-issue-link); r=SimonSapin Source-Repo: https://github.com/servo/servo Source-Revision: 2af23dc06151475b053bd76976fd9da899f27b8b
diff --git a/script/dom/element.rs b/script/dom/element.rs index b343b1859..e47879051 100644 --- a/script/dom/element.rs +++ b/script/dom/element.rs @@ -1698,6 +1698,7 @@ impl<'a> ::selectors::Element for Root<Element> { #[inline] fn is_visited_link(&self) -> bool { + // https://github.com/servo/serv...
1
1
0
399979c17ad851f0ce824fd594ac1f856749e63a
Jigesh Mehta
2015-12-04T23:43:01
servo: Merge #8812 - M1504: Implement basic support for withCredentials API (from jitendra29:support-withCredentials); r=jdm The pull request includes the following task: * Implemented basic network-level support by adding a member to LoadData that is used by http_loader.rs to conditionally exclude cookies from the H...
diff --git a/net/http_loader.rs b/net/http_loader.rs index f9e5f542d..9e96f6863 100644 --- a/net/http_loader.rs +++ b/net/http_loader.rs @@ -504,7 +504,8 @@ fn request_must_be_secured(url: &Url, hsts_list: &Arc<RwLock<HSTSList>>) -> bool pub fn modify_request_headers(headers: &mut Headers, ...
4
21
6
9b257523a9bc9d5ab385676dc5f6b3409be63ee7
ronak
2015-12-04T21:38:40
servo: Merge #8829 - M1503 : Integrate XML Parser : First 2 of 4 Subsequent Steps (from jdm:xmlparser2); r=jdm Rebase of #8746. Introduce and use an XML parser for text/xml network responses when loading web pages. Source-Repo: https://github.com/servo/servo Source-Revision: 368dd1dc53cd595bbbcf6f9fb139e9ac573a351b
diff --git a/script/dom/document.rs b/script/dom/document.rs index 4c1a7f127..35a668ca1 100644 --- a/script/dom/document.rs +++ b/script/dom/document.rs @@ -65,7 +65,7 @@ use dom::nodeiterator::NodeIterator; use dom::nodelist::NodeList; use dom::processinginstruction::ProcessingInstruction; use dom::range::Range; -u...
7
539
43
0bc44d5e4047fb7d005e5c6dbcd93a388e80420a
Emilio Cobos Álvarez
2015-12-04T16:42:26
servo: Merge #8788 - webgl: Fix texturing (from emilio:fix-webgl-texturing); r=jdm These two tiny changes were making WebGL textures not work. It was not seen in our texturing test since it only used one texture, we render to a texture by default, and that texture was bound to `gl::TEXTURE_2D`. Source-Repo: https://...
diff --git a/canvas/webgl_paint_task.rs b/canvas/webgl_paint_task.rs index f6c5553b4..f5cd8a87f 100644 --- a/canvas/webgl_paint_task.rs +++ b/canvas/webgl_paint_task.rs @@ -171,6 +171,9 @@ impl WebGLPaintTask { CanvasWebGLMsg::DrawingBufferHeight(sender) => self.send_drawing_buffer_height(...
2
5
2
7b665ce56af993c8128e0e1d57a190332c77e5fc
Aleksandr Likhanov
2015-12-04T15:49:58
servo: Merge #8768 - fix intermittent Option::unwrap in timers (from vegayours:8616_intermittent_option_unwrap_in_timers); r=jdm fixes intermittent #8616 This intermittent indicates real problem in code. Lets consider such code: ```javascript // timer 1 setTimeout(function() { //timer 2 setTimeout(function(...
diff --git a/script/timers.rs b/script/timers.rs index 4b8a2b6d2..7e164bbe5 100644 --- a/script/timers.rs +++ b/script/timers.rs @@ -23,7 +23,7 @@ use std::rc::Rc; use util::mem::HeapSizeOf; use util::str::DOMString; -#[derive(JSTraceable, PartialEq, Eq, Copy, Clone, HeapSizeOf, Hash, PartialOrd, Ord)] +#[derive(JS...
1
14
8
22d169250e6cdde772ceda1c583d9f2dfe1201da
Ms2ger
2015-12-04T14:52:54
servo: Merge #8805 - Simplify drain_modified_elements a bit (from Ms2ger:drain_modified_elements); r=jdm Source-Repo: https://github.com/servo/servo Source-Revision: 9c2690347232ee6a2b16e28021e494ed17a0f274
diff --git a/script/dom/document.rs b/script/dom/document.rs index 1b729e9e5..4c1a7f127 100644 --- a/script/dom/document.rs +++ b/script/dom/document.rs @@ -1415,9 +1415,8 @@ impl LayoutDocumentHelpers for LayoutJS<Document> { #[allow(unrooted_must_root)] unsafe fn drain_modified_elements(&self) -> Vec<(Layou...
1
2
3
49f6621be0053e4229fc082eceef27565a75ee8c
Ms2ger
2015-12-04T09:39:00
servo: Merge #8820 - Fix warnings (from Ms2ger:warnings); r=SimonSapin Source-Repo: https://github.com/servo/servo Source-Revision: bb117abcd3fee0c3435cefd3d4f196345770ca69
diff --git a/compositing/constellation.rs b/compositing/constellation.rs index 34d20d42c..7013d9250 100644 --- a/compositing/constellation.rs +++ b/compositing/constellation.rs @@ -617,13 +617,13 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> { pipeline_id, event_ty...
4
3
5
056451c71307d8fd9b08d13a7a3e05b5a113792b
Josh Matthews
2015-12-04T07:28:43
servo: Merge #8818 - Make IPC image cache listener silently drop failures instead of catas… (from jdm:imagepanic); r=Manishearth …trophically panicking. Resolves #8817. Source-Repo: https://github.com/servo/servo Source-Revision: 39a36a0098fd27230de1e1a3be835a7af589df2a
diff --git a/script/dom/htmlimageelement.rs b/script/dom/htmlimageelement.rs index fa9a7e5d6..11ebf4360 100644 --- a/script/dom/htmlimageelement.rs +++ b/script/dom/htmlimageelement.rs @@ -117,8 +117,8 @@ impl HTMLImageElement { let runnable = ImageResponseHandlerRunnable::new( ...
1
2
2
07710ca0b6190136a34b25b6cadef1f24d0019fe
David Zbarsky
2015-12-04T06:27:55
servo: Merge #8728 - Reset canvas state when changing bitmap dimensions (from dzbarsky:reset_bitmpa); r=dzbarsky Ran http://mxr.mozilla.org/servo/source/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.2dstate.html?force=1#88 to confirm that this code is being executed, but...
diff --git a/script/dom/canvasrenderingcontext2d.rs b/script/dom/canvasrenderingcontext2d.rs index c0ca96bee..5fed20daa 100644 --- a/script/dom/canvasrenderingcontext2d.rs +++ b/script/dom/canvasrenderingcontext2d.rs @@ -143,12 +143,20 @@ impl CanvasRenderingContext2D { CanvasRenderingContex...
2
10
2
159e769366411ecec9e2e0e457b4018ee11d6983
Alexander Mankuta
2015-12-04T05:39:59
servo: Merge #8796 - Replaced ZERO_POINT with Point2D::zero() (from pointlessone:zero-point); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Fixes #8792. Source-Repo: https://github.com/servo/servo Source-Revision: 2dbc314e2dec39b8798d4e922dd5220d32083b56
diff --git a/gfx/paint_context.rs b/gfx/paint_context.rs index 33422fe07..2f9049db3 100644 --- a/gfx/paint_context.rs +++ b/gfx/paint_context.rs @@ -35,7 +35,7 @@ use std::{f32, mem, ptr}; use style::computed_values::{border_style, filter, image_rendering, mix_blend_mode}; use text::TextRun; use text::glyph::CharInd...
7
12
21
6e76e09fdee3957d15eb3cbcb1d2e1fba57bac4d
Simon Sapin
2015-12-04T00:07:38
servo: Merge #8800 - Fix warnings (from servo:warnings); r=metajack Fixing unused attributes warnings required updating serde_macros which required updating to rustc 1.6.0-nightly (a2866e387 2015-11-30) which required updating some other dependencies. Fix #8709. Source-Repo: https://github.com/servo/servo Source-Rev...
diff --git a/canvas/canvas_paint_task.rs b/canvas/canvas_paint_task.rs index f4755d27c..c1b81140d 100644 --- a/canvas/canvas_paint_task.rs +++ b/canvas/canvas_paint_task.rs @@ -694,7 +694,7 @@ fn crop_image(image_data: Vec<u8>, let mut new_image_data = Vec::new(); let mut src = (crop_rect.origin.y * stride ...
8
45
46
1d378e2bd85375efc929dca16dab19cc1349e591
Alexander Mankuta
2015-12-03T22:31:44
servo: Merge #8797 - Replaced rect_contains_point with Rect.contains() (from pointlessone:rect-contains); r=Manishearth This is a proposed in servo/servo#8791 clean up. Fixes #8791. Source-Repo: https://github.com/servo/servo Source-Revision: 68922e0ac2e36d10dd5f079ecae5de7c07cd1253
diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs index b1220e8bc..65424605e 100644 --- a/gfx/display_list/mod.rs +++ b/gfx/display_list/mod.rs @@ -397,7 +397,7 @@ impl DisplayList { // Clipped out. return; } - if !geometry::rect_con...
2
4
14
1f542118ced39b780d32191311d0b795c3cf39f9
Matt Brubeck
2015-12-03T21:24:22
servo: Merge #8785 - Add slow path for hit testing of iframe behind positioned content layer (from mbrubeck:fixed-hit-test); r=pcwalton Fixes browser.html blocker #8759. r? @pcwalton This adds a slow path for cases where the compositor's layer-based hit testing is incorrect. If the script task discovers that a mouse...
diff --git a/compositing/compositor.rs b/compositing/compositor.rs index e61dff31d..3e259a7b3 100644 --- a/compositing/compositor.rs +++ b/compositing/compositor.rs @@ -30,13 +30,13 @@ use msg::compositor_msg::{Epoch, EventResult, FrameTreeId, LayerId, LayerKind}; use msg::compositor_msg::{LayerProperties, ScrollPolic...
9
97
59
de97a5eb53263a3bf8017472ef80e386d9334364
Simon Martin
2015-12-03T17:18:46
servo: Merge #8293 - Issue #8113: Support file, about and data schemes as form action (from simartin:issue_8113); r=jdm Fix https://github.com/servo/servo/issues/8113 by supporting those schemes as form action and unit test the "about:blank" case Source-Repo: https://github.com/servo/servo Source-Revision: 18f74a3d69...
diff --git a/script/dom/htmlformelement.rs b/script/dom/htmlformelement.rs index 8069cafe9..dda93487c 100644 --- a/script/dom/htmlformelement.rs +++ b/script/dom/htmlformelement.rs @@ -209,7 +209,8 @@ impl HTMLFormElement { load_data.data = Some(parsed_data.into_bytes()); }, /...
1
2
1
344a2ebd345e6f5def55b7876642adee4bfc3704
Alexander Mankuta
2015-12-03T16:11:03
servo: Merge #8795 - Replace ZERO_RECT with Rect::zero() (from pointlessone:zero-rect); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Source-Repo: https://github.com/servo/servo Source-Revision: 3995a7672d4b4ee3f2d6f348f2fe0a88964fc9c6
diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs index 3f03ecf88..b1220e8bc 100644 --- a/gfx/display_list/mod.rs +++ b/gfx/display_list/mod.rs @@ -43,7 +43,7 @@ use style::properties::ComputedValues; use text::TextRun; use text::glyph::CharIndex; use util::cursor::Cursor; -use util::geometry::{self, MA...
6
8
22
96aab9a28c080e05084820e132f7535b148492cb
Jason Williams
2015-12-03T10:40:24
servo: Merge #8787 - now using external ref_slice instead of the std version fixed #8695 (from Jayflux:hotfix/8695); r=mbrubeck Fixes #8695. Source-Repo: https://github.com/servo/servo Source-Revision: 8ae008761f6bf19b7c912cf9e0bf2aa157f32dec
diff --git a/script/Cargo.toml b/script/Cargo.toml index 3cdfe5c9b..135a62ccc 100644 --- a/script/Cargo.toml +++ b/script/Cargo.toml @@ -88,3 +88,4 @@ serde = "0.6" caseless = "0.1.0" image = "0.5.0" url = "0.5" +ref_slice = "0.1.0" diff --git a/script/dom/node.rs b/script/dom/node.rs index 1e08cac60..30aa8e78e 1006...
5
12
4
29a876ff0fb093f7b8dbd5425fc6014da31be974
GauriGNaik
2015-12-03T08:54:37
servo: Merge #8784 - Make log_css_error in parser.rs take a &ParserContext argument and ca… (from jdm:expose-css-errors-step2); r=jdm …ll this method. Rebase of #8472. Source-Repo: https://github.com/servo/servo Source-Revision: 765ce074a39f630de3357bc752177abb82833343
diff --git a/style/font_face.rs b/style/font_face.rs index 52abb82c3..394eed1eb 100644 --- a/style/font_face.rs +++ b/style/font_face.rs @@ -40,7 +40,7 @@ pub fn parse_font_face_block(context: &ParserContext, input: &mut Parser) let pos = range.start; let message = format!("Unsupported...
5
9
12
2cee0adb3f8db4f18817b214dc35142455e9b814
Jitendra Jain
2015-12-03T06:57:19
servo: Merge #8739 - M1504: Implement final charset support for text_response method (from jitendra29:finalMimeAndCharsetHelper); r=eefriedman Following changes have been made: * Added final_mime_type and final_charset helper methods to return the appropriate final mime/charset values * Modified the text_response met...
diff --git a/script/dom/xmlhttprequest.rs b/script/dom/xmlhttprequest.rs index 24a93225d..24bd012f1 100644 --- a/script/dom/xmlhttprequest.rs +++ b/script/dom/xmlhttprequest.rs @@ -995,20 +995,9 @@ impl XMLHttpRequest { } } - //FIXME: add support for override_mime_type and override_charset + //FIX...
1
30
13
f66de39e26f5a9bc7ab6d1557f3320303a1c798c
Yanir Seroussi
2015-12-03T06:26:18
servo: Merge #8693 - Implement unspecified websocket close code (fixes issue #8158) (from yanirs:websocket-close-unspecified-status); r=jdm Fixes #8158. Source-Repo: https://github.com/servo/servo Source-Revision: 01b4deb9d14926e5ad3ebe3e7f839affc4951a63
diff --git a/script/dom/websocket.rs b/script/dom/websocket.rs index f20605668..6c19ce851 100644 --- a/script/dom/websocket.rs +++ b/script/dom/websocket.rs @@ -126,6 +126,24 @@ const BLOCKED_PORTS_LIST: &'static [u16] = &[ 6000, // x11 ]; +// Close codes defined in https://tools.ietf.org/html/rfc6455#section-7...
1
21
5
6c427fbef8d255ed68b11c5ccd3d4f5d8fe9aa23
Glenn Watson
2015-11-30T23:56:00
servo: Merge #8755 - Add debug option to disable vsync for profiling (from glennw:vsync); r=pcwalton Source-Repo: https://github.com/servo/servo Source-Revision: b4906aa008325963348b6cc13bbcf8d2a4c9d694
diff --git a/util/opts.rs b/util/opts.rs index 1b74e1424..03355e12a 100644 --- a/util/opts.rs +++ b/util/opts.rs @@ -188,6 +188,9 @@ pub struct Opts { /// Do not use native titlebar pub no_native_titlebar: bool, + + /// Enable vsync in the compositor + pub enable_vsync: bool, } fn print_usage(app:...
1
11
0
a0e9936ca420ed9236137d14c1bd3bfc4d6a0c8f
Josh Matthews
2015-11-30T22:39:11
servo: Merge #8558 - Dispatch load events for cross origin iframes. Resolves #6672 (from jdm:crossoriginiframeload); r=glennw Splitting it out from #6677. Source-Repo: https://github.com/servo/servo Source-Revision: 51c19fd733a863f2fae05e693795dbecce69f2ed
diff --git a/compositing/constellation.rs b/compositing/constellation.rs index 3abb1d5a5..22a22d459 100644 --- a/compositing/constellation.rs +++ b/compositing/constellation.rs @@ -758,6 +758,20 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> { })).unwrap(); } + fn han...
6
71
15
38aa3edecdb09bd23fcbb8195eb03ba9d24c4827
Eli Friedman
2015-11-30T18:54:03
servo: Merge #8731 - Fix false positive in unrooted_must_root lint (from eefriedman:root-lint-pattern); r=Manishearth Encountered in #8725. Source-Repo: https://github.com/servo/servo Source-Revision: 2a125b56135cdaa86b49783e8a52e9f1e9c7c126
diff --git a/plugins/lints/unrooted_must_root.rs b/plugins/lints/unrooted_must_root.rs index 2c8a09e2a..c64f127e0 100644 --- a/plugins/lints/unrooted_must_root.rs +++ b/plugins/lints/unrooted_must_root.rs @@ -4,6 +4,7 @@ use rustc::front::map as ast_map; use rustc::lint::{LateContext, LintPass, LintArray, LateLintP...
1
8
5
1b5287b1f0ad23ad40c1ca0a6992672072ad1e1c
Manish Goregaokar
2015-11-30T17:48:39
servo: Merge #8752 - Make `path_matches` match the spec (fixes cookies) (from Manishearth:om-nom); r=metajack Source-Repo: https://github.com/servo/servo Source-Revision: 595bda478ebd54b8be878980852b38c61a2cef2c
diff --git a/net/cookie.rs b/net/cookie.rs index c0f6b1645..b496eb725 100644 --- a/net/cookie.rs +++ b/net/cookie.rs @@ -113,10 +113,21 @@ impl Cookie { // http://tools.ietf.org/html/rfc6265#section-5.1.4 pub fn path_match(request_path: &str, cookie_path: &str) -> bool { + // A request-path path-matc...
1
14
3
e51a88c9f04d997f8e21c5083b8aa1f383fb61b8
James Sanders
2015-11-30T03:50:15
servo: Merge #8705 - Use thread::sleep instead of deprecated sleep_ms (from jsanders:fix-sleep-ms-deprecations); r=metajack,Wafflespeanut Similarly, change one instance of `thread::park_timeout_ms`. Fixes #8694 Source-Repo: https://github.com/servo/servo Source-Revision: 0f7204936394fe104431f01c68ffa17829426cba
diff --git a/compositing/scrolling.rs b/compositing/scrolling.rs index c4f4be780..0fec56f15 100644 --- a/compositing/scrolling.rs +++ b/compositing/scrolling.rs @@ -6,13 +6,15 @@ use compositor_task::{CompositorProxy, Msg}; use std::sync::mpsc::{Receiver, Sender, channel}; -use std::thread::{Builder, sleep_ms}; +us...
8
59
21
be1c08558eee73aa1122f7e7120107c59e73d65b
David Raifaizen
2015-11-29T22:12:54
servo: Merge #8661 - Webdriver - GetWindowSize/IsEnabled/IsSelected (from craftytrickster:8623/some-webdriver-commands); r=jgraham Added handlers for https://github.com/servo/servo/issues/8623: GetWindowSize IsEnabled(WebElement) IsSelected(WebElement) I am not sure how to actually verify my webdriver code works, if ...
diff --git a/msg/webdriver_msg.rs b/msg/webdriver_msg.rs index 658df1e79..94c4556b5 100644 --- a/msg/webdriver_msg.rs +++ b/msg/webdriver_msg.rs @@ -2,7 +2,7 @@ * 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/. */ -use constellation_ms...
5
116
54
b20231045cb6ec77e0317fabac6af9f1d0239ab9
Guillaume Gomez
2015-11-28T16:28:43
servo: Merge #8713 - Remove stabilized features (from GuillaumeGomez:features); r=Manishearth Fixes #8706. cc @KiChjang Source-Repo: https://github.com/servo/servo Source-Revision: d48d8b3ea172018d50ea5dc0e0350cdc5307ea37
diff --git a/net/lib.rs b/net/lib.rs index 709c2cb01..00ee80880 100644 --- a/net/lib.rs +++ b/net/lib.rs @@ -5,7 +5,6 @@ #![feature(box_syntax)] #![feature(fnbox)] #![feature(mpsc_select)] -#![feature(path_ext)] #![feature(plugin)] #![feature(vec_push_all)] #![feature(plugin)] diff --git a/profile/lib.rs b/profil...
2
0
2
5e6ede2d2b330fb0ea0f69b9dee5bd13c1fe4043
Eli Friedman
2015-11-28T15:10:07
servo: Merge #8703 - Compute attribute name atoms at compile-time (from eefriedman:dom-getter-setter-atom); r=frewsxcv Source-Repo: https://github.com/servo/servo Source-Revision: eadaf30af396857535ad15b269bcba4f58e1ff9a
diff --git a/script/dom/htmlanchorelement.rs b/script/dom/htmlanchorelement.rs index 0498b7a63..cd6aa8410 100644 --- a/script/dom/htmlanchorelement.rs +++ b/script/dom/htmlanchorelement.rs @@ -86,25 +86,25 @@ impl HTMLAnchorElementMethods for HTMLAnchorElement { } // https://html.spec.whatwg.org/multipage/#...
26
134
169