aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move DOMRefCell to style.Simon Sapin2016-08-311-1/+0
* Make DOMRefCell use style’s copy of RefCellSimon Sapin2016-08-311-1/+0
* Pass real values to the proxy handler setup.Josh Matthews2016-08-251-3/+3
* Update Rust to 1.13.0-nightly (3c5a0fa45 2016-08-22)Anthony Ramine2016-08-231-1/+0
* Use feature try_borrow instead of borrow_state in scriptAnthony Ramine2016-08-201-1/+1
* script: Disable our dependency in ffmpeg until the media madness is over.Emilio Cobos Álvarez2016-08-171-2/+0
* Use impl Trait syntax for Node::child_elementsAnthony Ramine2016-08-131-0/+1
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-0/+1
* Auto merge of #12186 - GuillaumeGomez:video-metadata, r=larsbergstrom,jdm,KiC...bors-servo2016-07-291-0/+2
|\
| * Add condition to not use video-metadata on aarch64 architecture as wellGuillaume Gomez2016-07-281-1/+1
| * Disable video-metadata build on arm architecture as wellGuillaume Gomez2016-07-271-1/+1
| * Remove video-metadata from android platformGuillaume Gomez2016-07-271-0/+1
| * Add video-metadata-rs dependenciesggomez2016-07-251-0/+1
* | Remove the no longer necessary iter_arith feature gate.Ms2ger2016-07-291-1/+0
* | Support tinyfiledialogs on WindowsUK9922016-07-251-2/+1
|/
* make resource_thread talk to sw-managerRahul Sharma2016-07-181-4/+3
* Integrate service worker manager threadRahul Sharma2016-07-161-1/+8
* Replace AdjacentPosition::parse by TryFromGuillaume Gomez2016-07-121-0/+1
* Remove util::breakpointAnthony Ramine2016-07-061-1/+1
* Use a stack guard and a macro for RootedVec instead of return_address.Eduard Burtescu2016-07-041-1/+1
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-0/+1
* Use common cookie struct add cookie webdriver cmdsDan Robertson2016-06-251-0/+1
* Auto merge of #11754 - Ms2ger:wrapper-traits-prep2, r=noxbors-servo2016-06-201-2/+3
|\
| * Move CSSErrorReporter to script_layout_interface.Ms2ger2016-06-201-1/+0
| * Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-1/+0
| * Move ServoLayoutNode and related structs to script.Ms2ger2016-06-201-0/+2
| * Move OpaqueStyleAndLayoutData to script_layout_interface.Ms2ger2016-06-201-0/+1
* | Implement filter for file-type input's accept attributeZhen Zhang2016-06-201-0/+1
|/
* Implement Blob URL's DOM interfacesZhen Zhang2016-06-171-1/+0
* Make canvas send their data themselves to other canvasAnthony Ramine2016-06-161-1/+0
* Auto merge of #11556 - Manishearth:make-fetch-happen, r=jdmbors-servo2016-06-111-2/+0
|\
| * Review fixesManish Goregaokar2016-06-111-2/+0
* | script: When using WebRender, keep the DOM-side scroll positions forPatrick Walton2016-06-101-1/+13
|/
* Auto merge of #11668 - GuillaumeGomez:insert_adjacent, r=noxbors-servo2016-06-081-0/+1
|\
| * Set Adjacent::Position case-insensitiveGuillaume Gomez2016-06-081-0/+1
* | Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07)Anthony Ramine2016-06-081-1/+0
|/
* add Blob URL storeZhen Zhang2016-06-031-0/+1
* Remove spurious JS_Init call.Ms2ger2016-06-021-1/+0
* Auto merge of #11221 - izgzhen:blob-file-backend, r=Manishearthbors-servo2016-06-011-0/+1
|\
| * Add file backend support for Blob and relatedZhen Zhang2016-06-011-0/+1
* | Add WebBluetooth Blacklist supportfokinv2016-05-311-0/+1
|/
* Implement window.openURLInDefaultBrowser() (fixes #11292)Anthony Ramine2016-05-271-0/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-0/+1
* remove page and move functionality to browing contextConnor Brewster2016-05-111-1/+0
* Make debug logging for tracing JS objects more informative.Josh Matthews2016-05-111-0/+1
* Implement alert dialogsConnor Brewster2016-05-031-0/+2
* Support form submission of multipart/form-dataPrabhjyot Singh Sodhi2016-04-301-0/+2
* Replace range::Range with std::ops::Range in scriptMatt Brubeck2016-04-281-1/+0
* Update rustc.Ms2ger2016-04-261-1/+0
* Auto merge of #10706 - zwn:unused-extern-crates, r=noxbors-servo2016-04-221-0/+1
|\