Mátyás Mustoha
774cc4a93a
Canvas: added lineTo().
2015-03-02 21:00:50 +01:00
bors-servo
fed878710c
auto merge of #5111 : KiChjang/servo/step-1-anchor, r=Manishearth
...
Fixes #4871
2015-03-01 22:18:49 -07:00
Keith Yeung
83f56ed061
Implementation of step 1 activation behavior of htmlanchorelement ( fixes #4871 )
...
Fixed issues
2015-03-02 12:54:50 +08:00
bors-servo
154427ce51
auto merge of #5104 : Ms2ger/servo/unused-import, r=Manishearth
2015-02-28 14:45:47 -07:00
bors-servo
8bc4d07e50
auto merge of #5033 : Manishearth/servo/gonk-warn, r=Ms2ger
...
Rust still reports that the `*mut ANativeWindow` argument in `gnw_perform` in `gonk/src/window.rs` is ffi unsafe,
however `ANativeWindow` is marked as `#[repr(C)]` and should be okay.
2015-02-28 14:09:48 -07:00
Manish Goregaokar
488b0e4b26
Fix mutabiliy of x_info
2015-03-01 02:38:56 +05:30
Ms2ger
fde91b19ff
Remove unused import from script_task.
2015-02-28 22:03:40 +01:00
bors-servo
184d32b519
auto merge of #5103 : Ms2ger/servo/from_actual, r=jdm
2015-02-28 13:33:49 -07:00
bors-servo
39273d6b53
auto merge of #5053 : deepak1556/servo/script_patch, r=jdm
...
fixes #5046
2015-02-28 12:57:50 -07:00
bors-servo
75060f41db
auto merge of #5073 : JIoJIaJIu/servo/handle_mouse_event, r=jdm
2015-02-28 12:21:51 -07:00
bors-servo
16bc4749af
auto merge of #5102 : servo/servo/profile-img, r=jdm
...
This extracts some independently useful parts of
<https://github.com/servo/servo/pull/4215 >.
2015-02-28 11:46:02 -07:00
Robo
7b9241bddb
default to number of available cpu for wpt-tests
2015-02-28 23:43:39 +05:30
bors-servo
5eaf1144c3
auto merge of #5099 : Ms2ger/servo/exceptions, r=saneyuki
2015-02-28 11:09:55 -07:00
Ms2ger
ca21675359
Use the correct lifetime bounds for FooCast::from_actual.
2015-02-28 19:06:04 +01:00
Ankit Agrawal
c8de895094
Add profiling to image decoding.
...
This extracts some independently useful parts of
<https://github.com/servo/servo/pull/4215 >.
2015-02-28 18:35:48 +01:00
bors-servo
4c04d52049
auto merge of #5097 : servo/servo/Manishearth-patch-1, r=saneyuki
2015-02-28 10:33:52 -07:00
Ms2ger
62b2c65348
Add support for throwing TypeErrors from DOM implementations.
2015-02-28 18:20:42 +01:00
Ms2ger
fbf4d44674
Clarify the documentation for dom::bindings::error::Error variants.
2015-02-28 18:20:42 +01:00
Ms2ger
6e3c130e6c
Inline DOMException::new_from_error.
2015-02-28 18:20:42 +01:00
Ms2ger
4873682a3c
Rename FailureUnknown to JSFailed.
2015-02-28 18:20:41 +01:00
bors-servo
1f53d30f85
auto merge of #5094 : chmanchester/servo/binarynames, r=jdm
2015-02-28 09:57:58 -07:00
bors-servo
b261d27ac5
auto merge of #5059 : saneyuki/servo/event, r=jdm
...
Fix #4260
Pick up: This original commit is https://github.com/servo/servo/pull/4718 .
2015-02-28 09:21:54 -07:00
Liam Zdenek
3e13dc7913
Click event is now a MouseEvent.
...
This original commit is https://github.com/servo/servo/pull/4718 .
2015-03-01 01:08:52 +09:00
bors-servo
b84f620b26
auto merge of #5100 : Ms2ger/servo/descriptorProvdider, r=Manishearth
2015-02-28 08:45:54 -07:00
Ms2ger
d24a948142
Fix a typo in argument_type.
2015-02-28 16:41:38 +01:00
Ms2ger
3dac90b49e
Remove unsupported types from the SupportedType IDL enum.
2015-02-28 15:48:48 +01:00
bors-servo
07b918f731
auto merge of #5098 : servo/servo/int-util, r=Ms2ger
...
This leaves range.rs alone.
2015-02-28 07:21:53 -07:00
Alexandru Cojocaru
aaf7a7e439
Remove uint/int inside components/util
(partial #4745 ).
...
This leaves range.rs alone.
2015-02-28 15:03:07 +01:00
Manish Goregaokar
6e765e6f16
Add explicit mention of mach run for Running
2015-02-28 13:23:10 +05:30
Guro Bokum
94e7f89524
Move body of ScriptTask::handle_mouse_move_event into a method on #5073
2015-02-28 12:26:46 +07:00
bors-servo
55f7636549
auto merge of #4928 : yodalee/servo/issue4906-fix-characterdata-substringdata, r=jdm
...
issue #4906
Fix substringData function, and add a test case for all function in characterdata.
2015-02-27 19:39:58 -07:00
Chris Manchester
c81f1cc541
Add support for BinaryName attribute to servo's codegen ( fixes #4435 ) r=jdm
2015-02-27 18:28:01 -08:00
yodalee
0e29eabb87
fix function on utf8 string, pass two tests
...
dom/nodes/Node-properties.html
detachedForeignComment.length]
detachedXmlComment.length]
2015-02-28 10:21:36 +08:00
yodalee
e45b104721
add test case of dom characterdata
2015-02-28 10:21:35 +08:00
bors-servo
b2f099026a
auto merge of #4952 : bjwbell/servo/borders-txt-nodes, r=pcwalton
...
Inline fragments that are part of a text run don't have interior borders.
So don't draw interior borders or include them when calculating positioning.
Fixes https://github.com/servo/servo/issues/4658 , where multiple text nodes that are adjacent have distinct borders.
r? @Ms2ger, @pcwalton
2015-02-27 16:57:53 -07:00
Bryan Bell
ec2fa2558c
Remove interior borders during flow construction
...
Instead of looking at the boundaries of the text run, set the border
width to zero and the border style to none on border sides that are not
the outermost for a node container that is display: inline.
2015-02-27 15:52:12 -08:00
bors-servo
26567ef2e6
auto merge of #5066 : luniv/servo/document-currentscript, r=jdm
...
Implements https://github.com/servo/servo/issues/5057 (Document.currentScript)
2015-02-27 11:30:57 -07:00
James Gilbertson
5f5d1246ef
Implement Document.currentScript
2015-02-27 11:11:02 -07:00
bors-servo
60ce6c3b0f
auto merge of #5091 : dhneio/servo/5090, r=jdm
...
We no longer need these header implementations as they are included in hyper. Fixes #5090 .
2015-02-27 09:48:58 -07:00
dhneio
fda3f7497a
Remove AccessControl header implementations in favor of hyper’s ( fixes #5090 )
2015-02-27 08:35:02 -08:00
bors-servo
e4d607e537
auto merge of #5087 : bjwbell/servo/remove-borders-test-wa, r=jdm
...
The borders_a.html ref test had a WA to avoid displaying a spurious
black pixel at (0,0). Details are at
https://github.com/servo/servo/issues/2879
The WA can be removed since the bug is no longer reproducible.
2015-02-27 07:57:56 -07:00
Bryan Bell
0f407804fe
Remove WA for borders ref test
...
The borders_a.html ref test had a WA to avoid displaying a spurious
black pixel at (0,0). Details are at
https://github.com/servo/servo/issues/2879
The WA can be removed since the bug is no longer reproducible.
2015-02-27 00:40:53 -08:00
bors-servo
8ad3c5aeb6
auto merge of #5064 : glennw/servo/hide-after-layout, r=pcwalton
...
Prior to incremental layout, the code would remove the existing
construction result. However, with incremental layout the construction result
is cloned rather than removed. This change ensures that the previous
construction result is cleared when an element's display type
changes to none.
2015-02-26 14:46:10 -07:00
Glenn Watson
a2f1f12c96
Fix setting display:none after a layout where the element was visible.
...
Prior to incremental layout, the code would remove the existing
construction result. However, with incremental layout the construction result
is cloned rather than removed. This change ensures that the previous
construction result is cleared when an element's display type
changes to none.
2015-02-27 07:44:24 +10:00
bors-servo
24139a21e8
auto merge of #5078 : metajack/servo/cocoa-hotifx, r=jdm
...
This fixes Servo in release mode on OS X.
2015-02-26 08:39:54 -07:00
Jack Moffitt
521f60ec0d
Update to latest Cocoa.
...
This fixes Servo in release mode on OS X.
2015-02-26 08:19:48 -07:00
bors-servo
071941da59
auto merge of #5031 : KiChjang/servo/refactor-dispatch-key-event, r=jdm
...
Fixes #4982
2015-02-26 06:15:56 -07:00
bors-servo
3fc2478c38
auto merge of #5074 : acgtyrant/servo/patch-1, r=Manishearth
...
Fixes #5056
2015-02-26 05:33:49 -07:00
Isaac Ge
b80593c09e
Make test-wpt supports --release argument
...
Fixes #5056
2015-02-26 20:29:04 +08:00
Keith Yeung
d79e422a8f
Moved dispatch_key_event method from script_task.rs to document.rs, fixes #4982
2015-02-26 19:14:17 +08:00