fune/servo/components/script/dom
Michael Wu e4dfd5fc9a servo: Merge #7727 - Support the updated spidermonkey bindings (from michaelwu:update-bindings); r=jdm
Still need to finish the rust-mozjs update and make cargo use it, but it's close enough that I don't expect much to change on the servo side.

Some changes here
- bools are properly translated now
- char16_t is handled as u16 now
- JS_GlobalObjectTraceHook isn't mangled now
- JSJitInfo has been adjusted
- A const fn is used to generate bitfields in JSJitInfo
- Manually generating handles now requires calling an unsafe function. It's not actually required, but it's too much of a hassle to generate them manually now due to bindgen++ adding base classes now.

Source-Repo: https://github.com/servo/servo
Source-Revision: b34fd5bd7e55be1d577df5cf70b41af8a6cc716b
2015-10-14 14:48:44 -06:00
..
bindings servo: Merge #7727 - Support the updated spidermonkey bindings (from michaelwu:update-bindings); r=jdm 2015-10-14 14:48:44 -06:00
webidls servo: Merge #7829 - Implement HTMLTableCellElement::CellIndex (from frewsxcv:htmltablecellelement-cellindex); r=Ms2ger 2015-10-14 07:39:24 -06:00
activation.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
attr.rs servo: Merge #7958 - Consolidate magic number representing max unsigned long (from frewsxcv:consolidate-magic-number); r=mbrubeck 2015-10-10 15:00:39 -06:00
blob.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
browsercontext.rs servo: Merge #7727 - Support the updated spidermonkey bindings (from michaelwu:update-bindings); r=jdm 2015-10-14 14:48:44 -06:00
canvasgradient.rs servo: Merge #7882 - Refactor Error enum usage to consistently be qualified (from anthgur:consistent-enum-use); r=Ms2ger 2015-10-06 04:58:17 -06:00
canvaspattern.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
canvasrenderingcontext2d.rs servo: Merge #7997 - Link to the HTML multipage spec, not the single-page one (from eefriedman:html-spec-multipage); r=jdm 2015-10-13 12:54:10 -06:00
characterdata.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
closeevent.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
comment.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
console.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
create.rs servo: Merge #7955 - Add 'listing' alias for <pre> elements (from frewsxcv:listing-pre); r=nox 2015-10-10 11:08:14 -06:00
crypto.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
css.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
cssstyledeclaration.rs servo: Merge #7776 - Avoid allocations when joining strings (from frewsxcv:str-join); r=mbrubeck 2015-09-29 16:59:14 -06:00
customevent.rs servo: Merge #7727 - Support the updated spidermonkey bindings (from michaelwu:update-bindings); r=jdm 2015-10-14 14:48:44 -06:00
dedicatedworkerglobalscope.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
document.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
documentfragment.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
documenttype.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
domexception.rs servo: Merge #7719 - Various fixes to make github less error-prone (from Manishearth:ghfix); r=Ms2ger 2015-09-24 03:55:29 -06:00
domimplementation.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
domparser.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
dompoint.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
dompointreadonly.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
domrect.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
domrectlist.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
domstringmap.rs servo: Merge #7997 - Link to the HTML multipage spec, not the single-page one (from eefriedman:html-spec-multipage); r=jdm 2015-10-13 12:54:10 -06:00
domtokenlist.rs servo: Merge #7882 - Refactor Error enum usage to consistently be qualified (from anthgur:consistent-enum-use); r=Ms2ger 2015-10-06 04:58:17 -06:00
element.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
errorevent.rs servo: Merge #7727 - Support the updated spidermonkey bindings (from michaelwu:update-bindings); r=jdm 2015-10-14 14:48:44 -06:00
event.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
eventdispatcher.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
eventtarget.rs servo: Merge #7727 - Support the updated spidermonkey bindings (from michaelwu:update-bindings); r=jdm 2015-10-14 14:48:44 -06:00
file.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
filelist.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
filereader.rs servo: Merge #7932 - Refactor away duplication of get_rooted functionality (from pierrechevalier83:fix_issue_7929); r=jdm 2015-10-09 05:23:25 -06:00
formdata.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
htmlanchorelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlappletelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlareaelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlaudioelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlbaseelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlbodyelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlbrelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlbuttonelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlcanvaselement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlcollection.rs servo: Merge #7854 - Implement deleteRow and insertRow for table section elements (from frewsxcv:htmltablesectionelement-insertrow-deleterow); r=nox 2015-10-11 16:44:13 -06:00
htmldataelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmldatalistelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmldialogelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmldirectoryelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmldivelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmldlistelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlembedelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlfieldsetelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlfontelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlformelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlframeelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlframesetelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlheadelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlheadingelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlhrelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlhtmlelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmliframeelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlimageelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlinputelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmllabelelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmllegendelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmllielement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmllinkelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlmapelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlmediaelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlmetaelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlmeterelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlmodelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlobjectelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlolistelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmloptgroupelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmloptionelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmloutputelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlparagraphelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlparamelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlpreelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlprogresselement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlquoteelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlscriptelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlselectelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlsourceelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlspanelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlstyleelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltablecaptionelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltablecellelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltablecolelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltabledatacellelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltableelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltableheadercellelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltablerowelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltablesectionelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltemplateelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltextareaelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltimeelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltitleelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmltrackelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlulistelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlunknownelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
htmlvideoelement.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
imagedata.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
keyboardevent.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
location.rs servo: Merge #7064 - Implement location.reload() (from paulrouget:reload); r=Ms2ger 2015-09-21 09:03:42 -06:00
macros.rs servo: Merge #7958 - Consolidate magic number representing max unsigned long (from frewsxcv:consolidate-magic-number); r=mbrubeck 2015-10-10 15:00:39 -06:00
messageevent.rs servo: Merge #7727 - Support the updated spidermonkey bindings (from michaelwu:update-bindings); r=jdm 2015-10-14 14:48:44 -06:00
mod.rs servo: Merge #7990 - Add newline so code sample is parsed correctly (from dagnir:formatting-fix); r=Manishearth 2015-10-13 02:12:28 -06:00
mouseevent.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
namednodemap.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
navigator.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
navigatorinfo.rs servo: Merge #7582 - implement navigator.platform (from paulrouget:navigator.platform); r=jdm 2015-09-29 11:42:45 -06:00
node.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
nodeiterator.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
nodelist.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
performance.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
performancetiming.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
processinginstruction.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
progressevent.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
range.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
screen.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
servohtmlparser.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
storage.rs servo: Merge #7835 - Implement a quota of 5MB per origin for localstorage and sessionstorage (from iawaknahc:webstorage-quota); r=jdm 2015-10-09 12:36:47 -06:00
storageevent.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
testbinding.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
testbindingproxy.rs servo: Merge #7691 - Remove deprecated 'creator' WebIDL attribute (from frewsxcv:rm-creator-webidl-attribute); r=nox 2015-09-21 05:45:30 -06:00
text.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
textdecoder.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
textencoder.rs servo: Merge #7882 - Refactor Error enum usage to consistently be qualified (from anthgur:consistent-enum-use); r=Ms2ger 2015-10-06 04:58:17 -06:00
treewalker.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
uievent.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
url.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
urlhelper.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
urlsearchparams.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
userscripts.rs servo: Merge #7401 - Remove helper traits (from nox:rm-helpers); r=Manishearth 2015-08-27 09:38:48 -06:00
validitystate.rs servo: Merge #7997 - Link to the HTML multipage spec, not the single-page one (from eefriedman:html-spec-multipage); r=jdm 2015-10-13 12:54:10 -06:00
values.rs servo: Merge #7958 - Consolidate magic number representing max unsigned long (from frewsxcv:consolidate-magic-number); r=mbrubeck 2015-10-10 15:00:39 -06:00
virtualmethods.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
webglactiveinfo.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
webglbuffer.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
webglcontextevent.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
webglframebuffer.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
webglobject.rs servo: Merge #7361 - make dom_struct derive HeapSizeOf (from jxs:master); r=Ms2ger 2015-08-27 02:35:45 -06:00
webglprogram.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
webglrenderbuffer.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
webglrenderingcontext.rs servo: Merge #7843 - webgl: Implement WebGLContextEvent and use it on context creation error (from emilio:webgl-context-event); r=jdm 2015-10-07 17:04:10 -06:00
webglshader.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
webglshaderprecisionformat.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
webgltexture.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
webgluniformlocation.rs servo: Merge #7401 - Remove helper traits (from nox:rm-helpers); r=Manishearth 2015-08-27 09:38:48 -06:00
websocket.rs servo: Merge #7871 - Send reason in the Websocket close handshake (from psdh:sendReason); r=jdm 2015-10-13 17:25:27 -06:00
window.rs servo: Merge #7727 - Support the updated spidermonkey bindings (from michaelwu:update-bindings); r=jdm 2015-10-14 14:48:44 -06:00
worker.rs servo: Merge #7960 - Replace usage of old-style WHATWG spec links (from frewsxcv:update-spec-links); r=jdm 2015-10-10 10:17:52 -06:00
workerglobalscope.rs servo: Merge #7882 - Refactor Error enum usage to consistently be qualified (from anthgur:consistent-enum-use); r=Ms2ger 2015-10-06 04:58:17 -06:00
workerlocation.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
workernavigator.rs servo: Merge #7416 - Make the traits for the IDL interfaces take &self (from nox:methods-ref); r=frewsxcv 2015-08-27 15:08:41 -06:00
xmlhttprequest.rs servo: Merge #7727 - Support the updated spidermonkey bindings (from michaelwu:update-bindings); r=jdm 2015-10-14 14:48:44 -06:00
xmlhttprequesteventtarget.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00
xmlhttprequestupload.rs servo: Merge #7873 - Generate the various TypeId enums in codegen (from nox:codegen-typeid); r=Ms2ger 2015-10-14 12:47:48 -06:00