aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Silence unused-extern-crates false positives.Zbynek Winkler2016-04-221-0/+1
* | Use num-traits in script.Ms2ger2016-04-201-1/+1
|/
* Implement origin concept.Josh Matthews2016-04-131-0/+1
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-0/+1
* TextInput::max_length should be in code units, not bytesMatt Brubeck2016-04-021-0/+1
* #10211: Stop re-exporting webrender_traits WebGL types from canvas_traitsJan-Fabian Humann2016-03-301-0/+1
* Highlight selected text in input fieldsMatt Brubeck2016-03-241-0/+1
* Auto merge of #9838 - szeged:webbluetooth, r=jdmbors-servo2016-03-161-0/+1
|\
| * WebBluetooth API classesAttila Dusnoki2016-03-161-0/+1
* | Add task_source directoryKeith Yeung2016-03-101-0/+1
* | Remove unused cell_extras feature gates. Fixes #9912Suvish Varghese Thoovamalayil2016-03-081-1/+0
* | Auto merge of #9903 - servo:ref-filter-map, r=noxbors-servo2016-03-081-0/+1
|\ \
| * | Replace usage of deprecated std::cell::Ref::filter_mapSimon Sapin2016-03-071-0/+1
| |/
* / rename deprecated utf16_units to encode_utf16Arpad Borsos2016-03-071-1/+0
|/
* Lazily define interface objects on globals (fixes #6419)Anthony Ramine2016-02-251-0/+2
* Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanutbors-servo2016-02-051-1/+0
|\
| * Upgrade to new Hasher APIRuud van Asseldonk2016-02-031-1/+0
* | Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-0/+2
|/
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Update html5ever and xml5ever for API changes.Simon Sapin2016-01-271-1/+0
* Remove some unused extern crates.Ms2ger2016-01-131-3/+0
* task -> threadrohan.prinja2016-01-101-2/+2
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-1/+1
* Auto merge of #8506 - nox:finish-ranges, r=dzbarskybors-servo2015-12-261-1/+0
|\
| * Properly propagate changes when range or trees are mutatedAnthony Ramine2015-12-251-1/+0
* | Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-0/+1
|/
* Fix warnings: Use Vec.extend_from_slice instead of Vec.push_allTetsuharu OHZEKI2015-12-101-1/+0
* Remove two "#![feature]" that are now stableAlex Gaynor2015-12-091-2/+0