aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Auto merge of #5951 - SimonSapin:au-cleanup, r=mbrubeckbors-servo2015-05-051-4/+1
|\ \ | |/ |/|
| * Rename Au methods with f32/f64 instead of frac32/frac/subpxSimon Sapin2015-05-051-1/+1
| * Replace Au-related free functions in util::geometry with Au methods.Simon Sapin2015-05-051-4/+1
* | 1. Add an Option<Pipeline_id> field to the LoadData struct, and a correspondi...Himaja2015-05-051-0/+1
|/
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-7/+3
* Remove FIXMEPhilip Munksgaard2015-05-041-2/+0
* Auto merge of #5725 - pgonda:dispatch-mousedown-mouseup, r=jdmbors-servo2015-04-301-11/+21
|\
| * added dispatching for mousedown and mouseup events, fixes #5705Peter2015-04-291-11/+21
* | Uniformise the various Msg types [#5882]Prabhjyot Singh Sodhi2015-04-301-5/+5
* | Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* | Uniformise root() methodsAnthony Ramine2015-04-281-2/+3
* | Make RootedVec/RootCollection #[no_move]; improve code (fixes #5737)Manish Goregaokar2015-04-281-1/+1
* | Fix some no_move errorsManish Goregaokar2015-04-281-5/+5
|/
* Factor out a handle_parsing_complete function from ScriptTask::Load.Ms2ger2015-04-271-34/+46