| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Auto merge of #6841 - pcwalton:squash-animation-ticks, r=metajack | bors-servo | 2015-07-30 | 1 | -1/+9 |
|\ \ |
|
| * | | script: Squash duplicate animation tick events in the queue. | Patrick Walton | 2015-07-29 | 1 | -1/+9 |
* | | | Add a `kind` field to memory reports. | Nicholas Nethercote | 2015-07-29 | 1 | -10/+36 |
|/ / |
|
* | | devtools: Convert the developer tools to run over IPC. | Patrick Walton | 2015-07-27 | 1 | -16/+21 |
* | | script: Make the `ImageCacheTask` use IPC. | Patrick Walton | 2015-07-26 | 1 | -5/+9 |
* | | profile: Make the time and memory profilers run over IPC. | Patrick Walton | 2015-07-24 | 1 | -14/+12 |
|/ |
|
* | Auto merge of #6682 - boghison:scripttask, r=jdm | bors-servo | 2015-07-22 | 1 | -17/+7 |
|\ |
|
| * | Fix #6676 | Bogdan Cuza | 2015-07-22 | 1 | -17/+7 |
* | | Make struct part of unrooted_must_root handle type parameters | Manish Goregaokar | 2015-07-22 | 1 | -0/+2 |
|/ |
|
* | Rename browser_context identifiers to browsing_context. | Ms2ger | 2015-07-20 | 1 | -1/+1 |
* | Ensure we get the post-redirect url | James Graham | 2015-07-19 | 1 | -0/+2 |
* | Wire up the JS engine's memory reporting. | Nicholas Nethercote | 2015-07-15 | 1 | -5/+78 |
* | script: Split `Pipeline::create` into chrome process and content | Patrick Walton | 2015-07-14 | 1 | -6/+32 |
* | compositing: Move messages that go over the `ScriptListener` to go over | Patrick Walton | 2015-07-14 | 1 | -19/+19 |
* | Remove url field from Page | Will Huxtable | 2015-07-11 | 1 | -1/+1 |
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -3/+3 |
* | Fix some warnings caused by the SM upgrade | Michael Wu | 2015-06-19 | 1 | -1/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -102/+101 |
* | Use euclid from crates.io | ecoal95 | 2015-06-19 | 1 | -2/+2 |
* | rust-geom API changes | Corey Farwell | 2015-06-13 | 1 | -1/+1 |
* | 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 |