aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-2247/+0
* script_task.rs: Use self::MixedMessage in handle_msgsBrandon Fairchild2016-01-071-21/+23
* update pipeline url after redirectionsPaul Rouget2016-01-061-0/+4
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-8/+6
* Auto merge of #8871 - KiChjang:task-source-channels, r=KiChjangbors-servo2016-01-011-4/+125
|\
| * Split script_chan into 5 different task queue channelsKeith Yeung2015-12-091-4/+125
* | Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-311-1/+2
* | Separate script and layout messages, issue #8843Joe Kachmar2015-12-261-2/+6
* | Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-1/+1
* | Moved ScriptToCompositorMsg enum and EventResult enum to script_traitsBeomjin Kim2015-12-201-3/+3
* | Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-2/+2
* | delay page freeze/thaw until it's createdPaul Rouget2015-12-181-20/+34
* | Auto merge of #8618 - paulrouget:reload, r=jdmbors-servo2015-12-171-1/+1
|\ \
| * | Browser API: implement iframe.reload()Paul Rouget2015-12-081-1/+1
* | | Auto merge of #8612 - glennw:pending-frames, r=jdmbors-servo2015-12-171-40/+4
|\ \ \
| * | | Add test to constellation to avoid writing reftest image if there are pending...Glenn Watson2015-12-171-40/+4
* | | | Auto merge of #8903 - KiChjang:layout-reporter-redirect, r=noxbors-servo2015-12-161-0/+5
|\ \ \ \
| * | | | fix for Layout memory reporter uses pre-redirect url #6872Arnaud Marant2015-12-091-0/+5
| | |/ / | |/| |
* | | | Ensure that grandchild same-origin iframes are added to the children of the c...Josh Matthews2015-12-141-1/+2
| |/ / |/| |
* | | Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-1/+29
* | | Remove from Trusted::new an unnecessary argumentArthur Skobara2015-12-121-1/+1
| |/ |/|
* | Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-3/+2
|/
* Moved WorkerId type to devtools_traitsFlorian Strübe2015-12-071-2/+2
* move FocusType enum to the script crateRoman Klauke2015-12-061-2/+2
* Auto merge of #8812 - jitendra29:support-withCredentials, r=jdmbors-servo2015-12-051-0/+1
|\
| * implement support for withCredentialsJigesh Mehta2015-12-041-0/+1
* | 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
|\ \