| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #7132 - jdm:docenum, r=ms2ger | bors-servo | 2015-08-13 | 1 | -2/+2 |
|\ |
|
| * | Simplify devtools frame marker notification. Record each frame tick based on ... | Josh Matthews | 2015-08-12 | 1 | -2/+2 |
* | | Merge the fragment handling into handle_navigate. | Ms2ger | 2015-08-12 | 1 | -19/+13 |
* | | Store a Sender<ConstellationControlMsg> in Window. | Ms2ger | 2015-08-12 | 1 | -2/+2 |
* | | Store a Sender<ConstellationControlMsg> in ScriptTask. | Ms2ger | 2015-08-12 | 1 | -5/+5 |
|/ |
|
* | Auto merge of #7009 - connorimes:remove-confusing-typedefs, r=Ms2ger | bors-servo | 2015-08-07 | 1 | -2/+2 |
|\ |
|
| * | Remove typedefs DevtoolsControlChan and DevtoolsControlPort. Fixes #6923. | Connor Imes | 2015-08-05 | 1 | -2/+2 |
* | | Auto merge of #7003 - notriddle:master, r=Ms2ger | bors-servo | 2015-08-07 | 1 | -1/+52 |
|\ \ |
|
| * | | GC profiling. | Michael Howell | 2015-08-06 | 1 | -1/+52 |
* | | | Create a run_with_memory_reporting method to reduce the boilerplate associate... | Ms2ger | 2015-08-06 | 1 | -18/+10 |
|/ / |
|
* / | Update Animation Timing links and terminology to the HTML specification. | Ms2ger | 2015-08-05 | 1 | -1/+1 |
|/ |
|
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -2/+20 |
* | Persuading devtools to communicate with the workers; r=jdm | Ravi Shankar | 2015-08-01 | 1 | -6/+12 |
* | script: Fix test failures. | Patrick Walton | 2015-07-31 | 1 | -4/+5 |
* | script: Make the resource task communication use IPC channels. | Patrick Walton | 2015-07-31 | 1 | -14/+10 |
* | net: Use a thread for each `AsyncResponseTarget` to avoid having to send | Patrick Walton | 2015-07-31 | 1 | -2/+9 |
* | net: Make most of the resource task messages serializable. | Patrick Walton | 2015-07-31 | 1 | -7/+13 |
* | Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapin | bors-servo | 2015-07-30 | 1 | -1/+1 |
|\ |
|
| * | Fix deprecation warnings | Simon Sapin | 2015-07-24 | 1 | -1/+1 |
* | | Implement Msg::Status with serialized url upon mouseover | Bruno de Oliveira Abinader | 2015-07-30 | 1 | -1/+39 |
* | | 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 |
|\ \ |
|