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 |
|---|---|---|---|---|---|---|---|
224e7074dab8a0b448a7c86e1ce033c78f2ec3b6 | Jack Moffitt | 2015-08-01T00:17:57 | servo: Merge #6881 - Update deps for NUM_JOBS fixes (from metajack:fix-num-jobs); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 9e96cf2c69bb275f8dc8c3565ee67f41a3b6e836 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 7c969ece4..14f8284ed 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -64,7 +64,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "azure"
version = "0.1.0"
-source = "git+https://github.com/servo/rust-azure#53ac8495c... | 1 | 8 | 8 |
9bd4b1a23551ff2d8d8545ee475b4ab47bb69086 | David Zbarsky | 2015-07-31T23:07:36 | servo: Merge #6839 - Use static atoms in HTMLFormElement (from dzbarsky:atoms); r=jdm
Need to update to new string-cache first, which I think requires a rustup?
Source-Repo: https://github.com/servo/servo
Source-Revision: 9a2f28ae33efd5216b0e1933bf186ad2fadba137 | diff --git a/script/dom/htmlformelement.rs b/script/dom/htmlformelement.rs
index e0a948bbe..6d2f62007 100644
--- a/script/dom/htmlformelement.rs
+++ b/script/dom/htmlformelement.rs
@@ -448,13 +448,12 @@ impl<'a> FormSubmitter<'a> {
match *self {
FormSubmitter::FormElement(form) => form.Action(),
... | 1 | 8 | 12 |
1778958f5d6237c6b502866cff323418705e414b | Patrick Walton | 2015-07-31T22:06:36 | servo: Merge #6586 - script: Make the resource task communication use IPC channels (from pcwalton:resource-task-ipc); r=jdm
This change makes Servo use serialized messages over IPC channels for resource loading. The goal is to make it easier to make Servo multiprocess in the future. This patch does not make Servo mult... | diff --git a/compositing/Cargo.toml b/compositing/Cargo.toml
index 6d75015d7..e3ec5f2ed 100644
--- a/compositing/Cargo.toml
+++ b/compositing/Cargo.toml
@@ -66,10 +66,13 @@ git = "https://github.com/pcwalton/ipc-channel"
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
features = ["texture_surface"... | 31 | 220 | 122 |
38b5bac2198b03a7560402bf150f4362f0c12a4e | Jack Moffitt | 2015-07-31T18:54:49 | servo: Merge #6876 - Use local slice_chars (from metajack:slice_chars-layout); r=pcwalton
StrExt::slice_chars is deprecated and will be removed in Rust. This
lifts the implementation from Rust libstd and puts it in util::str.
This fixes a bunch of deprecation warnings in Servo.
Source-Repo: https://github.com/servo/... | diff --git a/layout/fragment.rs b/layout/fragment.rs
index 721d7ea15..7285adca0 100644
--- a/layout/fragment.rs
+++ b/layout/fragment.rs
@@ -46,7 +46,7 @@ use url::Url;
use util::geometry::{Au, ZERO_POINT};
use util::logical_geometry::{LogicalRect, LogicalSize, LogicalMargin, WritingMode};
use util::range::*;
-use u... | 7 | 41 | 17 |
1ddefc5df1c16400a4b785b9a12a09461b84e81a | Simon Sapin | 2015-07-31T16:47:49 | servo: Merge #6869 - Update rust-selectors and enable unstable features (from servo:unstable-h5e); r=metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: 7e772857458f60a68346ac1a7020ae51d65959a1 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index c1c4a62cd..8415a423b 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -1126,9 +1126,13 @@ dependencies = [
]
[[package]]
-name = "quicksort"
+name = "quickersort"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
+depen... | 2 | 8 | 3 |
d29234c3b50edf94d403cb0fa928d7d277bcb916 | Patrick Walton | 2015-07-31T15:43:40 | servo: Merge #6795 - Send display lists over IPC in multiprocess mode (from pcwalton:display-list-e10s-fixes); r=glennw
This patch set introduces the `--multiprocess` (`-M`) switch. Right now, all it does it cause display lists to be serialized, but eventually it will cause actual processes to be spawned.
r? @metajac... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 0061a4baa..b3830a111 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -4,8 +4,7 @@
use surface_map::SurfaceMap;
use compositor_layer::{CompositorData, CompositorLayer, WantsScrollEventsFlag};
-use compositor_task::{Com... | 16 | 258 | 189 |
a8e0606c0f35f621aa4c29e6ce87848b8bc57a2c | Simon Sapin | 2015-07-31T14:47:38 | servo: Merge #6868 - Update html5ever and enable unstable features (from servo:unstable-h5e); r=metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: 33bc16fe353be237855d006b34e96fbe59f24846 | diff --git a/script/Cargo.toml b/script/Cargo.toml
index 27718e7fc..f079fafe1 100644
--- a/script/Cargo.toml
+++ b/script/Cargo.toml
@@ -79,7 +79,7 @@ num = "0.1.24"
websocket = "0.12"
uuid = "0.1.16"
smallvec = "0.1"
-html5ever = "0.2"
+html5ever = { version = "0.2.1", features = ["unstable"] }
string_cache = { ve... | 2 | 19 | 21 |
afab12295ea2a6d9571c73190d2bb96f62285cf9 | Akos Kiss | 2015-07-31T12:52:58 | servo: Merge #6853 - Bump up rand dependency to 0.3.9 (from akosthekiss:rand-0_3_9-bump); r=jdm
That's the first version with the correct getrandom syscall number
for aarch64-unknown-linux-gnu.
Source-Repo: https://github.com/servo/servo
Source-Revision: ca9f9226b092f6f9349aecd53bf0b36fb5b6948e | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 08c31909a..3b96c3a65 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -30,6 +30,15 @@ dependencies = [
"webdriver_server 0.0.1",
]
+[[package]]
+name = "advapi32-sys"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+... | 1 | 27 | 11 |
1c8e87774376848aac787b71a14b8d98993bb571 | Glenn Watson | 2015-07-31T08:10:40 | servo: Merge #6865 - Fix panic when html element has display: table (from glennw:root-fixes); r=pcwalton
Ref #6643
Source-Repo: https://github.com/servo/servo
Source-Revision: 8419b15a3475fc54012976fbfab2139f631f9d93 | diff --git a/layout/flow.rs b/layout/flow.rs
index 90835cfac..64ee4d2e0 100644
--- a/layout/flow.rs
+++ b/layout/flow.rs
@@ -295,7 +295,10 @@ pub trait Flow: fmt::Debug + Sync {
}
/// Marks this flow as the root flow. The default implementation is a no-op.
- fn mark_as_root(&mut self) {}
+ fn mark_as_... | 5 | 24 | 1 |
8a6ad2f05946045c33317f4997e2d9c5c120a4b0 | Patrick Walton | 2015-07-31T05:58:05 | servo: Merge #6863 - compositing: Don't count the root layer when checking to see when to take the screenshot (from pcwalton:null-layer-id); r=glennw
… as it isn't painted after first layout comes in.
r? @glennw
Source-Repo: https://github.com/servo/servo
Source-Revision: 1fc50c6ccf98f3df3f47f5910a456a1fb88b73db | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 3e786e94d..0061a4baa 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -1324,7 +1324,12 @@ impl<Window: WindowMethods> IOCompositor<Window> {
// have not requested a paint of the current epoch.
// If a lay... | 1 | 6 | 1 |
934771e013b904eabe83ee094aa538be05dbb5fa | Matt Brubeck | 2015-07-31T02:53:16 | servo: Merge #6861 - Update to hyper 0.6.6 (from mbrubeck:hyperup); r=metajack
r? @pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: a1c491e4d0af3a41b5f63181a7e9641929ac2477 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 824110393..08c31909a 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -252,7 +252,7 @@ name = "devtools"
version = "0.0.1"
dependencies = [
"devtools_traits 0.0.1",
- "hyper 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper 0.6.6 (... | 1 | 10 | 10 |
496d7b5e92b8b8518773316b93e52595691088ab | Patrick Walton | 2015-07-31T00:20:53 | servo: Merge #6855 - plugins: Forbid trait casts of rooted objects (from pcwalton:more-rooting-soundness); r=Manishearth
r? @Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: fd211dcc92b57a94dabd6bea556d0f4837289ffd | diff --git a/plugins/lints/unrooted_must_root.rs b/plugins/lints/unrooted_must_root.rs
index 3d34c28db..f07ed506f 100644
--- a/plugins/lints/unrooted_must_root.rs
+++ b/plugins/lints/unrooted_must_root.rs
@@ -153,6 +153,25 @@ impl LintPass for UnrootedPass {
}
}
+ /// Trait casts from #[must_root] ty... | 1 | 19 | 0 |
157a96264a793375939079d456d2825845f5594c | Jack Moffitt | 2015-07-30T23:24:38 | servo: Merge #6835 - Update to latest rust-cssparser (from metajack:cssparserup); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: e458dca65b19754ef134b2bd65a5111425627be0 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 39bc855a6..824110393 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -87,7 +87,7 @@ version = "0.0.1"
dependencies = [
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
"canvas_traits 0.0.1",
- "cssparser 0.3.3 (registry+https://github.com/rust-... | 1 | 9 | 9 |
592d2302906511cb27732be028890c39bc94a27a | David Zbarsky | 2015-07-30T22:30:57 | servo: Merge #6851 - Return None as style for elements not in a document (from dzbarsky:gCS); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: e42fddd9cc7fb79c4d631dc36ec1b47bea6b0337 | diff --git a/script/dom/cssstyledeclaration.rs b/script/dom/cssstyledeclaration.rs
index 99e70f9c3..180a356dd 100644
--- a/script/dom/cssstyledeclaration.rs
+++ b/script/dom/cssstyledeclaration.rs
@@ -99,6 +99,11 @@ impl<'a> PrivateCSSStyleDeclarationHelpers for &'a CSSStyleDeclaration {
fn get_computed_style(self... | 1 | 5 | 0 |
c61baf03b27f0dd3905140add25a58fe99769137 | Matt Brubeck | 2015-07-30T21:44:12 | servo: Merge #6740 - Upgrade openssl, selectors, and cocoa (from mbrubeck:bitflags); r=larsbergstrom
This lets Servo use one version of bitflags for all dependencies.
r? @larsbergstrom or @Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: df722ec1de957b0d6a0ef035c0c30aba0dade2cc | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 3fe52f4fc..39bc855a6 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -71,11 +71,6 @@ dependencies = [
"x11 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "bitflags"
-version = "0.1.1"
-source = "registry+https://... | 1 | 14 | 18 |
88e4b6aaf4565fe0ead71e5c55e1bc0e72deef77 | Simon Sapin | 2015-07-30T20:46:13 | servo: Merge #6850 - Upgrade to rustc 1.3.0-dev (87055a68c 2015-07-30) (from servo:rustup_2015-07-30); r=SimonSapin
This builds and passes unit tests.
Source-Repo: https://github.com/servo/servo
Source-Revision: 4837dd9a1c172a55bfad0a7ae67dc3b64753be9a | diff --git a/compositing/pipeline.rs b/compositing/pipeline.rs
index 618fe2608..d1acc51b6 100644
--- a/compositing/pipeline.rs
+++ b/compositing/pipeline.rs
@@ -123,7 +123,7 @@ impl Pipeline {
new_pipeline_id: id,
subpage_id: subpage_id,
load_data: load_dat... | 19 | 96 | 58 |
26fe4026e28af8bce1165c62e43da8f0da8e24ec | Huon Wilson | 2015-07-30T18:35:26 | servo: Merge #6852 - Avoid undefined behaviour by allocating with align 1 (from huonw:fix-alignment); r=pcwalton
The allocation APIs require that the alignment is a power-of-two;
meaning 1 is the "I don't care" alignment, not 0.
Source-Repo: https://github.com/servo/servo
Source-Revision: 3792bd7611df7343c1bad6119a07... | diff --git a/gfx/platform/freetype/font_context.rs b/gfx/platform/freetype/font_context.rs
index eeaec2a04..887c32178 100644
--- a/gfx/platform/freetype/font_context.rs
+++ b/gfx/platform/freetype/font_context.rs
@@ -25,7 +25,7 @@ struct User {
}
// FreeType doesn't require any particular alignment for allocations.... | 1 | 1 | 1 |
a5358e0caa83cf4045724835a69a51fc8842b386 | Jack Moffitt | 2015-07-30T17:02:41 | servo: Merge #6845 - Update gleam to 0.1.7 (from metajack:gleamup); r=SimonSapin
r? @glennw
Source-Repo: https://github.com/servo/servo
Source-Revision: 14947172d63d639d65461533ba1f43e87e399b1b | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 25a8de073..b5ae7490a 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -95,7 +95,7 @@ dependencies = [
"cssparser 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"gf... | 1 | 9 | 9 |
b994876d838e446e0405c9068aa5abc8ee908c76 | Bruno de Oliveira Abinader | 2015-07-30T14:45:31 | servo: Merge #6181 - Implement Msg::Status with serialized url upon mouseover (from brunoabinader:mouseover-status); r=larsbergstrom
Credits for Mike Blumenkrantz (@zmike), I just rebased against trunk and
fixed the url serialization.
Fixes #6178.
Source-Repo: https://github.com/servo/servo
Source-Revision: 82e476fd... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index e0caae3f9..3e786e94d 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -420,6 +420,10 @@ impl<Window: WindowMethods> IOCompositor<Window> {
self.scroll_fragment_to_point(pipeline_id, layer_id, point);
... | 7 | 55 | 1 |
28e8185551076758a604a3301d387b8e341d7a31 | Martin Robinson | 2015-07-30T13:29:38 | servo: Merge #6842 - Update to the latest skia (from mrobinson:preserve-gl); r=pcwalton
Now GLRasteizationContexts require having an active GLContext. This will
allow preserving GLContexts and possibly framebuffers between
rasterization sessions, improving GL Rasterization performance.
Linux Before:
+ Painting Per Ti... | diff --git a/gfx/paint_task.rs b/gfx/paint_task.rs
index 69251d0b0..ba9f73a15 100644
--- a/gfx/paint_task.rs
+++ b/gfx/paint_task.rs
@@ -28,6 +28,7 @@ use msg::constellation_msg::PipelineExitType;
use profile_traits::mem::{self, Reporter, ReporterRequest, ReportsChan};
use profile_traits::time::{self, profile};
use ... | 2 | 39 | 19 |
ae4ee781825fdc7927130f040287f0a55ccaaecd | Patrick Walton | 2015-07-30T11:16:37 | servo: Merge #6843 - servo: Update Glutin to pick up event handling fixes (from pcwalton:glutinup); r=metajack
r? @metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: 325bf6f2d916e616534bf1a3af5c7ffca7ec62ba | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index b17643597..4f635924b 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -518,7 +518,7 @@ dependencies = [
[[package]]
name = "glutin"
version = "0.0.26"
-source = "git+https://github.com/servo/glutin?branch=servo#f42617bf1fdb4aed14e4f391715a73dbc22fe710"
+s... | 1 | 1 | 1 |
b20929c0e33db47921fbcaf48842292af938f2d6 | Corey Farwell | 2015-07-30T10:13:39 | servo: Merge #6800 - Implement ChildNode::before & ChildNode::after (from frewsxcv:childnode-before-childnode-after); r=Ms2ger
Continued from #6536
The current implementations of `ChildNode::before` and
`ChildNode::after` do not match the WHATWG spec. This commit updates the
implementations to match the spec.
Our cu... | diff --git a/script/dom/node.rs b/script/dom/node.rs
index 5df4d633f..1f6a681e5 100644
--- a/script/dom/node.rs
+++ b/script/dom/node.rs
@@ -802,40 +802,54 @@ impl<'a> NodeHelpers for &'a Node {
// https://dom.spec.whatwg.org/#dom-childnode-before
fn before(self, nodes: Vec<NodeOrString>) -> ErrorResult {
-... | 1 | 59 | 30 |
539abb0be736b9890aff5e1d98a7c17885907ca3 | David Zbarsky | 2015-07-30T08:11:57 | servo: Merge #6783 - Clean up Node::ReplaceChild (from dzbarsky:replacechild); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 9e8d231196693a660a1e70d535d1c3ab290ddf39 | diff --git a/script/dom/node.rs b/script/dom/node.rs
index 15273bbb4..5df4d633f 100644
--- a/script/dom/node.rs
+++ b/script/dom/node.rs
@@ -2153,74 +2153,68 @@ impl<'a> NodeMethods for &'a Node {
NodeTypeId::CharacterData(CharacterDataTypeId::Text) if self.is_document() =>
return Err(Hier... | 1 | 61 | 67 |
af5af472b879041f01afdced91d20d37eed275e1 | Patrick Walton | 2015-07-30T06:04:17 | servo: Merge #6841 - script: Squash duplicate animation tick events in the queue (from pcwalton:squash-animation-ticks); r=metajack
This prevents them from piling up endlessly if the JS
`requestAnimationFrame()` callback takes a long time to complete.
r? @jdm
Source-Repo: https://github.com/servo/servo
Source-Revisi... | diff --git a/script/script_task.rs b/script/script_task.rs
index e34e93008..9254d67b0 100644
--- a/script/script_task.rs
+++ b/script/script_task.rs
@@ -665,8 +665,9 @@ impl ScriptTask {
}
};
- // Squash any pending resize, reflow, and mouse-move events in the queue.
+ // Squash an... | 1 | 9 | 1 |
e1066b4d874d1e4136c942150eb378ba02d6546a | Josh Matthews | 2015-07-30T04:07:35 | servo: Merge #6834 - Use an actual byte string when defining the prototype of named constr… (from jdm:named-constructor-prototype); r=Ms2ger
…uctors. Fixes #6730.
r? @Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 3a112bc07f49e5f1a79fe4788fe5e7676ccb8345 | diff --git a/script/dom/bindings/utils.rs b/script/dom/bindings/utils.rs
index d29cc4d0c..3a64b709b 100644
--- a/script/dom/bindings/utils.rs
+++ b/script/dom/bindings/utils.rs
@@ -233,7 +233,7 @@ pub fn do_create_interface_objects(cx: *mut JSContext,
let constructor = RootedObject::new(cx, create_constructor(... | 1 | 1 | 1 |
d48fc8d0a9909daa3367d9b0a9ce5232e25f1eeb | Nicholas Nethercote | 2015-07-30T01:42:00 | servo: Merge #6802 - Add a `kind` field to memory reports (from nnethercote:report-kind); r=jdm
This is used for two memory reporting improvements.
- It's used to distinguish "explicit" memory reports from others. This
mirrors the same categorization that is used in Firefox, and gives a single
tree that's the bes... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 468301317..e0caae3f9 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -39,7 +39,7 @@ use msg::constellation_msg::{ConstellationChan, NavigationDirection};
use msg::constellation_msg::{Key, KeyModifiers, KeyState, LoadData... | 5 | 161 | 25 |
b8ee9bf6026fdfc0e2fb5e2aea6d2493bbbac670 | Glenn Watson | 2015-07-29T23:50:41 | servo: Merge #6827 - Add ToCss serialization support for translation transforms (from glennw:serialize-translate); r=pcwalton
Ref #6643.
Source-Repo: https://github.com/servo/servo
Source-Revision: d62f0fb7c4a14ac3ee977ab2ec86fcd654ff0824 | diff --git a/style/properties.mako.rs b/style/properties.mako.rs
index 354d956bf..1f3a1f0fb 100644
--- a/style/properties.mako.rs
+++ b/style/properties.mako.rs
@@ -3278,11 +3278,21 @@ pub mod longhands {
Ok((first, second))
}
+ #[derive(Copy, Clone, Debug, PartialEq)]
+ enum Trans... | 1 | 73 | 6 |
8255e2f3fa6b866a0358dad074390a8e01768c15 | Nick Thompson | 2015-07-29T22:24:46 | servo: Merge #6815 - Dispose layout data for every node removed from the tree (from nick-thompson:dispose_layout_data); r=jdm
Fix for #6754.
cc @jdm – I believe this is all that's required for the fix, but until I get a better sense of #6813, I'm unsure of the best way to test this.
Source-Repo: https://github.com/s... | diff --git a/script/dom/node.rs b/script/dom/node.rs
index 54535fdb7..15273bbb4 100644
--- a/script/dom/node.rs
+++ b/script/dom/node.rs
@@ -370,8 +370,9 @@ impl<'a> PrivateNodeHelpers for &'a Node {
for node in child.traverse_preorder() {
node.set_flag(IS_IN_DOC, false);
vtable_for(&... | 1 | 2 | 1 |
11050653d84ef4adc09612dca60fa645d78609a8 | ecoal95 | 2015-07-29T21:29:58 | servo: Merge #6812 - webgl: Make context creation fallible. Fixes #6806 (from emilio:webgl-fail); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: b90fd5931dbba9cf26e3111132587ea285dbca05 | diff --git a/compositing/constellation.rs b/compositing/constellation.rs
index 823790865..429690702 100644
--- a/compositing/constellation.rs
+++ b/compositing/constellation.rs
@@ -949,12 +949,17 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> {
&mut self,
size:... | 3 | 24 | 16 |
915ac9105c7de73d37acc754c3efc8e4e133e748 | Tom Schuster | 2015-07-29T20:37:45 | servo: Merge #5851 - Implement the HTML background attribute (from evilpie:background); r=SimonSapin
Fixes #5835
Source-Repo: https://github.com/servo/servo
Source-Revision: 58fa3b69b76387958db45bc9831ac7c79caab2ea | diff --git a/script/dom/element.rs b/script/dom/element.rs
index 1edc4947a..d8c0db97e 100644
--- a/script/dom/element.rs
+++ b/script/dom/element.rs
@@ -67,7 +67,7 @@ use smallvec::VecLike;
use style::legacy::{UnsignedIntegerAttribute, from_declaration};
use style::properties::{PropertyDeclarationBlock, PropertyDecla... | 2 | 34 | 2 |
d150abb2df9090ccef86e98ff8d544f162a9dd44 | Avi Weinstock | 2015-07-29T17:26:00 | servo: Merge #6654 - Add copy-to-clipboard feature under x11 (from aweinstock314:add-x11-copy-to-clipboard); r=jdm
The main work is in the the rust-clipboard library, this PR updates Cargo.lock and adds plumbing.
https://github.com/aweinstock314/rust-clipboard/commit/0337e48b3f1a8bbb274a10099a39d7d18e902494
Source-R... | diff --git a/compositing/constellation.rs b/compositing/constellation.rs
index 695c6688e..823790865 100644
--- a/compositing/constellation.rs
+++ b/compositing/constellation.rs
@@ -475,6 +475,13 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> {
);
sender... | 5 | 82 | 48 |
97a3d40b7010ecbef93d6808b1616019cc65dbea | Patrick Walton | 2015-07-29T14:40:42 | servo: Merge #6822 - compositing: Tick animations right away when content enables animations (from pcwalton:tick-animations-more-often); r=glennw
Otherwise, we have to wait for the next vsync. This was capping the
framerate of the particles demo at 30 FPS in most cases.
r? @glennw
Source-Repo: https://github.com/ser... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 9fac205c6..468301317 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -530,7 +530,12 @@ impl<Window: WindowMethods> IOCompositor<Window> {
self.composite_if_necessary(CompositingReason::Animation);
... | 1 | 11 | 4 |
768f230cf2e71d330b1c6bcf48b71e7fd39ba577 | Ms2ger | 2015-07-29T13:54:08 | servo: Merge #6811 - Simplify AutoWorkerReset::new (from Ms2ger:auto-worker); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: e74a13c01df235d28c5a6f62a20adbdf5cdd4b79 | diff --git a/script/dom/dedicatedworkerglobalscope.rs b/script/dom/dedicatedworkerglobalscope.rs
index 22c82af32..63a5a82a4 100644
--- a/script/dom/dedicatedworkerglobalscope.rs
+++ b/script/dom/dedicatedworkerglobalscope.rs
@@ -43,6 +43,7 @@ use js::rust::Runtime;
use url::Url;
use rand::random;
+use std::mem::rep... | 1 | 4 | 5 |
7b78d26df66c326e9470d079b215720401f03dc3 | farodin91 | 2015-07-29T13:07:22 | servo: Merge #6807 - Refactor FileReader #6762 #6763 #6750 #6751 (from farodin91:filereader); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 52c2049f2a47c814888e98c509eac83dc071e829 | diff --git a/script/dom/blob.rs b/script/dom/blob.rs
index 4213b8ff2..b20c5997a 100644
--- a/script/dom/blob.rs
+++ b/script/dom/blob.rs
@@ -9,11 +9,8 @@ use dom::bindings::utils::{Reflector, reflect_dom_object};
use dom::bindings::error::Fallible;
use dom::bindings::codegen::Bindings::BlobBinding;
use dom::bindings... | 3 | 39 | 69 |
310e1952254eb34753c9297bf7e1c96ec9126566 | Ms2ger | 2015-07-29T12:19:25 | servo: Merge #6810 - Remove unused import (from Ms2ger:warnings); r=metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: b43b7ba9250a261637c7b84ca3ed95a2e6af4203 | diff --git a/script/dom/mouseevent.rs b/script/dom/mouseevent.rs
index fdd34ea0e..0238d2536 100644
--- a/script/dom/mouseevent.rs
+++ b/script/dom/mouseevent.rs
@@ -6,7 +6,6 @@ use dom::bindings::codegen::Bindings::MouseEventBinding;
use dom::bindings::codegen::Bindings::MouseEventBinding::MouseEventMethods;
use dom:... | 1 | 0 | 1 |
956089cb2e00acc1820727269d28c224efb75e2f | Ms2ger | 2015-07-29T11:32:52 | servo: Merge #6828 - Try to reduce intermittent failures (from Ms2ger:intermittents); r=SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: d707792cceefb1c1466db6ba800d4e4ee9d8e639 | diff --git a/net_traits/image/base.rs b/net_traits/image/base.rs
index fa776b85c..7e0a2348b 100644
--- a/net_traits/image/base.rs
+++ b/net_traits/image/base.rs
@@ -101,11 +101,11 @@ pub fn load_from_memory(buffer: &[u8]) -> Option<Image> {
})
}
stb_image2::LoadResult::ImageF3... | 1 | 2 | 2 |
86a5d2593fe994dcb7f9bcbb07ccea471aea22e7 | Glenn Watson | 2015-07-29T05:09:08 | servo: Merge #6801 - Accumulate and invert stacking context transform for hit tests (from glennw:hit-test-transforms); r=pcwalton
This makes hit tests work on stacking contexts with transforms.
Ref #6643.
Source-Repo: https://github.com/servo/servo
Source-Revision: fff104bb41dea0ba64fdca312de7b4c0d76277c8 | diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs
index 53c83fc5c..9610c78b8 100644
--- a/gfx/display_list/mod.rs
+++ b/gfx/display_list/mod.rs
@@ -544,8 +544,9 @@ impl StackingContext {
point = point - self.bounds.origin;
debug_assert!(!topmost_only || result.is_empty());
- let ... | 2 | 25 | 24 |
7b59ab883c3609da1c5c7328021c976b9a62d13a | Glenn Watson | 2015-07-29T02:40:57 | servo: Merge #6796 - Change transforms to use LengthOrPercentage (from glennw:transform-translate-fix); r=pcwalton
This simplifies an upcoming PR to support serializing transform values for css style declarations.
Related to issue #6643.
Source-Repo: https://github.com/servo/servo
Source-Revision: a409699a0bf608d8c8... | diff --git a/layout/display_list_builder.rs b/layout/display_list_builder.rs
index 2c09a1be9..c63e7e1f5 100644
--- a/layout/display_list_builder.rs
+++ b/layout/display_list_builder.rs
@@ -18,7 +18,7 @@ use fragment::{CoordinateSystem, Fragment, IframeFragmentInfo, ImageFragmentInfo
use fragment::{ScannedTextFragmentI... | 5 | 36 | 183 |
ee2e74ab3ce12995c6ef40611d59a911025ae509 | Ms2ger | 2015-07-28T23:26:42 | servo: Merge #6794 - Remove StyledNode (from Ms2ger:StyledNode); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: 0b447651e4e5309c057f2cf2af58b3aa733bb4c4 | diff --git a/layout/block.rs b/layout/block.rs
index 0e8990702..91166c6cd 100644
--- a/layout/block.rs
+++ b/layout/block.rs
@@ -28,7 +28,6 @@
#![deny(unsafe_code)]
use context::LayoutContext;
-use css::node_style::StyledNode;
use display_list_builder::{BlockFlowDisplayListBuilding, BorderPaintingMode};
use displ... | 13 | 33 | 69 |
5ed31e78aa773af18c3bb5df73c26648661256e1 | Matt Brubeck | 2015-07-28T18:15:00 | servo: Merge #6814 - Remove unused script -> layout_traits dependency (from mbrubeck:dead-dep); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 59ea4a18ae934926d8c9731c4c3d3e85ff737fb5 | diff --git a/script/Cargo.toml b/script/Cargo.toml
index d5bd0e1b4..6db3092f3 100644
--- a/script/Cargo.toml
+++ b/script/Cargo.toml
@@ -30,9 +30,6 @@ path = "../profile_traits"
[dependencies.script_traits]
path = "../script_traits"
-[dependencies.layout_traits]
-path = "../layout_traits"
-
[dependencies.devtools_... | 3 | 0 | 5 |
92d2ea0a6d860f806d5af82862c5f1aa591a3018 | Michael Howell | 2015-07-28T01:45:09 | servo: Merge #6782 - Use empty Vec instead of None (from notriddle:empty-vec); r=jdm
Closes #6764
Source-Repo: https://github.com/servo/servo
Source-Revision: 2672f2bbe46fd833c6a84b70edaa99dcaf092b5c | diff --git a/script/dom/blob.rs b/script/dom/blob.rs
index bfa85bb57..7e2d539d1 100644
--- a/script/dom/blob.rs
+++ b/script/dom/blob.rs
@@ -82,14 +82,14 @@ impl Blob {
}
pub trait BlobHelpers {
- fn read_out_buffer(self) -> Receiver<Option<Vec<u8>>> ;
+ fn read_out_buffer(self) -> Receiver<Vec<u8>>;
fn ... | 2 | 14 | 23 |
ca0b287285a40beddff6531313c00e8a5ab718b0 | Ms2ger | 2015-07-27T14:07:23 | servo: Merge #6788 - Remove unused StyledNode::has_style method (from Ms2ger:has_style); r=SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: 662c00a8109c49d4c57343156b774441f4f48640 | diff --git a/layout/css/node_style.rs b/layout/css/node_style.rs
index 1a5c1a749..72afd0c61 100644
--- a/layout/css/node_style.rs
+++ b/layout/css/node_style.rs
@@ -18,8 +18,6 @@ pub trait StyledNode {
/// Returns the style results for the given node. If CSS selector matching has not yet been
/// performed, f... | 1 | 0 | 7 |
3c225157905475966145f91d03dd0aad5d621731 | Ms2ger | 2015-07-27T08:23:53 | servo: Merge #6771 - Remove unused allow(unrooted_must_root) attribute (from Ms2ger:unused-attr); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 78455ec033c6116732a8f43b909093b7d7732779 | diff --git a/script/dom/htmlinputelement.rs b/script/dom/htmlinputelement.rs
index 2f3db69b4..cc6bd5e66 100644
--- a/script/dom/htmlinputelement.rs
+++ b/script/dom/htmlinputelement.rs
@@ -158,7 +158,6 @@ pub trait RawLayoutHTMLInputElementHelpers {
}
impl LayoutHTMLInputElementHelpers for LayoutJS<HTMLInputElement... | 1 | 0 | 1 |
12f7892def06b8af29a83959c385ede66d08c7e1 | Patrick Walton | 2015-07-27T06:08:15 | servo: Merge #6597 - script: Make the `ImageCacheTask` use IPC (from pcwalton:image-cache-ipc); r=jdm
This necessitated getting rid of the boxed trait object that was being
be passed between the script task and the image cache task.
r? @jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: e13ebf712de4441... | diff --git a/layout/context.rs b/layout/context.rs
index c97d14a2e..601e8118c 100644
--- a/layout/context.rs
+++ b/layout/context.rs
@@ -15,7 +15,7 @@ use euclid::{Rect, Size2D};
use gfx::display_list::OpaqueNode;
use gfx::font_cache_task::FontCacheTask;
use gfx::font_context::FontContext;
-use ipc_channel::ipc::Ipc... | 9 | 100 | 59 |
af54f94eb96a31c465c523a72a6c03ee17401052 | Ms2ger | 2015-07-27T02:55:40 | servo: Merge #6781 - Remove unused method Window::handle_resize_inactive_msg (from Ms2ger:handle_resize_inactive_msg); r=saneyuki
Source-Repo: https://github.com/servo/servo
Source-Revision: 380de1ba821140b180ef137796e5c3097a953c11 | diff --git a/script/dom/window.rs b/script/dom/window.rs
index 5c1977626..0294fb9f9 100644
--- a/script/dom/window.rs
+++ b/script/dom/window.rs
@@ -540,7 +540,6 @@ pub trait WindowHelpers {
fn content_box_query(self, content_box_request: TrustedNodeAddress) -> Rect<Au>;
fn content_boxes_query(self, content_b... | 1 | 0 | 5 |
f7e99b4083c7bfa2edb34d9da41400c8bda2cd68 | Patrick Walton | 2015-07-27T00:07:32 | servo: Merge #6746 - net: Convert the storage task to use IPC (from pcwalton:storage-task-ipc); r=jdm
r? @jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 362de0390280d01989521b2176477510fb6c0413 | diff --git a/net/Cargo.toml b/net/Cargo.toml
index 89242cdb9..a76178f00 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -24,6 +24,9 @@ features = [ "serde-serialization" ]
version = "0.6"
features = [ "serde-serialization" ]
+[dependencies.ipc-channel]
+git = "https://github.com/pcwalton/ipc-channel"
+
[depend... | 6 | 54 | 29 |
faf33685b37c503e2f6dc4375ede2310cf2675f9 | David Zbarsky | 2015-07-26T14:01:56 | servo: Merge #6760 - Remove outdated comment about cloning elements (from dzbarsky:comment-fix); r=jdm
The comment points to the "implement element prefix" issue, but we clone the element's prefix when we construct the element right above.
Source-Repo: https://github.com/servo/servo
Source-Revision: 5a66b59f9bfece894... | diff --git a/script/dom/node.rs b/script/dom/node.rs
index 4922bb531..42ad76085 100644
--- a/script/dom/node.rs
+++ b/script/dom/node.rs
@@ -1816,10 +1816,9 @@ impl Node {
copy_doc.set_quirks_mode(node_doc.quirks_mode());
},
NodeTypeId::Element(..) => {
- let no... | 1 | 2 | 3 |
7c45eb55e4f1ad83c2b6932b8176778e64ed2e60 | Michael Howell | 2015-07-26T06:18:10 | servo: Merge #6776 - Remove unnecessarily verbose matches (from notriddle:filereader-matches); r=jdm
Fixes #6766.
Source-Repo: https://github.com/servo/servo
Source-Revision: fd1bf1900d876be2da4743c65ea0956be1057453 | diff --git a/script/dom/filereader.rs b/script/dom/filereader.rs
index 6825437dd..964a980a0 100644
--- a/script/dom/filereader.rs
+++ b/script/dom/filereader.rs
@@ -227,33 +227,30 @@ impl FileReader {
fn perform_readastext(blob_body: BlobBody)
-> Result<Option<DOMString>, DOMErrorName> {
+ let bl... | 1 | 17 | 20 |
156c95c4c4739011f6399cf3bec5b41e6967aab3 | Ravi Shankar | 2015-07-25T19:58:34 | servo: Merge #6761 - Combining FileReaderEvent and Process into an enum; r=jdm (from Wafflespeanut:filereader); r=jdm
This one's for #6752. The build was successful for this change. I'll commit the next one for `perform_annotated_read_operation` in a moment...
Source-Repo: https://github.com/servo/servo
Source-Revisi... | diff --git a/script/dom/filereader.rs b/script/dom/filereader.rs
index 7ac8f8761..6825437dd 100644
--- a/script/dom/filereader.rs
+++ b/script/dom/filereader.rs
@@ -2,8 +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 ... | 1 | 22 | 45 |
6d2a7cc3bf3c6563dfe2f6fa002351fd83f717a2 | Anthony Ramine | 2015-07-25T17:39:20 | servo: Merge #6660 - Introduce VirtualMethods::children_changed() (from nox:children-changed); r=jdm
This virtual method mimics the behaviour of mutation observers and make it more viable than the older child_inserted(), which didn't cover removed nodes and was called as many times as there were inserted nodes.
A few... | diff --git a/script/dom/bindings/trace.rs b/script/dom/bindings/trace.rs
index a2c82b807..ad8da0e41 100644
--- a/script/dom/bindings/trace.rs
+++ b/script/dom/bindings/trace.rs
@@ -70,6 +70,7 @@ use std::collections::hash_state::HashState;
use std::ffi::CString;
use std::hash::{Hash, Hasher};
use std::intrinsics::re... | 11 | 217 | 199 |
1e5f72a53bdb48b1d681752122db7cc781a37b84 | Akos Kiss | 2015-07-25T16:17:55 | servo: Merge #6749 - Bump up dependencies past the point where both aarch64 fixes and x11 v2.0.0 bump-ups are landed (from akosthekiss:bump-deps); r=jdm
Affected dependencies are:
* azure,
* clipboard,
* glutin,
* js,
* layers,
* offscreen_gl_context,
* skia, and
* x11 (of course).
ipc-channel has already been bumped... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 403283750..4232f31d5 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -55,7 +55,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "azure"
version = "0.1.0"
-source = "git+https://github.com/servo/rust-azure#0df816623... | 1 | 15 | 15 |
7ba4f17b742f0f837c4d61e25376c65e7b2293cb | Christopher Hotchkiss | 2015-07-25T13:50:26 | servo: Merge #6742 - Added support for int32 to webdriver (from chotchki:accept_int32); r=jdm
Fix for issue #6729
Source-Repo: https://github.com/servo/servo
Source-Revision: ee07e7110d045eb6411ba101d2373318b5ab4f17 | diff --git a/script/webdriver_handlers.rs b/script/webdriver_handlers.rs
index e3b50cb2a..910aadda1 100644
--- a/script/webdriver_handlers.rs
+++ b/script/webdriver_handlers.rs
@@ -45,7 +45,7 @@ pub fn jsval_to_webdriver(cx: *mut JSContext, val: HandleValue) -> WebDriverJSRe
Ok(WebDriverJSValue::Undefined)
... | 1 | 1 | 1 |
7ea4a4cc9e6bb17c86ddb727226223f1a9da4e29 | Ms2ger | 2015-07-25T02:50:55 | servo: Merge #6712 - Cleanup ParallelPostorderFlowTraversal (from Ms2ger:traversal); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: 886c08c393f51499490702eaf97fc770273a2600 | diff --git a/layout/parallel.rs b/layout/parallel.rs
index 3a122a8f8..efe491658 100644
--- a/layout/parallel.rs
+++ b/layout/parallel.rs
@@ -98,8 +98,7 @@ pub type DomTraversalFunction =
pub type ChunkedFlowTraversalFunction =
extern "Rust" fn(UnsafeFlowList, &mut WorkerProxy<SharedLayoutContext,UnsafeFlowList>);... | 1 | 7 | 14 |
67763b6c790016d51f94e0944c54cca5860473cf | Patrick Walton | 2015-07-25T00:55:05 | servo: Merge #6629 - profile: Make the time and memory profilers run over IPC (from pcwalton:profiler-ipc); r=jdm
Uses a couple of extra threads to work around the lack of cross-process
boxed trait objects.
r? @nnethercote
Source-Repo: https://github.com/servo/servo
Source-Revision: f778e0eecf7cd8a2b870d18c3c305ff10... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 8b649185f..9fac205c6 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -22,6 +22,8 @@ use gfx::paint_task::Msg as PaintMsg;
use gfx::paint_task::PaintRequest;
use gleam::gl::types::{GLint, GLsizei};
use gleam::gl;
+use i... | 17 | 196 | 162 |
4da08d6e4375aa2981390e56ed6aeccb9b02e676 | Martin Robinson | 2015-07-24T23:59:45 | servo: Merge #6679 - Have BufferMap store NativeSurfaces and rename to SurfaceMap (from mrobinson:surface-cache); r=pcwalton
We currently store LayerBuffers, because previously NativeSurfaces did
not record their own size. Now we can store NativeSurfaces directly,
which saves a bit of space in the surface cache and al... | diff --git a/compositing/buffer_map.rs b/compositing/buffer_map.rs
deleted file mode 100644
index 8e514eab8..000000000
--- a/compositing/buffer_map.rs
+++ /dev/null
@@ -1,162 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed wit... | 8 | 214 | 214 |
c82d90fb2d5ba658b1df0d7938a7ec22d892966b | Patrick Walton | 2015-07-24T23:14:59 | servo: Merge #6705 - canvas: Move to shared memory for images and canvas backing stores (from pcwalton:image-cache-shmem); r=jdm
The idea here is to land this before making images and canvas IPC-safe,
because this will shake out bugs relating to the shared memory. There
are currently test timeouts that are preventing ... | diff --git a/canvas/Cargo.toml b/canvas/Cargo.toml
index 28c3be043..92081f00c 100644
--- a/canvas/Cargo.toml
+++ b/canvas/Cargo.toml
@@ -27,6 +27,9 @@ path = "../gfx_traits"
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
features = ["texture_surface"]
+[dependencies.ipc-channel]
+git = "https:/... | 11 | 38 | 14 |
9ff4c0b9f17773ddc6668109aa33af7fb11bbdd4 | Sam Gibson | 2015-07-24T10:10:50 | servo: Merge #6726 - Eval'ing int32's in devtools panic'd (from samfoo:int32-panic); r=Ms2ger
Eval'ing int32 in devconsole panics. Resolves #6725
Source-Repo: https://github.com/servo/servo
Source-Revision: cdcecaef04e8450b139d2e4b7d06c8fe7a035903 | diff --git a/script/devtools.rs b/script/devtools.rs
index f80dfddaa..f60eb2d44 100644
--- a/script/devtools.rs
+++ b/script/devtools.rs
@@ -25,7 +25,12 @@ use std::sync::mpsc::Sender;
use std::rc::Rc;
-pub fn handle_evaluate_js(page: &Rc<Page>, pipeline: PipelineId, eval: String, reply: Sender<EvaluateJSReply>){
... | 1 | 10 | 3 |
227389e3cb077d9120e85d9d45c8b7bb1210d690 | Matt Brubeck | 2015-07-24T03:20:49 | servo: Merge #6471 - Basic support for bidirectional text (from mbrubeck:bidi); r=pcwalton
This re-orders text according to the Unicode bidirectional layout algorithm, using the [unicode-bidi](https://github.com/mbrubeck/unicode-bidi) crate. It uses the natural order of the text based on Unicode character properties ... | diff --git a/gfx/font.rs b/gfx/font.rs
index fa60ba65a..22261f1fc 100644
--- a/gfx/font.rs
+++ b/gfx/font.rs
@@ -106,7 +106,9 @@ bitflags! {
#[doc="Set if we are to ignore ligatures."]
const IGNORE_LIGATURES_SHAPING_FLAG = 0x02,
#[doc="Set if we are to disable kerning."]
- const DISABL... | 10 | 283 | 87 |
aaf12dfb21bc224234805dbda10710d65afb75a8 | Ms2ger | 2015-07-23T18:40:52 | servo: Merge #6715 - Implement more methods on LayoutJS (from Ms2ger:layoutelement); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: f44d75e5b2e4229728d97b6a70de3babd3496eb1 | diff --git a/layout/wrapper.rs b/layout/wrapper.rs
index acadf6fcf..de71b66bc 100644
--- a/layout/wrapper.rs
+++ b/layout/wrapper.rs
@@ -53,7 +53,7 @@ use script::dom::htmlimageelement::LayoutHTMLImageElementHelpers;
use script::dom::htmlinputelement::{HTMLInputElement, LayoutHTMLInputElementHelpers};
use script::dom... | 3 | 54 | 70 |
8b4a86bbb53d35730d67fec2b4a85e9baddca690 | Simon Sapin | 2015-07-23T16:55:37 | servo: Merge #6700 - Update rust-selectors (from servo:selectors); r=Ms2ger
Update for https://github.com/servo/rust-selectors/pull/37
Source-Repo: https://github.com/servo/servo
Source-Revision: 5d857c5d0cac67337ea01895b7cf309359c89cce | diff --git a/layout/css/matching.rs b/layout/css/matching.rs
index 466b5fd7e..1cf48d3b9 100644
--- a/layout/css/matching.rs
+++ b/layout/css/matching.rs
@@ -17,7 +17,7 @@ use wrapper::{LayoutElement, LayoutNode};
use script::dom::characterdata::CharacterDataTypeId;
use script::dom::node::NodeTypeId;
use script::layo... | 7 | 144 | 139 |
820c5d7d87b328e9457231991a2030d5c154923c | Patrick Walton | 2015-07-23T12:18:35 | servo: Merge #6707 - script: Increase our file descriptor limit on Linux (from pcwalton:more-fds); r=larsbergstrom
We've had problems with this before, and I think it's starting to cause
problems again.
See PRs #6629 and #6616; my current theory is that this is the problem.
r? @larsbergstrom
Source-Repo: https://gi... | diff --git a/script/lib.rs b/script/lib.rs
index 2712aaca8..16f73c85a 100644
--- a/script/lib.rs
+++ b/script/lib.rs
@@ -94,9 +94,31 @@ mod devtools;
mod horribly_inefficient_timers;
mod webdriver_handlers;
+#[cfg(any(target_os="linux", target_os="android"))]
+#[allow(unsafe_code)]
+fn perform_platform_specific_ini... | 1 | 22 | 0 |
689c63c9f21339d44df066066834db1321b943b7 | Ms2ger | 2015-07-23T07:44:20 | servo: Merge #6706 - Move the WebSocket constructor logic out of WebSocket::new (from Ms2ger:ctor); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: c24d37dfccc0a57fa37efc56d08de2679db963e1 | diff --git a/script/dom/websocket.rs b/script/dom/websocket.rs
index 2ffe52082..1573720da 100644
--- a/script/dom/websocket.rs
+++ b/script/dom/websocket.rs
@@ -77,7 +77,7 @@ fn establish_a_websocket_connection(url: (Host, String, bool), origin: String)
impl WebSocket {
- pub fn new_inherited(global: GlobalRef,... | 1 | 11 | 15 |
a8c4cacf226db5d31fa8c065465ecf0af1dd4f91 | Ms2ger | 2015-07-23T03:10:04 | servo: Merge #6698 - Implement some methods on LayoutJS<Element> (from Ms2ger:layoutelement); r=jdm
Part of my long-term plan to stop exposing `unsafe_get()` outside the script crate.
Source-Repo: https://github.com/servo/servo
Source-Revision: 37a1e22515e98fbda93d7e856c5a67b21d9b00a4 | diff --git a/layout/wrapper.rs b/layout/wrapper.rs
index 6b93514ad..762f7dba2 100644
--- a/layout/wrapper.rs
+++ b/layout/wrapper.rs
@@ -383,11 +383,9 @@ pub struct LayoutElement<'le> {
impl<'le> LayoutElement<'le> {
pub fn style_attribute(&self) -> &'le Option<PropertyDeclarationBlock> {
- use script::d... | 2 | 31 | 22 |
5d406f94cbbcf95b4f98f1de904cee74d777d4d6 | Michael Howell | 2015-07-22T21:13:43 | servo: Merge #6667 - Optimize `Node.normalize()` (from notriddle:master); r=Ms2ger
Do not copy the discarded node's text data, borrow it.
Closes #6658.
p.s. What's the `let text_node = text_node.clone();` for? I removed it because it doesn't seem to be necessary, but I'd like to be sure.
Source-Repo: https://github... | diff --git a/script/dom/characterdata.rs b/script/dom/characterdata.rs
index 707a801f7..dead19c79 100644
--- a/script/dom/characterdata.rs
+++ b/script/dom/characterdata.rs
@@ -79,7 +79,7 @@ impl<'a> CharacterDataMethods for &'a CharacterData {
// https://dom.spec.whatwg.org/#dom-characterdata-appenddatadata
... | 2 | 7 | 3 |
e3deeae678ba2ac36f5e99a4ca9a8b5b1afe615a | Ms2ger | 2015-07-22T20:26:21 | servo: Merge #6635 - Spawn a thread for WebSocket messages (from Ms2ger:ws-task); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6fd31867baabd36a7a6fee5541c0d9816d877138 | diff --git a/script/dom/websocket.rs b/script/dom/websocket.rs
index 6b97352f6..2ffe52082 100644
--- a/script/dom/websocket.rs
+++ b/script/dom/websocket.rs
@@ -24,6 +24,7 @@ use script_task::ScriptMsg;
use std::cell::{Cell, RefCell};
use std::borrow::ToOwned;
use util::str::DOMString;
+use util::task::spawn_named;
... | 1 | 49 | 80 |
b85b581d87bcdbbbb90f418e0fd26eebfed085b7 | Bogdan Cuza | 2015-07-22T18:25:57 | servo: Merge #6682 - Fix a few issues (from boghison:scripttask); r=jdm
- Use SmallVec<[T; N]>
- Make find_iframe a free function
- Make ProgressEvent use enums for bubbles and cancelable
- Change README, as `rust-snapshot-hash` is just a text file
Source-Repo: https://github.com/servo/servo
Source-Revision: aafc... | diff --git a/gfx/display_list/mod.rs b/gfx/display_list/mod.rs
index 2aeab1093..53c83fc5c 100644
--- a/gfx/display_list/mod.rs
+++ b/gfx/display_list/mod.rs
@@ -32,7 +32,7 @@ use libc::uintptr_t;
use msg::compositor_msg::{LayerId, LayerKind};
use net_traits::image::base::Image;
use paint_task::PaintLayer;
-use small... | 11 | 45 | 43 |
b20f2ea8a32027f372143a5da25a0364ab0a41d3 | Martin Robinson | 2015-07-22T17:44:30 | servo: Merge #6640 - Add memory profiling for the compositor task (from mrobinson:memory-profiling-for-compositor); r=nnethercote
Currently only the BufferMap is recorded, but a later change will also
measure the memory usage of the compositor tree.
Source-Repo: https://github.com/servo/servo
Source-Revision: 3f69ead... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 4f6a8bdbc..79a0f08b1 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -243,6 +243,10 @@ fn initialize_png(width: usize, height: usize) -> (Vec<gl::GLuint>, Vec<gl::GLui
(framebuffer_ids, texture_ids)
}
+pub fn repo... | 5 | 49 | 7 |
f42a785a48dfe7c33df404bfc51903c222848260 | Sam Gibson | 2015-07-22T16:23:05 | servo: Merge #6490 - Implement HSTS (preload-only) (from samfoo:hsts-preload); r=jdm
Implement HSTS (preload-only) servo/servo#6105
* Downloads the HSTS preload list from the chromium repo (same as gecko), then convert it to a list appropriate for servo.
* Reads the preload list when creating a resource task, and imp... | diff --git a/net/hsts.rs b/net/hsts.rs
new file mode 100644
index 000000000..db9dcb4b9
--- /dev/null
+++ b/net/hsts.rs
@@ -0,0 +1,137 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://... | 6 | 252 | 39 |
fcfc9a9dd38524abd2b1ec89906da123f5d6ff12 | Manish Goregaokar | 2015-07-22T13:05:31 | servo: Merge #6688 - Handle type parameters in unused_must_root (from Manishearth:smarter-root-lint); r=jdm
fixes #6651
Source-Repo: https://github.com/servo/servo
Source-Revision: 8a6681ba70c4e8dc524aff7b8fbc3c71167e8745 | diff --git a/plugins/lib.rs b/plugins/lib.rs
index 0a6c917fc..ba64164f9 100644
--- a/plugins/lib.rs
+++ b/plugins/lib.rs
@@ -27,6 +27,7 @@ use rustc::plugin::Registry;
use syntax::ext::base::*;
use syntax::parse::token::intern;
+use syntax::feature_gate::AttributeType::Whitelisted;
// Public for documentation to... | 11 | 118 | 57 |
3fe0d62fc403b2263c8b8df3632deeaa6f9c5e2a | Corey Farwell | 2015-07-22T11:33:06 | servo: Merge #6607 - Upgrade rust-selectors, pass ':empty' tests (from frewsxcv:bump-selectors); r=Ms2ger
https://github.com/servo/rust-selectors/pull/36
Source-Repo: https://github.com/servo/servo
Source-Revision: 488f3b65a1bce549bcda718ab745aa47528cd160 | diff --git a/layout/wrapper.rs b/layout/wrapper.rs
index a223c154b..6b93514ad 100644
--- a/layout/wrapper.rs
+++ b/layout/wrapper.rs
@@ -211,7 +211,9 @@ impl<'ln> LayoutNode<'ln> {
}
}
-impl<'ln> ::selectors::Node<LayoutElement<'ln>> for LayoutNode<'ln> {
+impl<'ln> ::selectors::Node for LayoutNode<'ln> {
+ ... | 3 | 27 | 5 |
7ad6440a994940ee25f42c28be600a418f1f4c85 | Ms2ger | 2015-07-21T21:20:12 | servo: Merge #6690 - Cleanup the get_*_display methods (from Ms2ger:display-getters); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: 406be7accf50394f962382fc5a4c3aeb1c33aaa3 | diff --git a/layout/wrapper.rs b/layout/wrapper.rs
index 33414f646..a223c154b 100644
--- a/layout/wrapper.rs
+++ b/layout/wrapper.rs
@@ -683,41 +683,21 @@ impl<'ln> ThreadSafeLayoutNode<'ln> {
}
#[inline]
- pub fn get_normal_display(&self) -> display::T {
- let mut layout_data_ref = self.mutate_la... | 1 | 20 | 59 |
7cdb736181a2fb9acd2e87691bf9ec63f7de4ec4 | Ms2ger | 2015-07-21T19:38:33 | servo: Merge #6657 - Cleanup ThreadSafeLayoutNodeChildrenIterator (from Ms2ger:ThreadSafeLayoutNodeChildrenIterator); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: b1c4862119f40e16fa41531443573d2aa9d2d22c | diff --git a/layout/wrapper.rs b/layout/wrapper.rs
index 747b0d6cd..33414f646 100644
--- a/layout/wrapper.rs
+++ b/layout/wrapper.rs
@@ -656,35 +656,9 @@ impl<'ln> ThreadSafeLayoutNode<'ln> {
self.node.flow_debug_id()
}
- fn first_child(&self) -> Option<ThreadSafeLayoutNode<'ln>> {
- if self.p... | 1 | 67 | 53 |
d07f9278367def8dc36732dd0584471671811405 | Josh Matthews | 2015-07-21T13:17:47 | servo: Merge #6681 - Make the global options more resilient to unit tests running in paral… (from jdm:atomicopts); r=SimonSapin
…lel.
This should allow #6490 to land, since it's hitting problems with unit tests that create a resource task and therefore race on calling opts::get().
Source-Repo: https://github.com/ser... | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index 065d5ba5a..568a41f5e 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -513,7 +513,7 @@ dependencies = [
"gl_generator 0.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-in... | 4 | 37 | 27 |
7f21c9373d41257a2913771b649477a997c90295 | Nicholas Nethercote | 2015-07-21T03:43:09 | servo: Merge #6608 - Register/unregister memory reporters in a better place (from nnethercote:tweak-reporter-registration); r=glennw
By doing this on either side of the call to the relevant tasks' start()
method, we don't need to store the mem::ProfilerChan or the reporter
name in the task itself.
Source-Repo: https:... | diff --git a/gfx/paint_task.rs b/gfx/paint_task.rs
index 308b27032..4083fd05a 100644
--- a/gfx/paint_task.rs
+++ b/gfx/paint_task.rs
@@ -116,12 +116,6 @@ pub struct PaintTask<C> {
/// A channel to the time profiler.
time_profiler_chan: time::ProfilerChan,
- /// A channel to the memory profiler.
- mem_... | 2 | 23 | 32 |
f292b4328050961710f5bf2eac9befa897a3d0e4 | Glenn Watson | 2015-07-21T00:27:06 | servo: Merge #6678 - Update to gleam 0.1.4 (from glennw:gleam0.1.4); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: faa180c9726f1287e5d2d00bf5723314049ee3c9 | diff --git a/servo/Cargo.lock b/servo/Cargo.lock
index e3d29f62f..065d5ba5a 100644
--- a/servo/Cargo.lock
+++ b/servo/Cargo.lock
@@ -95,7 +95,7 @@ dependencies = [
"cssparser 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"gf... | 1 | 9 | 9 |
da98e715979320fd7185663bc095f6482888fe82 | Glenn Watson | 2015-07-20T21:37:33 | servo: Merge #6666 - Restore exit after load command line flag (from glennw:exit-flag); r=larsbergstrom
Also updates glutin with a crash fix that was exposed by this patch.
Source-Repo: https://github.com/servo/servo
Source-Revision: 5ac80bff8e25be65e96daaf6b7403b11d23d561a | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index 0f397a7d4..4f6a8bdbc 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -412,7 +412,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
self.got_load_complete_message = true;
// If we'... | 4 | 22 | 10 |
2ee6f1a301289f582f40e5602036215cc326cf62 | Bogdan Cuza | 2015-07-20T20:43:05 | servo: Merge #6648 - Make tidy check for "*" in toml files (from boghison:tidytoml); r=jdm
This checks every .toml file for an asterisk and prints an error if found.
Source-Repo: https://github.com/servo/servo
Source-Revision: 58e9bc6583b6ebbeb27e3b28a6b271ee48cd695a | diff --git a/canvas/Cargo.toml b/canvas/Cargo.toml
index 6300014b4..28c3be043 100644
--- a/canvas/Cargo.toml
+++ b/canvas/Cargo.toml
@@ -28,7 +28,7 @@ git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
features = ["texture_surface"]
[dependencies]
-log = "*"
+log = "0.3"
cssparser = "0.3.1"
num =... | 17 | 57 | 57 |
1a5dbff74752d00b4f8990d3bbf3995383ab0a43 | Ms2ger | 2015-07-20T08:00:30 | servo: Merge #6671 - Renaming browser context to browsing context (from Ms2ger:browser-context); r=jdm
That's what the spec calls it.
Source-Repo: https://github.com/servo/servo
Source-Revision: 3a5e4335d7ff993a859bc5876243423fe4936441 | diff --git a/script/dom/bindings/utils.rs b/script/dom/bindings/utils.rs
index 1f243af76..955dbfbf7 100644
--- a/script/dom/bindings/utils.rs
+++ b/script/dom/bindings/utils.rs
@@ -702,7 +702,7 @@ pub unsafe extern fn outerize_global(_cx: *mut JSContext, obj: HandleObject) ->
let win: Root<window::Window> = native... | 5 | 31 | 31 |
a68bc975f0a0d76be76a09e2973d4315a4e65004 | Ms2ger | 2015-07-20T05:17:46 | servo: Merge #6669 - Remove leftover debug println (from Ms2ger:println); r=metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: a432b14e689275ada48c4303609e4e8d4d5abef3 | diff --git a/script/dom/dedicatedworkerglobalscope.rs b/script/dom/dedicatedworkerglobalscope.rs
index e7029857c..b298f37be 100644
--- a/script/dom/dedicatedworkerglobalscope.rs
+++ b/script/dom/dedicatedworkerglobalscope.rs
@@ -188,7 +188,6 @@ impl DedicatedWorkerGlobalScope {
// FIXME(njn): workers curre... | 1 | 0 | 1 |
35913945ff889b1d87c2d0c3c645226aeeeb4632 | James Graham | 2015-07-19T21:03:36 | servo: Merge #6392 - Implement support for Get URL and Refresh in WebDriver server (from jgraham:webdriver_get_url_refresh); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 93a0c29ad4531880b359b96cc5e086af2d30f71c | diff --git a/compositing/constellation.rs b/compositing/constellation.rs
index 7dd063427..93192981d 100644
--- a/compositing/constellation.rs
+++ b/compositing/constellation.rs
@@ -912,11 +912,15 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> {
// and pass the event to that scr... | 6 | 99 | 34 |
9a3b4f1d3efab7858065021109318806e766a8d6 | Ms2ger | 2015-07-17T15:17:41 | servo: Merge #6650 - Various layout cleanup (from Ms2ger:layout-cleanup); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: e6538c0f2d887bfb244313009490ca67bc1c2298 | diff --git a/layout/construct.rs b/layout/construct.rs
index cc67cc6c3..aad12f4e7 100644
--- a/layout/construct.rs
+++ b/layout/construct.rs
@@ -40,7 +40,8 @@ use table_row::TableRowFlow;
use table_rowgroup::TableRowGroupFlow;
use table_wrapper::TableWrapperFlow;
use text::TextRunScanner;
-use wrapper::{PostorderNod... | 7 | 97 | 126 |
ac5e117bf756d96346edac10890ffb407e9a79c6 | Michael Wu | 2015-07-16T13:21:06 | servo: Merge #6641 - Directly append children to output node in parse_html_fragment (from michaelwu:direct-output); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 9534e8143f52ef091595c18caeb82cfc46cc20a4 | diff --git a/script/dom/node.rs b/script/dom/node.rs
index 20fb38fa0..caa2e86f6 100644
--- a/script/dom/node.rs
+++ b/script/dom/node.rs
@@ -1023,20 +1023,14 @@ impl<'a> NodeHelpers for &'a Node {
fn parse_fragment(self, markup: DOMString) -> Fallible<Root<DocumentFragment>> {
let context_node: &Node = No... | 2 | 5 | 12 |
56fb12cff2c3378f282e56199634a813d92ad541 | Ms2ger | 2015-07-16T12:42:37 | servo: Merge #6632 - Initialize info directly in get_system_heap_allocated (from Ms2ger:unused-mut); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 2ef1fd342e3636c03cff26a2cec146b155a2d623 | diff --git a/profile/mem.rs b/profile/mem.rs
index e3330531d..00a5c51f1 100644
--- a/profile/mem.rs
+++ b/profile/mem.rs
@@ -375,10 +375,9 @@ mod system_reporter {
#[cfg(target_os="linux")]
fn get_system_heap_allocated() -> Option<usize> {
- let mut info: struct_mallinfo;
- unsafe {
- ... | 1 | 3 | 4 |
31e0261c910cdd6eb551197493839e30b2dc446d | Ms2ger | 2015-07-16T08:27:13 | servo: Merge #6647 - Don't try to send a message in WebSocket#close if the sender isn't present (from Ms2ger:ws-send-closing-closed); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 7e91577d0ad6ba539ef70ff74cde100c16655d35 | diff --git a/script/dom/websocket.rs b/script/dom/websocket.rs
index 8db290c3a..bd90a3668 100644
--- a/script/dom/websocket.rs
+++ b/script/dom/websocket.rs
@@ -62,7 +62,6 @@ pub struct WebSocket {
code: Cell<u16>, //Closing code
reason: DOMRefCell<DOMString>, //Closing reason
data: DOMRefCell<DOMString>... | 1 | 22 | 19 |
ce55c578fcc72094aeb3fbd99b63fedf2adc82f7 | Nicholas Nethercote | 2015-07-15T23:37:30 | servo: Merge #6572 - Wire up the JS engine's memory reporting (from nnethercote:js-reporting); r=jdm
SpiderMonkey provides an extremely fine-grained breakdown of memory
usage, but for Servo we aggregate the measurements into a small number
of coarse buckets, which seems appropriate for the current level of
detail prov... | diff --git a/compositing/pipeline.rs b/compositing/pipeline.rs
index 4ce8ad16a..a47bfc7b1 100644
--- a/compositing/pipeline.rs
+++ b/compositing/pipeline.rs
@@ -318,6 +318,7 @@ impl PipelineContent {
self.resource_task,
self.storage_task.clone(),
... | 13 | 171 | 17 |
fddfb8a890fa9bdd6b94e0226349d7e05b1d8082 | Michael Howell | 2015-07-15T21:36:25 | servo: Merge #6637 - Don't crash when Firefox doesn't send autoMargins (from notriddle:master); r=jdm
Firefox Developer Tools doesn't always send autoMargins, as seen in this message:
{"type":"getLayout","node":"node14","to":"pageStyle9"}
So don't use unwrap.
Source-Repo: https://github.com/servo/servo
Source-R... | diff --git a/devtools/actors/inspector.rs b/devtools/actors/inspector.rs
index 4aee2f1a1..cb6f38ecd 100644
--- a/devtools/actors/inspector.rs
+++ b/devtools/actors/inspector.rs
@@ -459,7 +459,8 @@ impl Actor for PageStyleActor {
.unwrap();
let (width, height) = rx.recv(... | 1 | 2 | 1 |
1fbd839a646b78d835835236d3f76c61962a8f51 | Patrick Walton | 2015-07-15T20:04:55 | servo: Merge #6583 - gfx: Make display lists serializable using `serde` (from pcwalton:serializable-display-list); r=metajack
This commit introduces the `serde` dependency, which we will use to
serialize messages going between processes in multiprocess Servo.
This also adds a new debugging flag, `-Z print-display-lis... | diff --git a/gfx/Cargo.toml b/gfx/Cargo.toml
index d051f4bac..b0376d7e3 100644
--- a/gfx/Cargo.toml
+++ b/gfx/Cargo.toml
@@ -57,6 +57,8 @@ harfbuzz = "0.1"
smallvec = "0.1"
string_cache = "0.1"
euclid = "0.1"
+serde = "*"
+serde_macros = "*"
[target.x86_64-apple-darwin.dependencies]
core-foundation = "*"
diff --... | 28 | 280 | 110 |
f1e9292b18d98d250ea9ecb46229990d2d61c9d1 | Michael Wu | 2015-07-15T10:56:24 | servo: Merge #6628 - Remove window field from domrectlist (from michaelwu:slim-domrectlist); r=jdm
Nothing uses this field AFAICT.
Source-Repo: https://github.com/servo/servo
Source-Revision: b6b95085fbb18496d8104e350f85b6617c19862e | diff --git a/script/dom/domrectlist.rs b/script/dom/domrectlist.rs
index ebf227bb3..eeb95cd9e 100644
--- a/script/dom/domrectlist.rs
+++ b/script/dom/domrectlist.rs
@@ -14,22 +14,20 @@ use dom::window::Window;
pub struct DOMRectList {
reflector_: Reflector,
rects: Vec<JS<DOMRect>>,
- window: JS<Window>,
... | 1 | 2 | 4 |
c497877117a1f4c787ed61407a07b2c48a2e3f48 | Ms2ger | 2015-07-15T05:37:57 | servo: Merge #6634 - Remove parse_web_socket_url in favour of functions in rust-websocket (from Ms2ger:ws-parse); r=metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: 8fa6e0abdc7a346101ebf6f4b6983a096675bb7c | diff --git a/script/dom/websocket.rs b/script/dom/websocket.rs
index e8c6aec8f..8db290c3a 100644
--- a/script/dom/websocket.rs
+++ b/script/dom/websocket.rs
@@ -25,6 +25,7 @@ use std::cell::{Cell, RefCell};
use std::borrow::ToOwned;
use util::str::DOMString;
+use hyper::header::Host;
use websocket::Message;
use w... | 1 | 6 | 44 |
488c1e046ceb54661f4b2a6284391b075b81c76c | Michael Tremel | 2015-07-14T23:37:43 | servo: Merge #6630 - Remove unused mut (from mt2d2:remove_unused_mut); r=metajack
rustc complains about unneeded mut; remove this instance.
Source-Repo: https://github.com/servo/servo
Source-Revision: da5f1abaa7dad8f0f6530b0578d006fab118ee35 | diff --git a/gfx/paint_context.rs b/gfx/paint_context.rs
index 62701cfb7..452af8394 100644
--- a/gfx/paint_context.rs
+++ b/gfx/paint_context.rs
@@ -783,7 +783,7 @@ impl<'a> PaintContext<'a> {
_ => panic!("invalid border style")
};
- let mut lighter_color;
+ let lighter_color;... | 1 | 1 | 1 |
dcc21b2fe4782d279b1e9a2413fd3e9973849d23 | Martin Robinson | 2015-07-14T19:40:22 | servo: Merge #6591 - Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10) (from servo:rustup_2015-07-10); r=larsbergstrom
Depends on https://github.com/jgraham/webdriver-rust/pull/12.
Fixes #6020.
Source-Repo: https://github.com/servo/servo
Source-Revision: 9af229b83095f2f8cfe7b61003b85ddf781f4ea7 | diff --git a/canvas/canvas_paint_task.rs b/canvas/canvas_paint_task.rs
index f6f4d024f..450266c38 100644
--- a/canvas/canvas_paint_task.rs
+++ b/canvas/canvas_paint_task.rs
@@ -521,12 +521,10 @@ impl<'a> CanvasPaintTask<'a> {
})
}
- fn send_native_surface(&self, chan: Sender<NativeSurface>) {
- ... | 19 | 173 | 167 |
2b79c7c1e592958c422acc92949de7e92632683a | Patrick Walton | 2015-07-14T18:11:09 | servo: Merge #6618 - script: Split `Pipeline::create` into chrome process and content process parts (from pcwalton:content-process-code-shuffling); r=larsbergstrom
This will make it easier to adapt to IPC.
The trickiest part here was to make script tasks spawn new layout tasks
directly instead of having the pipeline ... | diff --git a/compositing/compositor.rs b/compositing/compositor.rs
index b02027e46..965386c7a 100644
--- a/compositing/compositor.rs
+++ b/compositing/compositor.rs
@@ -28,7 +28,7 @@ use layers::platform::surface::NativeDisplay;
use layers::rendergl::RenderContext;
use layers::rendergl;
use layers::scene::Scene;
-us... | 12 | 313 | 138 |
7b271935d2fd07bc8be5acd33c81d62269f28476 | Matt Brubeck | 2015-07-14T15:40:52 | servo: Merge #6626 - Remove dead code from gfx/text (from mbrubeck:gfx-dead); r=glennw
r? @pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: 27d7f942547fa2091828d358c239dd9a2ed08885 | diff --git a/gfx/font.rs b/gfx/font.rs
index 824523be4..27f872ba1 100644
--- a/gfx/font.rs
+++ b/gfx/font.rs
@@ -86,7 +86,6 @@ pub struct FontMetrics {
}
pub type SpecifiedFontStyle = FontStyle;
-pub type UsedFontStyle = FontStyle;
pub struct Font {
pub handle: FontHandle,
diff --git a/gfx/text/glyph.rs b/g... | 5 | 4 | 91 |
3b6336b356d74e0c66ec0beb37db45b0eeb1e8d7 | Patrick Walton | 2015-07-14T14:46:07 | servo: Merge #6596 - compositing: Make `ScriptListener` and `LayoutControlChan` messages go over IPC (from pcwalton:layout-control-ipc); r=jdm
r? @jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 64751b8eef5b95de9ac3b9a382b4cb4408cb90c0 | diff --git a/compositing/Cargo.toml b/compositing/Cargo.toml
index f543f6c07..0c027195b 100644
--- a/compositing/Cargo.toml
+++ b/compositing/Cargo.toml
@@ -52,6 +52,9 @@ git = "https://github.com/servo/rust-png"
[dependencies.clipboard]
git = "https://github.com/aweinstock314/rust-clipboard"
+[dependencies.ipc-cha... | 26 | 296 | 118 |
a1dbb0785e9bbb3f940fda4ecec42661e42f9b41 | David Zbarsky | 2015-07-14T13:21:10 | servo: Merge #6624 - Remove some more unnecessary let bindings (from dzbarsky:23338); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 7de4ba0f826f8239d6ac540417028265e62085c5 | diff --git a/script/dom/dedicatedworkerglobalscope.rs b/script/dom/dedicatedworkerglobalscope.rs
index 6aea05e0e..040024b56 100644
--- a/script/dom/dedicatedworkerglobalscope.rs
+++ b/script/dom/dedicatedworkerglobalscope.rs
@@ -212,11 +212,9 @@ pub trait DedicatedWorkerGlobalScopeHelpers {
impl<'a> DedicatedWorkerG... | 11 | 29 | 84 |
9d3a39ec955b24e28b7aa174ffc11780a2d32494 | Ms2ger | 2015-07-14T09:34:47 | servo: Merge #6622 - Throw an InvalidStateError from WebSocket#send when it is called too early (from Ms2ger:send-invalid-state); r=metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: a2903091e4ff06a1de8792bb6b09cf888c1edbfc | diff --git a/script/dom/websocket.rs b/script/dom/websocket.rs
index 13423097c..e8c6aec8f 100644
--- a/script/dom/websocket.rs
+++ b/script/dom/websocket.rs
@@ -208,7 +208,11 @@ impl<'a> WebSocketMethods for &'a WebSocket {
self.ready_state.get() as u16
}
- fn Send(self, data: Option<USVString>)-> Fa... | 1 | 5 | 1 |
a5b265646d7ad57936974cc8274a1c9a74bdd0a2 | Ms2ger | 2015-07-14T08:06:17 | servo: Merge #6620 - Stop panicking while establishing a WebSocket connection (from Ms2ger:ws-crash); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: d91a6f3834aa7fbf47148480e16d06d9e3891340 | diff --git a/script/dom/websocket.rs b/script/dom/websocket.rs
index effa8b541..13423097c 100644
--- a/script/dom/websocket.rs
+++ b/script/dom/websocket.rs
@@ -33,6 +33,7 @@ use websocket::stream::WebSocketStream;
use websocket::client::request::Url;
use websocket::Client;
use websocket::header::Origin;
+use websoc... | 1 | 19 | 9 |
876fda17dfdb356d5ce90378f7cadab46c42d96f | Corey Farwell | 2015-07-14T07:30:12 | servo: Merge #6617 - Complete FIXMEs related to UFCS (from frewsxcv:fixme-ufcs); r=metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: 6a728712f9c9cbe667c1bca2465cefef6f6f657a | diff --git a/script/dom/element.rs b/script/dom/element.rs
index 30b92f0d4..e60946193 100644
--- a/script/dom/element.rs
+++ b/script/dom/element.rs
@@ -1645,22 +1645,10 @@ impl<'a> ::selectors::Element for &'a Element {
}
fn get_local_name<'b>(&'b self) -> &'b Atom {
- // FIXME(zwarich): Remove this... | 2 | 4 | 28 |
0698dcd97d328d01b928e7acd9f86c4b4107709a | Josh Matthews | 2015-07-14T05:39:16 | servo: Merge #6611 - Add Origin header to WebSocket connections (from jdm:websocketorigin); r=jdm
Closes #6532.
Source-Repo: https://github.com/servo/servo
Source-Revision: 0fb9f22ff7622940669faf4ec25e9bb9856c5def | diff --git a/script/dom/websocket.rs b/script/dom/websocket.rs
index 0c0ab25a3..effa8b541 100644
--- a/script/dom/websocket.rs
+++ b/script/dom/websocket.rs
@@ -32,6 +32,7 @@ use websocket::client::receiver::Receiver;
use websocket::stream::WebSocketStream;
use websocket::client::request::Url;
use websocket::Client;... | 1 | 3 | 1 |
b617acf7f198c9e0c358d8a02cdb37d685d00bd7 | Ms2ger | 2015-07-14T05:01:54 | servo: Merge #6588 - Remove unused has_children method (from Ms2ger:has_children); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: c70d53c9feae94ae9cbc95c11d507495b1cda27a | diff --git a/layout/wrapper.rs b/layout/wrapper.rs
index 4de67c7e6..dca076197 100644
--- a/layout/wrapper.rs
+++ b/layout/wrapper.rs
@@ -191,10 +191,6 @@ impl<'ln> LayoutNode<'ln> {
}
}
- pub fn has_children(self) -> bool {
- self.first_child().is_some()
- }
-
/// While doing a reflow,... | 1 | 0 | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.