Ms2ger
|
9d7478ab8a
|
Remove some dead code from codegen as found by pyflakes.
|
2014-04-18 15:52:40 +02:00 |
|
lpy
|
b7dcf62ed0
|
Implement Window.set/clearInterval.(fixes #2116)
|
2014-04-18 01:30:39 +08:00 |
|
bors-servo
|
038730c4bb
|
auto merge of #2054 : sankha93/servo/imageattr, r=jdm
|
2014-04-15 12:49:14 -04:00 |
|
lpy
|
77941dc996
|
Move Node.namespaceURI to Element.(fixes #2059)
|
2014-04-08 22:13:28 +08:00 |
|
Sankha Narayan Guria
|
58e5feca9f
|
HTMLImageElement attribute getters and setters
|
2014-04-08 08:44:38 +05:30 |
|
bors-servo
|
a65ff6089a
|
auto merge of #2048 : Ms2ger/servo/set_uint_attribute, r=jdm
|
2014-04-07 12:34:18 -04:00 |
|
Daniel Glazman
|
4b0da08573
|
Implement Document.createElementNS.
|
2014-04-07 10:20:10 +02:00 |
|
Ms2ger
|
a52cffebeb
|
Use ToJSValConvertible to convert nullable enums to JSVal.
|
2014-04-06 19:51:12 +02:00 |
|
Ms2ger
|
ccaa46e4a3
|
Use ToJSValConvertible to convert enums to JSVal.
|
2014-04-06 19:42:39 +02:00 |
|
Ms2ger
|
bb732ef4e6
|
Introduce a set_uint_attribute method.
|
2014-04-06 14:19:30 +02:00 |
|
hyunjunekim
|
a344d465e8
|
documnet location
|
2014-04-04 21:18:30 +09:00 |
|
Bruno de Oliveira Abinader
|
990545c310
|
Implemented Node.adoptNode
Spec:
http://dom.spec.whatwg.org/#dom-document-adoptnode
|
2014-03-26 09:49:07 -04:00 |
|
Bruno de Oliveira Abinader
|
8a457a2caa
|
Implemented Document.importNode
Spec:
http://dom.spec.whatwg.org/#dom-document-importnode
|
2014-03-26 09:49:07 -04:00 |
|
Ms2ger
|
acffed2dcd
|
Fix code generation for a null default value for nullable string arguments.
|
2014-03-20 22:51:31 +01:00 |
|
Ms2ger
|
59bcabb75e
|
Pass Option<T> for optional primitive arguments without a default value (fixes #1813).
|
2014-03-19 19:05:59 +01:00 |
|
Josh Matthews
|
64c0de9fe7
|
Warning police.
|
2014-03-18 09:31:22 -05:00 |
|
bors-servo
|
508fe57f8d
|
auto merge of #1907 : brunoabinader/servo/element-classname, r=Ms2ger
Removes stub implementation from HTMLElement & implements logic in Element WebIDL.
|
2014-03-15 05:47:18 -04:00 |
|
Bruno de Oliveira Abinader
|
6274ecba07
|
Implement Element.className
|
2014-03-13 13:48:24 -04:00 |
|
Bruno de Oliveira Abinader
|
1703c427bc
|
Implement Node.cloneNode
Spec:
http://dom.spec.whatwg.org/#dom-node-clonenode
Closes #1240.
|
2014-03-13 12:34:31 -04:00 |
|
Ms2ger
|
858d30b5d9
|
Update the WindowTimers interface to the current specification.
|
2014-03-12 09:46:18 +01:00 |
|
bors-servo
|
2238d81b53
|
auto merge of #1838 : brunoabinader/servo/htmlcollection-live, r=jdm
|
2014-03-07 15:43:24 -05:00 |
|
Bruno de Oliveira Abinader
|
d010861b75
|
Implemented {Document,Element}.getElementsByClassName
|
2014-03-07 11:10:56 -04:00 |
|
Bruno de Oliveira Abinader
|
e1499b610e
|
Implemented {Document,Element}.getElementsByTagNameNS
|
2014-03-07 11:10:56 -04:00 |
|
Bruno de Oliveira Abinader
|
6cf0eb1115
|
Bumped HTMLCollection interface to latest
Spec:
http://dom.spec.whatwg.org/#interface-htmlcollection
This is a sub-task for #1662.
|
2014-03-07 11:10:55 -04:00 |
|
Ms2ger
|
971a4c58bb
|
Pass Option<JSVal> for optional JSVals.
|
2014-03-07 12:40:25 +01:00 |
|
bors-servo
|
134d1f6fe3
|
auto merge of #1846 : Ms2ger/servo/non-null-default, r=jdm
|
2014-03-06 16:52:31 -05:00 |
|
Ms2ger
|
54a59b9d38
|
Avoid a type error with a non-null default value for an optional nullable string argument.
|
2014-03-06 22:42:26 +01:00 |
|
Ms2ger
|
716e1ce144
|
Avoid a type error with a non-null default value for an optional nullable primitive argument.
|
2014-03-06 22:26:12 +01:00 |
|
Ms2ger
|
eab9fd765c
|
Add disabled tests for optional nullable arguments with non-null default values.
|
2014-03-06 22:18:49 +01:00 |
|
bors-servo
|
968a2e1735
|
auto merge of #1839 : Ms2ger/servo/optional-test, r=jdm
|
2014-03-06 14:52:38 -05:00 |
|
Ms2ger
|
9fe72eb379
|
Add interface codegen tests.
|
2014-03-06 19:05:14 +01:00 |
|
Ms2ger
|
48ebd2a5e3
|
Add tests for optional nullable arguments without default values.
|
2014-03-06 18:45:58 +01:00 |
|
Ms2ger
|
77f1224b24
|
Add some tests for string codegen.
|
2014-03-06 16:40:10 +01:00 |
|
Ms2ger
|
b1f2a104cc
|
Remove Node.hasAttributes() method that was removed from the specification.
|
2014-03-06 10:26:04 +01:00 |
|
Ms2ger
|
933f29f512
|
Match the spec more closely in Node.webidl.
|
2014-03-05 18:53:43 +01:00 |
|
bors-servo
|
5eb7d1cf30
|
auto merge of #1814 : Ms2ger/servo/more-primitive-setters, r=jdm
|
2014-03-05 09:55:35 -05:00 |
|
bors-servo
|
ee549af3ae
|
auto merge of #1756 : Manishearth/servo/nodelist-1744, r=Ms2ger
I haven't been able to test it yet (need to run a full build), but it looks like it should work.
|
2014-03-05 05:22:39 -05:00 |
|
Ms2ger
|
aa9a61a78c
|
Add tests for optional primitive arguments.
|
2014-03-04 18:34:24 +01:00 |
|
Ms2ger
|
d063601ba0
|
Implement support for returning nullable primitive types.
|
2014-03-04 17:30:19 +01:00 |
|
Ms2ger
|
595cd96f24
|
Extend and update primitive conversions.
|
2014-03-04 17:01:30 +01:00 |
|
Ms2ger
|
4166ff4794
|
Introduce a test IDL file.
|
2014-03-04 16:28:34 +01:00 |
|
Manish Goregaokar
|
8b425fb8cf
|
Make document.getElementsByTagname return a NodeList; consolidate element collection to collectElement; fix #1744
|
2014-03-04 02:19:32 +05:30 |
|
Ms2ger
|
59416c9431
|
Remove no-op implementations from Element and add some spec links.
|
2014-02-27 12:33:32 +01:00 |
|
Ms2ger
|
546a506149
|
Remove Gecko-specific and other commented-out code in IDL.
|
2014-02-25 12:41:11 +01:00 |
|
bors-servo
|
df993fdaf3
|
auto merge of #1689 : jdm/servo/unions, r=kmcallister
Seven hours on a train without internet will do this to you. Fixes #541.
|
2014-02-24 20:01:39 -05:00 |
|
Ms2ger
|
e2617a6396
|
Remove HTMLDocument.
|
2014-02-24 22:23:11 +01:00 |
|
Ms2ger
|
7190feb5e3
|
Move HTMLDocument members to Document.
|
2014-02-24 22:17:33 +01:00 |
|
Ms2ger
|
2c8107e811
|
Remove methods from IDL that don't do anything useful.
|
2014-02-24 22:12:04 +01:00 |
|
Josh Matthews
|
d590a327bd
|
Implement WebIDL union support.
|
2014-02-24 15:56:38 -05:00 |
|
Ms2ger
|
b745469581
|
Remove commented-out parts of Document.webidl and HTMLDocument.webidl.
|
2014-02-22 13:24:19 +01:00 |
|