| Commit message (Expand) | Author | Age | Files | Lines |
* | remove DocumentProgressTask enum | Rohan Prinja | 2015-10-27 | 1 | -2/+2 |
* | Improve spec-compliance of script loading and execution during document startup | Till Schneidereit | 2015-10-26 | 1 | -13/+9 |
* | Auto merge of #8155 - Ms2ger:join, r=jdm | bors-servo | 2015-10-23 | 1 | -23/+4 |
|\ |
|
| * | Remove the ConstellationControlMsg::ReflowComplete message. | Ms2ger | 2015-10-22 | 1 | -2/+0 |
| * | Remove Window::handle_reflow_complete_msg and ScriptTask::handle_reflow_compl... | Ms2ger | 2015-10-22 | 1 | -17/+2 |
| * | Remove layout_is_idle. | Ms2ger | 2015-10-22 | 1 | -6/+4 |
* | | Dispatch touch events and perform default touch actions. | Matt Brubeck | 2015-10-22 | 1 | -1/+34 |
|/ |
|
* | Timers are scheduled by a dedicated per-constellation thread. | benshu | 2015-10-21 | 1 | -44/+73 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -16/+8 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -16/+15 |
* | Move Event States to |Element|. | Bobby Holley | 2015-10-16 | 1 | -7/+6 |
* | Issue 8028: `parse_html` should take `Url` rather than `&Url` | Stephen Li | 2015-10-15 | 1 | -1/+1 |
* | Auto merge of #7972 - nox:codegen-heapsize, r=Ms2ger | bors-servo | 2015-10-15 | 1 | -3/+3 |
|\ |
|
| * | Introduce DOMClass::heap_size_of | Anthony Ramine | 2015-10-14 | 1 | -3/+3 |
* | | Support the updated spidermonkey bindings | Michael Wu | 2015-10-14 | 1 | -1/+1 |
|/ |
|
* | Make it possible for iframes to create their own pipeline ID. | Glenn Watson | 2015-10-06 | 1 | -1/+4 |
* | 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 |