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

621148 Коммитов

Автор SHA1 Сообщение Дата
Rob Wu e757ef0aee Bug 1501006 - Reject cookieStoreId in perma-private browsing mode r=mixedpuppy
Until container tabs are supported in private browsing mode
(bug 1320757), extensions should not be able to open container tabs when
perma-private browsing mode is off.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 13:23:00 +00:00
Rob Wood d1b2d84bf4 Bug 1473079 - Add gecko profiling support to raptor (part 3: enable gecko profiling); r=jmaher
Depends on D6309

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

--HG--
extra : moz-landing-system : lando
2018-10-29 13:35:21 +00:00
Rob Wood e154044f63 Bug 1473079 - Add gecko profiling support to raptor (part 2: limit page cycles); r=jmaher
Depends on D6286

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

--HG--
extra : moz-landing-system : lando
2018-10-29 13:33:13 +00:00
Rob Wood 6f148acd8e Bug 1473079 - Add gecko profiling support to raptor (part 1: cmd line args); r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D6286

--HG--
extra : moz-landing-system : lando
2018-10-29 13:32:25 +00:00
Marco Bonardo d77d9c899f Bug 1502655 - Remove remaining frontend livemarks code. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D9992

--HG--
extra : moz-landing-system : lando
2018-10-29 13:18:17 +00:00
Raphael Pierzina 3b94e28a76 Bug 1501973 - Add telemetry marionette files to tests archive; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D9769

--HG--
extra : moz-landing-system : lando
2018-10-26 15:56:54 +00:00
Andreas Pehrson 5781531358 Bug 1453078 - Do not assume segments are all non-null when not all null. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D9545

--HG--
extra : moz-landing-system : lando
2018-10-29 10:34:40 +00:00
ffxbld 36c0312102 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D10049

--HG--
extra : moz-landing-system : lando
2018-10-29 12:26:11 +00:00
Emilio Cobos Álvarez 21bd600cbd Bug 1497389 - Add a fast path for querySelector{,All} when we have classes or tags in the rightmost compound. r=heycam,firefox-style-system-reviewers
Before this patch we were only optimizing the case of a single selector, which
is fine, but not enough to catch ones like .foo .bar or so.

This patch allows us to optimize classes and tags in the rightmost compound,
while keeping the current optimization for #id selectors.

Need to profile this, but code-wise should be ready for review.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 12:04:25 +00:00
Jonathan Kingston 671423e741 Bug 1149485 - Replace about:blocked references to blacklist to blocklist. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D10003

--HG--
rename : toolkit/themes/linux/global/icons/blacklist_favicon.png => toolkit/themes/linux/global/icons/blocklist_favicon.png
rename : toolkit/themes/osx/global/icons/blacklist_favicon.png => toolkit/themes/osx/global/icons/blocklist_favicon.png
rename : toolkit/themes/windows/global/icons/blacklist_favicon.png => toolkit/themes/windows/global/icons/blocklist_favicon.png
extra : moz-landing-system : lando
2018-10-29 11:24:59 +00:00
Valentin Gosu 9a1d38c1a0 Bug 1460537 - Connectivity Service - Add check for IPv4/v6 connectivity r=dragana
This is likely not the best approach to detecting IP connectivity.
The check has a slight delay until the failure counter reaches the threshold.
A more reliable way will be added in a follow-up.

Depends on D7844

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

--HG--
extra : moz-landing-system : lando
2018-10-29 11:22:58 +00:00
Valentin Gosu 3753105b42 Bug 1460537 - Connectivity Service - Add DNSv4 and DNSv6 checks r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D7844

--HG--
extra : moz-landing-system : lando
2018-10-29 11:22:40 +00:00
Cosmin Sabou ec3d261a04 Bug 1501041 - Disable browser/modules/test/browser/browser_UsageTelemetry_content.js because of permafailure. r=jmaher 2018-10-26 18:04:00 +03:00
Johan Lorenzo 1785f5c2e5 Bug 1500897 - geckoview: only spin beetmover tasks on GECKOVIEW_XX_RELBRANCH r=dustin,tomprince
geckoview: only spin beetmover tasks on GECKOVIEW_XX_RELBRANCH

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

--HG--
extra : moz-landing-system : lando
2018-10-29 11:11:46 +00:00
Andreas Tolfsen 9fbe209e6d bug 1431148: geckodriver: add tests for TakeFullScreenshot; r=whimboo
This hooks up the Mozilla-specific WPT WebDriver tests directory
to use fixtures from the upstream public repository.

The tests for the new TakeFullScreenshot command are somewhat more
thorough than those for Take Screenshot and Take Element Screenshot,
but this will be addressed later as part of bug 1494208.

Depends on D6887

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

--HG--
extra : moz-landing-system : lando
2018-10-29 11:07:32 +00:00
Andreas Tolfsen 7b082f6293 bug 1431148: webdriver: add screenshot test utilities; r=whimboo
This adds some test utilities to the WebDriver WPT tests for dealing
with screenshots and document dimensions.

Depends on D6886

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

--HG--
extra : moz-landing-system : lando
2018-10-29 11:07:30 +00:00
Andreas Tolfsen 659731e7e2 bug 1431148: geckodriver: add TakeFullScreenshot command; r=whimboo
This adds a new proprietary extension command to geckodriver for
taking a screenshot of the full document.  The new endpoint is GET
/session/{session id}/moz/screenshot/full and returns, like the
Take Screenshot and Take Element Screenshot, a Base64 encoded string.

Depends on D9419

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

--HG--
extra : moz-landing-system : lando
2018-10-29 11:07:28 +00:00
Andreas Tolfsen e4294a393e bug 1431148: webdriver: load wpt fixtures as pytest plugin; r=davehunt
Depends on D9418

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

--HG--
extra : moz-landing-system : lando
2018-10-29 11:07:21 +00:00
Andreas Tolfsen 8c1e0fdd27 bug 1431148: webdriver: make wpt fixtures a module; r=davehunt
To make it possible for other non-WPT tests to pick up and use
the WebDriver WPT fixtures, we need to turn them into a separate
Python module.

Consumers can then make the module discoverable on their Python
search path and use pytest_plugins to include them in their own
conftest.py files.

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

--HG--
rename : testing/web-platform/tests/webdriver/tests/conftest.py => testing/web-platform/tests/webdriver/tests/support/fixtures.py
extra : moz-landing-system : lando
2018-10-29 11:07:19 +00:00
Razvan Caliman 44254c2de1 Bug 1491281 - Use tab id and title as fallbacks for panel props in Inspector sidebar tabs; r=gl
Avoid needless duplication if tab id and title as props when creating Inspector sidebar tab components.

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

--HG--
extra : moz-landing-system : lando
2018-10-26 17:15:58 +00:00
Emilio Cobos Álvarez 968454aa33 Bug 1502185 - Don't allow auto in grid line names. r=mats
See https://github.com/w3c/csswg-drafts/issues/2856.

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

--HG--
extra : moz-landing-system : lando
2018-10-28 23:26:53 +00:00
Mark Banner 0909ebdd11 Bug 1500483 - Clarify the type of window that should be passed to UrlbarController, and tidy usages of the window in the controller. r=mak
Depends on D9926

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

--HG--
extra : moz-landing-system : lando
2018-10-29 10:23:31 +00:00
Narcis Beleuzu 6d19e0cc90 Backed out changeset deb0260b33c1 (bug 1500897) for taskgraph test failure 2018-10-29 12:18:13 +02:00
Makoto Kato 0ca1f40c1b Bug 1485890 - Remove dumpContentTree, debugDumpContent and debugUnitTests from nsIEditor. r=masayuki
Since bug 1491173 is landed, there is no users of dumpContentTree,
debugDumpContent and debugUnitTests.  So Let's remove these methods from
nsIEditor.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 07:23:49 +00:00
Ehsan Akhgari c45edd44bb Bug 1502757 - Stop syncing the browser.contentblocking.enabled pref r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D10018

--HG--
extra : moz-landing-system : lando
2018-10-29 10:07:56 +00:00
Ehsan Akhgari 65bafb09f2 Bug 1502758 - Remove the remnants of browser.contentblocking.enabled from the preferences code r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D10019

--HG--
extra : moz-landing-system : lando
2018-10-29 10:05:53 +00:00
Jean-Yves Avenard 0bb982d5d5 Bug 1502488 - Fix opus mapping 2 channels count check. r=padenot
Add gtest

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

--HG--
extra : moz-landing-system : lando
2018-10-29 09:44:18 +00:00
Johan Lorenzo 9fcd24e5c3 Bug 1500897 - geckoview: only spin beetmover tasks on GECKOVIEW_XX_RELBRANCH r=dustin,tomprince
geckoview: only spin beetmover tasks on GECKOVIEW_XX_RELBRANCH

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

--HG--
extra : moz-landing-system : lando
2018-10-26 16:36:49 +00:00
Siddhant085 6ab6938f8c Bug 1493483 - Use nsIBrowserSearchService::defaultEngine instead of currentEngine (in production code) r=Standard8
nsIBrowserSearchService::currentEngine and nsIBrowserSearchService::defaultEngine are the same thing.
The use of defaultEngine makes more sense and thus we are phasing out the use of currentEngine and replace it with defaultEngine.

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

--HG--
extra : moz-landing-system : lando
2018-10-27 16:52:02 +00:00
Julien Wajsberg c76d3642da Bug 1502321 - Remove unexpected log in the Java Sampling code r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D9905

--HG--
extra : moz-landing-system : lando
2018-10-29 01:28:55 +00:00
Brian Hackett c54d535b22 Bug 1502207 Part 4 - Relax ordering requirements for atomic accesses to be specific to the atomic value itself, r=froydnj.
--HG--
extra : rebase_source : d21dfcebd9870b205276f3f4eaa86ae44d23baf9
2018-10-25 11:46:07 -10:00
Brian Hackett b951ae43fd Bug 1502207 Part 3 - Use new atomic access API in internal record/replay logic, r=froydnj.
--HG--
extra : rebase_source : f70e5def2b2cb96faf8d18d32cb86b898e894550
2018-10-25 11:42:38 -10:00
Brian Hackett bae5179cfb Bug 1502207 Part 2 - Fix useUse new atomic access API in Gecko, r=froydnj.
--HG--
extra : rebase_source : 2b9b5bb77fb53cd9f028912b4ba54136c9066447
2018-10-25 11:42:18 -10:00
Brian Hackett 55571f2bbf Bug 1502207 Part 1 - Specify the address of atomic values when recording ordered atomic accesses, r=froydnj.
--HG--
extra : rebase_source : 3260b427eeac3cc44d6e74df1a6da366da85aeda
2018-10-25 11:41:04 -10:00
Mats Palmgren 5f7f645601 Bug 1501908 - Force line-height:normal for themed comboboxes for compat with other UAs. r=emilio 2018-10-28 23:00:13 +01:00
Ciure Andrei 5b3b6b8fd9 Merge inbound to mozilla-central. a=merge 2018-10-28 11:52:04 +02:00
Mike Conley 3269c2c585 Bug 1501789 - Use the JSM global to create permanentKeys to avoid leaking windows after tab tear out / adoption. r=Felipe
Differential Revision: https://phabricator.services.mozilla.com/D9975

--HG--
extra : moz-landing-system : lando
2018-10-28 01:53:14 +00:00
Arshad Kazmi 7e335e61a5 Bug 1494255 - Date input: disabled CSS: Shows correct style for whole text r=Gijs,emilio
Differential Revision: https://phabricator.services.mozilla.com/D9557

--HG--
extra : moz-landing-system : lando
2018-10-27 21:53:50 +00:00
Dorel Luca b3c42e156a Merge mozilla-inbound to mozilla-central. a=merge 2018-10-28 00:52:51 +03:00
Emilio Cobos Álvarez 0aa7e19522 Bug 1416282 - Assert earlier to try to get a more helpful stack. 2018-10-27 13:18:18 +02:00
Emilio Cobos Álvarez 802b24d578 Bug 1416282 - Back out diagnostics for not being helpful enough at diagnosing.
The selectors that crash seem just corrupted data structures, none of the
selectors from crash dumps make sense, and the ones for which I could trace the
source found no issue.
2018-10-27 13:17:32 +02:00
Emilio Cobos Álvarez 72d4f76bae Bug 1496619 - Update min cbindgen version in osx.py.
I mentioned it on the review but it slipped through it seems.
2018-10-27 13:17:26 +02:00
Emilio Cobos Álvarez f00ba0c6e2 Bug 1496619 - Update min cbindgen version in osx.py. a=emilio
I mentioned it on the review but it slipped through it seems.

--HG--
extra : source : cd47bdbd4efa6bda0dc86c3eec25d1ea92e2518a
2018-10-27 13:07:10 +02:00
Csoregi Natalia 2ef395bc07 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-10-27 12:58:54 +03:00
Csoregi Natalia a21ac3d8e5 Merge inbound to mozilla-central. a=merge 2018-10-27 12:48:40 +03:00
Andrea Marchesini 6b4e7b3d41 Bug 1502408 - Remove unused WPT ini files for FileReader, r=smaug 2018-10-27 10:26:31 +02:00
Andrea Marchesini a0fc57507e Bug 1502375 - FilePropertyBag should inherit BlobPropertyBag, r=smaug 2018-10-27 10:26:31 +02:00
Andrea Marchesini e78ef32074 Bug 1482055 - Cleanup cookie at shutdown must support domain cookies, r=johannh 2018-10-27 10:26:31 +02:00
Andrea Marchesini 2680372dcf Bug 1501354 - Fetch() should not block the loadgroup from completing, r=bz 2018-10-27 08:55:20 +02:00
Andrea Marchesini d6bfe6910f Bug 1502238 - When clearing site data, clear storage permissions assigned to a tracker, r=ehsan 2018-10-27 08:55:07 +02:00