| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update rustc to the 2015-12-09 nightly. | Ms2ger | 2015-12-09 | 1 | -0/+1 |
* | Prepare infrastructure for XML parser. | jsharda | 2015-12-04 | 1 | -0/+1 |
* | now using external ref_slice instead of the std version | Jason Williams | 2015-12-03 | 1 | -1/+1 |
* | Add check up on extern crate order and sort extern crates alphabetically | Guillaume Gomez | 2015-11-28 | 1 | -10/+10 |
* | Defined new trait ParseErrorReporter and added error_reporter member to Parse... | GauriGNaik | 2015-11-25 | 1 | -0/+2 |
* | Update string_cache to 0.2. | Alan Jeffrey | 2015-11-25 | 1 | -2/+1 |
* | refactor(script): move SetDOMProxyInformation() call to lib.rs | Rizky Luthfianto | 2015-11-21 | 1 | -0/+3 |
* | Use the conversion traits from js. | Ms2ger | 2015-11-12 | 1 | -1/+0 |
* | Move EventState to rust-selectors. | Bobby Holley | 2015-10-30 | 1 | -1/+1 |
* | Implement HTMLCanvasElement#toDataURL | David Zbarsky | 2015-10-26 | 1 | -0/+1 |
* | Auto merge of #8086 - froydnj:premultiply-tables, r=jdm | bors-servo | 2015-10-21 | 1 | -0/+1 |
|\ |
|
| * | add un-premultiply table for GetImageData | Nathan Froyd | 2015-10-20 | 1 | -0/+1 |
* | | Timers are scheduled by a dedicated per-constellation thread. | benshu | 2015-10-21 | 1 | -1/+0 |
* | | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -0/+1 |
|/ |
|
* | Support the updated spidermonkey bindings | Michael Wu | 2015-10-14 | 1 | -1/+2 |
* | Set a reasonable max count on open files and don't panic if set fails | Connor Imes | 2015-10-13 | 1 | -5/+27 |
* | Auto merge of #7777 - KiChjang:caseless-group-name-match, r=jdm | bors-servo | 2015-10-02 | 1 | -0/+1 |
|\ |
|
| * | Add support for caseless group name matching in HTML input elements | Keith Yeung | 2015-10-02 | 1 | -0/+1 |
* | | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -0/+1 |
|/ |
|
* | Use util::str::str_join in more places | Corey Farwell | 2015-09-28 | 1 | -1/+0 |
* | fixed the 'as_slice' deprecated warning | Ravi Shankar | 2015-09-26 | 1 | -1/+0 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -27/+25 |
* | Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev. | Manish Goregaokar | 2015-09-23 | 1 | -5/+0 |
* | Issue #7390 correct the order of mod declaration | Hugo Thiessard | 2015-09-18 | 1 | -4/+4 |
* | Fixed serialize_list to no longer append an additional space at the end of th... | Martin Tomasi | 2015-09-02 | 1 | -0/+1 |
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) | Simon Sapin | 2015-09-02 | 1 | -0/+1 |
* | make test-tidy check that = have space after them | erneyja | 2015-09-01 | 1 | -3/+3 |
* | webgl: Add shader validation and translation | ecoal95 | 2015-08-30 | 1 | -0/+1 |
* | Fix CharacterDataMethods to count UTF-16 code units, not code points. | Simon Sapin | 2015-08-28 | 1 | -0/+2 |
* | Move RegisterBindings::RegisterProxyHandlers call into script::init | João Oliveira | 2015-08-24 | 1 | -0/+6 |
* | Auto merge of #7097 - boghison:memtypes, r=jdm | bors-servo | 2015-08-13 | 1 | -0/+1 |
|\ |
|
| * | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+1 |
* | | Simplify devtools frame marker notification. Record each frame tick based on ... | Josh Matthews | 2015-08-12 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #6778 - nox:childnodes, r=jdm | bors-servo | 2015-08-10 | 1 | -0/+1 |
|\ |
|
| * | Optimise Node.childNodes | Anthony Ramine | 2015-08-09 | 1 | -0/+1 |
* | | Update submodules and don't call setrlimit on Android | Lars Bergstrom | 2015-08-07 | 1 | -2/+2 |
* | | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -0/+1 |
* | | Auto merge of #6741 - servo:fix-setpropertypriority, r=pcwalton | bors-servo | 2015-08-01 | 1 | -0/+1 |
|\ \ |
|
| * | | Remove some PropertyDeclaration cloning. | Simon Sapin | 2015-07-31 | 1 | -0/+1 |
* | | | Persuading devtools to communicate with the workers; r=jdm | Ravi Shankar | 2015-08-01 | 1 | -1/+0 |
| |/
|/| |
|
* | | Use local slice_chars | Jack Moffitt | 2015-07-31 | 1 | -1/+0 |
|/ |
|
* | Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapin | bors-servo | 2015-07-30 | 1 | -1/+1 |
|\ |
|
| * | Remove usage of the deprecated OwnedAsciiExt | Simon Sapin | 2015-07-30 | 1 | -1/+1 |
* | | Remove unused script -> layout_traits dependency | Matt Brubeck | 2015-07-28 | 1 | -1/+0 |