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

670114 Коммитов

Автор SHA1 Сообщение Дата
alwu e36ca06c1c Bug 1578609 - part2 : add test 'test_load_source_empty_type.html'. r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D45270

--HG--
extra : moz-landing-system : lando
2019-09-10 20:08:31 +00:00
Alastor Wu 07f8890bbd Bug 1578609 - part1 : only check source element's type attribute when it's not empty. r=bryce
According to the spec [1], we abort loading only when we're sure the type of source element is something we don't support.

If source element's type is empty, it's equal to not having any type, so we won't have to check can play type, we should start loading to see if we can play it or not.

[1] https://html.spec.whatwg.org/multipage/media.html#loading-the-media-resource:attr-source-type

Differential Revision: https://phabricator.services.mozilla.com/D45269

--HG--
extra : moz-landing-system : lando
2019-09-10 19:42:25 +00:00
Perry Jiang d31ca19e4d Bug 1580363 - propagate "apply conversion" flag when synthesized response creates a redirect channel r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D45472

--HG--
extra : moz-landing-system : lando
2019-09-10 23:55:21 +00:00
Agi Sferro 198ecc2e92 Bug 1579826 - GeckoView support for Categorical Histograms. r=chutten,snorp,droeh
Differential Revision: https://phabricator.services.mozilla.com/D45219

--HG--
extra : moz-landing-system : lando
2019-09-10 23:37:04 +00:00
Boris Chiou 4db87c1296 Bug 1574222 - Serialize getComputedStyle on text-decoration properly. r=emilio,dholbert
The wpt will be updated in
https://github.com/web-platform-tests/wpt/pull/18866.

Besides, there are some other test cases use text-decoration, so we
have to update them as well. The rule is: if the test case is not related to
old `text-decoration` longhand, we use `text-decoration-line` instead.
If the test case is for testing the change of `text-decoration` from
longhand to shorthand, we should use the correct serialization.

Differential Revision: https://phabricator.services.mozilla.com/D44909

--HG--
extra : moz-landing-system : lando
2019-09-10 21:52:26 +00:00
Boris Chiou d9a0cd885d Bug 1574222 - Tweak the serialization of text-decoration. r=emilio
We are trying to not serialize `text-decoration-line: none` if there are other
non-default values for the longhands.

Differential Revision: https://phabricator.services.mozilla.com/D44908

--HG--
extra : moz-landing-system : lando
2019-09-10 21:51:54 +00:00
Jason Laster 7e368acde2 Bug 1580064 - Replace ObjectInspector symbol with better delimeter. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D45286

--HG--
extra : moz-landing-system : lando
2019-09-10 22:47:42 +00:00
Dão Gottwald fa6e0d0d38 Bug 1579003 - Implement megabar growing and shrinking animation. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D45404

--HG--
extra : moz-landing-system : lando
2019-09-10 21:47:56 +00:00
Junior Hsu 047f47caa2 Bug 1556037 - Re-enable test_http2-proxy.js test r=mayhemer
Differential Revision: https://phabricator.services.mozilla.com/D41053

--HG--
extra : moz-landing-system : lando
2019-09-10 21:21:53 +00:00
Mike Shal 3b8df1c395 Bug 1580028 - Always merge PGO profile data in the run task; r=firefox-build-system-reviewers,chmanchester
If the run task generates bad profile data, the merge step in the
profile-use task will fail. However, retrying the profile-use task
doesn't fix the problem, and there isn't a straightforward way to retry
the run task in this situation. Instead we can add a clang toolchain to
all the run tasks, and perform the merge there.

This means the output from the run task will always be a successfully
merged file called 'merged.profdata', and we no longer need to perform
the merge as part of the profile-use build as a GENERATED_FILES step.

Depends on D45262

Differential Revision: https://phabricator.services.mozilla.com/D45263

--HG--
extra : moz-landing-system : lando
2019-09-10 21:56:15 +00:00
Mike Shal 93f80b9e53 Bug 1580028 - Move pgo_flags to later in lto-pgo.configure; r=firefox-build-system-reviewers,chmanchester
This is needed in the following patch, but the diff is more clear with
this split out.

Differential Revision: https://phabricator.services.mozilla.com/D45262

--HG--
extra : moz-landing-system : lando
2019-09-10 02:41:06 +00:00
Razvan Maries 6d72ae6fae Backed out changeset 8695461482b4 (bug 1580006) for ES Lint failure. CLOSED TREE 2019-09-11 00:41:19 +03:00
Jeff Muizelaar ecc722c789 Bug 1568227. Change to using the visual rect for the blob bounds. r=nical
This also makes sure that we invalidate for any visible rect bounds changes.
This makes more sense even if it's more conservative.

Differential Revision: https://phabricator.services.mozilla.com/D45325

--HG--
extra : moz-landing-system : lando
2019-09-10 17:48:43 +00:00
Jeff Muizelaar 3f94bd9625 Bug 1568227. Remove offset from visible rect. r=nical
This stops making the visible rect relative to the bounds of the image.

Differential Revision: https://phabricator.services.mozilla.com/D45324

--HG--
extra : moz-landing-system : lando
2019-09-10 17:48:41 +00:00
Mike Shal d3b795e0d2 Bug 1575680 - Move node invocations to misc tier; r=firefox-build-system-reviewers,chmanchester
These were originally in exports because having it in the same tier as
the install rule interacted poorly with VPATH. Now that we no longer
have a generic VPATH rule, make can handle the rules properly with
everything in misc.

Differential Revision: https://phabricator.services.mozilla.com/D42969

--HG--
extra : moz-landing-system : lando
2019-09-09 17:44:56 +00:00
Razvan Maries b7da3be2b0 Backed out 3 changesets (bug 1575974) for xpcshell perma fails on test_nsIProcess.js. CLOSED TREE
Backed out changeset e32925d2b886 (bug 1575974)
Backed out changeset a9512bb19ea7 (bug 1575974)
Backed out changeset 521655c73cd1 (bug 1575974)
2019-09-11 00:23:26 +03:00
Razvan Maries 6984e0ca98 Backed out 1 changesets (bug 1575974) for xpcshell perma fails on test_nsIProcess.js. CLOSED TREE
Backed out changeset 44164f4b9d6d (bug 1575974)
2019-09-11 00:17:34 +03:00
Razvan Maries 89a7765a1b Backed out changeset dfd2dc592f0f (bug 1572030) for ES Lint failure. CLOSED TREE 2019-09-11 00:14:15 +03:00
Ed Lee a38c7e2387 Bug 1579949 - Add text-promo designs, after-login triplets and bug fixes to New Tab Page r=dmose
Differential Revision: https://phabricator.services.mozilla.com/D45225

--HG--
extra : moz-landing-system : lando
2019-09-10 20:58:43 +00:00
Sam Foster 2d2e31c626 Bug 1580285 - Log exception when we fail to change the master password. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D45422

--HG--
extra : moz-landing-system : lando
2019-09-10 20:53:05 +00:00
Ehsan Akhgari fcbe4c45aa Bug 1573238 - Provide a minimal BrowserUsageTelemetry.jsm module in GeckoView that implements nsIBrowserUsage; r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D45428

--HG--
extra : moz-landing-system : lando
2019-09-10 20:52:47 +00:00
Boris Zbarsky 4c12cf5540 Bug 1568171. Fix handling of load events if document.open() is called while async scripts are still loading for the original pageload. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D44248

--HG--
extra : moz-landing-system : lando
2019-09-10 20:43:56 +00:00
Razvan Maries 87792dbd62 Backed out changeset 746c872d6242 (bug 1573238) for ES Lint failure. CLOSED TREE 2019-09-10 23:45:24 +03:00
Brian Hackett 5ac4e26c13 Bug 1577881 - Watch out for dead windows in getAllWindowDebuggees, r=ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D45114

--HG--
extra : moz-landing-system : lando
2019-09-10 19:11:15 +00:00
David Walsh 092a5bfa5d Bug 1580006 - Make inline preview for exceptions look better r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D45252

--HG--
extra : moz-landing-system : lando
2019-09-10 17:54:57 +00:00
Brian Grinstead 08f32f358e Bug 1577207 - Set margin of 0 for the overflow menu content in customize mode in non-osx;r=Gijs
There's a 4px margin from popup.css that applies here, which causes the content to get detached
from the arrow. When popup.css used to be loaded as a XBL sheet, this stylesheet wuoldn't have
applied to the customize mode overflow menu since it's not a real <panel> but just elements in
the document sharing the same structure.

Differential Revision: https://phabricator.services.mozilla.com/D45407

--HG--
extra : moz-landing-system : lando
2019-09-10 20:07:43 +00:00
Dale Harvey 82edadf36d Bug 1572030 - Add support for experiments in modernConfig r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D44376

--HG--
extra : moz-landing-system : lando
2019-09-10 19:11:20 +00:00
Chris Manchester 4991e899e4 Bug 1578493 - Mention scheduler url in server setup section and bump suggested version in sccache-dist docs. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D45282

--HG--
extra : moz-landing-system : lando
2019-09-10 16:03:04 +00:00
Ehsan Akhgari 0385a52dd3 Bug 1573238 - Provide a minimal BrowserUsageTelemetry.jsm module in GeckoView that implements nsIBrowserUsage; r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D45428

--HG--
extra : moz-landing-system : lando
2019-09-10 19:28:24 +00:00
Aaron Klotz deaaaa9bbb Bug 1580293: Ensure that parameter packs in mozglue/misc are expanded as rvalue references; r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D45429

--HG--
extra : moz-landing-system : lando
2019-09-10 19:55:44 +00:00
Tom Ritter c1e0ceb8cd Bug 1575974 - Correct the expected topic for positive non-zero return values r=me
CLOSED TREE

--HG--
extra : amend_source : b8385ec54d45e4e62c250fcd6fc013764817ad89
extra : histedit_source : d85d2a9f149d002c4790c8c954541a73117180b1
2019-09-10 22:35:46 +03:00
Bogdan Tara de649edadb Bug 1570881 - disable Script-startColumn.js for frequent failures r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D45268

--HG--
extra : moz-landing-system : lando
2019-09-10 14:55:57 +00:00
Brian Grinstead 8144335fd7 Bug 1579550 - Fix fluent conversion script imports;r=Pike
Differential Revision: https://phabricator.services.mozilla.com/D45090

--HG--
extra : moz-landing-system : lando
2019-09-10 18:17:06 +00:00
Tooru Fujisawa 99e9ae4133 Bug 1580101 - Use raw BinASTKind and BinASTVariant for sorting alphabetically. r=Yoric
Differential Revision: https://phabricator.services.mozilla.com/D45354

--HG--
extra : moz-landing-system : lando
2019-09-10 16:58:28 +00:00
Tooru Fujisawa 2aa496b60c Bug 1577613 - Throw when resolving/rejecting promises returned by async generator method. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D44353

--HG--
extra : moz-landing-system : lando
2019-09-10 18:14:00 +00:00
Tom Ritter c925942e2d Bug 1575974 - Report any non-zero exit code as a process failure in nsIProcess r=gsvelto
EXIT_FAILURE is 'implementation defined' but can be defined to be 1.
In our case, pingsender exits with EXIT_FAILURE but nsIProcess wasn't
reporting it as failure because it thought failures were always negative.

Differential Revision: https://phabricator.services.mozilla.com/D45038

--HG--
extra : moz-landing-system : lando
2019-09-10 18:01:29 +00:00
Tom Ritter 74eb064c8e Bug 1575974 - Add tests for pingsender url parsing r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D44706

--HG--
extra : moz-landing-system : lando
2019-09-10 18:01:26 +00:00
Tom Ritter 0f4f0040bc Bug 1575974 - Restrict pingsender to an allowlist of destination hosts r=chutten,gsvelto
Sometimes curl doesn't have the url parsing function we would like to use.
In order to not fail open (and have tests work on all platforms) we roll
our own url parsing function. (Ew.)

Differential Revision: https://phabricator.services.mozilla.com/D44046

--HG--
extra : moz-landing-system : lando
2019-09-10 18:01:24 +00:00
Jeff Muizelaar 4e2ce23730 Bug 1568227. Use the visible rect as the display items bounds for fallback items. r=nical
Differential Revision: https://phabricator.services.mozilla.com/D45323

--HG--
extra : moz-landing-system : lando
2019-09-10 17:48:39 +00:00
Jeff Muizelaar 5ce9334259 Bug 1568227. Render blobs at visibleRect.x,y instead of 0,0. r=nical
Differential Revision: https://phabricator.services.mozilla.com/D45322

--HG--
extra : moz-landing-system : lando
2019-09-10 17:48:37 +00:00
Marco Castelluccio be50fb5af6 Bug 1577105 - Request a longer timeout for antitracking browser mochitests for code coverage builds. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D45369

--HG--
extra : moz-landing-system : lando
2019-09-10 16:04:19 +00:00
Razvan Maries 913fce80bb Backed out 2 changesets (bug 1568227) for perma fails on paint-order-001.tentative.html. CLOSED TREE
Backed out changeset fef155ac9c60 (bug 1568227)
Backed out changeset bb324781c1e3 (bug 1568227)
2019-09-10 20:38:46 +03:00
Andreas Tolfsen fd0bf43d0d bug 1580265: geckodriver: remove unused Travis CI config; r=webdriver-reviewers,jgraham
The geckodriver 0.25.0 release was made entirely without the use
of Travis, and we have subsequently disabled all Travis hooks with
the GitHub project.

This patch removes the remaining Travis CI configuration for geckodriver
from central, as we plan to make future releases using TaskCluster.

DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D45405

--HG--
extra : moz-landing-system : lando
2019-09-10 17:17:47 +00:00
Sam Foster 7308fe7e97 Bug 1579539 - Part 2: Always provide autoSavedLoginGuid to promptToChangePassword when available. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D45250

--HG--
extra : moz-landing-system : lando
2019-09-10 16:51:56 +00:00
Sam Foster 3d948df879 Bug 1579539 - Part 1: Share some form test helpers. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D45238

--HG--
extra : moz-landing-system : lando
2019-09-10 01:09:51 +00:00
Andrew Halberstadt e1337a729d Bug 1567642 - [mozbase] Fix flake8 under py3 lint errors r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D45243

--HG--
extra : moz-landing-system : lando
2019-09-09 23:55:32 +00:00
Nathan Froyd 5411ed9874 Bug 1578876 - add exception for Decimal code to check_vanilla_allocations.py; r=njn
Calls to these allocation functions from mozglue can generally be ignored.

Differential Revision: https://phabricator.services.mozilla.com/D45207

--HG--
extra : moz-landing-system : lando
2019-09-10 16:22:33 +00:00
Dorel Luca 18f6607ceb Bug 1557985 - Disable browser_orientationchange_event.js in Linux opt for frequent failures. r=gbrown
Type a message here

Differential Revision: https://phabricator.services.mozilla.com/D45314

--HG--
extra : moz-landing-system : lando
2019-09-10 15:35:43 +00:00
Morgan Reschenberg 107633cba4 Bug 1277201: Fire a STATE_CHANGE event when a details element is opened or closed. r=eeejay
Differential Revision: https://phabricator.services.mozilla.com/D44872

--HG--
extra : moz-landing-system : lando
2019-09-10 16:16:53 +00:00
Alexander Surkov 61e5b963e5 Bug 1575138 - remove setting of non existing event listeners in places-menupopup widget r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D45382

--HG--
extra : moz-landing-system : lando
2019-09-10 16:08:30 +00:00