aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Store a Sender<ConstellationControlMsg> in ScriptTask.Ms2ger2015-08-121-5/+5
|/
* Auto merge of #7009 - connorimes:remove-confusing-typedefs, r=Ms2gerbors-servo2015-08-071-2/+2
|\
| * Remove typedefs DevtoolsControlChan and DevtoolsControlPort. Fixes #6923.Connor Imes2015-08-051-2/+2
* | Auto merge of #7003 - notriddle:master, r=Ms2gerbors-servo2015-08-071-1/+52
|\ \
| * | GC profiling.Michael Howell2015-08-061-1/+52
* | | Create a run_with_memory_reporting method to reduce the boilerplate associate...Ms2ger2015-08-061-18/+10
|/ /
* / Update Animation Timing links and terminology to the HTML specification.Ms2ger2015-08-051-1/+1
|/
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-2/+20
* Persuading devtools to communicate with the workers; r=jdmRavi Shankar2015-08-011-6/+12
* script: Fix test failures.Patrick Walton2015-07-311-4/+5
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-14/+10
* net: Use a thread for each `AsyncResponseTarget` to avoid having to sendPatrick Walton2015-07-311-2/+9
* net: Make most of the resource task messages serializable.Patrick Walton2015-07-311-7/+13
* Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-301-1/+1
|\
| * Fix deprecation warningsSimon Sapin2015-07-241-1/+1
* | Implement Msg::Status with serialized url upon mouseoverBruno de Oliveira Abinader2015-07-301-1/+39