Brian Anderson
6fe337e215
Add rust-http as a submodule
...
Conflicts:
.gitmodules
2013-09-03 14:27:04 -07:00
bors-servo
4cfcad0a0e
auto merge of #837 : saneyuki/servo/webidl, r=jdm
2013-09-03 10:46:00 -07:00
bors-servo
a8718d77f1
auto merge of #836 : bfrohs/servo/834upperTagName, r=jdm
...
http://dom.spec.whatwg.org/#dom-element-tagname
I added `window.alert(elem.tagName);` to line 14 of `test_bindings.js` to test (segfault at line 17), and it indeed uppercased the tagName. I didn't add that to this commit, however, because `tagName` is already tested on line 50 of that file. I'm assuming the duplication isn't necessary. Am I correct in that assumption? Or should tests be added somewhere for this? Where?
2013-09-03 09:46:03 -07:00
Brandon Frohs
02437f7e87
Convert tagName to uppercase ASCII per spec
...
http://dom.spec.whatwg.org/#dom-element-tagname
2013-09-02 21:21:30 -04:00
bors-servo
7ea10ff8af
auto merge of #853 : evilpie/servo/file-url, r=metajack
...
This makes the JavaScript error prettier.
2013-08-31 20:03:59 -07:00
Tom Schuster
a0d900e1f6
Pass the javscript file url to the evaluate function
2013-08-31 20:07:08 -04:00
Tetsuharu OHZEKI
80e3109bc9
Add testcases.
2013-09-01 06:57:55 +09:00
Tetsuharu OHZEKI
17e888bfea
Generate bindings for HTMLAudioElement, HTMLVideoElement.
2013-09-01 06:51:33 +09:00
Tetsuharu OHZEKI
a76e46416a
Generate bindings for HTMLMediaElement.
2013-08-31 20:00:26 +09:00
Tetsuharu OHZEKI
d3108a898d
Generate bindings for HTMLTrackElement.
2013-08-31 20:00:26 +09:00
Tetsuharu OHZEKI
9919bae897
Generate bindings for HTMLLabelElement.
2013-08-31 20:00:26 +09:00
Tetsuharu OHZEKI
f7bc8beb18
Generate bindings for HTMLLegendElement.
2013-08-31 20:00:26 +09:00
Tetsuharu OHZEKI
e55b3d6b86
Generate bindings for HTMLPreElement.
2013-08-31 20:00:25 +09:00
Tetsuharu OHZEKI
22e02b573d
Generate bindings for HTMLTemplateElement.
2013-08-31 20:00:25 +09:00
bors-servo
c532c73964
auto merge of #821 : brson/servo/master, r=brson,metajack,metajack
...
Still needs https://github.com/mozilla-servo/glfw-rs/pull/5 and https://github.com/mozilla-servo/rust-mozjs/pull/31
2013-08-30 15:21:36 -07:00
Brian Anderson
e2aa7b8697
Update contenttest
2013-08-30 15:17:57 -07:00
Brian Anderson
01cdfa3748
Merge remote-tracking branch 'origin/master'
2013-08-30 15:16:45 -07:00
Brian Anderson
4487b1c29a
Merge remote-tracking branch 'origin/master'
...
Conflicts:
src/components/script/dom/bindings/element.rs
src/components/script/dom/bindings/node.rs
src/components/script/dom/bindings/utils.rs
2013-08-30 13:44:44 -07:00
bors-servo
3e801e777f
auto merge of #828 : jdm/servo/contentfix, r=metajack
2013-08-30 13:15:39 -07:00
Josh Matthews
2947c0c5bd
Add test for proxy dom bindings setter. Fix up prototypes content test to reflect new bindings. Hook up contenttest harness to make check target.
2013-08-30 15:16:47 -04:00
Josh Matthews
e428c954aa
Fix contenttest harness build errors.
2013-08-30 14:53:13 -04:00
Brian Anderson
d78703344c
Touch rust-auto-clean-trigger
2013-08-30 11:40:58 -07:00
bors-servo
f89cbef187
auto merge of #827 : jdm/servo/rmoldstuff, r=pcwalton
2013-08-30 10:27:50 -07:00
Josh Matthews
75f1cbd76f
Remove all handwritten bindings code.
2013-08-30 13:13:46 -04:00
bors-servo
7584aee98e
auto merge of #824 : Constellation/servo/small, r=jdm
...
I've renew HTMLSmallElement implementation.
2013-08-30 09:06:36 -07:00
Yusuke Suzuki
93fba253a2
Implement IDL based HTMLSmallElement binding
2013-08-31 01:00:05 +09:00
bors-servo
a9b6eb8ff1
auto merge of #823 : june0cho/servo/inline_bgcolor, r=metajack
...
In case that inline element has `background-color`, bgcolor doesn't work.
Fix the error and add a test case.
2013-08-30 07:27:37 -07:00
Junyoung Cho
d78e109927
Paint background-color in text box
2013-08-30 14:31:40 +09:00
Brian Anderson
6d52445f05
Remove incorrectly-added rust-http directory
2013-08-29 18:20:05 -07:00
Brian Anderson
449a252e7f
Rebase and update submodules
2013-08-29 16:50:37 -07:00
Brian Anderson
9624148f18
Merge remote-tracking branch 'origin/master' into HEAD
...
Conflicts:
src/components/script/dom/bindings/proxyhandler.rs
src/components/script/dom/bindings/text.rs
2013-08-29 16:04:52 -07:00
Brian Anderson
1026556477
Update Rust
2013-08-29 15:36:36 -07:00
bors-servo
bc3cd8c1c1
auto merge of #818 : sonwow/servo/bindings, r=jdm
2013-08-29 07:06:27 -07:00
Youngsoo Son
c9f9d29ff3
Generate bindings for HTMLFormElement.
2013-08-29 20:27:54 +09:00
bors-servo
65c6435902
auto merge of #808 : tikue/servo/master, r=metajack
...
* Use ProfilerBucket structs instead of (ProfilerCategory, ~[Float]) tuples
* Simplify the order check of bucket categories
2013-08-28 22:06:27 -07:00
Tim Kuehn
1d2c038954
reorder some struct declarations in profiler
2013-08-29 00:45:11 -04:00
Tim Kuehn
cf4107e262
use TreeMap instead of HashMap for profiler buckets
2013-08-29 00:42:20 -04:00
bors-servo
a17d9d7035
auto merge of #803 : recrack/servo/clean-servo, r=metajack
...
#685
2013-08-28 19:45:32 -07:00
bors-servo
dfdba06f87
auto merge of #814 : jdm/servo/windowclose2, r=metajack
...
Fixed #671 .
2013-08-28 19:15:36 -07:00
bors-servo
d8f6008b0c
auto merge of #817 : jdm/servo/optgroupelem, r=kmcallister
...
Also remove all traces of the non-element Node bindings! Woo!
2013-08-28 17:48:38 -07:00
Josh Matthews
8070f02e39
Generate bindings for Comment and DocumentType.
2013-08-28 20:31:30 -04:00
Josh Matthews
1eb5eeb630
Generate bindings for HTMLUnknownElement.
2013-08-28 19:51:07 -04:00
Josh Matthews
65c993e7e6
Generate bindings for HTMLSelectElement.
2013-08-28 19:41:08 -04:00
Tim Kuehn
47ec798b92
use HashMap instead of vector for profiler buckets
2013-08-28 19:14:39 -04:00
Tim Kuehn
048a39d4a5
add reference to issue regarding CTFE function on enum types for length
2013-08-28 19:14:39 -04:00
Tim Kuehn
4c1648f8f5
add tests for profiler buckets
2013-08-28 19:14:39 -04:00
Tim Kuehn
ca620992a6
minor refactor of profiler
2013-08-28 19:14:39 -04:00
Josh Matthews
e26a541eb2
Generate bindings for HTMLParamElement.
2013-08-28 17:53:36 -04:00
Josh Matthews
8693459b28
Generate bindings for HTMLOutputElement.
2013-08-28 17:47:29 -04:00
Josh Matthews
cb0adec792
Generate bindings for HTMLOptionElement.
2013-08-28 17:36:37 -04:00