aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* rust-geom API changesCorey Farwell2015-06-131-1/+1
* Add support for switching frames with the webdriver API.James Graham2015-06-011-1/+3
* Change not(ndebug) to debug_assertionsMatt Brubeck2015-06-011-1/+1
* add navigation state data to LoadComplete messages, finish cef load state cbsMike Blumenkrantz2015-05-271-1/+1
* script: Reflow 200 milliseconds after the `<body>` is parsed, like GeckoPatrick Walton2015-05-261-1/+1
* Auto merge of #6168 - tamird:get-cached-messages, r=jdmbors-servo2015-05-261-0/+2
|\
| * Implemented `GetCachedMessages`Tamir Duberstein2015-05-261-0/+2
* | Auto merge of #6140 - nox:cleanup-rootedvec, r=Manishearthbors-servo2015-05-261-3/+5
|\ \ | |/ |/|
| * Optimise use of RootedVec in ScriptTask::handle_event()Anthony Ramine2015-05-261-3/+5
* | Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-2/+7
* | Auto merge of #5727 - jdm:parserinterrupt2, r=mbrubeckbors-servo2015-05-211-40/+56
|\ \
| * | Make external script sources load asynchronously, yet still block further par...Josh Matthews2015-05-201-40/+56
* | | net: Don't load the placeholder image for background images, only forPatrick Walton2015-05-201-1/+1
|/ /
* | Add closed pipelines record as a debugging aidGlenn Watson2015-05-201-9/+24
* | Handle case where a page fetch completes after pipeline exits.Glenn Watson2015-05-201-4/+7
* | Address review commentsGlenn Watson2015-05-201-2/+1
* | Fix several hangs / panics during pipeline cleanup of in progress loads.Glenn Watson2015-05-191-5/+24
|/
* Add basic support for executeAsyncScript.James Graham2015-05-141-2/+4
* Make WebDriver Get() command wait on pages loading before returning.James Graham2015-05-141-3/+3
* Various fixes for cleaning up iframes, compositor layers, pipelines and threads.Glenn Watson2015-05-141-1/+12
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-13/+39
* Auto merge of #5804 - jdm:docloader, r=Ms2gerbors-servo2015-05-111-14/+45
|\
| * Delay stylesheet load in test to increase confidence.Josh Matthews2015-05-111-1/+1
| * Make link elements fire a load event.Josh Matthews2015-05-111-2/+4
| * Make stylesheets block page load.Josh Matthews2015-05-111-1/+9
| * Implement a DocumentLoader type that tracks pending loads and notifies the sc...Josh Matthews2015-05-111-14/+35
* | Add support for getActiveElement webdriver commandJames Graham2015-05-111-0/+2
* | Auto merge of #5969 - jgraham:webdriver_select_css, r=jdmbors-servo2015-05-111-0/+8
|\ \
| * | Add WebDriver support for getting elements by selector.James Graham2015-05-081-0/+8
* | | Remove reference counting from the Runtime implementation.Ms2ger2015-05-101-2/+2
* | | Use Runtime in Window.Ms2ger2015-05-101-3/+3
* | | Update js.Ms2ger2015-05-101-1/+1
|/ /
* / layout: Don't rerun selector matching unless we need to when resizingPatrick Walton2015-05-071-5/+7
|/
* Support WebDriver takeScreenshot command.James Graham2015-05-071-3/+2
* Implement webdriver commands for back/forward/title/handles.James Graham2015-05-061-1/+3
* Auto merge of #5753 - JIoJIaJIu:timeline, r=jdmbors-servo2015-05-061-0/+11
|\
| * Start using on_refresh_driver_tick #5681Guro Bokum2015-05-061-0/+11