| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | layout: Load Web fonts asynchronously. | Patrick Walton | 2015-09-27 | 1 | -0/+11 |
* | script: Stop copying the document URL. | Patrick Walton | 2015-09-24 | 1 | -1/+1 |
* | Prevent crash trying to freeze script task with no page. | James Graham | 2015-09-24 | 1 | -0/+5 |
* | Add preserveWrapperCallback (fixes #7218) | Manish Goregaokar | 2015-09-24 | 1 | -0/+3 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -27/+25 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -34/+30 |
* | Auto merge of #7645 - nox:omtc-types, r=Ms2ger | bors-servo | 2015-09-16 | 1 | -57/+30 |
|\ |
|
| * | Introduce InitialScriptState | Anthony Ramine | 2015-09-16 | 1 | -57/+30 |
* | | Emit markers for all events, not just UI events. | Ms2ger | 2015-09-16 | 1 | -69/+3 |
|/ |
|
* | Auto merge of #7547 - connorimes:move_script_profiling, r=jdm | bors-servo | 2015-09-08 | 1 | -54/+32 |
|\ |
|
| * | Combine script profiling with profile crates. Fixes #7514. | Connor Imes | 2015-09-04 | 1 | -54/+32 |
* | | Remove needless returns | Manish Goregaokar | 2015-09-04 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #7452 - nox:cleanup-attributes, r=nox | bors-servo | 2015-09-02 | 1 | -2/+1 |
|\ |
|
| * | Replace many uses of Attr::Value() by Attr::value() | Anthony Ramine | 2015-08-30 | 1 | -2/+1 |
* | | Implement viewport functions for window #1718 | farodin91 | 2015-09-02 | 1 | -1/+1 |
|/ |
|
* | Send the start and end half of a TimelineMarker to the devtools PullTimelineM... | Ms2ger | 2015-08-28 | 1 | -8/+7 |
* | Time distribution across script event categories. | benshu | 2015-08-28 | 1 | -25/+142 |
* | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -1/+1 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -5/+4 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -18/+18 |
* | Auto merge of #7260 - notriddle:issue_7169, r=Ms2ger | bors-servo | 2015-08-19 | 1 | -9/+18 |
|\ |
|
| * | Navigate to a new page even when there's a fragment. | Michael Howell | 2015-08-18 | 1 | -9/+18 |
* | | Cleanup script_task | Manish Goregaokar | 2015-08-18 | 1 | -5/+5 |
* | | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -6/+6 |
|/ |
|
* | Fix panics in the script_task memory reporter. | Nicholas Nethercote | 2015-08-17 | 1 | -14/+17 |
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -10/+10 |
* | without the explicit dereferencing | vectorijk | 2015-08-16 | 1 | -4/+4 |
* | dereference via * instead of RefMut | vectorijk | 2015-08-16 | 1 | -6/+6 |
* | remove ScriptListener | vectorijk | 2015-08-16 | 1 | -9/+10 |
* | Splitting ScriptMsg into various enums; r=jdm | Ravi Shankar | 2015-08-15 | 1 | -67/+114 |
* | 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 |