Граф коммитов

541015 Коммитов

Автор SHA1 Сообщение Дата
James Cheng 202943a892 Bug 1350246 - [Part4] Add a feature preference for HLS, default on for Fennec. r=jya
MozReview-Commit-ID: AlfMLzGmU5K

--HG--
extra : rebase_source : 95c37887fcf2a53a1c1fa85aa83ec7804d78e89b
2017-05-05 15:57:22 +08:00
James Cheng 7fd1bfe9c2 Bug 1350246 - [Part3] Implement a HLSDemuxer and its trackdemuxers for AV. r=jya
MozReview-Commit-ID: EndIUfiSEMu

--HG--
extra : rebase_source : cef03ec571a6031104f1333d89c54a244e470005
2017-05-05 16:44:52 +08:00
James Cheng 5133a6a0c7 Bug 1350246 - [Part2] Implement a HLSResource as a MediaResource. r=jya
MozReview-Commit-ID: BOH0AvScYfK

--HG--
extra : rebase_source : 879bd4f13ee40785ec7efd4c7ca8198cecf5c0ea
2017-05-05 16:42:34 +08:00
James Cheng ab6d9e88cc Bug 1350246 - [Part1] Implement a HLSDecoder as a MediaDecoder. r=jya
MozReview-Commit-ID: AROu6wdm9RZ

--HG--
extra : rebase_source : 28332444ed7dd82b9001abf959aaacd11cab5f07
2017-05-05 16:40:29 +08:00
James Cheng 19be56a7d1 Bug 1350246 - [Part0] Add a Util header for PR logging and define MOZ_ANDROID_HLS_SUPPORT macro. r=jya
MozReview-Commit-ID: J3koxu4F3kC

--HG--
extra : rebase_source : aef0220cbec051c4d26bca0076589195c80f6cd8
2017-05-05 16:43:48 +08:00
Sam Foster 348680e611 Bug 1371834 - Add arrow+bar download icon for MOZ_PHOTON_THEME. r=jaws
MozReview-Commit-ID: KsY07bZNViN

--HG--
extra : rebase_source : 089a33941bbf45fc95e83515af8537e2244a5f61
2017-06-09 18:03:16 -07:00
Paul Ellenbogen 8837b303c7 Bug 1371841: Only send PeerConnectionImpl::RecordEndOfCallTelemetry telemetry when connection information is exchanged. r=bwc
MozReview-Commit-ID: Dw6HMtdngD5

--HG--
extra : rebase_source : af9c6165c34afbddd1dd429c151a835acd36d742
2017-06-09 14:21:33 -07:00
Andreas Tolfsen 4911a20921 Bug 1368195 - Remove BaseMarionetteTestRunner.appinfo; r=maja_zf,whimboo
BaseMarionetteTestRunner.appinfo is used in two places: when logging
whether E10s is enabled at the beginning of a test run, and for comparing
a few properties in the WebDriver capabilities test.

It currently tries to serialise Services.appinfo, which has
a field QueryInterface, which is a function.  Because of the
Function.prototype.inherits field, this serialisation results in an
infinite recursion, presumably because the inherits method itself is
a function.

This patch removes BaseMarionetteTestRunner.appinfo as it is a clunky and
potentially error-prone implementation due to the way it caches appinfo,
and replaces the current consumers with functions retrieving specific
properties from Services.appinfo.

MozReview-Commit-ID: BPDA6TJrHHb

--HG--
extra : rebase_source : cb97953b7110f3d6dda75fbe3a1fd7dcffcef0c2
2017-05-27 17:58:55 +01:00
Nazım Can Altınova 3275a0d69a servo: Merge #17272 - Add an index.html page for geckolib docs (from canaltinova:geckolib-doc); r=jdm
We have successfully added docs for geckolib to `doc.servo.org` in #17243 but we still can't use http://doc.servo.org/geckolib to navigate to geckolib docs because of the lack of an index.html file.

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- Either: -->
- [X] These changes do not require tests because they are CI changes.

Source-Repo: https://github.com/servo/servo
Source-Revision: 8085a3717822e70185a7deb50e3250a3a86ab857

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 12a3f83d9be02206b7b7ccf71ce6d02b10df16af
2017-06-12 08:38:16 -07:00
Sebastian Hengst ccf4e450a6 Backed out changeset f972a227ac15 (bug 1367424) for failing test_chrome_ext_hybrid_addons.html on Android. r=backout 2017-06-12 18:25:24 +02:00
Sebastian Hengst 1ca7a41d99 Backed out changeset 638eb8e2b170 (bug 1367424) 2017-06-12 18:24:53 +02:00
Sebastian Hengst 4f35de100b Backed out changeset c932f9b1d502 (bug 1368195) for flake8 linting failure at base.py:855:17 | continuation line under-indented for visual indent (E128). r=backout 2017-06-12 18:21:51 +02:00
Dave Townsend 5ab4c00d47 Bug 1371433: Clean up how we call which across platforms. r=standard8
This reduces the amount of Windows specific code used to look up node and has
the effect of doing a full search of the path before looking in the default
locations on Windows.

MozReview-Commit-ID: 4TZFiorYhKv

--HG--
extra : rebase_source : beab0eb2584f370bc1c4c2e04a491465746e3e0e
2017-06-08 14:08:17 -07:00
Anthony Ramine 0279918943 servo: Merge #17254 - Update the WebIDL parser (from servo:webidl); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 0c929ad3fd902f4314844787868fe891033d3b01

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 39a79ac6b1aefd9222663d328bb2b133f2455b98
2017-06-12 07:37:49 -07:00
Fernando Jimenez Moreno 3a2e1cf12d Bug 1370501 - stylo: Implement ServoStyleRule::GetSpecificity. r=emilio
MozReview-Commit-ID: Kxa7Q3Yw4It

--HG--
extra : rebase_source : 4af8753c6c9d83d34ea2f13cd4cac04595ac7432
2017-06-12 14:54:44 +02:00
Fernando Jimenez Moreno 1c57cc83d0 Bug 1370501 - stylo: Fix ServoStyleRule::GetSelectorTextFromIndex. r=emilio
MozReview-Commit-ID: 6STojaOLggZ

--HG--
extra : rebase_source : 39e3949e17c018795e9565124c14f9b7c96f4b53
2017-06-12 14:54:39 +02:00
Masatoshi Kimura 9c589731b4 Bug 1371010 - Test to make sure that serializeToString does not percent-encode href attributes. r=jgraham
MozReview-Commit-ID: 2gGhaEXIltr

--HG--
extra : rebase_source : 78dc44d1b40dd1b1d318e0e2ee58a229ea062da2
2017-06-10 11:57:14 +09:00
Masatoshi Kimura cab6038243 Bug 1371010 - Stop percent-encoding href attributes when serializing documents. r=hsivonen
MozReview-Commit-ID: 6nBFtzk0K4T

--HG--
extra : rebase_source : 9a03a1bf79791f45b2c4f0084a0c16f3c2a46c4e
2017-06-09 11:26:52 +09:00
Andreas Tolfsen 08a0518acc Bug 1371718 - Recommend Firefox 53 or greater for geckodriver; r=whimboo
DONTBUILD

MozReview-Commit-ID: 6fEh8cUdvSe

--HG--
extra : rebase_source : bb75ed1f822289c6c2d63cf2e2b3d32027e64b51
2017-06-09 17:24:11 +01:00
steveck-chung 6f3892cac9 Bug 1303510 - Part 3: Add mochitest-plain for saving submitted form. r=MattN
MozReview-Commit-ID: XJZWEBkCrx

--HG--
extra : rebase_source : d274bbe9d51aa3cc730d8bdcfc8321ce56cd71d3
2017-05-10 17:56:17 +08:00
steveck-chung ce3ba34f7d Bug 1303510 - Part 2: Add browser test for doorhanger part, r=lchang
MozReview-Commit-ID: LKFuW3e5scm

--HG--
extra : rebase_source : e660b68feff5ad3f7a075c3176d0d223eff60e50
2017-05-25 11:12:52 +08:00
steveck-chung 006927acdf Bug 1303510 - Part 1: Implement doorhanger helper and parameter for first time use doorhanger. r=lchang
MozReview-Commit-ID: 3LS5wEh6JlU

--HG--
extra : rebase_source : df5bb51658a8bb3ac1e08a9c30453c247147d650
2017-06-12 12:31:07 +08:00
Andreas Tolfsen 6848748f06 Bug 1368195 - Remove BaseMarionetteTestRunner.appinfo; r=maja_zf,whimboo
BaseMarionetteTestRunner.appinfo is used in two places: when logging
whether E10s is enabled at the beginning of a test run, and for comparing
a few properties in the WebDriver capabilities test.

It currently tries to serialise Services.appinfo, which has
a field QueryInterface, which is a function.  Because of the
Function.prototype.inherits field, this serialisation results in an
infinite recursion, presumably because the inherits method itself is
a function.

This patch removes BaseMarionetteTestRunner.appinfo as it is a clunky and
potentially error-prone implementation due to the way it caches appinfo,
and replaces the current consumers with functions retrieving specific
properties from Services.appinfo.

MozReview-Commit-ID: BPDA6TJrHHb

--HG--
extra : rebase_source : 763c18f2c71412140e4ca21854e1e05514112d0e
2017-05-27 17:58:55 +01:00
Henrik Skupin 62b45a10eb Bug 1368492 - Add currentURL property to the driver and context class. r=ato
Multiple commands rely on the current URL of the chrome window, or
the active content browser. The newly added properties help to ease
the retrieval of the URL for both chrome and content scope.

MozReview-Commit-ID: 2KAtRzHxxNc

--HG--
extra : rebase_source : 85e4192f8a01fe4e1735f7812612decba0db1ad5
2017-05-31 16:49:56 +02:00
Henrik Skupin 8907d0b29a Bug 1368492 - Add assert.browsingContext for parent process. r=ato
When accessing a property of the current content browser from
the parent process, the current top-level browsing context has
to be valid.

MozReview-Commit-ID: BZHJTk1j5Nj

--HG--
extra : rebase_source : 7e44fc6e05d7fb1429fb3e36e897cf51b3d9142f
2017-05-31 16:44:49 +02:00
Patrick Brosset 3d1a8fb866 Bug 1367407 - Wait for all tracks to be ready in test; r=daisuke
MozReview-Commit-ID: 3XtI6L7hEV1

--HG--
extra : rebase_source : 5ae8657a114a27a9ac833d3a8ae20c87b616372d
2017-06-12 11:34:47 +02:00
Jeremy Lempereur afa130d070 servo: Merge #17240 - #17079 : Changed the openssl url and bumped the version (from o0Ignition0o:openssl_from_mirror); r=jdm
<!-- Please describe your changes on the following line: -->
Changed the openssl url and bumped the version.
It's a wip because I haven't figured out a relevant way to write a test about it yet.

---
<!-- 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 #17079 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because The mach command will fail if anything goes wrong.

<!-- 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. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: d7dff8e6d118bf82f837b3e6387cf96647007cdd

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 055342649187141e17718b9b012d5efb13adc231
2017-06-12 06:43:56 -07:00
Tom Tromey ef18fbbeaf Bug 1366853 - SourceMapURLService must wait for sources to be available; r=bgrins
MozReview-Commit-ID: CVbYQCzJQTu

--HG--
extra : rebase_source : 82895f7d9ef57e821d8f3759966f0db364bf5423
2017-05-22 13:47:42 -06:00
Justin Wood a80e4b1b41 Bug 1372219 - Don't schedule macosx64-nightly or win64-nightly on-push for beta/release. r=mtabara
"migration commit on beta fails on TC decision task"

MozReview-Commit-ID: FbPyTQkm3P8

--HG--
extra : rebase_source : 12bb6aa5ed32caebfc171c9b99852b141bf9b4cb
2017-06-12 10:11:00 -04:00
Julian Descottes 9524a4e7b6 Bug 1367424 - use DevTools shim in addon SDK;r=rpl
MozReview-Commit-ID: 2ZoAU1pRxzx

--HG--
extra : rebase_source : 1c54cbf9b9d0ab345e4257e74c9af9b64e525452
2017-05-29 18:20:01 +02:00
Julian Descottes dca07d04dd Bug 1367424 - add shims for addon sdk to DevToolsShim;r=ochameau
Some APIs and methods still used by the addon sdk are not worth exposing
or migrating to mozilla-central given that this is only intended for
release 56 (after that, legacy extensions will no longer be supported).

For those APIs, we create a simple wrapper in DevToolsShim and moved the
implementation to framework/devtools

MozReview-Commit-ID: 8LiiptqO0NI

--HG--
extra : rebase_source : 17685611ae0270afd6b819043b56cda94511a723
2017-06-06 14:01:32 +02:00
Nils Ohlmeier [:drno] cf31c442c8 Bug 1370601 - Make it possible for offerer and answerer to switch roles in jsep_session_unittest.cpp; r=bwc
MozReview-Commit-ID: A34A5ER92oP

--HG--
extra : rebase_source : 05ebb3889b8eed8c4074f6d15f3c2d2e39d48507
2017-04-07 17:29:43 -07:00
Panos Astithas aa041b451e Bug 1371669 - Add support for npm 5. r=standard8
MozReview-Commit-ID: 1X5w1Ui7nKf

--HG--
extra : rebase_source : 80db388c43451114f8c76671a17de2c84f113fd4
2017-06-09 17:18:52 +03:00
Fernando Jiménez Moreno 7dd3a735e2 servo: Merge #17274 - stylo: Implement GetSpecificity for ServoStyleRule (from ferjm:bug1370501.specificity.stylo); r=emilio
https://bugzilla.mozilla.org/show_bug.cgi?id=1370501

Source-Repo: https://github.com/servo/servo
Source-Revision: 3d2ba15cc5343b0f3ce857373c58bcdc1d3db305

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : f82a67aeb8c2b9b3f84182f0cb3e9ec20ed11b2c
2017-06-12 05:46:11 -07:00
Carsten "Tomcat" Book c468744a9a Merge mozilla-central to autoland 2017-06-12 15:44:38 +02:00
ffxbld 120e57745f Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2017-06-12 13:48:15 +01:00
ffxbld 17c74ef2e1 No bug - Tagging mozilla-central f9605772a0c9098ed1bcaa98089b2c944ed69e9b with FIREFOX_BETA_55_BASE a=release DONTBUILD CLOSED TREE 2017-06-12 12:50:30 +01:00
Carsten "Tomcat" Book 435cf4602a merge mozilla-inbound to mozilla-central a=merge 2017-06-12 13:16:36 +02:00
Carsten "Tomcat" Book 72cc4ac974 merge autoland to mozilla-central a=merge 2017-06-12 12:49:58 +02:00
Carsten "Tomcat" Book 59fc3e791f Backed out changeset 3e06253547af (bug 1329152) on developers request / bug 1371561 2017-06-12 08:58:10 +02:00
Carsten "Tomcat" Book ddd92794b2 Backed out changeset 3c03b94342b9 (bug 1329152) 2017-06-12 08:57:45 +02:00
sotaro 4929035c77 Bug 1368882 - Prevent ClientSize becomes minus value r=jrmuizel 2017-06-12 12:44:49 +09:00
Ryan VanderMeulen a157d1a655 Merge inbound to m-c. a=merge 2017-06-11 22:06:40 -04:00
Ryan VanderMeulen d76d178802 Merge autoland to m-c. a=merge 2017-06-11 22:06:02 -04:00
Hiroyuki Ikezoe cdcbcb9478 Bug 1364731 - Specify px unit explicitly. r=birtles
As of revision 981da978f1f6, on stylo unitless length for stroke-width is
parsed as Number whereas unitless lengths for width and transform are parsed
as app units. These differences seem to cause color differences on the boundary
between grid border lines (specified by stroke-width) and contents'
gradients (specified transform and width).
To avoid these differenes, we should specify px unit.

MozReview-Commit-ID: 4TlzUnV44qA

--HG--
extra : rebase_source : 979d75b444903e5c53400e674280fb1ba3ae4230
2017-06-12 06:27:36 +09:00
ffxbld d840ebd585 No bug, Automated HPKP preload list update from host bld-linux64-spot-306 - a=hpkp-update 2017-06-11 08:31:38 -07:00
ffxbld 19a63c3db3 No bug, Automated HSTS preload list update from host bld-linux64-spot-306 - a=hsts-update 2017-06-11 08:31:35 -07:00
Sebastian Hengst 0457405200 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: C5HD11ptDT0
2017-06-11 10:35:34 +02:00
Sebastian Hengst 4a84ba55bc merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: Jhnzx44tZLY
2017-06-11 10:34:24 +02:00
Cameron McCormack 1d96e58226 Bug 1338007 - Remove comments from already re-enabled tests. r=me (DONTBUILD)
MozReview-Commit-ID: 7SLfxxFVdv2
2017-06-11 12:32:43 +08:00