- May 31, 2023
-
-
Morgan Rae Reschenberg authored
Differential Revision: https://phabricator.services.mozilla.com/D179180
-
Jonathan Kew authored
Bug 1835850 - CSS ::first-letter should select Dutch 'ij' or 'IJ' as a unit, but not mixed-case 'Ij'. r=emilio,jwatt Differential Revision: https://phabricator.services.mozilla.com/D179526
-
Emilio Cobos Álvarez authored
It's not clear to me why specializing nsCOMPtr<nsISupports> is particularly useful, and this removes a lot of code, bringing us closer to unifying nsCOMPtr and RefPtr. The changes in other places are needed because we used to allow nsCOMPtr<nsISupports> to implicitly coerce to nsISupports even for rvalue references. 0:47.88 /home/emilio/src/moz/gecko-4/netwerk/protocol/http/nsHttpActivityDistributor.cpp:121:11: error: conversion function from 'nsCOMPtr<nsISupports>' to 'nsISupports *' invokes a deleted function 0:47.88 nsCOMPtr<nsISupports>(do_QueryObject(channel)), aActivityType, 0:47.88 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 0:47.88 /home/emilio/src/moz/gecko-4/obj-debug/dist/include/nsCOMPtr.h:764:3: note: 'operator nsISupports *' has been explicitly marked deleted here 0:47.88 operator T*() const&& = delete; 0:47.88 ^ 0:47.88 /home/emilio/src/moz/gecko-4/netwerk/protocol/http/nsHttpActivityDistributor.cpp:29:57: note: passing argument to parameter 'aHttpChannel' here 0:47.88 nsHttpActivityDistributor::ObserveActivity(nsISupports* aHttpChannel, 0:47.88 ^ Which is not allowed for a good reason, generally. Differential Revision: https://phabricator.services.mozilla.com/D179124
-
Cosmin Sabou authored
Bug 1776052 - Disable browser_bug1309630.js on all platforms due to frequent failures. r=intermittent-reviewers,jmaher DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D179614
-
Cosmin Sabou authored
Bug 1784622 - Disable test_TelemetryControllerShutdown.js on Android until a fix is in place. r=intermittent-reviewers,ahal DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D179593
-
Alexandre Poirot authored
Bug 1836146 - [devtools] Improve exception message in DAMP. r=devtools-reviewers,perftest-reviewers,nchevobbe,afinder We weren't printing the exception message. Error mesage and its related stacktrace were also off. Allow exception to be a string. Differential Revision: https://phabricator.services.mozilla.com/D179459
-
Emilio Cobos Álvarez authored
This is not needed since bug 1363754. I left this as a follow-up clean-up to mitigate a bit the risk of that change. Differential Revision: https://phabricator.services.mozilla.com/D179123
-
Mike Conley authored
This appears to be a limitation of what we can do on official builds, and so we just simply don't run these kinds of tests on official builds. Differential Revision: https://phabricator.services.mozilla.com/D179493
-
William Durand authored
Bug 1833438 - Implement user notification for quarantined domains. r=zombie,rpl,fluent-reviewers,flod Depends on D179388 Differential Revision: https://phabricator.services.mozilla.com/D179386
-
Tomislav Jovanovic authored
Bug 1835155 - Update Origin Controls state and message for quarantined extensions r=willdurand,fluent-reviewers,flod Differential Revision: https://phabricator.services.mozilla.com/D179388
-
Kris Maglione authored
Bug 1835527: Disable xpc::IsInAutomation() in test_loadManifest_isPrivileged. r=extension-reviewers,robwu Differential Revision: https://phabricator.services.mozilla.com/D179488
-
Andreas Farre authored
Differential Revision: https://phabricator.services.mozilla.com/D178916
-
Daisuke Akatsuka authored
Bug 1835598: Handle suggestions provided by any provider as top picks if is_top_pick is undefined r=adw Differential Revision: https://phabricator.services.mozilla.com/D179510
-
Rob Wu authored
Bug 1835559 - Ensure that text content survives translation r=application-update-reviewers,flod,fluent-reviewers,nalexander,settings-reviewers,Gijs When an element is re-translated, the textContent is currently dropped. To avoid that, make it an explicit part of the message. This requires changing the l10n message ID. Ideally, the message ID wouldn't change, but that is not possible until the content can be preserved as a feature, i.e. https://github.com/projectfluent/fluent.js/issues/169 Differential Revision: https://phabricator.services.mozilla.com/D179323
-
Nico Grunbaum authored
Differential Revision: https://phabricator.services.mozilla.com/D179253
-
Nico Grunbaum authored
Differential Revision: https://phabricator.services.mozilla.com/D179163
-
Nico Grunbaum authored
Differential Revision: https://phabricator.services.mozilla.com/D178978
-
Nico Grunbaum authored
Differential Revision: https://phabricator.services.mozilla.com/D178756
-
Nico Grunbaum authored
Differential Revision: https://phabricator.services.mozilla.com/D177426
-
Nico Grunbaum authored
Depends on D176889 Differential Revision: https://phabricator.services.mozilla.com/D176890
-
Nico Grunbaum authored
Depends on D176888 Differential Revision: https://phabricator.services.mozilla.com/D176889
-
Nico Grunbaum authored
Depends on D176887 Differential Revision: https://phabricator.services.mozilla.com/D176888
-
Nico Grunbaum authored
Depends on D176886 Differential Revision: https://phabricator.services.mozilla.com/D176887
-
Nico Grunbaum authored
Depends on D176866 Differential Revision: https://phabricator.services.mozilla.com/D176886
-
Nico Grunbaum authored
Depends on D176865 Differential Revision: https://phabricator.services.mozilla.com/D176866
-
Nico Grunbaum authored
Depends on D176864 Differential Revision: https://phabricator.services.mozilla.com/D176865
-
Nico Grunbaum authored
Depends on D176862 Differential Revision: https://phabricator.services.mozilla.com/D176864
-
Nico Grunbaum authored
Depends on D176861 Differential Revision: https://phabricator.services.mozilla.com/D176862
-
Nico Grunbaum authored
Depends on D176860 Differential Revision: https://phabricator.services.mozilla.com/D176861
-
Nico Grunbaum authored
Depends on D176859 Differential Revision: https://phabricator.services.mozilla.com/D176860
-
Nico Grunbaum authored
Depends on D176858 Differential Revision: https://phabricator.services.mozilla.com/D176859
-
Nico Grunbaum authored
Depends on D176857 Differential Revision: https://phabricator.services.mozilla.com/D176858
-
Nico Grunbaum authored
Differential Revision: https://phabricator.services.mozilla.com/D176857
-
Mike Hommey authored
The last update was in bug 739096. Differential Revision: https://phabricator.services.mozilla.com/D179516
-
Mike Hommey authored
Bug 1835939 - Remove now unused macosx64-sdk-13.0 task. r=firefox-build-system-reviewers,ahochheiden Differential Revision: https://phabricator.services.mozilla.com/D179499
-
Mike Hommey authored
Bug 1835939 - Upgrade openh264 builds to macOS SDK 13.3. r=media-playback-reviewers,releng-reviewers,gbrown,aosmond Differential Revision: https://phabricator.services.mozilla.com/D179498
-
Neil Deakin authored
Bug 1776339, if the iframe where the last find in page was performed is no longer visible, use the root page instead, r=aminomancer Differential Revision: https://phabricator.services.mozilla.com/D168441
-
Neil Deakin authored
Bug 1776339, add a browsing context field that syncs the isUnderHiddenEmbedderElement state, r=emilio Differential Revision: https://phabricator.services.mozilla.com/D168440
-
Nico Grunbaum authored
Differential Revision: https://phabricator.services.mozilla.com/D179591
-
Joshua Marshall authored
Differential Revision: https://phabricator.services.mozilla.com/D178593
-