aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Auto merge of #6841 - pcwalton:squash-animation-ticks, r=metajackbors-servo2015-07-301-1/+9
|\ \
| * | script: Squash duplicate animation tick events in the queue.Patrick Walton2015-07-291-1/+9
* | | Add a `kind` field to memory reports.Nicholas Nethercote2015-07-291-10/+36
|/ /
* | devtools: Convert the developer tools to run over IPC.Patrick Walton2015-07-271-16/+21
* | script: Make the `ImageCacheTask` use IPC.Patrick Walton2015-07-261-5/+9
* | profile: Make the time and memory profilers run over IPC.Patrick Walton2015-07-241-14/+12
|/
* Auto merge of #6682 - boghison:scripttask, r=jdmbors-servo2015-07-221-17/+7
|\
| * Fix #6676Bogdan Cuza2015-07-221-17/+7
* | Make struct part of unrooted_must_root handle type parametersManish Goregaokar2015-07-221-0/+2
|/
* Rename browser_context identifiers to browsing_context.Ms2ger2015-07-201-1/+1
* Ensure we get the post-redirect urlJames Graham2015-07-191-0/+2
* Wire up the JS engine's memory reporting.Nicholas Nethercote2015-07-151-5/+78
* script: Split `Pipeline::create` into chrome process and contentPatrick Walton2015-07-141-6/+32
* compositing: Move messages that go over the `ScriptListener` to go overPatrick Walton2015-07-141-19/+19
* Remove url field from PageWill Huxtable2015-07-111-1/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-3/+3
* Fix some warnings caused by the SM upgradeMichael Wu2015-06-191-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-102/+101
* Use euclid from crates.ioecoal952015-06-191-2/+2