Commit graph

157 commits

Author SHA1 Message Date
Josh Matthews
7e9caddb39 Generate bindings for HTMLDirectoryElement and HTMLEmbedElement 2013-08-26 15:14:35 -04:00
Josh Matthews
f68639755d Generate bindings for HTMLDataListElement. 2013-08-26 12:52:37 -04:00
Josh Matthews
b36ae3b0df Generate bindings for HTMLButtonElement. 2013-08-26 12:29:07 -04:00
bors-servo
5647ca6966 auto merge of #773 : saneyuki/servo/webidl, r=jdm 2013-08-23 18:30:27 -07:00
Tetsuharu OHZEKI
4fc2f74139 Generate bindings for HTMLProgressElement. 2013-08-24 10:16:42 +09:00
Jack Moffitt
9f669c2989 Rename to_px to to_nearest_px for clarity. 2013-08-23 17:11:48 -06:00
Tetsuharu OHZEKI
9b284431ef Implement trait dom::bindings::conversions::JSValConvertible for f64. 2013-08-24 01:22:56 +09:00
Tetsuharu OHZEKI
6b764440d7 Generate bindings for HTMLLIElement. 2013-08-24 00:43:44 +09:00
Tetsuharu OHZEKI
cd1e3a19e3 Rename HTMLListItemElement to HTMLLIElement. 2013-08-24 00:30:00 +09:00
Tetsuharu OHZEKI
14bdd21ed8 Generate bindings for HTMLInputElement. 2013-08-24 00:25:26 +09:00
Tetsuharu OHZEKI
c2391fe5ff Generate bindings for HTMLTableColElement. 2013-08-24 00:25:17 +09:00
Tetsuharu OHZEKI
ce647eb80f Fix order. 2013-08-24 00:25:11 +09:00
Tetsuharu OHZEKI
d86d38c584 Generate bindings for HTMLTableCellElement. 2013-08-24 00:25:06 +09:00
Tetsuharu OHZEKI
2878f44416 Generate bindings for HTMLQuoteElement. 2013-08-24 00:24:45 +09:00
bors-servo
d6d03ac064 auto merge of #765 : jdm/servo/linkelem, r=jdm
Rebase of #716, #717, and #718.
2013-08-23 00:21:30 -07:00
bors-servo
bda4c424a4 auto merge of #760 : jdm/servo/protolist, r=kmcallister 2013-08-22 21:57:37 -07:00
Youngmin Yoo
75ccbdb612 Generate bindings for HTMLLinkElement 2013-08-22 22:36:06 -04:00
Junyoung Cho
c8306795d1 Generate bindings for HTMLDataElement 2013-08-22 16:31:38 -04:00
Junyoung Cho
13bb1a49b8 Generate bindings for HTMLBaseElement 2013-08-22 16:28:40 -04:00
Junyoung Cho
e7b8038665 Generate bindings for HTMLAreaElement 2013-08-22 16:25:37 -04:00
Junyoung Cho
f12406ac24 Generate bindings for HTMLAppletElement 2013-08-22 16:24:11 -04:00
Youngsoo Son
fe5b795f30 Generate bindings for HTMLSourceElement 2013-08-22 16:20:36 -04:00
Youngsoo Son
57f3ce8f81 Generate bindings for HTMLTimeElement 2013-08-22 16:20:28 -04:00
Youngsoo Son
c0935cba72 Generate bindings for HTMLTableCaptionElement 2013-08-22 16:20:20 -04:00
Josh Matthews
1c087ab507 Remove the hardcoded prototype count. 2013-08-22 16:19:10 -04:00
aydin.kim
da2ccb048e fix dom bindings for android(and 32bit system) build 2013-08-22 15:26:11 +09:00
Keegan McAllister
02662f882e Keep pace with some Rust changes
This doesn't actually include the Rust version update (to 6791021) because the
feature for which I wanted it (debug info) doesn't work, and there's no point
making everyone rebuild until it does.
2013-08-21 11:46:12 -07:00
bors-servo
d0e47f427e auto merge of #726 : metajack/servo/dlist, r=jdm
r? @jdm
2013-08-21 09:12:41 -07:00
Tim Kuehn
14fc16af2e remove commented out code from compositor_layer::from_frame_tree 2013-08-19 19:38:12 -04:00
eschweic
eb6973c7dc Implement epochs; fix integration bugs 2013-08-19 19:34:52 -04:00
Tim Kuehn
bd5526de94 add iframe support 2013-08-19 19:11:12 -04:00
Tim Kuehn
93368a2bf3 removed old TODO 2013-08-19 19:11:12 -04:00
Tim Kuehn
666c29480e refactor iframe element fields to support sending size to the constellation 2013-08-19 19:11:11 -04:00
Tim Kuehn
86f0aacb3d reorganized constellation.
compositor routes dom events via constellation.
constellation handles iframe sizing and resizing.
2013-08-19 19:11:11 -04:00
Jack Moffitt
dd45751368 Fix macos interators, warnings, and updating submodules. 2013-08-16 14:30:34 -06:00
Keegan McAllister
fb3db6a72d Un-stub timer code 2013-08-15 13:56:29 -07:00
Keegan McAllister
a2d9810b69 Update Rust version again
This gets us the new runtime.
2013-08-15 13:56:29 -07:00
Keegan McAllister
e917ff353b Stub out some things that need changes for newrt
brson and I will work on these next.
2013-08-15 13:56:29 -07:00
Keegan McAllister
307f1074d3 For loops and misc changes 2013-08-15 13:56:29 -07:00
Keegan McAllister
1bdaff0fad Reorganize tree ref / node traits
rustc is no longer happy with

    impl<NR:TreeNodeRef<N>,N:TreeNode<NR>> TreeUtils for NR
2013-08-15 13:55:40 -07:00
Keegan McAllister
be061a9aa0 Library changes 2013-08-15 13:55:40 -07:00
Keegan McAllister
ffe60ea027 Trait changes, and eliminate 'copy' 2013-08-15 13:55:40 -07:00
Keegan McAllister
907d9f23cf Linter changes 2013-08-15 13:55:40 -07:00
bors-servo
693bbaf095 auto merge of #731 : metajack/servo/noselect, r=pcwalton
The new runtime isn't quite mature enough to deal with it, and this
is faster anyway.

Rebased to land #728.
2013-08-15 11:44:39 -07:00
Brian Anderson
a875b12c22 Don't use 'select'
The new runtime isn't quite mature enough to deal with it, and this
is faster anyway.
2013-08-15 11:37:10 -06:00
Ilyong Cho
cba0caf7a5 Call old Element::{get, set}_attr() from new Element::{Get, Set}Attribute() 2013-08-15 11:36:15 -06:00
Ilyong Cho
2ad350531a Handle style attributes in element setter instead of html parser 2013-08-15 11:36:15 -06:00
Ilyong Cho
eadda9411b Add get_ref() method to DOMString 2013-08-15 11:36:15 -06:00
Jack Moffitt
c88ba4b157 Implement HTMLDListElement binding. 2013-08-14 12:24:27 -06:00
Tetsuharu OHZEKI
35e87d0a99 Clean up importing. 2013-08-11 05:41:24 +09:00