aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update test expectations after 'OscillatorNode.type' additionFernando Jiménez Moreno2019-05-221-6/+0
|
* Implemented type attribute for OscillatorNode interfaceMaria Sable2019-05-212-8/+28
|
* Auto merge of #23405 - Eijebong:weedle, r=jdmbors-servo2019-05-204-149/+29
|\ | | | | | | | | | | | | | | | | | | | | | | Switch from webidl to weedle in script_plugins This removes the dependency on lalrpop and should speed up compilation quite a bit. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23405) <!-- Reviewable:end -->
| * Switch from webidl to weedle in script_pluginsBastien Orivel2019-05-154-149/+29
| | | | | | | | | | This removes the dependency on lalrpop and should speed up compilation quite a bit.
* | Auto merge of #23420 - ferjm:gst.1.16.android, r=Manishearthbors-servo2019-05-201-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade gstreamer binaries for Android to 1.16.0 - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23420) <!-- Reviewable:end -->
| * | Upgrade gstreamer binaries for Android to 1.16.0Fernando Jiménez Moreno2019-05-171-1/+1
| | |
* | | Auto merge of #23410 - tigercosmos:proxywindow-spec-update, r=KiChjangbors-servo2019-05-202-6/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spec update: window.name deals with lack of browsing context <!-- Please describe your changes on the following line: --> new [spec](https://html.spec.whatwg.org/multipage/window-object.html#dom-name): The name attribute's getter must run these steps: 1. If this Window object's browsing context is null, then return the empty string. 2. Return this Window object's browsing context's name. The name attribute's setter must run these steps: 1. If this Window object's browsing context is null, then return. 2. Set this Window object's browsing context's name to the given value. What is `null` here? According to [spec](https://html.spec.whatwg.org/multipage/browsers.html#concept-document-bc) > A Document's browsing context is the browsing context whose session history contains the Document, if any such browsing context exists and has not been discarded, and null otherwise. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] passed ` tests/wpt/web-platform-tests/html/browsers/the-window-object/name-attribute.window.js` - [X] These changes fix #22915 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23410) <!-- Reviewable:end -->
| * | | window.name deals with lack of browsing contexttigercosmos2019-05-192-6/+7
| | | |
* | | | Auto merge of #23424 - servo:plugin-search-path, r=ferjmbors-servo2019-05-201-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use correct plugin search path for locally cloned gstreamer r? @ferjm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23424) <!-- Reviewable:end -->
| * | | | Use correct plugin search path for locally cloned gstreamerManish Goregaokar2019-05-171-0/+3
| | | | |
* | | | | Auto merge of #23426 - servo:jdm-patch-49, r=jdmbors-servo2019-05-191-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add gnutls dependency for gstreamer plugins build From one of the newer macOS taskcluster workers: ``` ==> Installing gst-plugins-bad dependency: srtp ==> Downloading https://homebrew.bintray.com/bottles/srtp-2.2.0.high_sierra.bottle.tar.gz ==> Pouring srtp-2.2.0.high_sierra.bottle.tar.gz 🍺 /Users/worker/homebrew/Cellar/srtp/2.2.0: 14 files, 408.4KB ==> Installing gst-plugins-bad Error: An exception occurred within a child process: RuntimeError: /Users/worker/homebrew/opt/gnutls not present or broken Please reinstall gnutls. Sorry :( Installing ./etc/taskcluster/macos/formula/gst-plugins-bad.rb has failed! ``` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23426) <!-- Reviewable:end -->
| * | | | | Add gnutls dependency for gstreamer plugins buildJosh Matthews2019-05-191-0/+1
| | | | | |
* | | | | | Auto merge of #23416 - Manishearth:mediaup, r=asajeffreybors-servo2019-05-191-10/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update servo-media Ensuring the gl failures in https://github.com/servo/servo/pull/23377 are not caused by this <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23416) <!-- Reviewable:end -->
| * | | | | | Update servo-mediaManish Goregaokar2019-05-161-10/+10
| | | | | | |
* | | | | | | Auto merge of #23171 - hundredeir:find_elem_elems, r=jdmbors-servo2019-05-194-1/+74
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add webdriver command "Find elements from Element" --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23171) <!-- Reviewable:end -->
| * \ \ \ \ \ \ Merge branch 'find_elem_elems' of https://github.com/hundredeir/servo into ↵hundredeir2019-04-100-0/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | find_elem_elems
| | * | | | | | | Formatted codehundredeir2019-04-063-18/+25
| | | | | | | | |
| * | | | | | | | Refactor codehundredeir2019-04-101-4/+4
| | | | | | | | |
| * | | | | | | | Formatted codehundredeir2019-04-073-18/+25
| |/ / / / / / /
| * | | | | | | Add webdriver command Find elements from elementhundredeir2019-04-064-1/+67
| | | | | | | |
* | | | | | | | Auto merge of #23415 - servo:jdm-patch-48, r=SimonSapinbors-servo2019-05-192-5/+15
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make net.generic.worker a LaunchDaemon Based on my reading in https://www.launchd.info/ I don't believe it should be a LaunchAgent, since it runs for another user than the one that is logged in. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23415) <!-- Reviewable:end -->
| * | | | | | | Add useful debugging output for macos builds.Josh Matthews2019-05-171-3/+3
| | | | | | | |
| * | | | | | | Improve dependencies for generic-worker deployment.Josh Matthews2019-05-171-8/+7
| | | | | | | |
| * | | | | | | Remove old service plist.Josh Matthews2019-05-171-1/+1
| | | | | | | |
| * | | | | | | Make net.generic.worker a LaunchDaemonJosh Matthews2019-05-171-1/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | Auto merge of #23419 - servo:SimonSapin-patch-1, r=jdmbors-servo2019-05-181-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix magicleap nightly upload Remove some extra quotes in the shell script Failed in https://tools.taskcluster.net/tasks/WtK7OY9qQ6Wg9xbXCS8eCQ <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23419) <!-- Reviewable:end -->
| * | | | | | | Fix magicleap nightly uploadSimon Sapin2019-05-171-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Remove some extra quotes in the shell script Failed in https://tools.taskcluster.net/tasks/WtK7OY9qQ6Wg9xbXCS8eCQ
* | | | | | | Auto merge of #23323 - nehalem501:master, r=jdmbors-servo2019-05-176-15/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement connectStart in PerformanceResourceTiming <!-- Please describe your changes on the following line: --> - Added connectStart where needed (```ResourceFetchTiming```, ```ResourceAttribute```) in ```components/net_traits/lib.rs ``` - Before calling ```client.request``` in ```obtain_response```, we now add the ```connectStart``` attribute (```components/net/http_loader.rs```) - Updated tests to reflect those changes --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] These changes fix #21261 (at least partially) <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23323) <!-- Reviewable:end -->
| * | | | | | Remove passing tests expecting failureTomek LECOCQ2019-05-091-6/+0
| | | | | | |
| * | | | | | Remove test resultTomek LECOCQ2019-05-091-3/+6
| | | | | | |
| * | | | | | Fix failing testsTomek LECOCQ2019-05-081-0/+6
| | | | | | |
| * | | | | | Modify tests for connectStartTomek LECOCQ2019-05-052-15/+0
| | | | | | |
| * | | | | | Add connectStart in PerformanceResourceTimingTomek LECOCQ2019-05-034-3/+17
| | | | | | |
* | | | | | | Auto merge of #23404 - Manishearth:gst16, r=jdmbors-servo2019-05-172-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update linux desktop to gstreamer 1.16 r? @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23404) <!-- Reviewable:end -->
| * | | | | | | Bump gstreamer in TravisManish Goregaokar2019-05-161-1/+1
| | | | | | | |
| * | | | | | | Update gstreamerManish Goregaokar2019-05-161-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Auto merge of #23403 - jdm:homebrew-tap, r=Manishearthbors-servo2019-05-174-1/+90
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add gst-plugins-bad homebrew formula that enables webrtc. This forks the upstream homebrew formula for gst-plugins-bad and re-adds two important (previously optional) dependencies. It also adds a script to regenerate the formula from upstream to make it as easy as possible to update gstreamer in the future. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23403) <!-- Reviewable:end -->
| * | | | | | | Add gst-plugins-bad homebrew formula that enables webrtc.Josh Matthews2019-05-154-1/+90
| | | | | | | |
* | | | | | | | Auto merge of #23411 - servo:jdm-patch-47, r=SimonSapinbors-servo2019-05-171-0/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add debugging info to macOS TC build tasks. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23411) <!-- Reviewable:end -->
| * | | | | | | Don't fail the build when target directory is missingJosh Matthews2019-05-161-1/+1
| | | | | | | |
| * | | | | | | Add debugging info to macOS TC build tasks.Josh Matthews2019-05-161-0/+3
| | | | | | | |
* | | | | | | | Auto merge of #23362 - jdm:tc-magicleap, r=SimonSapinbors-servo2019-05-174-28/+62
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move magicleap builds to taskcluster <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23362) <!-- Reviewable:end -->
| * | | | | | | Raise an error if ML SDK doesn't exist.Josh Matthews2019-05-161-0/+2
| | | | | | | |
| * | | | | | | Add servo-tc-mac6 to TC pool.Josh Matthews2019-05-161-0/+2
| | | | | | | |
| * | | | | | | Move magicleap build to taskcluster.Josh Matthews2019-05-162-28/+58
| | | | | | | |
* | | | | | | | Auto merge of #23406 - jdm:more-macos-tc, r=SimonSapinbors-servo2019-05-162-37/+9
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move all macOS WPT jobs to Taskcluster <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23406) <!-- Reviewable:end -->
| * | | | | | | Move all WPT mac jobs to taskcluster.Josh Matthews2019-05-161-36/+3
| | | | | | | |
| * | | | | | | Add bluetooth servodriver tests to final WPT chunk.Josh Matthews2019-05-161-1/+6
| |/ / / / / /
* | | | | | | Auto merge of #23249 - georgeroman:implement_mouseevent_buttons, r=Manishearthbors-servo2019-05-1610-36/+111
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement MouseEvent buttons attribute <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #22884 <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23249) <!-- Reviewable:end -->
| * | | | | | | Implement MouseEvent buttons attributeGeorge Roman2019-05-1610-36/+111
| | | | | | | |