Ms2ger
1e42f27560
Introduce HTMLHtmlElement::new.
2013-11-02 11:28:54 +01:00
Ms2ger
1f4cc4182e
Introduce HTMLInputElement::new.
2013-11-01 23:34:26 +01:00
Ms2ger
b592742b25
Introduce HTMLLabelElement::new.
2013-11-01 23:28:55 +01:00
Ms2ger
721119132a
Introduce HTMLLegendElement::new.
2013-11-01 23:23:52 +01:00
Ms2ger
186a757c05
Introduce HTMLLinkElement::new.
2013-11-01 23:16:25 +01:00
Ms2ger
3b58858c7e
Introduce HTMLLIElement::new.
2013-11-01 23:12:56 +01:00
Ms2ger
9afab1807a
Introduce HTMLMapElement::new.
2013-11-01 23:06:49 +01:00
Ms2ger
81018b3dcc
Introduce HTMLMainElement::new.
2013-11-01 22:46:44 +01:00
Ms2ger
5a18c616d6
Introduce HTMLMetaElement::new.
2013-11-01 22:42:19 +01:00
Ms2ger
db3515240a
Introduce HTMLMeterElement::new.
2013-11-01 22:36:17 +01:00
Ms2ger
5cfa70c769
Introduce HTMLModElement::new and use it for del/ins, not the non-existent mod.
2013-11-01 22:12:43 +01:00
Ms2ger
b20461f253
Introduce HTMLObjectElement::new.
2013-11-01 22:02:32 +01:00
Ms2ger
9fbc45ae9c
Introduce HTMLOListElement::new.
2013-11-01 21:56:22 +01:00
Ms2ger
6c217c6872
Introduce HTMLOptionElement::new.
2013-11-01 21:52:43 +01:00
Ms2ger
21be4752a1
Introduce HTMLOptGroupElement::new.
2013-11-01 21:47:25 +01:00
Ms2ger
bc61e0348e
Introduce HTMLOutputElement::new.
2013-11-01 21:39:55 +01:00
bors-servo
352acbb833
auto merge of #1163 : metajack/servo/kmc-rust-upgrade, r=kmcallister
...
Most work courtesy of @kmcallister.
I already reviewed Keegan's work, so just the last two commits need attention.
2013-10-31 16:34:14 -07:00
Keegan McAllister
cbcd04ffa8
Store the Page's final URL before parsing
...
We were parsing URLs like
//bits.wikimedia.org/static-1.22wmf22/skins/vector/images/search-ltr.png?303-4
as local filenames because HTMLImageElement::update_image didn't have a
current_url to pass to make_url().
2013-10-31 14:58:55 -06:00
Keegan McAllister
e2b7885b73
fmt! -> format!
2013-10-31 14:58:55 -06:00
Ms2ger
78010f96bc
Introduce HTMLParagraphElement::new.
2013-10-31 21:11:00 +01:00
Ms2ger
09b840c7ed
Introduce HTMLParamElement::new.
2013-10-31 21:06:37 +01:00
Ms2ger
ec2fd955aa
Introduce HTMLPreElement::new.
2013-10-31 21:00:19 +01:00
Ms2ger
d4d9395c90
Introduce HTMLProgressElement::new.
2013-10-31 20:47:57 +01:00
Ms2ger
e3ac4c9e00
Introduce HTMLQuoteElement::new.
2013-10-31 20:24:27 +01:00
Ms2ger
152f44db52
Introduce HTMLScriptElement::new.
2013-10-31 20:18:09 +01:00
Ms2ger
9cf5bbbfec
Introduce HTMLSelectElement::new.
2013-10-31 20:11:52 +01:00
Ms2ger
c32ec7bf65
Introduce HTMLSourceElement::new.
2013-10-31 20:08:10 +01:00
Ms2ger
64de428d79
Introduce HTMLSpanElement::new.
2013-10-31 20:03:14 +01:00
Ms2ger
8cba205c82
Introduce HTMLStyleElement::new.
2013-10-31 19:58:42 +01:00
Ms2ger
bee5f1be11
Introduce HTMLTableElement::new.
2013-10-31 19:53:52 +01:00
Ms2ger
a54e8046bb
Introduce HTMLTableCaptionElement::new.
2013-10-31 19:49:11 +01:00
Ms2ger
e578642278
Introduce HTMLTableColElement::new.
2013-10-31 19:20:37 +01:00
Ms2ger
3a6d6b9a71
Introduce HTMLTableSectionElement::new.
2013-10-31 17:02:13 +01:00
Ms2ger
e48a8d1e30
Introduce HTMLTemplateElement::new.
2013-10-31 16:57:36 +01:00
Ms2ger
8f2b9ac413
Introduce HTMLTextAreaElement::new.
2013-10-31 16:44:47 +01:00
Ms2ger
90fed8e53d
Introduce HTMLTimeElement::new.
2013-10-31 16:40:02 +01:00
Ms2ger
9518754fae
Introduce HTMLTitleElement::new.
2013-10-31 16:32:50 +01:00
Ms2ger
53562090dc
Introduce HTMLTableRowElement::new.
2013-10-31 16:29:17 +01:00
Ms2ger
5f0e8471e3
Introduce HTMLTrackElement::new.
2013-10-31 16:11:27 +01:00
Ms2ger
82e3f71750
Introduce HTMLUListElement::new.
2013-10-31 16:09:50 +01:00
Ms2ger
c9bc5f6409
Introduce HTMLImageElement::new.
2013-10-31 16:01:54 +01:00
Ms2ger
7c17970c21
Introduce HTMLIFrameElement::new.
2013-10-31 15:53:43 +01:00
Ms2ger
8e5cd9f3a8
Introduce HTMLHeadingElement::new.
2013-10-31 15:41:35 +01:00
Ms2ger
a972c470a7
Introduce HTMLTable{Data,Header}CellElement::new.
2013-10-31 15:41:35 +01:00
Ms2ger
618447445f
Introduce HTML{Audio,Video}Element::new.
2013-10-31 15:41:30 +01:00
Tetsuharu OHZEKI
98c77a86c4
HTMLDirectoryElement should be 'dir'. Fix #1159
2013-10-31 22:55:08 +09:00
Ms2ger
801348270c
Address review comments and replace add_to_doc with node_removed and node_inserted functions.
2013-10-30 11:13:58 +01:00
Ms2ger
2ca1eede9a
Implement insertBefore and reimplement appendChild.
2013-10-29 21:48:28 +01:00
bors-servo
2c3d5ec79f
auto merge of #1138 : Ms2ger/servo/reflect-HTMLUnknownElement, r=jdm
...
@jdm: I think we should move nodes more in line with the rest of the DOM. How do you feel about something like this?
2013-10-29 12:17:44 -07:00
Patrick Walton
42092921c1
Optimize reflow by changing enums to traits and inlining more
2013-10-28 13:22:26 -07:00