Tetsuharu OHZEKI
|
749ebbba71
|
Move DocumentProgressHandler to document.rs.
|
2015-02-22 00:29:05 +09:00 |
|
Keith Yeung
|
52f8b0ceb7
|
Script elements now fire async error events (fixes #4506)
|
2015-02-21 22:59:48 +08:00 |
|
bors-servo
|
1ad9c678f7
|
auto merge of #4931 : KiChjang/servo/worker-error-event, r=jdm
Fixes #4511
|
2015-02-21 07:39:51 -07:00 |
|
Keith Yeung
|
61086d6ee5
|
Worker now fires errorevent when url fetching failed, fixes #4511
|
2015-02-21 21:51:35 +08:00 |
|
bors-servo
|
aad6cc03b8
|
auto merge of #4999 : KiChjang/servo/refactor-handle-click-event, r=jdm
Fixes #4983
|
2015-02-21 05:42:53 -07:00 |
|
Keith Yeung
|
b855bc4716
|
Changed js_runtime to be of type *mut JSRuntime
|
2015-02-21 20:01:27 +08:00 |
|
Ms2ger
|
10ddb86d61
|
Remove the implementation of ToJSValConvertible for JS<T>.
It is unused and doesn't serve a purpose.
|
2015-02-21 11:09:06 +01:00 |
|
Keith Yeung
|
e715f0958b
|
Moved handle_click_event from script_task.rs to document.rs
|
2015-02-21 17:58:23 +08:00 |
|
Shing Lyu
|
f4a2afc3a6
|
Bug 4236: Moved anchorelement click event to activation behaviour
|
2015-02-21 09:26:39 +08:00 |
|
bors-servo
|
e39e75865b
|
auto merge of #4865 : psdh/servo/prepscript, r=Ms2ger
#4176
|
2015-02-20 17:03:53 -07:00 |
|
Prabhjyot Singh Sodhi
|
44e2e2747c
|
implementing step 12 of 'prepare a script' algorithm
|
2015-02-21 04:58:27 +05:30 |
|
bors-servo
|
172db80703
|
auto merge of #4882 : chmanchester/servo/stringifiers, r=Ms2ger
|
2015-02-20 13:01:02 -07:00 |
|
Chris Manchester
|
00f863b4fe
|
Add stringifier method support to CodegenRust.py (fixes #1986)
Add a stringifier to URLUtils (Location). (fixes #4605)
wpt metadata updates for #4605
|
2015-02-20 11:35:16 -08:00 |
|
Ms2ger
|
6d30ec77c8
|
Replace uint/int by usize/isize in various places.
|
2015-02-20 14:45:47 +01:00 |
|
Ms2ger
|
9c863a6bd4
|
Pass isize to ptr.offset().
|
2015-02-20 14:45:47 +01:00 |
|
Ms2ger
|
a3fedee46e
|
Return usize from IDLInterface::get_prototype_depth.
It is used as an index into an array.
|
2015-02-20 14:45:47 +01:00 |
|
Ms2ger
|
c84dfa0f1d
|
Change the representation of DOMErrorName to u16.
This matches the IDL definitions.
|
2015-02-20 14:45:47 +01:00 |
|
Ms2ger
|
a65a1088a4
|
Change the representation of EventPhase to u16.
This matches the IDL definitions.
|
2015-02-20 14:45:46 +01:00 |
|
Ms2ger
|
21a1143dd1
|
Use u32 for reserved slot indices.
This is what the JSAPI expects.
|
2015-02-20 14:45:46 +01:00 |
|
Ms2ger
|
03408d69fb
|
Remove the unused Worker::refcount field.
|
2015-02-20 14:45:46 +01:00 |
|
Ms2ger
|
f75f279804
|
Stop casting the right-hand side of shifts to uint.
This is no longer required.
|
2015-02-20 14:45:46 +01:00 |
|
Ms2ger
|
81eab460b1
|
Use the try macro to initialize dictionaries.
|
2015-02-20 10:39:40 +01:00 |
|
Ms2ger
|
c58213b698
|
Remove the Option<Self> arguments from IDLInterface.
|
2015-02-19 09:52:48 +01:00 |
|
bors-servo
|
dc31d96f65
|
auto merge of #4951 : glennw/servo/set-title, r=jdm
|
2015-02-18 14:42:49 -07:00 |
|
Prabhjyot Singh Sodhi
|
ca146ccfa6
|
Porting Gecko's JSToNativeConversionInfo changes to Servo's codegen
Fixes #4800
|
2015-02-18 19:37:17 +05:30 |
|
Glenn Watson
|
56eedbaebe
|
Change window title to reflect document title
|
2015-02-18 10:51:37 +10:00 |
|
Tetsuharu OHZEKI
|
abd591b96e
|
XMLHttpRequestEventTarget should not be [NoInterfaceObject].
|
2015-02-18 02:38:23 +09:00 |
|
Ms2ger
|
aaed4a54c7
|
Use rustc-serialize rather than the built-in deprecated serialize.
|
2015-02-17 13:24:15 +01: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 |
|
Ms2ger
|
746c3ebd7d
|
Improve the formatting for FromJSValConvertible implementations in UnionTypes.
|
2015-02-15 23:18:37 +01:00 |
|
Ruud van Asseldonk
|
1452614e28
|
Do not glob-export DevtoolsControlMsg variants.
|
2015-02-13 14:51:10 +01:00 |
|
bors-servo
|
69259e9975
|
auto merge of #4910 : Ms2ger/servo/squirrel, r=jdm
|
2015-02-12 14:48:50 -07:00 |
|
bors-servo
|
6d1a2d90e5
|
auto merge of #4909 : saneyuki/servo/warn, r=jdm
follow up #4893
|
2015-02-12 14:06:49 -07:00 |
|
Ms2ger
|
b5440a6257
|
Replace squirrel_away_unique by boxed::into_raw.
|
2015-02-12 22:01:06 +01:00 |
|
Tetsuharu OHZEKI
|
dbb0f49bc7
|
DOMRefCell<T>.is_mutably_borrowed() should return the state correctly.
This method returned the result of `RefCell<T>.try_borrow().is_some()`.
But it meant whether the state **is not** BorrowState::Writing.
This wrong is introduced by [1], Before it revision, this method had
returned whether the state is BorrowState::Writing or not.
This doesn't change callers of this method because git blames ([3], [4]) says
that the caller is introduced by [2] and [2] is introduced before [1].
[1]: 86d609abaf
[2]: 49234484d6
[3]: https://github.com/servo/servo/blame/2cc08f289ab909de44fa09a07b2c43b70ce379b9/components/script/dom/servohtmlparser.rs
[4]: https://github.com/servo/servo/blame/a7e29939a1df679bd865573dc71f7ba65f0268c4/components/script/dom/bindings/cell.rs
|
2015-02-13 05:53:22 +09:00 |
|
Tetsuharu OHZEKI
|
552a418a33
|
Fix warnings about RefCell<T>.try_borrow().
|
2015-02-13 05:40:46 +09:00 |
|
Ms2ger
|
7b1b030f8a
|
Remove MutNullableJS::get_inner.
There should be no reason to call this.
|
2015-02-12 20:59:22 +01:00 |
|
Ms2ger
|
b3f93b25a5
|
Remove JS::unsafe_get.
The codegen users already migrated to Unrooted, and the layout users are
better off using LayoutJS.
|
2015-02-12 20:59:22 +01:00 |
|
Ms2ger
|
8ab7d37ef2
|
Add Unrooted::from_js.
There should not be a JS here; that is #2661. Until that's fixed, though,
it's better to encapsulate it.
|
2015-02-12 20:59:22 +01:00 |
|
Ms2ger
|
e921ce859e
|
Fix some warnings in script.
|
2015-02-12 20:05:14 +01:00 |
|
bors-servo
|
29d24a5049
|
auto merge of #4866 : KiChjang/servo/trigger-fragment-string, r=jdm
Fixes #4863
|
2015-02-12 10:18:45 -07:00 |
|
Simon Sapin
|
d5dd1d658e
|
Upgrade to rustc ba2f13ef0 2015-02-04
|
2015-02-11 14:48:34 -08:00 |
|
bors-servo
|
58b7186cea
|
auto merge of #4889 : Ms2ger/servo/4747-base64, r=jdm
|
2015-02-10 07:24:45 -07:00 |
|
bors-servo
|
1b23c4fd57
|
auto merge of #4885 : Ms2ger/servo/doc-js, r=Manishearth
|
2015-02-10 06:45:47 -07:00 |
|
Ms2ger
|
aa8e01af2a
|
Use base64 from rustc-serialize (fixes #4747).
|
2015-02-10 14:19:13 +01:00 |
|
bors-servo
|
e3a4d49311
|
auto merge of #4887 : Ms2ger/servo/servo_net, r=jdm
|
2015-02-10 05:15:45 -07:00 |
|
Ms2ger
|
a09a912178
|
Import net as net rather than servo_net.
|
2015-02-10 12:55:24 +01:00 |
|
Ms2ger
|
37584ab056
|
Improve documentation for MutHeap and RootCollection.
|
2015-02-10 12:52:52 +01:00 |
|
bors-servo
|
2c5155a119
|
auto merge of #4878 : saneyuki/servo/doc, r=Ms2ger
Now, we have many documents about dom bindings as inline comments. It's better to fuse a standalone markdown document to them.
|
2015-02-10 04:33:45 -07:00 |
|