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

619625 Коммитов

Автор SHA1 Сообщение Дата
Edouard Oger 98a90c55ba Bug 1497977 p1 - Renew the fxa device registration/client record on FxA account reconnection. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D8606

--HG--
extra : moz-landing-system : lando
2018-10-17 18:22:57 +00:00
Thomas Wisniewski 135f96918b Bug 1499136 - Disable dom.xhr.standard_content_type_normalization for now due to webcompat issues; r=hsivonen
Disable dom.xhr.standard_content_type_normalization for now due to webcompat issues

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

--HG--
extra : moz-landing-system : lando
2018-10-17 17:04:14 +00:00
Micah Tigley 516bc89f48 Bug 1476491 - Adjust the flexbox line styles to match the css grid line styles. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D8600

--HG--
extra : moz-landing-system : lando
2018-10-17 18:08:31 +00:00
Dorel Luca 001975a583 Backed out 3 changesets (bug 1435871) for mochitest crashes. CLOSED TREE
Backed out changeset 8eab3320b8c5 (bug 1435871)
Backed out changeset 29777ddd9def (bug 1435871)
Backed out changeset afdc3066f12c (bug 1435871)
2018-10-17 23:06:14 +03:00
Nick Alexander d56eb2a314 Bug 1489443 - Set GCC_USE_GNU_LD based on linker kind. r=froydnj
The desired outcome of this change is that we'll set
-Wl,--version-script based on linker kind and not on the output of
$LINKER -v.

This is a cheap way to address a simple problem that has a complicated
ideal solution. The underlying issue is that in some situations, when
targeting Android, a macOS system ld is interrogated to determine if
a cross-compiling linker "is GNU ld" and a particular linker feature
is set in that situation. The macOS system ld doesn't pass the "is
GNU ld" test, and the linker feature isn't set; that causes link
failures, even though the actual linker has nothing to do with the
system ld.

The ideal solution is to test for linker capabilities dynamically. We
do a lot of that in old-configure.in, and we don't do any of that in
toolchain.configure. Rather than start testing in
toolchain.configure, we hard-code: a cheap solution to the immediate
problem.

MinGW suffers somewhat from the opposite problem: the linker "is GNU
ld" (compatible), but the linker checks don't happen at all. We hard-code
for MinGW based on the C compiler instead.

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

--HG--
extra : moz-landing-system : lando
2018-10-17 19:46:03 +00:00
Jared Wein 79aba2b74f Bug 1497039 - Put a placeholder in privacy.xul that will be used to inject the form-autofill section. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D8892

--HG--
extra : moz-landing-system : lando
2018-10-17 19:36:46 +00:00
Dana Keeler c4dab46f9c bug 1497258 - remove unsound OCSP assertion from NSSCertDBTrustDomain::CheckRevocation r=mayhemer
In reimplementing the OCSP fetching code in bug 1456489, we improperly
translated an assertion that relied on the nullness of a pointer to rely on the
length of a data structure that was populated by reference. It turns out that
this made the assertion invalid because we could return a successful result and
have filled the data structure with zero-length data and it still would be valid
to operate on (the decoding code returns a malformed input result in this case).
To fix this, we can simply remove the assertion. This patch also adds a test to
exercise this case.

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

--HG--
extra : moz-landing-system : lando
2018-10-17 19:35:28 +00:00
Mark Striemer e1b4840fb5 Bug 1499294 - Don't truncate plugin state select r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D9015

--HG--
extra : moz-landing-system : lando
2018-10-17 19:03:18 +00:00
Ehsan Akhgari 7050737f77 Bug 1493978 - Recognize Mac newlines as well as Windows newlines in the string passed to alert/confirm r=qdot
Differential Revision: https://phabricator.services.mozilla.com/D8896

--HG--
extra : moz-landing-system : lando
2018-10-17 17:36:11 +00:00
Ehsan Akhgari 9d62cd6360 Bug 1498369 - Ensure the promise returned from Document.hasStorageAccess() will propagate user activation r=baku
Differential Revision: https://phabricator.services.mozilla.com/D9011

--HG--
extra : moz-landing-system : lando
2018-10-17 17:51:45 +00:00
Jeff Gilbert fbfee407a0 Bug 1499580 - Check enum in CompressedTexSubImage. r=kvark
Also skip some redundent `compression` checks.

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

--HG--
extra : moz-landing-system : lando
2018-10-17 19:13:14 +00:00
Alex Gaynor 0f75e99151 Bug 1127393 - removed three now-unused helper functions for handling the window and document as CPOWs; r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D8985

--HG--
extra : moz-landing-system : lando
2018-10-17 15:47:28 +00:00
Micah Tigley 7114accfc1 Bug 1498669 - flex devtools are broken if a flex container is a grandchild of a flex container. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D8911

--HG--
extra : moz-landing-system : lando
2018-10-17 14:55:18 +00:00
Thomas Wisniewski ca22d72b43 Bug 1498827 - Ensure the webcompat report addon is disabled upon load, if extensions.webcompat-reporter.enabled=false, take two r=aswan,mixedpuppy
Ensure the webcompat report addon is disabled upon load, if extensions.webcompat-reporter.enabled=false, take two

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

--HG--
extra : moz-landing-system : lando
2018-10-17 15:56:27 +00:00
Byron Campen [:bwc] 37b133bd26 Bug 1495569: Create answers with a=mid even if the offer did not have a=mid r=mjf,jib
Bug 1495569 - Part 0: web-platform-test that verifies handling of offer without mid.
Bug 1495569 - Part 1: Ensure that answers are created with the transceiver's mid when the offer did not have a mid.

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

--HG--
extra : moz-landing-system : lando
2018-10-17 18:50:45 +00:00
Matthew Noorenberghe 27419e1f5b Bug 1435871 - Open prefs from Payment Request in a tab. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D8497

--HG--
extra : moz-landing-system : lando
2018-10-17 18:46:12 +00:00
Matthew Noorenberghe 72a245b99d Bug 1435871 - Implement a basic tab-modal dialog container for Payment Request. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D7934

--HG--
extra : moz-landing-system : lando
2018-10-17 18:46:27 +00:00
Matthew Noorenberghe 1e439596ae Bug 1435871 - Back out changeset 3f6664786e85 (Bug 1470584) since it's for a windowed dialog. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D8272

--HG--
extra : moz-landing-system : lando
2018-10-17 18:46:25 +00:00
Florian Quèze f953b97c5e Bug 1498185 - Implement the type and action columns in the new about:performance, r=felipe. 2018-10-17 14:12:16 +02:00
Geoff Brown fb38153bda Bug 1494657 - Wait for SpecialPowers before proceeding with mochitest setup; r=aswan 2018-10-18 10:22:26 -06:00
Paolo Amadini 3a2f47fd3f Bug 1428869 - Use html:progress in front-end code. r=bgrins,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D9009

--HG--
extra : rebase_source : 0e2d20dc6060a4c0ee278ef05d67668aec12e64f
2018-10-18 15:41:21 +01:00
Paolo Amadini 7dec374d5b Bug 1499704 - Use html:progress for downloads. r=dao,bgrins
Differential Revision: https://phabricator.services.mozilla.com/D8973

--HG--
extra : rebase_source : 2d0a67b70127176c9c7eb7de6b9c95b2f33356b9
2018-10-17 15:25:00 +01:00
James Graham 8976487754 Bug 1500081 - Use --install-fonts to install fonts for wptrunner, r=AutomatedTester
This replaces a previous Firefox-only method except on Windows 7 where
it seems that we have some issues with the registry.

Differential Revision: https://phabricator.services.mozilla.com/D9091
2018-10-18 15:54:30 +01:00
James Graham bb19587996 Bug 1481723 - Enable wpt css tests on Windows, r=ato
MozReview-Commit-ID: ekP5TOSaRM

Differential Revision: https://phabricator.services.mozilla.com/D7201
2018-10-18 15:54:30 +01:00
Mats Palmgren 10b87f1915 Bug 1494715 - Add a pref to disable antialiasing for Ahem only, r=jfkthame
Add a pref called gfx.font_ahem_antialias_none which disables
antialiasing for any font with the family name "Ahem". This is useful
for wpt reftests where antialaising of Ahem causes spurious failures.

Differential Revision: https://phabricator.services.mozilla.com/D7200
2018-10-18 15:54:29 +01:00
James Graham 6c520a05c6 Bug 1494974 - Ensure the reftest canvas always maintains the same size, r=ato
Differential Revision: https://phabricator.services.mozilla.com/D7197
2018-10-18 15:54:29 +01:00
James Graham a1b2ade821 Bug 1490272 - Use the marionette reftest implemenation on Windows, r=ato
Differential Revision: https://phabricator.services.mozilla.com/D5519
2018-10-18 15:54:29 +01:00
Olli Pettay b2cb203c15 backout Bug 1499135 since it may have caused bug 1499485, r=backout 2018-10-17 08:05:00 -04:00
Sebastian Hengst 8f5d300b8c Backed out changeset e18103445f9e (bug 1484524) on request from pascalc 2018-10-17 13:56:38 +03:00
yulia 94266886f2 Bug 1499056 - Use target.getFront for screenshot front; r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D8866

--HG--
extra : moz-landing-system : lando
2018-10-17 10:40:48 +00:00
Andrew Gregory 86547606ba Bug 1497479 - Fix indentation in discardBrowser r=dao
Differential Revision: https://phabricator.services.mozilla.com/D8559

--HG--
extra : moz-landing-system : lando
2018-10-17 10:31:38 +00:00
Csoregi Natalia 3ec36c27e4 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-10-17 13:08:33 +03:00
Csoregi Natalia 5c9839e14b Merge mozilla-central to autoland. CLOSED TREE 2018-10-17 13:07:10 +03:00
Csoregi Natalia eef79962ba Merge inbound to mozilla-central. a=merge 2018-10-17 13:03:35 +03:00
florin.strugariu eeb42967ae Bug 1499043 - ensure JSGC_DISABLE_POISONING is enable for raptor and jsshell-bench tests r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D8729

--HG--
extra : moz-landing-system : lando
2018-10-17 09:29:26 +00:00
Margareta Eliza Balazs 9cac5ce7af Backed out changeset a4b43a47589a (bug 1498782) for causing multimple failures e.g.: ts_paint_webext CLOSED TREE 2018-10-17 12:19:00 +03:00
Oriol Brufau aed30a6f84 Bug 1499340 - Remove TabSelect event listener from _setupEventListeners. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D8862

--HG--
extra : moz-landing-system : lando
2018-10-17 08:49:49 +00:00
Margareta Eliza Balazs 0519ad0209 Backed out 3 changesets (bug 1494549) for multiple failures e.g.: devtools/client/aboutdebugging-new/test/browser/browser_aboutdebugging_sidebar_usb_status.js CLOSED TREE
Backed out changeset 5729da1055e8 (bug 1494549)
Backed out changeset 7c62247314d7 (bug 1494549)
Backed out changeset bff7126ddd3f (bug 1494549)
2018-10-17 11:52:14 +03:00
Gurzau Raul 1fde7a1e06 Backed out 37 changesets (bug 1498667, bug 1498407, bug 1498665, bug 1497782, bug 1498662, bug 1498660, bug 1498649, bug 1498428, bug 1498621, bug 1498668, bug 1480198, bug 1498770, bug 1498415, bug 1498939, bug 1497939, bug 1498325, bug 1498338, bug 1496854, bug 1491890, bug 1499053, bug 1498368, bug 1497681, bug 1493012, bug 1495499, bug 1499111, bug 1499017, bug 1497732, bug 1496820) for failing at RTCDTMFSender-ontonechange-long.https.html and available-images.html
Backed out changeset fb5d7c25d897 (bug 1499111)
Backed out changeset 64ff440bbe37 (bug 1499111)
Backed out changeset 7afa638dc547 (bug 1480198)
Backed out changeset a1300c678745 (bug 1499053)
Backed out changeset f922c600deac (bug 1498939)
Backed out changeset 889615275c32 (bug 1499017)
Backed out changeset 37af00c60c57 (bug 1498770)
Backed out changeset 824b82d103ca (bug 1498649)
Backed out changeset f9fc9c2b198e (bug 1498668)
Backed out changeset e15fb51620aa (bug 1498667)
Backed out changeset dcce3a0a4c8f (bug 1498667)
Backed out changeset 6dc193c9f82f (bug 1498338)
Backed out changeset dea9dd8aeafb (bug 1495499)
Backed out changeset 4a65e858f724 (bug 1495499)
Backed out changeset f51841955781 (bug 1498665)
Backed out changeset 63ddb0c84f90 (bug 1498665)
Backed out changeset 5802a4b65562 (bug 1498662)
Backed out changeset 59de0505cfca (bug 1498660)
Backed out changeset 951ff6470f1f (bug 1497732)
Backed out changeset 357648610f8d (bug 1498621)
Backed out changeset a06a3fa7275a (bug 1491890)
Backed out changeset b4a3f1a30972 (bug 1497782)
Backed out changeset 49fcbe25c596 (bug 1497782)
Backed out changeset 4cde50991a6b (bug 1496820)
Backed out changeset 8b57f9851df8 (bug 1496820)
Backed out changeset 4c371bd8765f (bug 1498428)
Backed out changeset 13fb36fc139f (bug 1497681)
Backed out changeset 5cd95aa54d95 (bug 1498407)
Backed out changeset f290eaf8cd44 (bug 1498407)
Backed out changeset 538db52b38f0 (bug 1498415)
Backed out changeset c6cefa08ec89 (bug 1498368)
Backed out changeset 92bf8a8afc4e (bug 1498368)
Backed out changeset 2ff5ad4582f9 (bug 1496854)
Backed out changeset 758fc6b2f029 (bug 1493012)
Backed out changeset ed08ae0756f2 (bug 1493012)
Backed out changeset ecb9978f1b91 (bug 1497939)
Backed out changeset 04c3f543129b (bug 1498325)
2018-10-17 10:43:23 +03:00
Sebastian Hengst 008931ad29 Bug 1499111 - [wpt-sync] Update web-platform-tests to 37d83def16bacfa66abac065f8f5adc8f7e7a4fc: Update test expectations for tests with unexpected results. a=wpt-fix 2018-10-17 10:32:57 +03:00
Csoregi Natalia fe9fa07de9 Backed out changeset daf3e491e6ff (bug 1499569) for test_flex_items.html failures. CLOSED TREE 2018-10-17 09:44:28 +03:00
Matthew Noorenberghe 031139ce4f Bug 1481971 - Update payment-(handler|method-basic-card|method-id) wpt expectations. r=marcosc
Set pref to enable payment request during wpt tests.

--HG--
extra : rebase_source : 1b27804fe138c58420b9192fae590af18faed7d3
2018-10-16 20:21:41 -07:00
Dennis Schubert e0b293e7a1 Bug 1498278 - Import WebExtension sources for the WebCompat GoFaster Addon to Desktop. r=aswan
--HG--
rename : browser/extensions/webcompat/webextension/injections/css/bug0000000-dummy-css-injection.css => browser/extensions/webcompat/injections/css/bug0000000-dummy-css-injection.css
rename : browser/extensions/webcompat/webextension/injections/js/bug0000000-dummy-js-injection.js => browser/extensions/webcompat/injections/js/bug0000000-dummy-js-injection.js
rename : browser/extensions/webcompat/webextension/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js => browser/extensions/webcompat/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js
rename : browser/extensions/webcompat/webextension/injections/js/bug1457335-histography.io-ua-change.js => browser/extensions/webcompat/injections/js/bug1457335-histography.io-ua-change.js
rename : browser/extensions/webcompat/webextension/injections/js/bug1472075-bankofamerica.com-ua-change.js => browser/extensions/webcompat/injections/js/bug1472075-bankofamerica.com-ua-change.js
rename : browser/extensions/webcompat/webextension/injections/js/bug1472081-election.gov.np-window.sidebar-shim.js => browser/extensions/webcompat/injections/js/bug1472081-election.gov.np-window.sidebar-shim.js
rename : browser/extensions/webcompat/webextension/injections/js/bug1482066-portalminasnet.com-window.sidebar-shim.js => browser/extensions/webcompat/injections/js/bug1482066-portalminasnet.com-window.sidebar-shim.js
extra : rebase_source : c5a0d86865179dad71cb4f623a8ed695cc92f284
2018-10-17 04:32:05 +02:00
Diego Pino Garcia 0ad023d797 Bug 1481971 - Enable PaymentRequest on Nightly for Windows/macOS for US/CA users on en-US builds r=MattN,baku,gandalf
--HG--
extra : rebase_source : afd01adfdfdd57b497dff28e674b69e2a7d9e73a
2018-10-16 16:14:12 -07:00
Andrea Marchesini dafac54f4d Bug 1499442 - Preload user-interaction permission, r=ehsan 2018-10-17 07:38:48 +02:00
Andrea Marchesini dce8b79fdd Bug 1499397 - ServiceWorker tests should run with cookiePolicy 0, r=ehsan 2018-10-17 07:37:53 +02:00
Michael Kaply ae44c72cf8 Bug 1499315 - Remove datatype for search bar addEngine. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D8908

--HG--
extra : moz-landing-system : lando
2018-10-16 23:04:47 +00:00
ScottDowne 178d22bbc4 Bug 1498914 - Removal of Pocket icon from address bar persist across a restart r=adw
Differential Revision: https://phabricator.services.mozilla.com/D8889

--HG--
extra : moz-landing-system : lando
2018-10-16 18:57:27 +00:00
Nicholas Hurley 89b6e4de4b Bug 1499149 - Better telemetry for alt-svc headers seen in the wild. r=francois,valentin
Right now, we have no idea how often an origin may offer us multiple alt-svc options. As we are considering racing multiple alt-svc connections (if they're available), it would be good to know how often we actually have (or would have, were we to store them) multiple options available. It would also be good to know how often an origin may change the target of its alt-svc mapping (even if there is only one target), as changes in target may make it useful to store/race multiple targets, as well.

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

--HG--
extra : moz-landing-system : lando
2018-10-17 18:14:56 +00:00
Mark Striemer fca79e3a56 Bug 1495713 - Include theme previews in add-ons manager r=dao
Differential Revision: https://phabricator.services.mozilla.com/D8106

--HG--
extra : moz-landing-system : lando
2018-10-17 08:58:06 +00:00