aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Create and invoke XML parser for XML documents.ronak2015-12-041-21/+12
* Introduce abstraction over HTML and XML parsers for parser network listener.Josh Matthews2015-12-041-5/+5
* Prepare infrastructure for XML parser.jsharda2015-12-041-3/+38
* Minor refactoring of mouse event typesMatt Brubeck2015-12-031-18/+7
* Dispatch load events for cross origin iframes. Resolves #6672.Josh Matthews2015-11-301-0/+12
* Auto merge of #8661 - craftytrickster:8623/some-webdriver-commands, r=jgrahambors-servo2015-11-301-0/+6
|\
| * Removed duplicate webdriver_traits file and added webdriver handler for GetWi...David Raifaizen2015-11-291-0/+6
* | Update string_cache to 0.2.Alan Jeffrey2015-11-251-2/+2
|/
* Auto merge of #8622 - frewsxcv:url-plugin, r=SimonSapinbors-servo2015-11-211-1/+1
|\
| * Implement 'url!(..)' macroCorey Farwell2015-11-211-1/+1
* | Auto merge of #8633 - rilut:remove-node-is-anchor-element, r=noxbors-servo2015-11-211-2/+3
|\ \
| * | Remove 'Node::is_anchor_element'Rizky Luthfianto2015-11-211-2/+3
| |/
* | Auto merge of #8627 - rilut:refactor-script, r=Ms2gerbors-servo2015-11-211-3/+2
|\ \
| * | refactor(script): move SetDOMProxyInformation() call to lib.rsRizky Luthfianto2015-11-211-3/+2
* | | Add support for getting an element's computed style through WebDriver.James Graham2015-11-201-0/+2
| |/ |/|
* | compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-8/+24
* | Auto merge of #8564 - jgraham:webdriver_attr, r=Ms2gerbors-servo2015-11-191-0/+2
|\ \ | |/ |/|
| * Implement Get Element Attribute WebDriver commandJames Graham2015-11-181-0/+2
* | Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-2/+2
|/
* Implement support for WebDriver send keys command.James Graham2015-11-161-0/+2
* Add DOM-related performance timing propertiesGreg Guthe2015-11-131-0/+2
* Auto merge of #8500 - frewsxcv:subpage, r=jdmbors-servo2015-11-131-11/+12
|\
| * Consolidate 'subpage finding' script_task logicCorey Farwell2015-11-121-11/+12
* | Auto merge of #8477 - asajeffrey:opaque-domstring, r=asajeffreybors-servo2015-11-131-3/+3
|\ \
| * | Replaced DOMString by String in devtools.Alan Jeffrey2015-11-121-3/+3
* | | Auto merge of #8492 - jdm:e10s-timer-events, r=jdmbors-servo2015-11-131-17/+7
|\ \ \ | |/ / |/| |
| * | script: Make timer events e10s-safe.Patrick Walton2015-11-121-17/+7
| |/
* | Auto merge of #8428 - Ms2ger:conversions, r=Manishearthbors-servo2015-11-131-5/+7
|\ \ | |/ |/|
| * Use the conversion traits from js.Ms2ger2015-11-121-5/+7
* | Auto merge of #7844 - Wafflespeanut:requests, r=jdmbors-servo2015-11-121-1/+1
|\ \ | |/ |/|
| * Implement cancellation listener for cancelling network requestsRavi Shankar2015-11-121-1/+1
* | Execute XHR timeout callbacks directly. (Fixes #8468.)benshu2015-11-111-2/+0
|/
* Auto merge of #8286 - eefriedman:no-move, r=noxbors-servo2015-11-081-5/+6
|\
| * Clean up some code related to #[no_move].Eli Friedman2015-11-071-5/+6
* | Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdmbors-servo2015-11-081-12/+1
|\ \
| * | Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-12/+1
* | | Auto merge of #8355 - Ms2ger:Exit, r=noxbors-servo2015-11-071-9/+9
|\ \ \
| * | | Remove the unused PipelineExitType field from ConstellationControlMsg::ExitPi...Ms2ger2015-11-051-1/+1
| * | | Remove the unused PipelineExitType arguments from ScriptTask::handle_exit_pip...Ms2ger2015-11-051-7/+7
| * | | Remove the unused PipelineExitType field from layout_interface::Msg::ExitNow.Ms2ger2015-11-051-3/+3
* | | | Auto merge of #8359 - ben0x539:js-url-query-fragment, r=eefriedmanbors-servo2015-11-071-2/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | Append query string + fragment to javascript: url.Benjamin Herr2015-11-061-2/+24
| |/ /
* / / Implement cancellable runnables.Josh Matthews2015-11-061-2/+37
|/ /
* | Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-5/+5
* | Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-2/+2
* | Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-53/+53
* | Auto merge of #8221 - wenderen:8130-reorganise, r=jdmbors-servo2015-11-041-1/+2
|\ \
| * \ merge from masterrohan.prinja2015-11-031-19/+24
| |\ \
| * | | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
* | | | Auto merge of #8232 - mbrubeck:glutin-touch, r=glennwbors-servo2015-11-031-25/+25
|\ \ \ \