| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass around event types as Atoms instead of Strings | Corey Farwell | 2015-12-10 | 1 | -3/+3 |
* | Move ScriptMsg from msg crate into script_traits | Tomas Cernaj | 2015-12-09 | 1 | -2/+1 |
* | move FocusType enum to the script crate | Roman Klauke | 2015-12-06 | 1 | -1/+8 |
* | Introduce abstraction over HTML and XML parsers for parser network listener. | Josh Matthews | 2015-12-04 | 1 | -7/+7 |
* | Auto merge of #8805 - Ms2ger:drain_modified_elements, r=jdm | bors-servo | 2015-12-04 | 1 | -3/+2 |
|\ |
|
| * | Simplify drain_modified_elements a bit. | Ms2ger | 2015-12-03 | 1 | -3/+2 |
* | | Fix warnings. | Ms2ger | 2015-12-04 | 1 | -1/+0 |
* | | If a mouse event is targeting an iframe, forward it to the iframe's inner window | Matt Brubeck | 2015-12-03 | 1 | -4/+34 |
* | | Minor refactoring of mouse event types | Matt Brubeck | 2015-12-03 | 1 | -10/+3 |
|/ |
|
* | Auto merge of #8714 - frewsxcv:body-fgcolor, r=Ms2ger | bors-servo | 2015-12-01 | 1 | -0/+10 |
|\ |
|
| * | Implement attribute 'fgColor' on 'document' | Corey Farwell | 2015-11-30 | 1 | -0/+10 |
* | | Dispatch load events for cross origin iframes. Resolves #6672. | Josh Matthews | 2015-11-30 | 1 | -14/+10 |
|/ |
|
* | Auto merge of #8675 - GuillaumeGomez:master, r=nox | bors-servo | 2015-11-27 | 1 | -8/+8 |
|\ |
|
| * | Add XMLDocument object | Guillaume Gomez | 2015-11-27 | 1 | -8/+8 |
* | | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #8671 - paulrouget:iframe-hit-test, r=pcwalton | bors-servo | 2015-11-26 | 1 | -30/+35 |
|\ |
|
| * | Convert from client to page coords in script | Matt Brubeck | 2015-11-25 | 1 | -30/+35 |
* | | Update string_cache to 0.2. | Alan Jeffrey | 2015-11-25 | 1 | -28/+28 |
|/ |
|
* | Implement document.domain getter | Tom Schuster | 2015-11-23 | 1 | -1/+14 |
* | Make the needs_reflow method actually work correctly. | Eli Friedman | 2015-11-21 | 1 | -3/+10 |
* | Implement 'url!(..)' macro | Corey Farwell | 2015-11-21 | 1 | -1/+1 |
* | Auto merge of #8530 - KiChjang:split-constellation-msg, r=jdm | bors-servo | 2015-11-19 | 1 | -1/+1 |
|\ |
|
| * | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -1/+1 |
* | | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -161/+268 |
|/ |
|
* | Remove the unused arguments to hit_test and mouse_over. | Ms2ger | 2015-11-16 | 1 | -16/+5 |
* | Add DOM-related performance timing properties | Greg Guthe | 2015-11-13 | 1 | -0/+50 |
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -31/+31 |
* | Differentiate between error and non-error event handlers per the spec. | Josh Matthews | 2015-11-12 | 1 | -0/+1 |
* | Implement attribute restyle hints. | Bobby Holley | 2015-11-10 | 1 | -6/+21 |
* | Auto merge of #8227 - asajeffrey:versioned_dom, r=eefriedman | bors-servo | 2015-11-10 | 1 | -12/+48 |
|\ |
|
| * | Caching HTMCollections. | Alan Jeffrey | 2015-11-06 | 1 | -12/+48 |
* | | Move storage of bgcolor attribute on <body>. | Eli Friedman | 2015-11-08 | 1 | -1/+3 |
* | | Minor 'node_from_nodes_and_strings' cleanup | Corey Farwell | 2015-11-08 | 1 | -7/+5 |
* | | Add spec link for 'converting nodes into a node' | Corey Farwell | 2015-11-08 | 1 | -0/+1 |
* | | Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdm | bors-servo | 2015-11-08 | 1 | -0/+58 |
|\ \ |
|
| * | | Move Stylesheet loading and ownership from the layout task into HTML elements | Till Schneidereit | 2015-11-07 | 1 | -0/+58 |
| |/ |
|
* | | Auto merge of #8296 - notriddle:svg_title_prepend, r=nox | bors-servo | 2015-11-07 | 1 | -2/+4 |
|\ \ |
|
| * | | Prepend, rather than append, SVG title elements. | Michael Howell | 2015-11-06 | 1 | -2/+4 |
* | | | Auto merge of #8341 - bholley:state_hint_selector_ordering, r=pcwalton | bors-servo | 2015-11-07 | 1 | -20/+11 |
|\ \ \
| |_|/
|/| | |
|
| * | | Store pristine element state rather than a set of changes. | Bobby Holley | 2015-11-04 | 1 | -20/+11 |
| |/ |
|
* | | Auto merge of #8326 - jdm:iframehover, r=glennw | bors-servo | 2015-11-06 | 1 | -6/+15 |
|\ \
| |/
|/| |
|
| * | Send mouse move events to the the previous layer when directing events to a n... | Josh Matthews | 2015-11-04 | 1 | -6/+15 |
* | | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -28/+32 |
* | | Use DOMString::new() somewhat consistently. | Ms2ger | 2015-11-04 | 1 | -3/+3 |
|/ |
|
* | Get rid of a bunch of explicit derefs | David Zbarsky | 2015-11-03 | 1 | -40/+40 |
* | Auto merge of #8221 - wenderen:8130-reorganise, r=jdm | bors-servo | 2015-11-04 | 1 | -5/+4 |
|\ |
|
| * | merge from master | rohan.prinja | 2015-11-03 | 1 | -45/+45 |
| |\ |
|
| * | | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -5/+3 |
| * | | replace InheritTypes imports with inheritance imports | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
| * | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -3/+4 |