bors-servo
a848a00a1d
auto merge of #4896 : bjwbell/servo/mouse-cursor, r=glennw
...
r? @glennw
2015-02-16 14:54:49 -07:00
bors-servo
6d2e840bf4
auto merge of #4934 : glennw/servo/fix-1248, r=pcwalton
2015-02-16 14:06:52 -07:00
bors-servo
c7d3ea1c65
auto merge of #4937 : glennw/servo/pc-height, r=pcwalton
...
This allows using standard CSS techniques to place a footer at the bottom of the page.
2015-02-16 13:19:02 -07:00
bors-servo
ed7f3c8987
auto merge of #4940 : Ms2ger/servo/wpt_20150216, r=Manishearth
2015-02-16 12:18:56 -07:00
Ms2ger
92a7fee296
Update web-platform-tests.
2015-02-16 19:57:47 +01:00
Nicholas Nethercote
edf00a50fc
Avoid bloom filter churn.
...
When a cached bloom filter is found during traversal, there are two
cases, both of which currently do unnecessary allocations. This patch
avoids these allocations. In the process, it renders correct two
previously-incorrect comments, and moves one of those comments into a
better spot.
While scrolling moderately fast all the way through the "Guardians of
the Galaxy" Wikipedia page, this patch (a) avoids 1.2 million calls to
`clone()` and (b) replaces 111,000 `BloomFilter::new()` calls with
`clear()` calls.
2015-02-15 21:23:35 -08:00
Glenn Watson
984012c9e3
Support root element having percentage heights in layout. This allows using standard CSS techniques to place a footer at the bottom of the page.
2015-02-16 14:46:19 +10:00
bors-servo
ec42c01fba
auto merge of #4936 : Ms2ger/servo/InheritTypes, r=Manishearth
2015-02-15 17:18:48 -07:00
Ms2ger
0e11178d66
Replace the FooCast traits by structs.
...
This should allow us to remove most type annotations in the DOM.
2015-02-16 00:20:16 +01:00
Ms2ger
c54e79b2f2
Fix indentation in InheritTypes.
2015-02-16 00:19:18 +01:00
bors-servo
05db1a4499
auto merge of #4935 : Ms2ger/servo/UnionTypes, r=jdm
2015-02-15 15:36:48 -07:00
Ms2ger
746c3ebd7d
Improve the formatting for FromJSValConvertible implementations in UnionTypes.
2015-02-15 23:18:37 +01:00
Glenn Watson
7aacf90161
Fixes background-color calculation for iframes. Fixes #1248
2015-02-16 08:16:18 +10:00
bors-servo
5b2f2c5505
auto merge of #4932 : Ms2ger/servo/warning-cef-mac, r=jdm
2015-02-15 13:45:52 -07:00
Ms2ger
99e4561f06
Fix a build warning with CEF on Mac.
2015-02-15 19:40:43 +01:00
bors-servo
3e7dc57693
auto merge of #4929 : storedbox/servo/patch-1, r=saneyuki
...
When a path is passed to the `pushd` command, bash will push your _current_ directory to the top of the stack and then `cd` to whatever location you provided. There is no need to use two separate commands.
2015-02-14 00:03:46 -07:00
bors-servo
736c580670
auto merge of #4914 : Ms2ger/servo/match_lang_ty, r=saneyuki
2015-02-13 23:21:49 -07:00
storedbox
23e7c21f5f
Collapsed unnecessarily verbose command combo
...
When a path is passed to the `pushd` command, bash will push your _current_ directory to the top of the stack and then `cd` to whatever location you provided. There is no need to use two separate commands.
2015-02-13 21:35:51 -05:00
bors-servo
b5749e9855
auto merge of #4903 : Adenilson/servo/singleColor02, r=pcwalton
2015-02-13 15:51:50 -07:00
Adenilson Cavalcanti
ffa62c9688
Companion single Color patch.
...
This will also update the rust-azure dependency
to point to the hash where we have a single Color type.
Just executed ref-tests and no regressions found.
2015-02-13 14:49:28 -08:00
Bryan Bell
e277199b82
When using glutin, set the mouse cursor
...
Only call set_cursor on linux, since glutin
currently only implements set_cursor on linux.
2015-02-13 13:55:29 -08:00
bors-servo
52fc01ad37
auto merge of #4927 : Ms2ger/servo/mem, r=jdm
2015-02-13 09:48:54 -07:00
bors-servo
40eff84ae1
auto merge of #4925 : ruud-v-a/servo/devtools-traits, r=jdm
...
This resolves #4921 .
2015-02-13 09:06:53 -07:00
Ms2ger
52439eda9c
Cleanup memory.rs a bit.
2015-02-13 16:52:54 +01:00
Ruud van Asseldonk
6c1d62f911
Import EvaluateJS variants directly.
2015-02-13 15:55:47 +01:00
Ruud van Asseldonk
1748682092
Import DevtoolScriptControlMsg variant directly.
2015-02-13 15:49:14 +01:00
bors-servo
9c476a290a
auto merge of #4924 : servo/servo/warnings, r=jdm
2015-02-13 07:36:50 -07:00
Ruud van Asseldonk
0fbfb8cffc
Do not glob-export EvaluateJSReply variants.
...
This closes #4921 .
2015-02-13 14:59:50 +01:00
Ms2ger
7f47b8b8e2
Fix warnings in cef.
2015-02-13 14:57:52 +01:00
Ms2ger
efbbe22630
Fix warnings in plugins.
2015-02-13 14:57:52 +01:00
Ms2ger
68c06f9d31
Fix warnings in rust-task_info.
2015-02-13 14:57:52 +01:00
Ms2ger
d931617449
Make some feature gates conditional to avoid unused feature warnings.
2015-02-13 14:57:52 +01:00
bors-servo
7acc6887d5
auto merge of #4917 : nnethercote/servo/fix-jemalloc-reporting, r=jdm
...
It turns out you need to send an "epoch" request to jemalloc before
asking for a measurement otherwise you get stale data! Heavens.
2015-02-13 06:54:56 -07:00
Ruud van Asseldonk
6ff3a5a3c1
Do not glob-export DevtoolScriptControlMsg variants.
2015-02-13 14:51:10 +01:00
Ruud van Asseldonk
1452614e28
Do not glob-export DevtoolsControlMsg variants.
2015-02-13 14:51:10 +01:00
bors-servo
c0e2a237ec
auto merge of #4913 : awlnx/servo/master, r=jdm
...
issue #4898
2015-02-13 06:15:48 -07:00
bors-servo
66f4faf44f
auto merge of #4922 : servo/servo/warnings, r=jdm
2015-02-13 05:33:49 -07:00
Ms2ger
830e6741c7
Fix warnings in util.
2015-02-13 11:42:13 +01:00
Ms2ger
b25564440d
Fix warnings in net.
2015-02-13 11:24:21 +01:00
Ms2ger
2ca59b3f5b
Fix warnings in msg.
2015-02-13 11:08:31 +01:00
Ms2ger
58180fa4f7
Fix warnings in script_traits.
2015-02-13 11:08:14 +01:00
Ms2ger
79b8c3b9c0
Fix warnings in devtools_traits.
2015-02-13 11:07:26 +01:00
bors-servo
11b627704d
auto merge of #4919 : SimonSapin/servo/cleanup-libstyle, r=gw
2015-02-13 03:06:49 -07:00
Ms2ger
e25322ce5b
Fix warnings in gfx.
2015-02-13 11:00:20 +01:00
Ms2ger
5e999c7d40
Fix warnings in canvas.
2015-02-13 10:40:04 +01:00
Ms2ger
19a8f24e8b
Fix warnings in glutin.
2015-02-13 10:37:00 +01:00
Ms2ger
dda12e196b
Fix warnings in compositing.
2015-02-13 10:36:48 +01:00
bors-servo
c5a4e78302
auto merge of #4911 : Ms2ger/servo/join_layout, r=jdm
2015-02-13 02:24:50 -07:00
Simon Sapin
2ddb13db4b
Remove usage of the deprecated .as_slice() in libstyle.
2015-02-13 09:36:01 +01:00
Simon Sapin
1ceadf3813
Fix warnings in libstyle.
2015-02-13 08:24:34 +01:00