aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-3/+3
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-2/+1
* move FocusType enum to the script crateRoman Klauke2015-12-061-1/+8
* Introduce abstraction over HTML and XML parsers for parser network listener.Josh Matthews2015-12-041-7/+7
* Auto merge of #8805 - Ms2ger:drain_modified_elements, r=jdmbors-servo2015-12-041-3/+2
|\
| * Simplify drain_modified_elements a bit.Ms2ger2015-12-031-3/+2
* | Fix warnings.Ms2ger2015-12-041-1/+0
* | If a mouse event is targeting an iframe, forward it to the iframe's inner windowMatt Brubeck2015-12-031-4/+34
* | Minor refactoring of mouse event typesMatt Brubeck2015-12-031-10/+3
|/
* Auto merge of #8714 - frewsxcv:body-fgcolor, r=Ms2gerbors-servo2015-12-011-0/+10
|\
| * Implement attribute 'fgColor' on 'document'Corey Farwell2015-11-301-0/+10
* | Dispatch load events for cross origin iframes. Resolves #6672.Josh Matthews2015-11-301-14/+10
|/
* Auto merge of #8675 - GuillaumeGomez:master, r=noxbors-servo2015-11-271-8/+8
|\
| * Add XMLDocument objectGuillaume Gomez2015-11-271-8/+8
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-1/+1
|/
* Auto merge of #8671 - paulrouget:iframe-hit-test, r=pcwaltonbors-servo2015-11-261-30/+35
|\
| * Convert from client to page coords in scriptMatt Brubeck2015-11-251-30/+35
* | Update string_cache to 0.2.Alan Jeffrey2015-11-251-28/+28
|/
* Implement document.domain getterTom Schuster2015-11-231-1/+14
* Make the needs_reflow method actually work correctly.Eli Friedman2015-11-211-3/+10
* Implement 'url!(..)' macroCorey Farwell2015-11-211-1/+1
* Auto merge of #8530 - KiChjang:split-constellation-msg, r=jdmbors-servo2015-11-191-1/+1
|\
| * Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+1
* | Rustfmt some of script.Ms2ger2015-11-181-161/+268
|/
* Remove the unused arguments to hit_test and mouse_over.Ms2ger2015-11-161-16/+5
* Add DOM-related performance timing propertiesGreg Guthe2015-11-131-0/+50
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-31/+31
* Differentiate between error and non-error event handlers per the spec.Josh Matthews2015-11-121-0/+1
* Implement attribute restyle hints.Bobby Holley2015-11-101-6/+21
* Auto merge of #8227 - asajeffrey:versioned_dom, r=eefriedmanbors-servo2015-11-101-12/+48
|\
| * Caching HTMCollections.Alan Jeffrey2015-11-061-12/+48
* | Move storage of bgcolor attribute on <body>.Eli Friedman2015-11-081-1/+3
* | Minor 'node_from_nodes_and_strings' cleanupCorey Farwell2015-11-081-7/+5
* | Add spec link for 'converting nodes into a node'Corey Farwell2015-11-081-0/+1
* | Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdmbors-servo2015-11-081-0/+58
|\ \
| * | Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-0/+58
| |/
* | Auto merge of #8296 - notriddle:svg_title_prepend, r=noxbors-servo2015-11-071-2/+4
|\ \
| * | Prepend, rather than append, SVG title elements.Michael Howell2015-11-061-2/+4
* | | Auto merge of #8341 - bholley:state_hint_selector_ordering, r=pcwaltonbors-servo2015-11-071-20/+11
|\ \ \ | |_|/ |/| |
| * | Store pristine element state rather than a set of changes.Bobby Holley2015-11-041-20/+11
| |/
* | Auto merge of #8326 - jdm:iframehover, r=glennwbors-servo2015-11-061-6/+15
|\ \ | |/ |/|
| * Send mouse move events to the the previous layer when directing events to a n...Josh Matthews2015-11-041-6/+15
* | Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-28/+32
* | Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-3/+3
|/
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-40/+40
* Auto merge of #8221 - wenderen:8130-reorganise, r=jdmbors-servo2015-11-041-5/+4
|\
| * merge from masterrohan.prinja2015-11-031-45/+45
| |\
| * | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-5/+3
| * | replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-1/+1
| * | more refactoringrohan.prinja2015-10-301-3/+4