New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Document.createElementNS() #1391
Closed
therealglazou
wants to merge
23
commits into
servo:master
from
therealglazou:therealglazou/createElementNS
better test
3c28d06
Select commit
b3aaa4b
Document.creatElementNS() and reftest
therealglazou 6666929
merge upstream
therealglazou 4f8acae
Merge remote-tracking branch 'upstream/master' into therealglazou/cre…
therealglazou 28933b1
new version of Document.createElementNS
therealglazou 9f0e696
De-@mut pipeline
larsbergstrom 2ec9649
Shut down the profiler in headless compositing mode
pcwalton 4fe305c
Prevent ' ' from stripping as whitespace
june0cho 26cd50d
Fix: whitespace is considered as spaces(U+0020), tabs(U+0009), and li…
june0cho 735d826
De-@mut the FrameTree.
larsbergstrom d39f028
Update rust-layers submodule
larsbergstrom 998a561
Remove commented-out parts of Document.webidl and HTMLDocument.webidl.
Ms2ger f345b69
Create a Line DisplayItem
ngsankha a8716ad
add Element::new
therealglazou b4d5184
trailing ws
therealglazou 99f02d1
reuse get_attribute_parts
therealglazou d5a5fb6
no lowercasing for html element names
therealglazou 0f764df
adding comment with spec URL
therealglazou 77bd9b0
simplify match in CreateElementNS
therealglazou 916c5d1
simplify match in CreateElementNS
therealglazou f1d60a7
simplify namespace error cases
therealglazou 575c25e
simplify namespace error cases
therealglazou 1308285
remove the ': Namesapce'
therealglazou 3c28d06
better test
therealglazou
Closed
Implement Document.createElementNS() #1391
better test
Dec 12, 2013
Feb 21, 2014
Feb 21, 2014
Feb 21, 2014
Feb 11, 2014
Feb 21, 2014
Feb 21, 2014
Feb 21, 2014
Feb 14, 2014
Feb 19, 2014
Feb 22, 2014
Feb 17, 2014
Feb 24, 2014
Feb 24, 2014
Feb 24, 2014
Feb 24, 2014
Feb 24, 2014
Feb 24, 2014
Feb 24, 2014
Feb 24, 2014
Feb 24, 2014
Feb 24, 2014
Feb 24, 2014
3c28d06
Select commit
b3aaa4b
Document.creatElementNS() and reftest
therealglazou 6666929
merge upstream
therealglazou 4f8acae
Merge remote-tracking branch 'upstream/master' into therealglazou/cre…
therealglazou 28933b1
new version of Document.createElementNS
therealglazou 9f0e696
De-@mut pipeline
larsbergstrom 2ec9649
Shut down the profiler in headless compositing mode
pcwalton 4fe305c
Prevent ' ' from stripping as whitespace
june0cho 26cd50d
Fix: whitespace is considered as spaces(U+0020), tabs(U+0009), and li…
june0cho 735d826
De-@mut the FrameTree.
larsbergstrom d39f028
Update rust-layers submodule
larsbergstrom 998a561
Remove commented-out parts of Document.webidl and HTMLDocument.webidl.
Ms2ger f345b69
Create a Line DisplayItem
ngsankha a8716ad
add Element::new
therealglazou b4d5184
trailing ws
therealglazou 99f02d1
reuse get_attribute_parts
therealglazou d5a5fb6
no lowercasing for html element names
therealglazou 0f764df
adding comment with spec URL
therealglazou 77bd9b0
simplify match in CreateElementNS
therealglazou 916c5d1
simplify match in CreateElementNS
therealglazou f1d60a7
simplify namespace error cases
therealglazou 575c25e
simplify namespace error cases
therealglazou 1308285
remove the ': Namesapce'
therealglazou 3c28d06
better test
therealglazou