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

695430 Коммитов

Автор SHA1 Сообщение Дата
Ehsan Akhgari 5200d034f5 Bug 1620322 - Part 8: Rename AntiTrackingCommon to ContentBlocking; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D65821

--HG--
rename : toolkit/components/antitracking/AntiTrackingCommon.cpp => toolkit/components/antitracking/ContentBlocking.cpp
rename : toolkit/components/antitracking/AntiTrackingCommon.h => toolkit/components/antitracking/ContentBlocking.h
extra : moz-landing-system : lando
2020-03-09 23:36:39 +00:00
Ehsan Akhgari 351063200f Bug 1620322 - Part 7: Move TemporaryAccessGrantObserver out of AntiTrackingCommon.cpp; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D65820

--HG--
extra : moz-landing-system : lando
2020-03-09 23:36:36 +00:00
Ehsan Akhgari 4369044005 Bug 1620322 - Part 6: Refactor the code related to user interactions out of AntiTrackingCommon.cpp; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D65819

--HG--
extra : moz-landing-system : lando
2020-03-09 23:36:35 +00:00
Ehsan Akhgari f6432b8584 Bug 1620322 - Part 5: Refactor the code for calculating the permission type string to AntiTrackingUtils; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D65818

--HG--
extra : moz-landing-system : lando
2020-03-09 23:36:44 +00:00
Ehsan Akhgari 2a68f773ba Bug 1620322 - Part 4: Refactor the code for the redirect heuristic out of AntiTrackingCommon.cpp; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D65752

--HG--
extra : moz-landing-system : lando
2020-03-09 23:36:41 +00:00
Ehsan Akhgari c8b15ee520 Bug 1620322 - Part 3: Move MaybeGetDocumentURIBeingLoaded to AntiTrackingUtils; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D65751

--HG--
extra : moz-landing-system : lando
2020-03-09 23:36:39 +00:00
Ehsan Akhgari 8e46ea55d2 Bug 1620322 - Part 2: Refactor the code for content blocking events and notifications out of AntiTrackingCommon.cpp; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D65743

--HG--
extra : moz-landing-system : lando
2020-03-09 23:36:37 +00:00
Micah Tigley 5ab2483cb5 Bug 1620413 - Fix and re-enable RDM tests that fail on calling the load function r=bradwerth
Differential Revision: https://phabricator.services.mozilla.com/D65626

--HG--
extra : moz-landing-system : lando
2020-03-09 21:24:08 +00:00
Aaron Klotz 016b50d12d Bug 1621030: Make string comparisons in IsClassThreadAwareInprocServer case-insensitive; r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D66078

--HG--
extra : moz-landing-system : lando
2020-03-09 21:46:19 +00:00
Bert Peers d0ccb302eb Bug 1620642 - reftest-analyzer improvements for analyzing test failures r=jgilbert
Turn the difference checkbox into a radio that adds "heatmap"; it uses
WebGL to show both images, their absolute difference, and a color-coded
max difference.  The quadrants split following the mouse.
This helps to separate large variations (red) from small variations
(green) and helps to compare the images without losing track of where
they are.

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

--HG--
extra : moz-landing-system : lando
2020-03-09 19:45:11 +00:00
sotaro daa0d75b55 Bug 1619906 - Remove AllocShmemParams from ImageBridgeChild r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D65300

--HG--
extra : moz-landing-system : lando
2020-03-09 00:23:15 +00:00
sotaro c58ab473b3 Bug 1617808 - Re-deliver PREFER_COMPOSITOR_SURFACE flag to WebRender r=gw
Differential Revision: https://phabricator.services.mozilla.com/D64007

--HG--
extra : moz-landing-system : lando
2020-03-01 22:06:11 +00:00
Harry Twyford 63c9cee3cf Bug 1618867 - Standardize /urlbar/tests names. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D65808

--HG--
extra : moz-landing-system : lando
2020-03-09 17:30:01 +00:00
Ting-Yu Lin c64c145dd4 Bug 1620749 - Adjust FinishReflowChild()'s relative positioning conversion, to make it a writing-mode-agnostic API. r=dholbert
Currently, when using ReflowChildFlags::ApplyRelativePositioning flag in
FinishReflowChild(), we (implicitly) force the callers to pass aWM and
aPos in the same writing-mode as the reflow input, i.e. the child's
writing-mode. This results in an unintuitive LogicalPoint conversion
`mContainerSize - mMetrics.PhysicalSize()` in
nsBlockReflowContext::PlaceBlock().

We should allow the callers to use their preferred aWM and aPos (either
in parent's wm or child's wm), and do the necessary conversion in
FinishReflowChild() (like we did to convert aDesiredSize from
ReflowOutput's wm to aWM).

Also, correct the documentation for aWM in ReflowChild() and
FinishReflowChild(). aWM doesn't need to be the containing frame's
writing-mode. It can be any as long as it is the writing-mode that aPos
is used.

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

--HG--
extra : moz-landing-system : lando
2020-03-09 18:15:48 +00:00
eghitta f02f91d94b Bug 1609871 - Make about:performance an HTML page. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D66121

--HG--
rename : toolkit/components/aboutperformance/content/aboutPerformance.xhtml => toolkit/components/aboutperformance/content/aboutPerformance.html
extra : moz-landing-system : lando
2020-03-09 22:27:26 +00:00
Kershaw Chang 99be2e1886 Bug 1621005 - Make TRRServiceChannel only support https scheme r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D66058

--HG--
extra : moz-landing-system : lando
2020-03-09 19:03:29 +00:00
Kershaw Chang 4171cffa9b Bug 1621051 - Add a mutext to protect mRestrictedPortList,r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D66086

--HG--
extra : moz-landing-system : lando
2020-03-09 19:03:27 +00:00
Sam Foster 0904183830 Bug 1618696 - Enable signon.passwordEditCapture.enabled by default. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D64843

--HG--
extra : moz-landing-system : lando
2020-03-07 02:14:49 +00:00
Andrew Osmond 775cc5e08c Bug 455077 - Enable color management for all CSS/images, not just tagged images. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D62510

--HG--
extra : moz-landing-system : lando
2020-03-09 22:16:11 +00:00
Hiroyuki Ikezoe 2baddbcb2f Bug 1620865 - Drop ComputedStyle argument from AnimationValue::ComputeDistance. r=boris
It has not been used since we dropped the old style system.

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

--HG--
extra : moz-landing-system : lando
2020-03-09 18:44:22 +00:00
Brindusan Cristian 2a7468afa7 Backed out changeset 455f2bae38f3 (bug 1620197) for sm bustage on call-run.js. CLOSED TREE
--HG--
extra : rebase_source : ad9ebe49c1e6b67a606df7dba1dc4c7635101623
2020-03-10 01:01:08 +02:00
Emilio Cobos Álvarez 8dd7108180 Bug 1618202 - Apparently literally all webkit-appearance reftests are intermittently fuzzy on android.
MANUAL PUSH: Sigh, really sorry and thanks for the help to the sheriffs. CLOSED TREE
2020-03-10 00:24:23 +01:00
Oana Pop Rus 784f2a90ed Merge mozilla-central to autoland on a CLOSED TREE 2020-03-10 01:06:59 +02:00
Emilio Cobos Álvarez c8a34b47c7 Bug 1618202 - Temporarily skip one mochitest on android.
MANUAL PUSH: Getting this android change to stick, CLOSED TREE
2020-03-10 00:01:39 +01:00
Narcis Beleuzu 365aeaff76 Backed out changeset 4074abe0bef9 (bug 1620549) for asan failures on platform.cpp . CLOSED TREE
--HG--
extra : rebase_source : 53b0bfc09cc480c1bec00e450f8e212bbf278af8
2020-03-10 00:42:18 +02:00
Emilio Cobos Álvarez 1739e9bfea Bug 1618202 - Fix one test that was mistakenly changed to pass.
MANUAL PUSH: Avoiding android widget switch from getting backed out on a CLOSED TREE
2020-03-09 23:12:51 +01:00
Emilio Cobos Álvarez f96aa5266c Bug 1618202 - One fuzzy appearance test annotation.
MANUAL PUSH: Avoiding android widget switch from getting backed out on a CLOSED TREE
2020-03-09 23:08:48 +01:00
Oana Pop Rus 9bbf887ea0 Merge autoland to mozilla-central. a=merge 2020-03-09 23:47:11 +02:00
Emilio Cobos Álvarez d504b6eceb Bug 1618202 - More fuzzy appearance test annotations.
MANUAL PUSH: Avoiding android widget switch from getting backed out on a CLOSED TREE.
2020-03-09 22:13:26 +01:00
Narcis Beleuzu a5a8b4f53e Backed out changeset f6898bd931c5 (bug 1618038) for SM bustages on AbstractScope.h . CLOSED TREE
--HG--
extra : rebase_source : 8b421404660589d79947f869497c37206ecab858
2020-03-09 22:53:43 +02:00
Emilio Cobos Álvarez edb2e2d703 Bug 1618202 - Minor reftest annotation fixes.
MANUAL PUSH: Preventing android widget switch from getting baked out on CLOSED TREE
2020-03-09 22:06:46 +01:00
Michael Forney 2f52a5db77 Bug 1620549 - Set stack size of profiler sampler thread to N_STACK_BYTES + 20 KiB r=gerald,mstange
N_STACK_BYTES are needed to store backtrace information, so use
that plus some extra as the minimum stack size for the sampler
thread to ensure that it doesn't overflow.

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

--HG--
extra : moz-landing-system : lando
2020-03-09 20:23:16 +00:00
Dzmitry Malyshau 0c4b15a728 Bug 1617879 - Rewrite the check for transformed clip intersection with the primitive in WR r=gw
Instead of trying to extract an inner rectangle from a transformed inner rectange,
which by itself doesn't have an obviously "best" solution, we are going to test if the
visibility rect is within the polygon of the projected inner rect.

The test is more precise, could be slightly more heavy, but most importantly - it's correct.

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

--HG--
extra : moz-landing-system : lando
2020-03-09 19:46:35 +00:00
Tooru Fujisawa 04f376ebc4 Bug 1619283 - Use SourceAtomSet/ScriptAtomSet and atomize strings at the beginning. r=nbp
Differential Revision: https://phabricator.services.mozilla.com/D65348

--HG--
extra : moz-landing-system : lando
2020-03-09 20:21:07 +00:00
Jeff Walden 4ab1c168ae Bug 1618038 - Implement support for wrapper-class comparisons in the innermost namespace containing each wrapper class, as ADL intended. Also simplify the operator implementations in certain minor ways. r=sfink
Differential Revision: https://phabricator.services.mozilla.com/D64242

--HG--
extra : moz-landing-system : lando
2020-03-09 20:05:10 +00:00
Narcis Beleuzu 0186cbe565 Backed out 8 changesets (bug 1620322) for bustages on nsContentSink.cpp . CLOSED TREE
Backed out changeset f41739c64dff (bug 1620322)
Backed out changeset be942a7f329e (bug 1620322)
Backed out changeset a916987c7c71 (bug 1620322)
Backed out changeset ead3484ffb5f (bug 1620322)
Backed out changeset 4e1e8b9afa1a (bug 1620322)
Backed out changeset 473bba698e5a (bug 1620322)
Backed out changeset 0e5e5d41597d (bug 1620322)
Backed out changeset 31b24d79db3d (bug 1620322)

--HG--
rename : toolkit/components/antitracking/ContentBlockingLog.cpp => dom/base/ContentBlockingLog.cpp
rename : toolkit/components/antitracking/ContentBlockingLog.h => dom/base/ContentBlockingLog.h
rename : toolkit/components/antitracking/ContentBlocking.cpp => toolkit/components/antitracking/AntiTrackingCommon.cpp
rename : toolkit/components/antitracking/ContentBlocking.h => toolkit/components/antitracking/AntiTrackingCommon.h
2020-03-09 22:18:36 +02:00
Ehsan Akhgari 460b407070 Bug 1620627 - Remove AsyncStreamReader.jsm; r=dimi
Looks like bug 1603053 did not remove this file.

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

--HG--
extra : moz-landing-system : lando
2020-03-09 19:37:37 +00:00
Brindusan Cristian d48e9e3ed5 Backed out 2 changesets (bug 1617333) for xpcshell failures at test_NewTabUtils.js. CLOSED TREE
Backed out changeset 63dc7cf61aab (bug 1617333)
Backed out changeset b8cdd28b8b7d (bug 1617333)
2020-03-09 21:05:02 +02:00
Mike Conley d518ef1608 Bug 1617983 - Re-enable separate privileged about content process for about:home, about:newtab, about:welcome on Nightly. r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D64376

--HG--
extra : moz-landing-system : lando
2020-03-09 18:37:58 +00:00
Mike Conley c4ee750f86 Bug 1617983 - Adjust browser_openTabAndSendCertInfo test for running about:certificate in the privileged about content process. r=NeilDeakin
The test was originally using BrowserTestUtils.waitForNewWindow with an argument for
the expected initial tab URL which was a function rather than a string. This helper
function never expects a function, but transparently passed it along to browserLoaded,
which _can_ handle a function, so everything worked.

With the privileged about content process enabled, the waitForNewWindow code fell
down a codepath that doesn't handle the function parameter at all, and causes the
test to wait for a XULFrameLoaderCreated event that will never fire.

This patch adjusts the test to no longer pass the function to waitForNewWindow, since
it never supported having a function passed to it. Instead, we do the check for the
initial tab URL after the window has been opened.

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

--HG--
extra : moz-landing-system : lando
2020-03-09 18:35:49 +00:00
Luca Greco 5588906cc7 Bug 1616596 - Use ChannelWrapper and nsIHttpActivityDistributor to detect when identity.launchWebAuthFlow dialog is being navigated to the redirect_uri. r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D64389

--HG--
extra : moz-landing-system : lando
2020-03-09 19:17:51 +00:00
Brindusan Cristian 04e4fd3ac6 Bug 1617333 - Fix Eslint failure. CLOSED TREE 2020-03-09 20:16:53 +02:00
Agi Sferro f8fa17b754 Bug 1615495 - Don't set trackingProtection pref on session in GVE. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D65839

--HG--
extra : moz-landing-system : lando
2020-03-09 17:40:41 +00:00
Agi Sferro a782354257 Bug 1615495 - Add persistent settings activity to GVE. r=esawin
Differential Revision: https://phabricator.services.mozilla.com/D65760

--HG--
extra : moz-landing-system : lando
2020-03-09 17:40:33 +00:00
Tooru Fujisawa 2503bf52a0 Bug 1620603 - Update make_opcode_doc.py to follow the current Opcodes.h. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D65730

--HG--
extra : moz-landing-system : lando
2020-03-09 17:36:37 +00:00
Andrea Marchesini b1699066b0 Bug 1621003 - Get rid of Set_Cookie2 nsHttp atom header, r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D66041

--HG--
extra : moz-landing-system : lando
2020-03-09 16:58:08 +00:00
Andrew Osmond 964c6a2c3f Bug 1616444 - Ensure gradients are properly color managed with WebRender. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D66087

--HG--
extra : moz-landing-system : lando
2020-03-09 17:11:54 +00:00
Harry Twyford a72eff55f9 Bug 1617333 - Show appropriately-sized favicons in the Urlbar for Top Sites with history visits. r=mak,Mardak
Differential Revision: https://phabricator.services.mozilla.com/D64653

--HG--
extra : moz-landing-system : lando
2020-03-09 17:36:55 +00:00
Noemi Erli a48fac9e3b Backed out 8 changesets (bug 1620322) for causing bustages in ContentBlockingLog.cpp CLOSED TREE
Backed out changeset 3dcf513e36cb (bug 1620322)
Backed out changeset 46714855ce1d (bug 1620322)
Backed out changeset 0eb2b5f7322f (bug 1620322)
Backed out changeset 72d640fa0740 (bug 1620322)
Backed out changeset 4533bb4e5177 (bug 1620322)
Backed out changeset 659270edd419 (bug 1620322)
Backed out changeset 6802c18b1914 (bug 1620322)
Backed out changeset 60ff34db9f15 (bug 1620322)

--HG--
rename : toolkit/components/antitracking/ContentBlockingLog.cpp => dom/base/ContentBlockingLog.cpp
rename : toolkit/components/antitracking/ContentBlockingLog.h => dom/base/ContentBlockingLog.h
rename : toolkit/components/antitracking/ContentBlocking.cpp => toolkit/components/antitracking/AntiTrackingCommon.cpp
rename : toolkit/components/antitracking/ContentBlocking.h => toolkit/components/antitracking/AntiTrackingCommon.h
2020-03-09 19:19:41 +02:00
ffxbld 7a35fa9703 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-03-09 15:41:51 +00:00