| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #16933 - MortimerGoro:mutation_children, r=jdm | bors-servo | 2017-05-20 | 4 | -17/+112 |
|\ |
|
| * | Implement MutationObserver childList mutations. | Imanol Fernandez | 2017-05-19 | 4 | -17/+112 |
* | | style: Refactor RestyleHint to be a struct. | Cameron McCormack | 2017-05-20 | 2 | -5/+5 |
* | | Auto merge of #16963 - BorisChiou:stylo/animation/omta, r=emilio | bors-servo | 2017-05-20 | 1 | -1/+4 |
|\ \ |
|
| * | | Trigger restyle if important rules are changed. | Boris Chiou | 2017-05-20 | 1 | -1/+4 |
* | | | Update app_units to 0.4.1 | Manish Goregaokar | 2017-05-19 | 1 | -1/+1 |
|/ / |
|
* | | Auto merge of #16861 - gterzian:use_microtask_to_await_stable_state, r=jdm | bors-servo | 2017-05-19 | 3 | -52/+47 |
|\ \ |
|
| * | | use microtasks to await a stable state | Gregory Terzian | 2017-05-19 | 3 | -52/+47 |
* | | | Auto merge of #16954 - servo:arrayvec, r=emilio | bors-servo | 2017-05-19 | 1 | -15/+14 |
|\ \ \ |
|
| * | | | Avoid returning / passing around a huge ParsedDeclaration type | Simon Sapin | 2017-05-19 | 1 | -15/+14 |
* | | | | Auto merge of #16913 - jdm:canvas2d, r=jdm | bors-servo | 2017-05-19 | 5 | -22/+30 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Use the origin of the actual image response when determining if a canvas is o... | SendilKumar N | 2017-05-19 | 5 | -22/+30 |
* | | | | Auto merge of #16893 - MortimerGoro:webgl_extensions, r=emilio | bors-servo | 2017-05-19 | 26 | -40/+1291 |
|\ \ \ \ |
|
| * | | | | Implement WebGL extensions. | Imanol Fernandez | 2017-05-18 | 26 | -40/+1291 |
* | | | | | ol[type=…] and li[type=…] preshints need to be case-sensitive | Simon Sapin | 2017-05-18 | 2 | -1/+9 |
* | | | | | Remove unused selectors::Element::each_class | Simon Sapin | 2017-05-18 | 2 | -30/+13 |
* | | | | | Shrink selectors::Component, add case-insensitive for other attr selectors | Simon Sapin | 2017-05-18 | 2 | -13/+11 |
* | | | | | Simplify rust-selectors API for attribute selectors | Simon Sapin | 2017-05-18 | 2 | -75/+79 |
| |_|_|/
|/| | | |
|
* | | | | Silence a warning in script::dom::mutationobserver | Anthony Ramine | 2017-05-18 | 1 | -1/+1 |
|/ / / |
|
* | | | Auto merge of #16814 - asajeffrey:script-worklets, r=jdm | bors-servo | 2017-05-17 | 22 | -14/+1081 |
|\ \ \ |
|
| * | | | Implemented Houdini worklets. | Alan Jeffrey | 2017-05-17 | 22 | -14/+1081 |
* | | | | Auto merge of #16909 - emilio:simplify-cascade, r=bholley | bors-servo | 2017-05-17 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | style: Refactor the cascade function. | Emilio Cobos Álvarez | 2017-05-17 | 1 | -2/+2 |
* | | | | Auto merge of #16900 - emilio:pseudos, r=bholley | bors-servo | 2017-05-17 | 3 | -8/+38 |
|\ \ \ \ |
|
| * | | | | Bug 1364850: Move PseudoElement to be just another combinator in selectors. r... | Emilio Cobos Álvarez | 2017-05-17 | 3 | -8/+38 |
| |/ / / |
|
* | | | | Auto merge of #16884 - jdm:structuredclone, r=jdm | bors-servo | 2017-05-17 | 1 | -14/+38 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Create higher-level APIs for manipulating custom structured clones. | alajara | 2017-05-15 | 1 | -14/+38 |
* | | | | Auto merge of #16883 - jdm:mutationobserver, r=jdm | bors-servo | 2017-05-17 | 9 | -23/+370 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Mutation Observer API | Sumit | 2017-05-15 | 9 | -23/+370 |
| |/ / |
|
* | | | Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewster | bors-servo | 2017-05-16 | 10 | -106/+118 |
|\ \ \ |
|
| * | | | Renamed constellation::Frame to constellation::BrowsingContext. | Alan Jeffrey | 2017-05-15 | 10 | -106/+118 |
| |/ / |
|
* | | | Auto merge of #16872 - jryans:matching-context, r=emilio | bors-servo | 2017-05-16 | 2 | -5/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | Create a MatchingContext to group related matching args | J. Ryan Stinnett | 2017-05-16 | 2 | -5/+5 |
| |/ |
|
* / | Properly handle scroll offsets in hit testing | Martin Robinson | 2017-05-16 | 2 | -17/+12 |
|/ |
|
* | Make methods storing layout-originating nodes unsafe. | Josh Matthews | 2017-05-15 | 4 | -22/+39 |
* | Send information to script as part of finishing layout. | Josh Matthews | 2017-05-15 | 1 | -8/+6 |
* | Root nodes for the duration of their CSS transitions. | Josh Matthews | 2017-05-15 | 2 | -9/+44 |
* | Auto merge of #16859 - nox:gradients, r=emilio | bors-servo | 2017-05-15 | 1 | -4/+2 |
|\ |
|
| * | Rename LayerImage to ImageLayer and make it a type alias | Anthony Ramine | 2017-05-15 | 1 | -4/+2 |
* | | Make ParsingMode bitflags. | Hiroyuki Ikezoe | 2017-05-14 | 8 | -19/+19 |
* | | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM... | Hiroyuki Ikezoe | 2017-05-14 | 8 | -19/+19 |
|/ |
|
* | Auto merge of #16845 - asajeffrey:script-rename-browsing-contexts, r=jdm | bors-servo | 2017-05-13 | 10 | -157/+150 |
|\ |
|
| * | Renamed BrowsingContext to WindowProxy in script. | Alan Jeffrey | 2017-05-12 | 10 | -157/+150 |
* | | Auto merge of #16506 - cbrewster:about_chaos, r=asajeffrey | bors-servo | 2017-05-12 | 6 | -77/+135 |
|\ \
| |/
|/| |
|
| * | Make non-initial about:blank loads asynchronous | Connor Brewster | 2017-05-12 | 6 | -77/+135 |
* | | Auto merge of #16785 - aethanyc:fix-typo-and-simplify, r=mbrubeck | bors-servo | 2017-05-12 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix typo for PresentationalHintsSynthesizer | Ting-Yu Lin | 2017-05-10 | 1 | -3/+3 |
* | | | Auto merge of #16815 - Manishearth:cssup, r=metajack | bors-servo | 2017-05-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Bump cssparser to 0.13.3 | Manish Goregaokar | 2017-05-11 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Auto merge of #16807 - mrobinson:scroll-clamping, r=emilio | bors-servo | 2017-05-11 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|