..
bindings
Move ScriptMsg from msg crate into script_traits
2015-12-09 20:50:11 +01:00
webidls
Implement responseXML API and document response type for XHR
2015-12-09 17:48:04 -05:00
activation.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
attr.rs
Update string_cache to 0.2.
2015-11-25 10:13:21 -06:00
blob.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
browsercontext.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
canvasgradient.rs
Parse currentColor as Canvas2D color
2015-11-21 11:59:19 -08:00
canvaspattern.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
canvasrenderingcontext2d.rs
Move ScriptMsg from msg crate into script_traits
2015-12-09 20:50:11 +01:00
characterdata.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
closeevent.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
comment.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
console.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
create.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
crypto.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
css.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
cssstyledeclaration.rs
Defined new trait ParseErrorReporter and added error_reporter member to ParserContext
2015-11-25 18:28:30 -05:00
customevent.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
dedicatedworkerglobalscope.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
document.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
documentfragment.rs
Update string_cache to 0.2.
2015-11-25 10:13:21 -06:00
documenttype.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
domexception.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
domimplementation.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
domparser.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
dompoint.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
dompointreadonly.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
domrect.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
domrectlist.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
domrectreadonly.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
domstringmap.rs
Rustfmt some of script.
2015-11-18 11:14:05 +01:00
domtokenlist.rs
Update string_cache to 0.2.
2015-11-25 10:13:21 -06:00
element.rs
Add link to issue for :visited
2015-12-05 21:36:13 +01:00
errorevent.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
event.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
eventdispatcher.rs
Clean up the conversion routines
2015-11-11 14:19:30 +01:00
eventtarget.rs
Update string_cache to 0.2.
2015-11-25 10:13:21 -06:00
file.rs
filelist.rs
merge from master
2015-11-03 19:01:23 +09:00
filereader.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
formdata.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
htmlanchorelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlappletelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlareaelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlaudioelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlbaseelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlbodyelement.rs
Move ScriptMsg from msg crate into script_traits
2015-12-09 20:50:11 +01:00
htmlbrelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlbuttonelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlcanvaselement.rs
Auto merge of #8728 - dzbarsky:reset_bitmpa, r=dzbarsky
2015-12-04 11:57:55 +05:30
htmlcollection.rs
Update string_cache to 0.2.
2015-11-25 10:13:21 -06:00
htmldataelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmldatalistelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmldialogelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmldirectoryelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmldivelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmldlistelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlelement.rs
move FocusType enum to the script crate
2015-12-06 15:39:45 +01:00
htmlembedelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlfieldsetelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlfontelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlformelement.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
htmlframeelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlframesetelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlheadelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlheadingelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlhrelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlhtmlelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmliframeelement.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
htmlimageelement.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
htmlinputelement.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
htmllabelelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmllegendelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmllielement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmllinkelement.rs
Move ScriptMsg from msg crate into script_traits
2015-12-09 20:50:11 +01:00
htmlmapelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlmediaelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlmetaelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlmeterelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlmodelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlobjectelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlolistelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmloptgroupelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmloptionelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmloutputelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlparagraphelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlparamelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlpreelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlprogresselement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlquoteelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlscriptelement.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
htmlselectelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlsourceelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlspanelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlstyleelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltablecaptionelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltablecellelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltablecolelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltabledatacellelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltableelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltableheadercellelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltablerowelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltablesectionelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltemplateelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltextareaelement.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
htmltimeelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltitleelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmltrackelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlulistelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlunknownelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
htmlvideoelement.rs
Remove unnecessary conversion to/from DOMString for localName.
2015-12-02 13:42:45 -08:00
imagedata.rs
Remove #[allow(raw_pointer_derive)]
attributes
2015-11-27 14:32:57 -05:00
keyboardevent.rs
Cleanup some unneeded let bindings
2015-11-06 00:22:31 -08:00
location.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
macros.rs
Makes setting negative values to maxLength throw an IndexSize exception
2015-12-03 14:00:59 +11:00
messageevent.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
mod.rs
Add XMLDocument object
2015-11-27 14:55:41 +01:00
mouseevent.rs
Get rid of a bunch of explicit derefs
2015-11-03 19:51:46 -08:00
namednodemap.rs
Update string_cache to 0.2.
2015-11-25 10:13:21 -06:00
navigator.rs
navigatorinfo.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
node.rs
now using external ref_slice instead of the std version
2015-12-03 07:32:07 +00:00
nodeiterator.rs
Get rid of a bunch of explicit derefs
2015-11-03 19:51:46 -08:00
nodelist.rs
merge from master
2015-11-03 19:01:23 +09:00
performance.rs
merge from master
2015-11-03 19:01:23 +09:00
performancetiming.rs
Add DOM-related performance timing properties
2015-11-13 17:51:34 -05:00
processinginstruction.rs
progressevent.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
range.rs
Add XMLDocument object
2015-11-27 14:55:41 +01:00
screen.rs
servohtmlparser.rs
Create and invoke XML parser for XML documents.
2015-12-04 16:37:13 -05:00
servoxmlparser.rs
Create and invoke XML parser for XML documents.
2015-12-04 16:37:13 -05:00
storage.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
storageevent.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
testbinding.rs
Auto merge of #8147 - nox:weakref, r=Ms2ger
2015-11-13 06:22:40 +05:30
testbindingproxy.rs
Use DOMString::new() somewhat consistently.
2015-11-04 12:09:10 +01:00
text.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
textdecoder.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
textencoder.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
touch.rs
touchevent.rs
touchlist.rs
merge from master
2015-11-03 19:01:23 +09:00
treewalker.rs
Get rid of a bunch of explicit derefs
2015-11-03 19:51:46 -08:00
uievent.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
url.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
urlhelper.rs
urlsearchparams.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
userscripts.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
validitystate.rs
values.rs
virtualmethods.rs
Implement <hr> 'color' attribute
2015-11-08 18:34:27 -05:00
webglactiveinfo.rs
Make DOMString a newtype around String, rather than a typedef.
2015-11-04 12:09:11 +01:00
webglbuffer.rs
merge from master
2015-11-03 19:01:23 +09:00
webglcontextevent.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
webglframebuffer.rs
merge from master
2015-11-03 19:01:23 +09:00
webglobject.rs
webglprogram.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
webglrenderbuffer.rs
merge from master
2015-11-03 19:01:23 +09:00
webglrenderingcontext.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
webglshader.rs
Make DOMString a newtype around String, rather than a typedef.
2015-11-04 12:09:11 +01:00
webglshaderprecisionformat.rs
webgltexture.rs
webgl: Fix texturing
2015-12-03 02:53:37 +01:00
webgluniformlocation.rs
websocket.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
window.rs
Move ScriptMsg from msg crate into script_traits
2015-12-09 20:50:11 +01:00
worker.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
workerglobalscope.rs
Move ScriptMsg from msg crate into script_traits
2015-12-09 20:50:11 +01:00
workerlocation.rs
Replaced DOMString constructor by conversion functions.
2015-11-12 17:52:59 -06:00
workernavigator.rs
xmldocument.rs
Implement [Unforgeable]
2015-12-02 22:15:11 +01:00
xmlhttprequest.rs
Pass around event types as Atoms instead of Strings
2015-12-10 23:47:25 -05:00
xmlhttprequesteventtarget.rs
xmlhttprequestupload.rs