aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #20750 - kwonoj:fix-wr-path, r=paulrougetbors-servo2018-05-161-10/+17
|\
| * fix(capture_webrender): try fallback capture dirOJ Kwon2018-05-041-10/+17
* | Auto merge of #20329 - gterzian:before_unload, r=cbrewsterbors-servo2018-05-0712-37/+293
|\ \
| * | implement "has event listener", plug into (before)unloadGregory Terzian2018-05-053-36/+60
| * | beforeunload and unload infrastructureGregory Terzian2018-05-0510-20/+222
| * | PutForward=href on window and document locationGregory Terzian2018-05-042-2/+2
| * | fire pageshow for new entry after history traversalGregory Terzian2018-05-011-0/+30
* | | style: Remove some unneeded cfg(..).Emilio Cobos Álvarez2018-05-053-8/+8
* | | style: Implement Debug for KeyframeAnimationStyle by hand.Emilio Cobos Álvarez2018-05-051-1/+18
* | | style: Fix servo build.Emilio Cobos Álvarez2018-05-055-32/+32
* | | style: Fix tidy issues.Emilio Cobos Álvarez2018-05-052-2/+3
* | | style: Allow 16% false positives in test bloom::create_and_insert_some_stuff.Xidorn Quan2018-05-051-1/+1
* | | style: Remove the 'property_name' macro.Jonathan Watt2018-05-051-6/+0
* | | style: Make the font canvas code not mess with the rule tree.Emilio Cobos Álvarez2018-05-051-16/+14
* | | style: Fix perspective interpolation.Emilio Cobos Álvarez2018-05-052-23/+8
* | | style: Remove ServoStyleSheet usage.Emilio Cobos Álvarez2018-05-052-9/+9
* | | style: Merge ServoStyleSheet and StyleSheet.Emilio Cobos Álvarez2018-05-051-4/+4
* | | style: Handle Shadow DOM in keyframes lookup.Emilio Cobos Álvarez2018-05-051-7/+45
* | | style: Remove values::Verbatim.Emilio Cobos Álvarez2018-05-052-16/+1
* | | style: Move represents_keyword to the css attributes.Emilio Cobos Álvarez2018-05-058-69/+24
* | | style: Derive ToCss for Counters.Emilio Cobos Álvarez2018-05-053-44/+29
* | | style: Make KTableEntry an independent type.Xidorn Quan2018-05-051-3/+3
* | | Auto merge of #20732 - servo:webgl, r=jdmbors-servo2018-05-0516-363/+436
|\ \ \ | |_|/ |/| |
| * | Update to gleam 0.5Anthony Ramine2018-05-0516-363/+436
* | | Auto merge of #20703 - servo:rustup, r=noxbors-servo2018-05-047-14/+8
|\ \ \ | |/ / |/| |
| * | Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)Simon Sapin2018-05-045-13/+5
| * | Fix a Cargo warningSimon Sapin2018-05-041-0/+1
| * | Silence an 'unused' warningSimon Sapin2018-05-041-1/+2
* | | Auto merge of #20744 - pyfisch:background-color-clip, r=pyfischbors-servo2018-05-031-4/+7
|\ \ \
| * | | Correct edge case for background color clipPyfisch2018-05-031-4/+7
| |/ /
* | | Auto merge of #20743 - paulrouget:rmFwdEvent, r=emiliobors-servo2018-05-032-6/+0
|\ \ \ | |/ / |/| |
| * | Remove useless messagePaul Rouget2018-05-032-6/+0
* | | Auto merge of #20739 - pyfisch:border-image-outset, r=mbrubeckbors-servo2018-05-022-15/+47
|\ \ \
| * | | Implement border-image-outsetPyfisch2018-05-022-15/+47
| | |/ | |/|
* | | Auto merge of #20689 - fabricedesre:mutation-take-records, r=emiliobors-servo2018-05-026-31/+98
|\ \ \ | |/ / |/| |
| * | MutationObserver api: Implement takeRecords() and characterData mutationsFabrice Desré2018-05-026-31/+98
* | | Auto merge of #20671 - cbrewster:history_url, r=asajeffreybors-servo2018-04-307-52/+156
|\ \ \
| * | | Make session history aware of URLsConnor Brewster2018-04-247-52/+156
* | | | Auto merge of #20480 - kwonoj:refactor-file-manager, r=paulrougetbors-servo2018-04-2911-145/+116
|\ \ \ \
| * | | | test(net): update test casesOJ Kwon2018-04-275-28/+49
| * | | | refactor(embedder): rename file select messageOJ Kwon2018-04-272-3/+3
| * | | | refactor(filemanager): uses embedderproxy directlyOJ Kwon2018-04-278-82/+47
| * | | | refactor(filemanager): use filemanagermsg to request embedderOJ Kwon2018-04-273-16/+15
| * | | | refactor(constellation): replace constellationmsg to filemanagermsgOJ Kwon2018-04-274-21/+40
| * | | | test(net): update test casesOJ Kwon2018-04-274-27/+23
| * | | | refactor(filemanager): remove awareness to ui behaviorOJ Kwon2018-04-274-70/+1
| * | | | refactor(compositor): expose new embeddermsgOJ Kwon2018-04-272-1/+14
| * | | | refactor(filemanager): send constellationmsg to select fileOJ Kwon2018-04-274-29/+47
| * | | | refactor(resourcethread): expose constellationmsg channelOJ Kwon2018-04-274-9/+18
| | |_|/ | |/| |
* | | | Auto merge of #20420 - pyfisch:corner-clipping, r=emiliobors-servo2018-04-2919-342/+415
|\ \ \ \