aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #10689 - rwakulszowa:bootstrap-disconnected-message, ↵bors-servo2016-04-191-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | r=Wafflespeanut Handle URLError in download() #10679 Print a human-friendly message if there is no internet connection. <!-- 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/10689) <!-- Reviewable:end -->
| * Handle URLError in download() #10679rwa2016-04-181-0/+3
| | | | | | | | Print a human-friendly message if there is no internet connection.
* | Auto merge of #10653 - askeing:cleanup_tidy_for_external_deps, r=edunhambors-servo2016-04-197-92/+32
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Cleanup tidy for external deps fix #10639 <!-- 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/10653) <!-- Reviewable:end -->
| * Remove "python/tidy_self_test/speclink.rs"askeing2016-04-171-9/+0
| | | | | | | | - it already move to "python/tidy/servo_tidy_tests/speclink.rs"
| * bump the minor version of servo_tidyaskeing2016-04-173-3/+6
| | | | | | | | - and add clean folder into Makefile
| * Modified test_spec_link of test_tidy for packaged tidyaskeing2016-04-172-81/+4
| |
| * Test for check_spec function, for tidy.py #9152Maciej Skrzypkowski2016-04-173-3/+18
| |
| * Check the "tests/wpt/web-platform-tests" folder before loading "tools.lint" ↵askeing2016-04-171-5/+6
| | | | | | | | module
| * Add "servo-tidy" entry pointaskeing2016-04-172-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - also update requriements "pyflakes" from 0.8 to 0.8.1 due to following issue ``` Traceback (most recent call last): File "/Users/Askeing/software/servo/python/_virtualenv/bin/servo-tidy", line 5, in <module> from pkg_resources import load_entry_point File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3084, in <module> @_call_aside File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3070, in _call_aside f(*args, **kwargs) File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3097, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 653, in _build_master return cls._build_from_requirements(__requires__) File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/Users/Askeing/software/servo/python/_virtualenv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 839, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pyflakes==0.8.1' distribution was not found and is required by servo-tidy ```
| * Add dependency on toml base on python/requirements.txtaskeing2016-04-171-0/+1
| |
| * Add dependency on flake8 base on python/requirements.txtaskeing2016-04-171-0/+1
| |
* | 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
| |
* | Docs and cleanup after moving tidyedunham2016-04-151-62/+0
| |
* | 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-1522-9/+255
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 -->
| * | Add servo_tidy_tests into ignore dirs, and modify setup.py to fit the tidy checkaskeing2016-04-152-2/+12
| | | | | | | | | | | | - fix the issue of '$ ./mach test-tidy --no-progress'
| * | Use local `tidy`edunham2016-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/servo/servo/issues/861#issuecomment-209547756 "I think the most important concern is that it's possible to modify tidy.py and see how those changes affect ./mach test-tidy with the fewest possible intermediate steps." - jdm This takes publishing complexity away from the contributor when testing changes and makes it an infra problem instead, where it's much easier to automate & saner to manage pypi credentials
| * | Modified the servo_tidy_tests for both "./mach" and "make test"askeing2016-04-142-4/+4
| | | | | | | | | | | | - fix `cd python/tidy; make test` fail issue
| * | Modify the description of setup.pyaskeing2016-04-141-2/+2
| | |
| * | Package tidyaskeing2016-04-1414-4/+7
| | | | | | | | | | | | | | | | | | - Modified the testing commands - Added the requirements - Moved python/tidy/tests to python/tidy/servo_tidy_tests for self tidy tests
| * | add tidy to READMEedunham2016-04-131-0/+5
| | |
| * | Create a Python package of TidyAskeing Yen (fyen)2016-04-1318-5/+233
| | |
| * | start Tidy moveedunham2016-04-1311-0/+0
| |/
* / Added warning for update-cargo -aPer Lundberg2016-04-141-2/+4
|/ | | | | | To quote Lars Bergstrom: > yeah, that's a giant footgun :-)
* Auto merge of #10563 - mskrzypkows:tidy_tests, r=mbrubeckbors-servo2016-04-133-3/+18
|\ | | | | | | | | | | | | | | | | | | | | Test for check_spec function, for tidy.py #9152 Additional test for tidy.py <!-- 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/10563) <!-- Reviewable:end -->
| * Test for check_spec function, for tidy.py #9152Maciej Skrzypkowski2016-04-133-3/+18
| |
* | Update to byteorder 0.5Saurav Sachidanand2016-04-131-1/+1
|/
* tests for tidy.py #9152Maciej Skrzypkowski2016-04-0711-4/+166
|
* Auto merge of #10453 - Ms2ger:uuid, r=KiChjangbors-servo2016-04-071-1/+1
|\ | | | | | | | | | | | | | | Update uuid. <!-- 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/10453) <!-- Reviewable:end -->
| * Update uuid.Ms2ger2016-04-071-1/+1
| |
* | Auto merge of #10442 - autrilla:mach-caching, r=Wafflespeanutbors-servo2016-04-071-6/+21
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Issue #10441: Added caching support to mach bootstrap As suggested on the issue, files are stored as `.part` and moved to the original name when done. <!-- 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/10442) <!-- Reviewable:end -->
| * Added caching support to mach bootstrapAdrian Utrilla2016-04-071-6/+21
| |
* | Remove gl_generator version exception.Josh Matthews2016-04-061-1/+1
| |
* | Update ipc-channel for two important bug fixesOlaf Buddenhagen2016-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes https://github.com/servo/servo/issues/10260 by pulling in https://github.com/servo/ipc-channel/pull/61 (fix receive for messages close to packet size) and https://github.com/servo/ipc-channel/pull/62 (properly handle ENOBUFS); where the latter is not critical per se, as there was a workaround already -- but that workaround aggrevated the first bug, resulting in the urgent issue... This bump requires a tidy override for `uuid`: `ipc-channel` was updated to `uuid 0.2` in https://github.com/servo/ipc-channel/pull/63 (don't know why...), while other crates are still with `0.1`. That was blocking this urgent bug fix; and according to a discussion with @mbrubeck on IRC, the override should be OK in this case.
* | Auto merge of #10433 - saurvs:pr3, r=emiliobors-servo2016-04-071-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Implement WebGLRenderingContext.getActiveUniform() Fixes https://github.com/servo/servo/issues/10397 <!-- 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/10433) <!-- Reviewable:end -->
| * Implement WebGLRenderingContext.getActiveUniform()Saurav Sachidanand2016-04-061-1/+1
| |
* | Auto merge of #9811 - paulrouget:forceTouch, r=mbrubeckbors-servo2016-04-051-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forcetouch events https://developer.apple.com/library/mac/documentation/AppleApplications/Conceptual/SafariJSProgTopics/RespondingtoForceTouchEventsfromJavaScript.html Not sure how we want to land that yet. Maybe reproduce the webkit events (as in this PR), or as touch/mousemouse events. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9811) <!-- Reviewable:end -->
| * | Ignore ForceTouchEvent.webidlPaul Rouget2016-04-051-0/+1
| |/
* / Fix ./mach test-tidy --faster issuezakorgyula2016-04-052-5/+22
|/ | | | issue number: 9778
* mach run -b now passes additional params to servoAdrian Utrilla2016-04-021-0/+1
|
* Auto merge of #10292 - jdm:cssom, r=jdmbors-servo2016-04-011-0/+1
|\ | | | | | | | | | | | | | | | | | | | | Initial steps for CSSOM Squashed and rebased #10133. <!-- 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/10292) <!-- Reviewable:end -->
| * Initial steps for CSSOM APIMohamed Albashir2016-03-311-0/+1
| |
* | Update webrender to masterEmilio Cobos Álvarez2016-03-311-1/+1
| | | | | | | | I'll rebase #10224 against it.
* | 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 -->