aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* remove DocumentProgressTask enumRohan Prinja2015-10-271-2/+2
* Improve spec-compliance of script loading and execution during document startupTill Schneidereit2015-10-261-13/+9
* Auto merge of #8155 - Ms2ger:join, r=jdmbors-servo2015-10-231-23/+4
|\
| * Remove the ConstellationControlMsg::ReflowComplete message.Ms2ger2015-10-221-2/+0
| * Remove Window::handle_reflow_complete_msg and ScriptTask::handle_reflow_compl...Ms2ger2015-10-221-17/+2
| * Remove layout_is_idle.Ms2ger2015-10-221-6/+4
* | Dispatch touch events and perform default touch actions.Matt Brubeck2015-10-221-1/+34
|/
* Timers are scheduled by a dedicated per-constellation thread.benshu2015-10-211-44/+73
* Clean up the cast callsAnthony Ramine2015-10-211-16/+8
* Introduce trait CastableAnthony Ramine2015-10-211-16/+15
* Move Event States to |Element|.Bobby Holley2015-10-161-7/+6
* Issue 8028: `parse_html` should take `Url` rather than `&Url`Stephen Li2015-10-151-1/+1
* Auto merge of #7972 - nox:codegen-heapsize, r=Ms2gerbors-servo2015-10-151-3/+3
|\
| * Introduce DOMClass::heap_size_ofAnthony Ramine2015-10-141-3/+3
* | Support the updated spidermonkey bindingsMichael Wu2015-10-141-1/+1
|/
* Make it possible for iframes to create their own pipeline ID.Glenn Watson2015-10-061-1/+4
* layout: Load Web fonts asynchronously.Patrick Walton2015-09-271-0/+11
* script: Stop copying the document URL.Patrick Walton2015-09-241-1/+1
* Prevent crash trying to freeze script task with no page.James Graham2015-09-241-0/+5
* Add preserveWrapperCallback (fixes #7218)Manish Goregaokar2015-09-241-0/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-27/+25
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-34/+30
* Auto merge of #7645 - nox:omtc-types, r=Ms2gerbors-servo2015-09-161-57/+30
|\
| * Introduce InitialScriptStateAnthony Ramine2015-09-161-57/+30
* | Emit markers for all events, not just UI events.Ms2ger2015-09-161-69/+3
|/
* Auto merge of #7547 - connorimes:move_script_profiling, r=jdmbors-servo2015-09-081-54/+32
|\
| * Combine script profiling with profile crates. Fixes #7514.Connor Imes2015-09-041-54/+32
* | Remove needless returnsManish Goregaokar2015-09-041-1/+1
|/
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-2/+1
|\
| * Replace many uses of Attr::Value() by Attr::value()Anthony Ramine2015-08-301-2/+1
* | Implement viewport functions for window #1718farodin912015-09-021-1/+1
|/
* Send the start and end half of a TimelineMarker to the devtools PullTimelineM...Ms2ger2015-08-281-8/+7
* Time distribution across script event categories.benshu2015-08-281-25/+142
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-5/+4
* sort all usesJohann Tuffe2015-08-201-18/+18
* Auto merge of #7260 - notriddle:issue_7169, r=Ms2gerbors-servo2015-08-191-9/+18
|\
| * Navigate to a new page even when there's a fragment.Michael Howell2015-08-181-9/+18
* | Cleanup script_taskManish Goregaokar2015-08-181-5/+5
* | Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-6/+6
|/
* Fix panics in the script_task memory reporter.Nicholas Nethercote2015-08-171-14/+17
* Fix existing syntactics nits.Josh Matthews2015-08-161-10/+10
* without the explicit dereferencingvectorijk2015-08-161-4/+4
* dereference via * instead of RefMutvectorijk2015-08-161-6/+6
* remove ScriptListenervectorijk2015-08-161-9/+10
* Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-67/+114
* Auto merge of #7132 - jdm:docenum, r=ms2gerbors-servo2015-08-131-2/+2
|\
| * Simplify devtools frame marker notification. Record each frame tick based on ...Josh Matthews2015-08-121-2/+2
* | Merge the fragment handling into handle_navigate.Ms2ger2015-08-121-19/+13
* | Store a Sender<ConstellationControlMsg> in Window.Ms2ger2015-08-121-2/+2