aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #10916 - mmatyas:useneon, r=aneeshusabors-servo2016-05-052-17/+24
|\ | | | | | | | | | | | | | | | | | | | | | | | | Use NEON build flag on ARM and AArch64 The NEON flag is already used when building for Android, this patch enables it on other ARM devices too. Note that this patch just adds the build flag to the compilation, for actually enabling the SIMD code in Servo, we'll also need #10900 (but it's not a dependency). <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10916) <!-- Reviewable:end -->
| * Use NEON build flag on ARM and AArch64Mátyás Mustoha2016-05-051-2/+6
| |
| * Improve build target argument handlingMátyás Mustoha2016-05-052-15/+18
| |
* | Make build time display more human friendlyFabrice Desré2016-05-041-5/+6
|/
* Upgrade to OpenSSL 1.0.1t on AndroidMatt Brubeck2016-05-031-1/+1
|
* Auto merge of #10923 - askeing:fix_10922, r=jdmbors-servo2016-04-301-1/+4
|\ | | | | | | | | | | | | | | | | | | | | Remove dir by shutil.rmtree, remove file by os.remove fix #10922 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10923) <!-- Reviewable:end -->
| * Remove dir by shutil.rmtree, remove file by os.removeaskeing2016-04-291-1/+4
| |
* | Auto merge of #10901 - askeing:fix_10882, r=jdmbors-servo2016-04-301-3/+6
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Handle HTTP specific errors then other errors when downloading rustc fix #10882 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10901) <!-- Reviewable:end -->
| * Handle HTTP specific errors then other errors when downloading rustcaskeing2016-04-301-3/+6
| |
* | Auto merge of #10892 - CorcovadoMing:patch-1, r=Wafflespeanutbors-servo2016-04-281-1/+4
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Pass --no-patch by default to update_css fix #10884 according to #9666 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10892) <!-- Reviewable:end -->
| * pass --no-patch by default to update_cssCorcovadoMing2016-04-281-1/+4
| |
* | Make css-properties.json checking a proper unit test.Simon Sapin2016-04-281-24/+0
|/
* Auto merge of #10706 - zwn:unused-extern-crates, r=noxbors-servo2016-04-221-0/+2
|\ | | | | | | | | | | | | | | | | | | | | Turn on unused-extern-crates warning. As discussed in #9256. It should solve second half of the issue. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10706) <!-- Reviewable:end -->
| * Turn on unused-extern-crates warning.Zbynek Winkler2016-04-221-0/+2
| |
* | Auto merge of #10631 - servo:wptrunner-20160415, r=KiChjangbors-servo2016-04-211-2/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update wptrunner. Fixes #10540. Fixes #10392. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10631) <!-- Reviewable:end -->
| * | Improve mach wpt-upgrade.Ms2ger2016-04-201-2/+8
| |/
* | Be sligthly more verbose about css-properties.json in test-unitSimon Sapin2016-04-201-0/+2
| |
* | Move Mako-related files into a new sub-directory.Simon Sapin2016-04-201-1/+1
| | | | | | | | There’s gonna be more of them.
* | Merge list_properties.py into build_properties_rs.pySimon Sapin2016-04-201-14/+19
|/
* Handle URLError in download() #10679rwa2016-04-181-0/+3
| | | | Print a human-friendly message if there is no internet connection.
* Auto merge of #10620 - autrilla:mach-command-improvements, r=Wafflespeanutbors-servo2016-04-171-11/+19
|\ | | | | | | | | | | | | | | Improved readability of ensure_bootstrapped <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10620) <!-- Reviewable:end -->
| * Improved readability of ensure_bootstrappedAdrian Utrilla2016-04-161-11/+19
| |
* | Auto merge of #10616 - autrilla:10614, r=edunhambors-servo2016-04-162-8/+27
|\ \ | | | | | | | | | | | | | | | <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10616) <!-- Reviewable:end -->
| * | mach install now builds servo if it hasn't been built beforeAdrian Utrilla2016-04-152-8/+27
| | |
* | | Auto merge of #10590 - edunham:package-tidy, r=larsbergstrombors-servo2016-04-151-3/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package tidy This fixes https://github.com/servo/servo/issues/861. @askeing, I've copied your work from https://github.com/askeing/servo_tidy and attributed the commit to you. My commit in this PR is Git housekeeping to preserve `tidy`'s history. If you'd like to make additional changes, I've given you and @shinglyu push access to my fork of Servo. Apologies if this is already familiar, but the workflow for pushing to my branch is: ``` $ git remote add edunham git@github.com:edunham/servo.git $ git checkout -b package-tidy $ git pull edunham package-tidy $ git push edunham package-tidy ``` Once this lands, I'll look at how to publish it to PyPI and automate that process. Please don't merge this yet; we still need to discuss how the change should work around https://github.com/servo/servo/blob/master/python/servo/testing_commands.py#L33 , as I've yet to figure out how to get the egg to actually expose its tests. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10590) <!-- Reviewable:end -->
| * | Package tidyaskeing2016-04-141-3/+3
| |/ | | | | | | | | | | - Modified the testing commands - Added the requirements - Moved python/tidy/tests to python/tidy/servo_tidy_tests for self tidy tests
* / Added warning for update-cargo -aPer Lundberg2016-04-141-2/+4
|/ | | | | | To quote Lars Bergstrom: > yeah, that's a giant footgun :-)
* tests for tidy.py #9152Maciej Skrzypkowski2016-04-071-4/+13
|
* Added caching support to mach bootstrapAdrian Utrilla2016-04-071-6/+21
|
* Fix ./mach test-tidy --faster issuezakorgyula2016-04-051-1/+2
| | | | issue number: 9778
* mach run -b now passes additional params to servoAdrian Utrilla2016-04-021-0/+1
|
* Auto merge of #10238 - jdm:winunit, r=larsbergstrombors-servo2016-03-301-1/+5
|\ | | | | | | | | | | | | | | Run unit tests on appveyor <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10238) <!-- Reviewable:end -->
| * Always use backtraces on appveyor.Josh Matthews2016-03-281-1/+5
| |
* | Auto merge of #10265 - Ms2ger:reftest, r=jdmbors-servo2016-03-292-43/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | Remove dead code that used to support the legacy reftest framework. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10265) <!-- Reviewable:end -->
| * | Remove dead code that used to support the legacy reftest framework.Ms2ger2016-03-292-43/+0
| | |
* | | Auto merge of #10208 - jrasanen:jr/issue10196, r=SimonSapinbors-servo2016-03-291-2/+9
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Generate html and json of supported css properties. Fixes #10196. Outputs html and json of supported css properties to `target/doc/` directory when deploying github-pages. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10208) <!-- Reviewable:end -->
| * | Fixed a typoJussi Räsänen2016-03-281-1/+1
| | |
| * | Changed mach test to use generated json file of propertiesJussi Räsänen2016-03-281-2/+9
| |/
* | Auto merge of #8641 - notriddle:no_headless, r=glennwbors-servo2016-03-291-30/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | No more headless compositor. Just the normal one. Fixes #8573 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8641) <!-- Reviewable:end -->
| * No more headless compositor. Just the normal one.Michael Howell2016-03-241-30/+2
| | | | | | | | | | | | | | | | | | This changes headless operation to strictly be a runtime option, rather than a compile-time one. Note that the old headless version still relied on a display server to support WebGL, while it now requires one all the time. Fixes #8573
* | Fix ./mach runUK9922016-03-271-0/+3
| |
* | Enable NEON feature to get hard floats on Android devicesLars Bergstrom2016-03-251-0/+2
| |
* | Remove rustc wrapper script for gold in favor of using RUSTFLAGSLars Bergstrom2016-03-251-1/+1
|/
* Auto merge of #10148 - malayaleecoder:master, r=Manishearthbors-servo2016-03-241-9/+0
|\ | | | | | | | | | | | | | | | | | | | | Remove test-ref command from testing_commands.py. Fixes #10125 Tries to fix #10125 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10148) <!-- Reviewable:end -->
| * Remove test-ref command from testing_commands.py. Fixes #10125malayaleecoder2016-03-231-9/+0
| |
* | Read SERVO_RUSTC_WITH_GOLD if no .servobuildedunham2016-03-221-1/+7
| | | | | | | | | | | | | | | | | | | | The build system needs to disable gold on arm64 slaves. Other configuration is done through environment variables, and buildbot hosts currently don't use a .servobuild file at all. This change adds the `get_env_bool` function to cast an environment variable's string contents into a Python boolean, and uses it to retrieve the optional SERVO_RUSTC_WITH_GOLD setting.
* | Remove unused use_nightly_rust function.Ms2ger2016-03-221-5/+0
| |
* | Use call rather than check_call in jquery_test_runner.Ms2ger2016-03-161-2/+1
|/ | | | | | | The contract for mach commands is to return zero / non-zero to indicate success / failure, rather than throwing an exception. Since run_jquery.py uses a 1 exit code when there are unexpected results, this would cause an exception from check_call, which would then be printed with a stack trace.
* Remove submodule update from mach bootstrap. Fixes #10010malayaleecoder2016-03-162-35/+1
|
* test_ref() got an unexpected keyword argument 'kind'.Fixes #9986malayaleecoder2016-03-151-3/+0
|