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

629873 Коммитов

Автор SHA1 Сообщение Дата
Jon Coppeard 26e28a8c42 Bug 1516409 - Separate out flags for gray and black delayed marking r=sfink 2019-01-02 18:19:01 +00:00
Erica Wright 6986e2d989 Bug 1512166 - Show blocked labels by default, hide when there's an exception. r=nhnt11
In the control panel, show the blocking category labels for tracking protection and cookie restrictions. Hide the label if the user has set an exception for that page.

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

--HG--
extra : moz-landing-system : lando
2018-12-28 04:26:00 +00:00
Ted Mielczarek 5def08dbfb bug 1517244 - Try to log more info during intermittent test_telemetry failure. r=sheehan
Differential Revision: https://phabricator.services.mozilla.com/D15578

--HG--
extra : moz-landing-system : lando
2019-01-02 16:56:12 +00:00
James Willcox d72a96de1f Bug 1450762 - Don't prompt for device permissions on Android in MediaDevices.enumerateDevices() r=achronop
Differential Revision: https://phabricator.services.mozilla.com/D14575

--HG--
extra : moz-landing-system : lando
2019-01-02 16:44:35 +00:00
James Graham 5eccb3a447 Bug 1440984 - Remove stale wpt metadata, r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D15581

--HG--
extra : moz-landing-system : lando
2019-01-02 16:34:03 +00:00
Peter Van der Beken 066d891adb Bug 1353867 - Add cross-process proxies for WindowProxy. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D12656

--HG--
extra : moz-landing-system : lando
2019-01-02 13:29:18 +00:00
Peter Van der Beken 43adb531b7 Bug 1353867 - Expose IsCrossOriginWhitelistedProp/AppendCrossOriginWhitelistedPropNames to DOM code. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D12655

--HG--
extra : moz-landing-system : lando
2019-01-02 13:28:40 +00:00
Peter Van der Beken b816d68b07 Bug 1353867 - Add code generation for array of cross origin properties. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D12654

--HG--
extra : moz-landing-system : lando
2019-01-02 13:28:06 +00:00
Peter Van der Beken 05c586c0a9 Bug 1353867 - Split up PostMessage into two parts, one gathering information from the source and one gathering information from the target. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D12652

--HG--
extra : moz-landing-system : lando
2019-01-02 13:27:33 +00:00
Peter Van der Beken 58c7fc4d20 Bug 1353867 - Change WindowProxyHolder's native type to BrowsingContext. r=bzbarsky
Make the WindowProxyHolder hold a strong reference to a BrowsingContext, as in the future
we might not have a nsPIDOMWindowOuter (if the document is loaded in a different process).

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

--HG--
extra : moz-landing-system : lando
2019-01-02 13:27:05 +00:00
Peter Van der Beken a17049feac Bug 1353867 - Change WindowProxy type. r=bzbarsky
Add a WindowProxyHolder type and generate binding code that takes or returns it whenever
the WebIDL refers to the WindowProxy type. This patch just makes the WindowProxyHolder
hold a strong reference to a nsPIDOMWindowOuter.

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

--HG--
extra : moz-landing-system : lando
2019-01-02 13:26:56 +00:00
Andrew McCreight f557e273ca Bug 1517036 - Remove some unused test support files. r=mrbkap
Differential Revision: https://phabricator.services.mozilla.com/D15531

--HG--
extra : moz-landing-system : lando
2019-01-01 18:28:12 +00:00
Tarek Ziadé aa665262ce Bug 1513304 - check that the nsIURI pointer is not null - r=baku
Verify that the script URI is not null before using it.
If it's the case, we can't really continue because that url
identifies the worker in the metrics.

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

--HG--
extra : moz-landing-system : lando
2019-01-02 08:25:13 +00:00
Agi Sferro 5dc04f9f8d Bug 1515960 - Add links to CHANGELOG.md. r=snorp,geckoview-reviewers
This adds links from the CHANGELOG to the javadoc.

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

--HG--
extra : moz-landing-system : lando
2018-12-26 17:25:55 +00:00
Andrew Halberstadt b765d8e8aa Bug 1517238 - [docs] Fix AttributeError: 'module' object has no attribute 'DirEntry' when running |mach doc|, r=davehunt
This was happening because one of the modules sphinx generates apidocs for
started depending on scandir and our in-tree vendored copy of scandir doesn't
have the C module built. I'm still not sure why this is failing though (scandir
is supposed to fall-back to ctypes if the C module doesn't exist).

Either way, adding scandir to tools/docs/Pipfile works around the problem.

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

--HG--
extra : moz-landing-system : lando
2019-01-02 15:31:26 +00:00
Ehsan Akhgari 60238893a6 Bug 1517057 - Part 2: Avoid minting a new codebase principal in the channel-based version of AntiTrackingCommon::IsFirstPartyStorageAccessGrantedFor() in the common case to make things faster; r=baku
Depends on D15547

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

--HG--
extra : moz-landing-system : lando
2019-01-02 15:41:59 +00:00
Ehsan Akhgari 61338d3be7 Bug 1517057 - Part 1: Remove support for the unused URI_FORBIDS_COOKIE_ACCESS protocol flag; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D15547

--HG--
extra : moz-landing-system : lando
2019-01-02 15:42:08 +00:00
Tom Prince fcc513bfe6 No bug: [try-staging] Allow partial generation to access https URLS on try; r=sfraser
The nightly partial generation code generates URLs with https:// so they should
be accepted as well.

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

--HG--
extra : moz-landing-system : lando
2019-01-02 15:18:50 +00:00
ffxbld 1a0579d51b No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D15508

--HG--
extra : moz-landing-system : lando
2019-01-02 15:17:53 +00:00
William Lachance cf7ff16636 Bug 1471641 - Changes to support a mozinstall 2.0 release r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D15542

--HG--
extra : moz-landing-system : lando
2019-01-02 09:57:30 +00:00
William Lachance 2fd7e025ab Bug 1516659 - Remove mozprocess dependency from mozinstall's tests r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D15476

--HG--
extra : moz-landing-system : lando
2019-01-02 09:44:08 +00:00
James Graham 499010a91c Bug 1440984 - Stop importing testharness into a support file, r=ato
This isn't a supported behaviour and may be responsible for the observed intermittents.

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

--HG--
extra : moz-landing-system : lando
2019-01-02 14:41:22 +00:00
Timothy Nikkel 728f22990a Bug 1511603. Ignore grayscale color profiles in webp images because webp images are never grayscale. r=aosmond 2018-12-21 00:58:00 -05:00
Jason Kratzer 58d934b6fe Bug 1517033 - Add a crashtest. r=emilio 2019-01-02 17:18:44 +01:00
Ms2ger 3bb5e1c023 Bug 1515010 - Update core wasm tests; r=luke 2019-01-02 12:19:13 +01:00
Brindusan Cristian 2c544a2ad5 Backed out 1 changesets (bug 1515010) for wpt failures on align.wast.js.html and sm build bustage.
Backed out changeset a3025b3c5c6a (bug 1515010)
2019-01-02 14:52:11 +02:00
Bastien Orivel 07ae0a37ff Bug 1516262 - Part 2: Revendor rust dependencies; r=ato 2019-01-02 12:13:08 +00:00
Bastien Orivel a640e5b81f Bug 1516262 - Part 1: Update base64 and bump webdriver's version; r=ato 2019-01-02 12:13:07 +00:00
Ms2ger ec75f6d41d Bug 1515010 - Update core wasm tests; r=luke 2019-01-02 12:19:13 +01:00
Henrik Skupin af783b2cb8 Bug 1504201 - [marionette] Temporarily skip TestScreenCaptureChrome.test_formats on Linux. r=whimboo 2019-01-02 11:26:06 +01:00
Narcis Beleuzu 0ee0b63732 Merge inbound to mozilla-central. a=merge 2019-01-02 11:43:36 +02:00
longsonr ade1b15610 Bug 1517108 - Move nsSMILTimeContainer, nsSMILMilestone and nsSMILTargetIdentifier to the mozilla namespace r=bbirtles
--HG--
rename : dom/smil/nsSMILMilestone.h => dom/smil/SMILMilestone.h
rename : dom/smil/nsSMILTargetIdentifier.h => dom/smil/SMILTargetIdentifier.h
rename : dom/smil/nsSMILTimeContainer.cpp => dom/smil/SMILTimeContainer.cpp
rename : dom/smil/nsSMILTimeContainer.h => dom/smil/SMILTimeContainer.h
2019-01-02 07:21:13 +00:00
Jeff Muizelaar cd45a0430c Bug 1517077. Remove Cairo D2D backend. r=lsalzman
We don't use this anymore. Let's get rid of it.

Differential Revision: https://phabricator.services.mozilla.com/D15557
2019-01-01 21:55:39 -05:00
longsonr 477d3cab33 Bug 1516727 - Part 4 move SVGAngle to the mozilla namespace r=jwatt 2019-01-01 21:01:19 +00:00
Robert Strong 10e86533d7 Bug 1517070 - Move the update.sjs from the chrome directory to the data directory since it is shared by both mochitest-chrome and mochitest-browser-chrome tests. r=mhowell
--HG--
rename : toolkit/mozapps/update/tests/chrome/update.sjs => toolkit/mozapps/update/tests/data/update.sjs
2019-01-01 11:38:46 -08:00
longsonr bf776da028 Bug 1517127 - move nsSVGClass to the mozilla::dom namespace r=jwatt
--HG--
rename : dom/svg/nsSVGClass.cpp => dom/svg/SVGClass.cpp
rename : dom/svg/nsSVGClass.h => dom/svg/SVGClass.h
2019-01-01 16:26:26 +00:00
Andreea Pavel 51ae2affff Bug 1503991 - disabled test on linux for frequent failures r=jmaher 2018-12-31 22:54:00 +02:00
Boris Zbarsky b7c8308871 Bug 1516560. Stop trying to do DOM proxy caching for DOM proxies with dynamic prototypes. r=jandem
This only affects Location.

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

--HG--
extra : moz-landing-system : lando
2018-12-31 16:16:00 +00:00
Paolo Amadini cf8940d9a8 Bug 1516876 - Remove the "autocomplete-richlistbox" binding. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D15501

--HG--
extra : rebase_source : 9aac2594266b3fd956fe268d473958635ce6b25d
2018-12-30 15:59:57 +00:00
Paolo Amadini e43964b7eb Bug 1516448 - Remove the "categories-list" binding. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D15499

--HG--
extra : rebase_source : 7d7d66d63cff79bbde283e714e4258884b36538f
2018-12-30 11:51:03 +00:00
Paolo Amadini 5bd38eeedd Bug 1516957 - Part 4 - Share the search function. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D15516

--HG--
extra : rebase_source : 3eef00b8c8ff20416f7aa707d5d7cb935a799177
2018-12-31 12:15:50 +00:00
Paolo Amadini f9667c41fa Bug 1516957 - Part 3 - Share more test functions. r=bgrins
This results in querying the document more often, but makes the test code more concise.

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

--HG--
extra : rebase_source : b66e0c4eea62d063ea052d0ab02120b1a467f357
2018-12-31 12:15:38 +00:00
Paolo Amadini 11bc41af90 Bug 1516957 - Part 2 - Create a base test class and unify tab creation functions. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D15514

--HG--
extra : rebase_source : 5fa8642aea770c30bbdc39dd579adbdb4ff881f5
2018-12-31 11:42:00 +00:00
Paolo Amadini eba1895081 Bug 1516957 - Part 1 - Remove uses of ContentTask from the new "about:config" tests. r=bgrins
Uses of ContentTask can be removed because the page will continue to be loaded in the parent process for the time being. We don't want to give generic write access to preferences to the content processes until there is a way to separate privileged browser pages from regular web content using different process types.

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

--HG--
extra : rebase_source : c07c2875858e4624ba3afb31782e0980cba10e0d
2018-12-31 11:41:48 +00:00
Razvan Maries 3737521d12 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-01-01 11:52:51 +02:00
Razvan Maries 3e7afaa5b5 Merge mozilla-inbound to mozilla-central a=merge 2019-01-01 11:44:07 +02:00
longsonr aa72e7261b Bug 1516980 - Move nsSMILCompositor and nsSMILTimedElement to the mozilla namespace r=bbirtles
--HG--
rename : dom/smil/nsSMILCompositor.cpp => dom/smil/SMILCompositor.cpp
rename : dom/smil/nsSMILCompositor.h => dom/smil/SMILCompositor.h
rename : dom/smil/nsSMILCompositorTable.h => dom/smil/SMILCompositorTable.h
rename : dom/smil/nsSMILTimedElement.cpp => dom/smil/SMILTimedElement.cpp
rename : dom/smil/nsSMILTimedElement.h => dom/smil/SMILTimedElement.h
2019-01-01 09:16:21 +00:00
WR Updater Bot 0788222934 Bug 1517038 - Update webrender to commit a970cbaa88a7516758046c8be016c34627d31355 (WR PR #3456). r=kats
https://github.com/servo/webrender/pull/3456

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

--HG--
extra : moz-landing-system : lando
2019-01-01 00:40:07 +00:00
Bob Clary 45ab4c31ef Bug 1501584 - Run jittests for opt js shell for arm7, arm64 on android-hw-p2, r=jmaher. 2018-12-31 14:15:30 -08:00
Daniel Varga 6aa9c556dc Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-12-31 23:27:53 +02:00