aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Auto merge of #23583 - servo:jdm-patch-56, r=SimonSapinbors-servo2019-06-271-4/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Set CC/CXX defaults right before starting cargo build.Josh Matthews2019-06-271-7/+7
| * | | | Force clang use on all platforms.Josh Matthews2019-06-171-2/+5
* | | | | Auto merge of #23539 - oneturkmen:script-remove-opts-get, r=jdmbors-servo2019-06-2717-45/+238
|\ \ \ \ \
| * | | | | Script: removed a few opts::get()oneturkmen2019-06-2617-45/+238
|/ / / / /
* | | | | Auto merge of #23587 - jdm:smup67, r=asajeffreybors-servo2019-06-2619-139/+260
|\ \ \ \ \
| * | | | | Upgrade to Spidermonkey 67.Josh Matthews2019-06-2619-139/+260
| |/ / / /
* | | | | Auto merge of #23636 - asajeffrey:webvrup, r=jdmbors-servo2019-06-261-5/+5
|\ \ \ \ \
| * | | | | Updated to rust-webvr 0.11.5Alan Jeffrey2019-06-261-5/+5
* | | | | | Auto merge of #23635 - servo-wpt-sync:wpt_update_26-06-2019, r=servo-wpt-syncbors-servo2019-06-261651-14012/+7983
|\ \ \ \ \ \
| * | | | | | Update web-platform-tests to revision 66dc9c93f2c8ebd7c8fdc28fae20d92713c97806WPT Sync Bot2019-06-261651-14012/+7983
|/ / / / / /
* | | | | | Auto merge of #23633 - servo:buildbot, r=jdmbors-servo2019-06-254-95/+4
|\ \ \ \ \ \
| * | | | | | Also remove linux-rel-intermittentSimon Sapin2019-06-254-40/+1
| * | | | | | Remove some jobs from BuildbotSimon Sapin2019-06-251-55/+3
|/ / / / / /
* | | | | | Auto merge of #23605 - servo:jdm-patch-28, r=SimonSapinbors-servo2019-06-251-1/+1
|\ \ \ \ \ \
| * | | | | | Always create a WPT update task.Josh Matthews2019-06-211-1/+1
* | | | | | | Auto merge of #23609 - emilio:gecko-sync, r=emiliobors-servo2019-06-2555-1644/+1188
|\ \ \ \ \ \ \
| * | | | | | | Update WPT expectations.Emilio Cobos Álvarez2019-06-253-25/+3
| * | | | | | | style: Rustfmt again.Emilio Cobos Álvarez2019-06-252-2/+5
| * | | | | | | Update test expectations.Emilio Cobos Álvarez2019-06-251-1/+1
| * | | | | | | style: Servo doesn't implement white-space: break-spaces.Emilio Cobos Álvarez2019-06-251-8/+5
| * | | | | | | style: Give up on test_parse_stylesheet.Emilio Cobos Álvarez2019-06-254-272/+3
| * | | | | | | Fix style system build with recent changes.Emilio Cobos Álvarez2019-06-257-30/+43
| * | | | | | | Rustfmt and fix tidy on recent changes.Emilio Cobos Álvarez2019-06-2516-57/+78
| * | | | | | | style: Invalidate style for ::selection.violet2019-06-253-0/+25
| * | | | | | | style: Fix the serialization of the computed value of background-size.Boris Chiou2019-06-251-11/+1
| * | | | | | | style: Use atoms for grid line names.Emilio Cobos Álvarez2019-06-252-29/+34
| * | | | | | | style: Use Servo for the representation of grid template areas.Emilio Cobos Álvarez2019-06-254-130/+68
| * | | | | | | style: Use more ffi-friendly types in grid template areas.Emilio Cobos Álvarez2019-06-253-30/+44
| * | | | | | | style: Should not serialize default radius of circle.violet2019-06-253-71/+43
| * | | | | | | style: Implement overflow-block and overflow-inline propertiesviolet2019-06-253-32/+50
| * | | | | | | style: Implement the break-spaces value of the white-space property.violet2019-06-251-4/+7
| * | | | | | | style: Add a pref and enable Shadow Parts in Nightly and for chrome stylesheets.Emilio Cobos Álvarez2019-06-251-2/+9
| * | | | | | | style: Implement GeckoElement::each_part.Emilio Cobos Álvarez2019-06-253-4/+16
| * | | | | | | style: Add code to make part rules affect the style of the elements.Emilio Cobos Álvarez2019-06-256-27/+100
| * | | | | | | style: Collect ::part() rules during CascadeData rebuilds.Emilio Cobos Álvarez2019-06-252-35/+104
| * | | | | | | style: Add an extra flag to flag ::part() to selectors.Emilio Cobos Álvarez2019-06-252-28/+92
| * | | | | | | style: Don't go through all the part names if not there.Emilio Cobos Álvarez2019-06-251-0/+8
| * | | | | | | style: Add plumbing code to invalidate shadow parts.Emilio Cobos Álvarez2019-06-255-4/+72
| * | | | | | | style: Use cbindgen for gradients.Emilio Cobos Álvarez2019-06-2510-474/+190
| * | | | | | | style: Handle default angle in radians.Emilio Cobos Álvarez2019-06-251-0/+1
| * | | | | | | style: added text-decoration-width support to style system.Charlie Marlow2019-06-251-0/+10
| * | | | | | | style: Cleanup gradient parsing by removing the simple-moz-gradient parsing p...Emilio Cobos Álvarez2019-06-255-443/+50
| * | | | | | | style: Remove support for the layout.css.prefixes.webkit pref.Daniel Holbert2019-06-254-12/+1
| * | | | | | | style: adding support for CSS text underline offset to the style system.Charlie Marlow2019-06-251-0/+11
| * | | | | | | style: Hide some appearance values from content.Emilio Cobos Álvarez2019-06-251-0/+5
| * | | | | | | style: Report heap size of rule tree heap allocations as well.Emilio Cobos Álvarez2019-06-251-7/+16
| * | | | | | | style: Inline one child in the rule tree.Emilio Cobos Álvarez2019-06-251-30/+168
| * | | | | | | style: Add some very basic rule tree stats that can be enabled with trace-lev...Emilio Cobos Álvarez2019-06-251-0/+49
* | | | | | | | Auto merge of #23626 - servo-wpt-sync:wpt_update_24-06-2019, r=servo-wpt-syncbors-servo2019-06-2521-197/+181
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |