aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Initial work on job queues for service workersRahul Sharma2016-11-221-0/+1
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-0/+1
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-0/+1
* | script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-4/+4
|/
* Auto merge of #13774 - KiChjang:event-source-constructor, r=jdmbors-servo2016-11-121-0/+1
|\
| * Implement reestablishing the connection for EventSourceKeith Yeung2016-11-111-0/+1
* | script: Ensure script is initialized before running script.Emilio Cobos Álvarez2016-11-121-4/+6
|/
* Blacklisted items are removed when calling getServices/Characteristics/Descri...fokinv2016-11-041-1/+0
* Auto merge of #14044 - servo:bluetooth, r=emiliobors-servo2016-11-031-0/+1
|\
| * Split the bluetooth code out from the net crates.Ms2ger2016-11-031-0/+1
* | Update to string-cache 0.3Simon Sapin2016-11-031-1/+2
|/
* Remove #![feature(custom_attribute)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Auto merge of #14028 - servo:rustup, r=nox,SimonSapinbors-servo2016-11-021-1/+4
|\
| * Make #[derive(JSTraceable)] a procedural macroAnthony Ramine2016-11-031-0/+2
| * Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-1/+2
* | Auto merge of #13453 - metajack:media-query-list, r=jdmbors-servo2016-11-021-0/+1
|\ \ | |/ |/|
| * Implement matchMedia and MediaQueryListJack Moffitt2016-11-021-0/+1
* | Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26)Anthony Ramine2016-10-271-1/+0
|/
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-1/+0
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-1/+0
* Make TopTypeId an untagged unionAnthony Ramine2016-10-061-0/+1
* Reorder features in script crateAnthony Ramine2016-10-061-1/+1
* Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-0/+1
* Use parking_lot::RwLock instead of DOMRefCell for PropertyDeclarationBlockSimon Sapin2016-10-041-0/+1
* Implement the Fetch methodJeena Lee2016-09-291-0/+1
* Auto merge of #13345 - malisas:malisa-bodyAPI, r=jdmbors-servo2016-09-291-0/+1
|\
| * impl Body mixin for dom::Response and dom::RequestMalisa Smith2016-09-281-0/+1
* | Add OSMesa headless mode, run WPT against Webrender, update tests.Glenn Watson2016-09-281-12/+0
|/
* Put back video metadataGuillaume Gomez2016-09-091-0/+1
* 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