| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for switching frames with the webdriver API. | James Graham | 2015-06-01 | 1 | -1/+3 |
* | Change not(ndebug) to debug_assertions | Matt Brubeck | 2015-06-01 | 1 | -1/+1 |
* | add navigation state data to LoadComplete messages, finish cef load state cbs | Mike Blumenkrantz | 2015-05-27 | 1 | -1/+1 |
* | script: Reflow 200 milliseconds after the `<body>` is parsed, like Gecko | Patrick Walton | 2015-05-26 | 1 | -1/+1 |
* | Auto merge of #6168 - tamird:get-cached-messages, r=jdm | bors-servo | 2015-05-26 | 1 | -0/+2 |
|\ |
|
| * | Implemented `GetCachedMessages` | Tamir Duberstein | 2015-05-26 | 1 | -0/+2 |
* | | Auto merge of #6140 - nox:cleanup-rootedvec, r=Manishearth | bors-servo | 2015-05-26 | 1 | -3/+5 |
|\ \
| |/
|/| |
|
| * | Optimise use of RootedVec in ScriptTask::handle_event() | Anthony Ramine | 2015-05-26 | 1 | -3/+5 |
* | | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -2/+7 |
* | | Auto merge of #5727 - jdm:parserinterrupt2, r=mbrubeck | bors-servo | 2015-05-21 | 1 | -40/+56 |
|\ \ |
|
| * | | Make external script sources load asynchronously, yet still block further par... | Josh Matthews | 2015-05-20 | 1 | -40/+56 |
* | | | net: Don't load the placeholder image for background images, only for | Patrick Walton | 2015-05-20 | 1 | -1/+1 |
|/ / |
|
* | | Add closed pipelines record as a debugging aid | Glenn Watson | 2015-05-20 | 1 | -9/+24 |
* | | Handle case where a page fetch completes after pipeline exits. | Glenn Watson | 2015-05-20 | 1 | -4/+7 |
* | | Address review comments | Glenn Watson | 2015-05-20 | 1 | -2/+1 |
* | | Fix several hangs / panics during pipeline cleanup of in progress loads. | Glenn Watson | 2015-05-19 | 1 | -5/+24 |
|/ |
|
* | Add basic support for executeAsyncScript. | James Graham | 2015-05-14 | 1 | -2/+4 |
* | Make WebDriver Get() command wait on pages loading before returning. | James Graham | 2015-05-14 | 1 | -3/+3 |
* | Various fixes for cleaning up iframes, compositor layers, pipelines and threads. | Glenn Watson | 2015-05-14 | 1 | -1/+12 |
* | Fixes a number of race conditions and reliability issues with reftests and co... | Glenn Watson | 2015-05-14 | 1 | -13/+39 |
* | Auto merge of #5804 - jdm:docloader, r=Ms2ger | bors-servo | 2015-05-11 | 1 | -14/+45 |
|\ |
|
| * | Delay stylesheet load in test to increase confidence. | Josh Matthews | 2015-05-11 | 1 | -1/+1 |
| * | Make link elements fire a load event. | Josh Matthews | 2015-05-11 | 1 | -2/+4 |
| * | Make stylesheets block page load. | Josh Matthews | 2015-05-11 | 1 | -1/+9 |
| * | Implement a DocumentLoader type that tracks pending loads and notifies the sc... | Josh Matthews | 2015-05-11 | 1 | -14/+35 |
* | | Add support for getActiveElement webdriver command | James Graham | 2015-05-11 | 1 | -0/+2 |
* | | Auto merge of #5969 - jgraham:webdriver_select_css, r=jdm | bors-servo | 2015-05-11 | 1 | -0/+8 |
|\ \ |
|
| * | | Add WebDriver support for getting elements by selector. | James Graham | 2015-05-08 | 1 | -0/+8 |
* | | | Remove reference counting from the Runtime implementation. | Ms2ger | 2015-05-10 | 1 | -2/+2 |
* | | | Use Runtime in Window. | Ms2ger | 2015-05-10 | 1 | -3/+3 |
* | | | Update js. | Ms2ger | 2015-05-10 | 1 | -1/+1 |
|/ / |
|
* / | layout: Don't rerun selector matching unless we need to when resizing | Patrick Walton | 2015-05-07 | 1 | -5/+7 |
|/ |
|
* | Support WebDriver takeScreenshot command. | James Graham | 2015-05-07 | 1 | -3/+2 |
* | Implement webdriver commands for back/forward/title/handles. | James Graham | 2015-05-06 | 1 | -1/+3 |
* | Auto merge of #5753 - JIoJIaJIu:timeline, r=jdm | bors-servo | 2015-05-06 | 1 | -0/+11 |
|\ |
|
| * | Start using on_refresh_driver_tick #5681 | Guro Bokum | 2015-05-06 | 1 | -0/+11 |
* | | Auto merge of #5951 - SimonSapin:au-cleanup, r=mbrubeck | bors-servo | 2015-05-05 | 1 | -4/+1 |
|\ \
| |/
|/| |
|
| * | Rename Au methods with f32/f64 instead of frac32/frac/subpx | Simon Sapin | 2015-05-05 | 1 | -1/+1 |
| * | Replace Au-related free functions in util::geometry with Au methods. | Simon Sapin | 2015-05-05 | 1 | -4/+1 |
* | | 1. Add an Option<Pipeline_id> field to the LoadData struct, and a correspondi... | Himaja | 2015-05-05 | 1 | -0/+1 |
|/ |
|
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -7/+3 |
* | Remove FIXME | Philip Munksgaard | 2015-05-04 | 1 | -2/+0 |
* | Auto merge of #5725 - pgonda:dispatch-mousedown-mouseup, r=jdm | bors-servo | 2015-04-30 | 1 | -11/+21 |
|\ |
|
| * | added dispatching for mousedown and mouseup events, fixes #5705 | Peter | 2015-04-29 | 1 | -11/+21 |
* | | Uniformise the various Msg types [#5882] | Prabhjyot Singh Sodhi | 2015-04-30 | 1 | -5/+5 |
* | | Implement Clone for Copy types. | Ms2ger | 2015-04-28 | 1 | -1/+1 |
* | | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -2/+3 |
* | | Make RootedVec/RootCollection #[no_move]; improve code (fixes #5737) | Manish Goregaokar | 2015-04-28 | 1 | -1/+1 |
* | | Fix some no_move errors | Manish Goregaokar | 2015-04-28 | 1 | -5/+5 |
|/ |
|
* | Factor out a handle_parsing_complete function from ScriptTask::Load. | Ms2ger | 2015-04-27 | 1 | -34/+46 |