servo/components/script/dom
Simon Sapin 6889f37d9e Remove the url! plugin.
In rust-url 1.0 the `Url` struct is going to have private fields, and there
is no way to to create an aribitrary one without going through the parser.

The plugin never had a clear demonstrated performance benefit,
it was made mostly because it was possible and relatively easy at the time.
2016-04-14 15:35:28 +02:00
..
bindings Implement origin concept. 2016-04-13 10:37:55 +02:00
webidls Added remaining uniforms 2016-04-14 07:42:14 +02:00
activation.rs Call synthetic_click_activation for all clicks 2016-03-10 14:43:33 -05:00
attr.rs Implement nodeName on Attr 2016-04-03 10:27:41 -07:00
blob.rs Implementation of Blob Constructor with test changes 2016-03-17 23:47:12 +05:30
bluetooth.rs WebBluetooth API classes 2016-03-16 10:34:48 +01:00
bluetoothadvertisingdata.rs WebBluetooth API classes 2016-03-16 10:34:48 +01:00
bluetoothcharacteristicproperties.rs WebBluetooth API classes 2016-03-16 10:34:48 +01:00
bluetoothdevice.rs WebBluetooth API classes 2016-03-16 10:34:48 +01:00
bluetoothremotegattcharacteristic.rs WebBluetooth API classes 2016-03-16 10:34:48 +01:00
bluetoothremotegattdescriptor.rs WebBluetooth API classes 2016-03-16 10:34:48 +01:00
bluetoothremotegattserver.rs WebBluetooth API classes 2016-03-16 10:34:48 +01:00
bluetoothremotegattservice.rs WebBluetooth API classes 2016-03-16 10:34:48 +01:00
bluetoothuuid.rs WebBluetooth API classes 2016-03-16 10:34:48 +01:00
browsingcontext.rs Make fill_property_descriptor take a flags argument 2016-02-23 17:14:27 +01:00
canvasgradient.rs
canvaspattern.rs
canvasrenderingcontext2d.rs replace Fallible<()> with ErrorResult 2016-04-13 19:56:52 +08:00
characterdata.rs Inlined content_changed 2016-04-04 11:33:37 +02:00
closeevent.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
comment.rs
console.rs Implement console#time and console#timeEnd methods 2016-01-25 14:21:32 -05:00
create.rs Implement HTMLDetailsElement. Fixes #9216 2016-01-20 16:15:37 +01:00
crypto.rs Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
css.rs
cssstyledeclaration.rs Inlined content_changed 2016-04-04 11:33:37 +02:00
customevent.rs Implement From<DOMString> for Atom 2016-02-24 17:52:17 +01:00
dedicatedworkerglobalscope.rs Implement Worker#terminate() (fixes #4427). 2016-04-07 18:54:32 -04:00
document.rs Remove the url! plugin. 2016-04-14 15:35:28 +02:00
documentfragment.rs Implement From<DOMString> for Atom 2016-02-24 17:52:17 +01:00
documenttype.rs
domexception.rs
domimplementation.rs Make it possible for XMLDocuments to have a browsing context. 2016-02-20 18:03:14 +01:00
domparser.rs Store a pointer to the browsing context in the Document. 2016-02-11 13:08:11 +01:00
dompoint.rs
dompointreadonly.rs
domquad.rs Add global default method for Reflectable trait 2016-01-11 20:23:47 -05:00
domrect.rs
domrectlist.rs
domrectreadonly.rs
domstringmap.rs
domtokenlist.rs Implement and test DOMTokenList.replace (fixes #8511) 2016-03-24 10:37:42 +01:00
element.rs replace Fallible<()> with ErrorResult 2016-04-13 19:56:52 +08:00
errorevent.rs implement and use From<bool> for enum and back 2016-03-17 22:50:22 +01:00
event.rs implement and use From<bool> for enum and back 2016-03-17 22:50:22 +01:00
eventdispatcher.rs Refactor dispatch_event according to the spec (fixes #9178) 2016-02-29 10:42:09 +01:00
eventsource.rs
eventtarget.rs rename deprecated utf16_units to encode_utf16 2016-03-07 16:14:04 +01:00
file.rs Remove global field from Blob 2016-01-10 21:20:31 -05:00
filelist.rs
filereader.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
focusevent.rs implement and use From<bool> for enum and back 2016-03-17 22:50:22 +01:00
forcetouchevent.rs forcetouch events support 2016-04-05 18:42:28 +08:00
formdata.rs Make use of From<String> for Atom 2016-02-24 17:52:13 +01:00
htmlanchorelement.rs Implement HTMLHyperlinkElementUtils for HTMLAnchorElement 2016-03-24 21:14:28 -04:00
htmlappletelement.rs
htmlareaelement.rs
htmlaudioelement.rs
htmlbaseelement.rs Implement HTMLBaseElement attributes 2016-04-13 08:57:17 -04:00
htmlbodyelement.rs Extract out 'is the html body element' CSSOM concept. 2016-04-11 10:51:00 -04:00
htmlbrelement.rs
htmlbuttonelement.rs Remove get_* on getters as per RFC 0344. 2016-04-10 22:49:35 -04:00
htmlcanvaselement.rs Change old references of ecoal95 2016-03-23 18:12:40 +01:00
htmlcollection.rs Remove get_* on getters as per RFC 0344. 2016-03-31 21:12:38 -04:00
htmldataelement.rs
htmldatalistelement.rs
htmldetailselement.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
htmldialogelement.rs
htmldirectoryelement.rs
htmldivelement.rs
htmldlistelement.rs
htmlelement.rs Update 'Extensions to the HTMLElement Interface' CSSOM spec links. 2016-04-11 09:05:02 -04:00
htmlembedelement.rs
htmlfieldsetelement.rs Implement initial pieces of form validation. 2016-03-24 09:07:38 -04:00
htmlfontelement.rs refactor, moving functions into attr and htmlfontelemend fixes #9639 #9638 2016-02-15 22:33:14 +00:00
htmlformcontrolscollection.rs Fix #9508: Beautify our union enums constructors 2016-02-07 02:55:21 +03:00
htmlformelement.rs Rename fn get_form_datum to form_datum 2016-04-11 08:56:47 -04:00
htmlframeelement.rs
htmlframesetelement.rs
htmlheadelement.rs
htmlheadingelement.rs
htmlhrelement.rs Implement 'align' IDL attribute on '<hr>'. 2016-04-11 19:46:57 -04:00
htmlhtmlelement.rs
htmliframeelement.rs Remove the url! plugin. 2016-04-14 15:35:28 +02:00
htmlimageelement.rs Implement image request concept for HTMLImageElement. Implement HTMLImageElement.currentSrc. 2016-04-12 14:11:31 -04:00
htmlinputelement.rs Auto merge of #10522 - KiChjang:input-cleanup, r=frewsxcv 2016-04-12 07:56:38 +05:30
htmllabelelement.rs Fix HtmlLabelElement activation to run on correct element 2016-03-29 18:48:07 -04:00
htmllegendelement.rs Issue #10456 Remove unused import warnings in HTMLLegendElement 2016-04-07 21:24:20 +02:00
htmllielement.rs
htmllinkelement.rs Issue #10284 Ignore alternate stylesheets 2016-04-05 23:57:39 +02:00
htmlmapelement.rs
htmlmediaelement.rs
htmlmetaelement.rs Recompute viewport-dependent styles on viewport size change 2016-03-19 13:23:39 -07:00
htmlmeterelement.rs
htmlmodelement.rs
htmlobjectelement.rs Implement initial pieces of form validation. 2016-03-24 09:07:38 -04:00
htmlolistelement.rs
htmloptgroupelement.rs Update rust-selectors 2016-02-03 02:11:31 +01:00
htmloptionelement.rs Update rust-selectors 2016-02-03 02:11:31 +01:00
htmloutputelement.rs Implement initial pieces of form validation. 2016-03-24 09:07:38 -04:00
htmlparagraphelement.rs
htmlparamelement.rs
htmlpreelement.rs
htmlprogresselement.rs
htmlquoteelement.rs
htmlscriptelement.rs Avoid script execution when not found 2016-04-09 09:57:35 +02:00
htmlselectelement.rs Remove get_* on getters as per RFC 0344. 2016-04-10 22:49:35 -04:00
htmlsourceelement.rs
htmlspanelement.rs
htmlstyleelement.rs Refactor style to be completely backend-independent 2016-02-13 16:05:14 +01:00
htmltablecaptionelement.rs
htmltablecellelement.rs
htmltablecolelement.rs
htmltabledatacellelement.rs
htmltableelement.rs Implement sectionRowIndex property on <tr>. 2016-04-12 23:17:20 -04:00
htmltableheadercellelement.rs
htmltablerowelement.rs Implement sectionRowIndex property on <tr>. 2016-04-12 23:17:20 -04:00
htmltablesectionelement.rs
htmltemplateelement.rs
htmltextareaelement.rs Remove get_* on getters as per RFC 0344. 2016-04-10 22:49:35 -04:00
htmltimeelement.rs
htmltitleelement.rs
htmltrackelement.rs
htmlulistelement.rs
htmlunknownelement.rs
htmlvideoelement.rs
imagedata.rs
keyboardevent.rs Spec says 'ContextMenu', not 'Menu' 2016-03-22 21:09:43 +05:30
location.rs add origin to location and url api 2016-01-21 11:06:41 -08:00
macros.rs webgl: finish, flush, detachShader, generateMipmap, Uniform1i 2016-04-02 12:31:47 -06:00
messageevent.rs Implement From<DOMString> for Atom 2016-02-24 17:52:17 +01:00
mimetype.rs Implemented stub for NavigatorPlugins 2016-04-11 09:14:46 -06:00
mimetypearray.rs Implemented stub for NavigatorPlugins 2016-04-11 09:14:46 -06:00
mod.rs Implemented stub for NavigatorPlugins 2016-04-11 09:14:46 -06:00
mouseevent.rs implement and use From<bool> for enum and back 2016-03-17 22:50:22 +01:00
namednodemap.rs Updated SupportedPropertyNames in NamedNodeMap to match spec 2016-03-05 17:21:01 +05:30
navigator.rs Implemented stub for NavigatorPlugins 2016-04-11 09:14:46 -06:00
navigatorinfo.rs implements NavigatorLanguage 2016-03-17 16:13:37 +05:30
node.rs Extract out 'is the html body element' CSSOM concept. 2016-04-11 10:51:00 -04:00
nodeiterator.rs
nodelist.rs Implement NamedItem and NamedGetter on HTMLFormControlsCollection 2016-01-28 18:33:51 -05:00
performance.rs
performancetiming.rs fix performance timing precision and navigation_start unit; add LoadEventStart and LoadEventEnd timing 2016-04-13 01:30:02 +08:00
plugin.rs Implemented stub for NavigatorPlugins 2016-04-11 09:14:46 -06:00
pluginarray.rs Implemented stub for NavigatorPlugins 2016-04-11 09:14:46 -06:00
processinginstruction.rs
progressevent.rs implement and use From<bool> for enum and back 2016-03-17 22:50:22 +01:00
radionodelist.rs Implement NamedItem and NamedGetter on HTMLFormControlsCollection 2016-01-28 18:33:51 -05:00
range.rs Implement Stringifier for Range 2016-03-09 15:27:37 -05:00
screen.rs
servohtmlparser.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
servoxmlparser.rs
storage.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
storageevent.rs implement and use From<bool> for enum and back 2016-03-17 22:50:22 +01:00
stylesheet.rs Initial steps for CSSOM API 2016-03-31 18:17:30 -04:00
stylesheetlist.rs servo: Clean up unused variables and imports 2016-04-02 16:30:18 +02:00
testbinding.rs Issue #10348 Implement StringMozPreference, string preferences, WPT tests 2016-04-03 21:28:17 +02:00
testbindingproxy.rs
text.rs
textdecoder.rs
textencoder.rs
touch.rs
touchevent.rs implement and use From<bool> for enum and back 2016-03-17 22:50:22 +01:00
touchlist.rs
treewalker.rs
uievent.rs implement and use From<bool> for enum and back 2016-03-17 22:50:22 +01:00
url.rs Remove URL.base (it was removed from the spec) 2016-04-06 14:18:24 +02:00
urlhelper.rs Implement HTMLHyperlinkElementUtils for HTMLAnchorElement 2016-03-24 21:14:28 -04:00
urlsearchparams.rs Implement URL.searchParams 2016-04-05 16:10:05 +02:00
userscripts.rs
validation.rs Implement initial pieces of form validation. 2016-03-24 09:07:38 -04:00
validitystate.rs Implement initial pieces of form validation. 2016-03-24 09:07:38 -04:00
values.rs
virtualmethods.rs Move comment about removing steps 2016-02-13 14:22:10 -05:00
webglactiveinfo.rs
webglbuffer.rs #10211: Stop re-exporting webrender_traits WebGL types from canvas_traits 2016-03-30 20:05:16 +02:00
webglcontextevent.rs implement and use From<bool> for enum and back 2016-03-17 22:50:22 +01:00
webglframebuffer.rs #10211: Stop re-exporting webrender_traits WebGL types from canvas_traits 2016-03-30 20:05:16 +02:00
webglobject.rs
webglprogram.rs Implement GetActiveAttrib 2016-04-11 23:12:04 -07:00
webglrenderbuffer.rs #10211: Stop re-exporting webrender_traits WebGL types from canvas_traits 2016-03-30 20:05:16 +02:00
webglrenderingcontext.rs Added remaining uniforms 2016-04-14 07:42:14 +02:00
webglshader.rs webgl: Make the api return the context limits and use them for validations 2016-04-03 01:21:56 +02:00
webglshaderprecisionformat.rs
webgltexture.rs webgl: finish, flush, detachShader, generateMipmap, Uniform1i 2016-04-02 12:31:47 -06:00
webgluniformlocation.rs webgl: Track uniformlocation's program 2016-01-13 13:41:30 +01:00
websocket.rs replace Fallible<()> with ErrorResult 2016-04-13 19:56:52 +08:00
window.rs fix performance timing precision and navigation_start unit; add LoadEventStart and LoadEventEnd timing 2016-04-13 01:30:02 +08:00
worker.rs Implement Worker#terminate() (fixes #4427). 2016-04-07 18:54:32 -04:00
workerglobalscope.rs Implement Worker#terminate() (fixes #4427). 2016-04-07 18:54:32 -04:00
workerlocation.rs
workernavigator.rs implements NavigatorLanguage 2016-03-17 16:13:37 +05:30
xmldocument.rs Use upcast() in XMLDocument methods. 2016-04-11 10:30:08 +02:00
xmlhttprequest.rs Do not support XHR.responseXML in worker globals. Fixes #8931. 2016-04-13 13:56:07 -04:00
xmlhttprequesteventtarget.rs
xmlhttprequestupload.rs