| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement Blob URL's DOM interfaces | Zhen Zhang | 2016-06-17 | 1 | -1/+0 |
* | Make canvas send their data themselves to other canvas | Anthony Ramine | 2016-06-16 | 1 | -1/+0 |
* | Auto merge of #11556 - Manishearth:make-fetch-happen, r=jdm | bors-servo | 2016-06-11 | 1 | -2/+0 |
|\ |
|
| * | Review fixes | Manish Goregaokar | 2016-06-11 | 1 | -2/+0 |
* | | script: When using WebRender, keep the DOM-side scroll positions for | Patrick Walton | 2016-06-10 | 1 | -1/+13 |
|/ |
|
* | Auto merge of #11668 - GuillaumeGomez:insert_adjacent, r=nox | bors-servo | 2016-06-08 | 1 | -0/+1 |
|\ |
|
| * | Set Adjacent::Position case-insensitive | Guillaume Gomez | 2016-06-08 | 1 | -0/+1 |
* | | Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07) | Anthony Ramine | 2016-06-08 | 1 | -1/+0 |
|/ |
|
* | add Blob URL store | Zhen Zhang | 2016-06-03 | 1 | -0/+1 |
* | Remove spurious JS_Init call. | Ms2ger | 2016-06-02 | 1 | -1/+0 |
* | Auto merge of #11221 - izgzhen:blob-file-backend, r=Manishearth | bors-servo | 2016-06-01 | 1 | -0/+1 |
|\ |
|
| * | Add file backend support for Blob and related | Zhen Zhang | 2016-06-01 | 1 | -0/+1 |
* | | Add WebBluetooth Blacklist support | fokinv | 2016-05-31 | 1 | -0/+1 |
|/ |
|
* | Implement window.openURLInDefaultBrowser() (fixes #11292) | Anthony Ramine | 2016-05-27 | 1 | -0/+1 |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -0/+1 |
* | remove page and move functionality to browing context | Connor Brewster | 2016-05-11 | 1 | -1/+0 |
* | Make debug logging for tracing JS objects more informative. | Josh Matthews | 2016-05-11 | 1 | -0/+1 |
* | Implement alert dialogs | Connor Brewster | 2016-05-03 | 1 | -0/+2 |
* | Support form submission of multipart/form-data | Prabhjyot Singh Sodhi | 2016-04-30 | 1 | -0/+2 |
* | Replace range::Range with std::ops::Range in script | Matt Brubeck | 2016-04-28 | 1 | -1/+0 |
* | Update rustc. | Ms2ger | 2016-04-26 | 1 | -1/+0 |
* | Auto merge of #10706 - zwn:unused-extern-crates, r=nox | bors-servo | 2016-04-22 | 1 | -0/+1 |
|\ |
|
| * | Silence unused-extern-crates false positives. | Zbynek Winkler | 2016-04-22 | 1 | -0/+1 |
* | | Use num-traits in script. | Ms2ger | 2016-04-20 | 1 | -1/+1 |
|/ |
|
* | Implement origin concept. | Josh Matthews | 2016-04-13 | 1 | -0/+1 |
* | refactors entities from script_thread into script_runtime | Rahul Sharma | 2016-04-06 | 1 | -0/+1 |
* | TextInput::max_length should be in code units, not bytes | Matt Brubeck | 2016-04-02 | 1 | -0/+1 |
* | #10211: Stop re-exporting webrender_traits WebGL types from canvas_traits | Jan-Fabian Humann | 2016-03-30 | 1 | -0/+1 |
* | Highlight selected text in input fields | Matt Brubeck | 2016-03-24 | 1 | -0/+1 |
* | Auto merge of #9838 - szeged:webbluetooth, r=jdm | bors-servo | 2016-03-16 | 1 | -0/+1 |
|\ |
|
| * | WebBluetooth API classes | Attila Dusnoki | 2016-03-16 | 1 | -0/+1 |
* | | Add task_source directory | Keith Yeung | 2016-03-10 | 1 | -0/+1 |
* | | Remove unused cell_extras feature gates. Fixes #9912 | Suvish Varghese Thoovamalayil | 2016-03-08 | 1 | -1/+0 |
* | | Auto merge of #9903 - servo:ref-filter-map, r=nox | bors-servo | 2016-03-08 | 1 | -0/+1 |
|\ \ |
|
| * | | Replace usage of deprecated std::cell::Ref::filter_map | Simon Sapin | 2016-03-07 | 1 | -0/+1 |
| |/ |
|
* / | rename deprecated utf16_units to encode_utf16 | Arpad Borsos | 2016-03-07 | 1 | -1/+0 |
|/ |
|
* | Lazily define interface objects on globals (fixes #6419) | Anthony Ramine | 2016-02-25 | 1 | -0/+2 |
* | Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanut | bors-servo | 2016-02-05 | 1 | -1/+0 |
|\ |
|
| * | Upgrade to new Hasher API | Ruud van Asseldonk | 2016-02-03 | 1 | -1/+0 |
* | | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -0/+2 |
|/ |
|
* | Update rust-selectors | Emilio Cobos Álvarez | 2016-02-03 | 1 | -1/+1 |
* | Update html5ever and xml5ever for API changes. | Simon Sapin | 2016-01-27 | 1 | -1/+0 |
* | Remove some unused extern crates. | Ms2ger | 2016-01-13 | 1 | -3/+0 |
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -2/+2 |
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -1/+1 |
* | Auto merge of #8506 - nox:finish-ranges, r=dzbarsky | bors-servo | 2015-12-26 | 1 | -1/+0 |
|\ |
|
| * | Properly propagate changes when range or trees are mutated | Anthony Ramine | 2015-12-25 | 1 | -1/+0 |
* | | Move LayerKind and ScrollPolicy enums to gfx_traits | Brandon Fairchild | 2015-12-20 | 1 | -0/+1 |
|/ |
|
* | Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all | Tetsuharu OHZEKI | 2015-12-10 | 1 | -1/+0 |
* | Remove two "#![feature]" that are now stable | Alex Gaynor | 2015-12-09 | 1 | -2/+0 |