| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Implement iframe.contentWindow. | Ms2ger | 2014-05-14 | 1 | -1/+1 |
* | | Instate a pre-wrap hook that outerizes its argument, to satisfy an undocument... | Ms2ger | 2014-05-14 | 1 | -3/+4 |
* | | Store the subpage id in the Page. | Ms2ger | 2014-05-14 | 1 | -3/+8 |
* | | Add a subpage_id field to NewLayoutInfo. | Ms2ger | 2014-05-14 | 1 | -0/+2 |
* | | Rename the pipeline ID fields in NewLayoutInfo. | Ms2ger | 2014-05-14 | 1 | -6/+6 |
|/ |
|
* | auto merge of #2425 : saneyuki/servo/window_helper, r=jdm | bors-servo | 2014-05-14 | 1 | -1/+1 |
|\ |
|
| * | Move Window helper methods to a WindowHelpers trait | Tetsuharu OHZEKI | 2014-05-14 | 1 | -1/+1 |
* | | auto merge of #2420 : Ms2ger/servo/merge-Page-PageTree, r=pcwalton | bors-servo | 2014-05-13 | 1 | -108/+103 |
|\ \ |
|
| * | | Merge Page and PageTree. | Ms2ger | 2014-05-13 | 1 | -108/+103 |
| |/ |
|
* | | fixup! Use a match rather than a for loop for last_loaded_url in ScriptTask::... | Ms2ger | 2014-05-13 | 1 | -1/+2 |
* | | Use a match rather than a for loop for last_loaded_url in ScriptTask::load. | Ms2ger | 2014-05-13 | 1 | -5/+4 |
|/ |
|
* | Move the loading of documents in iframes into HTMLIFrameElement. | Ms2ger | 2014-05-12 | 1 | -19/+19 |
* | auto merge of #2393 : Ms2ger/servo/initialize_js_info, r=jdm | bors-servo | 2014-05-10 | 1 | -13/+12 |
|\ |
|
| * | Remove ScriptTask::initialize_js_info. | Ms2ger | 2014-05-10 | 1 | -13/+12 |
* | | auto merge of #2384 : saneyuki/servo/2383, r=Ms2ger | bors-servo | 2014-05-10 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | Add UIEvent::new_uninitialized(). | Tetsuharu OHZEKI | 2014-05-10 | 1 | -4/+3 |
* | | Convert as many of Page's RefCell fields to Cell as possible (fixes #1990). | Guro Bokum | 2014-05-09 | 1 | -28/+24 |
* | | auto merge of #2357 : Manishearth/servo/xhr-syncget, r=ms2ger | bors-servo | 2014-05-09 | 1 | -4/+11 |
|\ \ |
|
| * | | Basic synchronous GET with XHR | Manish Goregaokar | 2014-05-09 | 1 | -4/+11 |
| |/ |
|
* / | Move debug functions to Window IDL. | Ms2ger | 2014-05-09 | 1 | -9/+1 |
|/ |
|
* | auto merge of #2339 : glennw/servo/js-event-assert, r=jdm | bors-servo | 2014-05-07 | 1 | -20/+17 |
|\ |
|
| * | Modify node traversal loop to avoid JS roots assertion. Fixes #2321. | Glenn Watson | 2014-05-07 | 1 | -20/+17 |
* | | auto merge of #2340 : glennw/servo/js-click-assert, r=jdm | bors-servo | 2014-05-07 | 1 | -17/+11 |
|\ \ |
|
| * | | Fix JS roots assertion when clicking on an element | Glenn Watson | 2014-05-07 | 1 | -17/+11 |
| |/ |
|
* | | Force a GC when shutting down each layout task. Fixes #2342. | Josh Matthews | 2014-05-06 | 1 | -4/+10 |
* | | Don't clobber the default wrapping callback. | Ms2ger | 2014-05-06 | 1 | -1/+9 |
* | | Enter a compartment when calling timeout handlers. | Ms2ger | 2014-05-05 | 1 | -6/+9 |
* | | Use a single JSContext per JSRuntime. | Ms2ger | 2014-05-05 | 1 | -72/+93 |
|/ |
|
* | 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 |