| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace most ~"string"s with "string".to_owned(). | Ms2ger | 2014-05-04 | 1 | -2/+2 |
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -11/+9 |
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -36/+25 |
* | Store per-ScriptTask RootCollection in TLS and use that in favour of per-fram... | Josh Matthews | 2014-05-03 | 1 | -0/+21 |
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -4/+4 |
* | Allow controlling GC zeal via JS_GC_ZEAL environment variable. | Josh Matthews | 2014-05-03 | 1 | -1/+5 |
* | Move all methods on T to JSRef<T> or JS<T> as appropriate. | Josh Matthews | 2014-05-03 | 1 | -2/+2 |
* | Remove abstract_self. | Josh Matthews | 2014-05-03 | 1 | -10/+5 |
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -10/+11 |
* | Remove JS::get/get_mut to enforce sound rooting practices. | Josh Matthews | 2014-05-03 | 1 | -5/+7 |
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -76/+83 |
* | Turn on GC all the time. Fix rooting errors during parsing and storing timers... | Josh Matthews | 2014-05-03 | 1 | -81/+94 |
* | Stop passing owned strings to fail!(). | Ms2ger | 2014-05-03 | 1 | -1/+1 |
* | Use Vec for the remaining ~[T]s in script. | Ms2ger | 2014-04-28 | 1 | -2/+2 |
* | Make get_nodes_under_mouse return Vec. | Ms2ger | 2014-04-28 | 1 | -1/+1 |
* | Make PageTree::inner and PageTreeIterator::stack a Vec. | Ms2ger | 2014-04-28 | 1 | -4/+4 |
* | Make ScriptTask::mouse_over_targets use Vec. | Ms2ger | 2014-04-28 | 1 | -2/+2 |
* | Remove unused support for passing extra arguments for timers. | Ms2ger | 2014-04-28 | 1 | -5/+1 |
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -35/+36 |
* | auto merge of #2210 : saneyuki/servo/query, r=jdm | bors-servo | 2014-04-24 | 1 | -32/+56 |
|\ |
|
| * | Add Page::get_nodes_under_mouse(). | Tetsuharu OHZEKI | 2014-04-24 | 1 | -12/+26 |
| * | Add Page::hit_test(). | Tetsuharu OHZEKI | 2014-04-24 | 1 | -13/+26 |
| * | Add NodeHelpers::get_bounding_content_box(). | Tetsuharu OHZEKI | 2014-04-24 | 1 | -7/+4 |
* | | auto merge of #2200 : jdm/servo/loadfail, r=mbrubeck | bors-servo | 2014-04-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Make the I Tried star appear when a top-level page load fails for network-rel... | Josh Matthews | 2014-04-24 | 1 | -1/+1 |
| |/ |
|
* | | auto merge of #2203 : mbrubeck/servo/back-crash, r=jdm | bors-servo | 2014-04-23 | 1 | -12/+9 |
|\ \
| |/
|/| |
|
| * | Make sure RefCell borrows are temporary. | Matt Brubeck | 2014-04-21 | 1 | -12/+9 |
* | | auto merge of #2209 : lpy/servo/issue2188, r=Ms2ger | bors-servo | 2014-04-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Implement Element.localName.(fixes #2188) | lpy | 2014-04-23 | 1 | -1/+1 |
| |/ |
|
* | | auto merge of #2111 : jdm/servo/browsercontext, r=Ms2ger | bors-servo | 2014-04-22 | 1 | -11/+17 |
|\ \
| |/
|/| |
|
| * | Remove all traces of WindowProxy. Implement basic browser context concept and... | Josh Matthews | 2014-04-22 | 1 | -11/+17 |
* | | auto merge of #2202 : jdm/servo/scriptleak, r=Ms2ger | bors-servo | 2014-04-21 | 1 | -0/+43 |
|\ \
| |/
|/| |
|
| * | Ensure JS-owned memory is not leaked if a script task fails. Fixes #2201. | Josh Matthews | 2014-04-21 | 1 | -0/+43 |
* | | Remove JSPageInfo::js_compartment. | Ms2ger | 2014-04-21 | 1 | -26/+12 |
|/ |
|
* | Add transparent Traceable and Untraceable types to aid proper rooting practic... | Josh Matthews | 2014-04-17 | 1 | -66/+62 |
* | Implement Window.set/clearInterval.(fixes #2116) | lpy | 2014-04-18 | 1 | -3/+9 |
* | Make find_fragment_node a method of Page. | Josh Matthews | 2014-04-09 | 1 | -20/+19 |
* | auto merge of #2057 : Ms2ger/servo/evaluate_script, r=jdm | bors-servo | 2014-04-07 | 1 | -4/+4 |
|\ |
|
| * | Handle an exception from cx.evaluate_script more gracefully. | Ms2ger | 2014-04-07 | 1 | -4/+4 |
* | | Remove trailing whitespace. | Ms2ger | 2014-04-07 | 1 | -2/+2 |
|/ |
|
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -102/+95 |
* | layout: Address review feedback. | Patrick Walton | 2014-04-03 | 1 | -3/+4 |
* | servo: Implement stacking contexts and allow multiple layers per | Patrick Walton | 2014-04-03 | 1 | -3/+8 |
* | Get rid of match statements in layout queries in script_task | lpy | 2014-04-02 | 1 | -7/+4 |
* | Store Window.active_timers in a HashMap | Martin Robinson | 2014-03-31 | 1 | -3/+5 |
* | Move attributes-related functions onto JS<Element>. | Ms2ger | 2014-03-20 | 1 | -4/+4 |
* | Split TCast::to into TCast::to_unchecked and TCast::to. | Tetsuharu OHZEKI | 2014-03-20 | 1 | -3/+3 |
* | Rust upgrade for new master rebase | Lars Bergstrom | 2014-03-18 | 1 | -2/+2 |
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -15/+15 |