aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #16933 - MortimerGoro:mutation_children, r=jdmbors-servo2017-05-204-17/+112
|\
| * Implement MutationObserver childList mutations.Imanol Fernandez2017-05-194-17/+112
* | style: Refactor RestyleHint to be a struct.Cameron McCormack2017-05-202-5/+5
* | Auto merge of #16963 - BorisChiou:stylo/animation/omta, r=emiliobors-servo2017-05-201-1/+4
|\ \
| * | Trigger restyle if important rules are changed.Boris Chiou2017-05-201-1/+4
* | | Update app_units to 0.4.1Manish Goregaokar2017-05-191-1/+1
|/ /
* | Auto merge of #16861 - gterzian:use_microtask_to_await_stable_state, r=jdmbors-servo2017-05-193-52/+47
|\ \
| * | use microtasks to await a stable stateGregory Terzian2017-05-193-52/+47
* | | Auto merge of #16954 - servo:arrayvec, r=emiliobors-servo2017-05-191-15/+14
|\ \ \
| * | | Avoid returning / passing around a huge ParsedDeclaration typeSimon Sapin2017-05-191-15/+14
* | | | Auto merge of #16913 - jdm:canvas2d, r=jdmbors-servo2017-05-195-22/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-195-22/+30
* | | | Auto merge of #16893 - MortimerGoro:webgl_extensions, r=emiliobors-servo2017-05-1926-40/+1291
|\ \ \ \
| * | | | Implement WebGL extensions.Imanol Fernandez2017-05-1826-40/+1291
* | | | | ol[type=…] and li[type=…] preshints need to be case-sensitiveSimon Sapin2017-05-182-1/+9
* | | | | Remove unused selectors::Element::each_classSimon Sapin2017-05-182-30/+13
* | | | | Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-182-13/+11
* | | | | Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-182-75/+79
| |_|_|/ |/| | |
* | | | Silence a warning in script::dom::mutationobserverAnthony Ramine2017-05-181-1/+1
|/ / /
* | | Auto merge of #16814 - asajeffrey:script-worklets, r=jdmbors-servo2017-05-1722-14/+1081
|\ \ \
| * | | Implemented Houdini worklets.Alan Jeffrey2017-05-1722-14/+1081
* | | | Auto merge of #16909 - emilio:simplify-cascade, r=bholleybors-servo2017-05-171-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | style: Refactor the cascade function.Emilio Cobos Álvarez2017-05-171-2/+2
* | | | Auto merge of #16900 - emilio:pseudos, r=bholleybors-servo2017-05-173-8/+38
|\ \ \ \
| * | | | Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-173-8/+38
| |/ / /
* | | | Auto merge of #16884 - jdm:structuredclone, r=jdmbors-servo2017-05-171-14/+38
|\ \ \ \ | |_|_|/ |/| | |
| * | | Create higher-level APIs for manipulating custom structured clones.alajara2017-05-151-14/+38
* | | | Auto merge of #16883 - jdm:mutationobserver, r=jdmbors-servo2017-05-179-23/+370
|\ \ \ \ | |_|/ / |/| | |
| * | | Mutation Observer APISumit2017-05-159-23/+370
| |/ /
* | | Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewsterbors-servo2017-05-1610-106/+118
|\ \ \
| * | | Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-1510-106/+118
| |/ /
* | | Auto merge of #16872 - jryans:matching-context, r=emiliobors-servo2017-05-162-5/+5
|\ \ \ | |_|/ |/| |
| * | Create a MatchingContext to group related matching argsJ. Ryan Stinnett2017-05-162-5/+5
| |/
* / Properly handle scroll offsets in hit testingMartin Robinson2017-05-162-17/+12
|/
* Make methods storing layout-originating nodes unsafe.Josh Matthews2017-05-154-22/+39
* Send information to script as part of finishing layout.Josh Matthews2017-05-151-8/+6
* Root nodes for the duration of their CSS transitions.Josh Matthews2017-05-152-9/+44
* Auto merge of #16859 - nox:gradients, r=emiliobors-servo2017-05-151-4/+2
|\
| * Rename LayerImage to ImageLayer and make it a type aliasAnthony Ramine2017-05-151-4/+2
* | Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-148-19/+19
* | Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-148-19/+19
|/
* Auto merge of #16845 - asajeffrey:script-rename-browsing-contexts, r=jdmbors-servo2017-05-1310-157/+150
|\
| * Renamed BrowsingContext to WindowProxy in script.Alan Jeffrey2017-05-1210-157/+150
* | Auto merge of #16506 - cbrewster:about_chaos, r=asajeffreybors-servo2017-05-126-77/+135
|\ \ | |/ |/|
| * Make non-initial about:blank loads asynchronousConnor Brewster2017-05-126-77/+135
* | Auto merge of #16785 - aethanyc:fix-typo-and-simplify, r=mbrubeckbors-servo2017-05-121-3/+3
|\ \
| * | Fix typo for PresentationalHintsSynthesizerTing-Yu Lin2017-05-101-3/+3
* | | Auto merge of #16815 - Manishearth:cssup, r=metajackbors-servo2017-05-111-1/+1
|\ \ \
| * | | Bump cssparser to 0.13.3Manish Goregaokar2017-05-111-1/+1
| | |/ | |/|
* | | Auto merge of #16807 - mrobinson:scroll-clamping, r=emiliobors-servo2017-05-111-2/+2
|\ \ \ | |/ / |/| |