Ed Lee
9ca4d5dc5a
Bug 1907350 - Expose genai-settings-chat-title and other chatbot strings for localization r=tarek,fluent-reviewers,mconley,bolsson
...
Move featuregate title to features.ftl used by about:preferences and about:support; and other strings to genai.ftl. Allow prompts to use l10nId to get fluent attributes. Convert inline strings for menu and shortcuts to fluent. Update simplify, add explain prompts.
Differential Revision: https://phabricator.services.mozilla.com/D218279
2024-08-03 06:40:26 +00:00
Ed Lee
4c62bb6510
Bug 1910005 - Expose chat shortcuts pref as part of experimental subitem r=tarek,fluent-reviewers,settings-reviewers,desktop-theme-reviewers,dao,mstriemer
...
Switch default shortcuts enabled with labs checkbox to disable and labs visibility. Add metric and event telemetry for shortcuts pref and usage. Bump pip labs ordering up one.
Differential Revision: https://phabricator.services.mozilla.com/D217782
2024-08-03 04:19:46 +00:00
Noemi Erli
acb6679fdd
Backed out changeset c9ad93d58c14 (bug 1910005) for causing bustages in GleanMetrics.h CLOSED TREE
2024-08-03 06:17:37 +03:00
Ed Lee
2d3545acad
Bug 1910005 - Expose chat shortcuts pref as part of experimental subitem r=tarek,fluent-reviewers,settings-reviewers,desktop-theme-reviewers,dao,mstriemer
...
Switch default shortcuts enabled with labs checkbox to disable and labs visibility. Add metric and event telemetry for shortcuts pref and usage. Bump pip labs ordering up one.
Differential Revision: https://phabricator.services.mozilla.com/D217782
2024-08-03 02:46:23 +00:00
Noemi Erli
6d50d1006c
Backed out changeset 81c607ae7fa3 (bug 1906140) for causing mochitest failures CLOSED TREE
2024-08-03 04:30:26 +03:00
Noemi Erli
02d3c8c7e9
Backed out changeset 3026b1b62d03 (bug 1911005) for causing bustages in CTPolicyEnforcer.cpp CLOSED TREE
2024-08-03 03:18:16 +03:00
Mozilla Releng Treescript
672650b2c2
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
2024-08-03 00:20:53 +00:00
Kelly Cochrane
e2580d7290
Bug 1906140 - Update the labs UI toml file for sidebar and vertical tabs r=settings-reviewers,fluent-reviewers,sidebar-reviewers,jsudiaman,sessionstore-reviewers,sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D217504
2024-08-03 00:04:27 +00:00
sotaro
44a42ef01a
Bug 1910990 - Don't use ID3D11Query to wait for video copy complete for remote canvas. with AMD GPUs r=gfx-reviewers,lsalzman
...
With AMD GPUs, crash happened when ID3D11Query was used for video rendering to remote canvas. Then the ID3D11Query usage needs to be limited only for video overlay with AMD GPUs. To do it, video rendering optimization to remove canvas is disabled when the ID3D11Query usage is detected with AMD GPUs.
GpuProcessQueryId.mOnlyForOverlay is added to deliver the information.
Differential Revision: https://phabricator.services.mozilla.com/D218390
2024-08-02 23:51:44 +00:00
Dana Keeler
f1fe9ebab5
Bug 1911005 - certificate transparency: note log states and timestamps r=jschanck
...
This patch uses the log state information in the known CT log list to
differentiate qualified, usable, and readonly (collectively now referred to as
"admissible") logs from retired logs. This patch also takes the opportunity to
update the language in the implementation from "disqualified" to "retired" to
match the current terminology from the source data.
Differential Revision: https://phabricator.services.mozilla.com/D218266
2024-08-02 23:13:18 +00:00
Noemi Erli
b7f7ca3512
Backed out changeset ec2fc35658b2 (bug 1909367) for causing mochitest failures on RWLock_posix.cpp CLOSED TREE
2024-08-03 02:41:01 +03:00
Nathan Barrett
760fd46db1
Bug 1911344 - Enable topic selection and labels in nightly & beta. r=home-newtab-reviewers,thecount
...
Differential Revision: https://phabricator.services.mozilla.com/D218433
2024-08-02 22:14:45 +00:00
Noemi Erli
12f78bd3c2
Backed out changeset 25bb41b1999f (bug 1911005) for causing build bustage in CTPolicyEnforcer.cpp CLOSED TREE
2024-08-03 00:50:01 +03:00
Noemi Erli
692aabd2cf
Backed out changeset f14b6d618dee (bug 1906140) for causing mochitest failures
2024-08-03 00:48:34 +03:00
Jonathan Kew
1e540fca3d
Bug 1909367 - Simplify & annotate locking around mFontTableCache. r=gfx-reviewers,lsalzman
...
Differential Revision: https://phabricator.services.mozilla.com/D218102
2024-08-02 21:21:57 +00:00
Kelly Cochrane
9ec17cafdb
Bug 1906140 - Update the labs UI toml file for sidebar and vertical tabs r=settings-reviewers,fluent-reviewers,sidebar-reviewers,jsudiaman,sessionstore-reviewers,sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D217504
2024-08-02 21:07:57 +00:00
Dana Keeler
ff461e274d
Bug 1909441 - webauthn on macOS: use user.displayName rather than user.name, as intended r=jschanck
...
This was probably just a copy/paste issue. The intent was to use the
displayName for the displayName parameter when creating a cross-platform
webauthn credential on macOS.
Differential Revision: https://phabricator.services.mozilla.com/D218466
2024-08-02 20:55:51 +00:00
Noemi Erli
1f6dbb42ae
Backed out changeset a5aa68704532 (bug 1906140) for causing failures in browser_view_sidebar_menu.js CLOSED TREE
2024-08-03 00:03:13 +03:00
Dana Keeler
5b01dd7cf4
Bug 1911005 - certificate transparency: note log states and timestamps r=jschanck
...
This patch uses the log state information in the known CT log list to
differentiate qualified, usable, and readonly (collectively now referred to as
"admissible") logs from retired logs. This patch also takes the opportunity to
update the language in the implementation from "disqualified" to "retired" to
match the current terminology from the source data.
Differential Revision: https://phabricator.services.mozilla.com/D218266
2024-08-02 20:31:27 +00:00
William Durand
bd3aef8d49
Bug 1911280 - Use lifetime "application" for add-on Glean metrics on Fenix. r=jonalmeida,android-reviewers,chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D218408
2024-08-02 20:20:33 +00:00
Calixte
62a32fa1ce
Bug 1911184 - Update PDF.js to new version a372bf8f4daf4d19e4914866bb3486076a31dbfb r=pdfjs-reviewers,fluent-reviewers,Snuffleupagus,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D218360
2024-08-02 19:45:02 +00:00
Kelly Cochrane
cf52ca33da
Bug 1906140 - Update the labs UI toml file for sidebar and vertical tabs r=settings-reviewers,fluent-reviewers,sidebar-reviewers,jsudiaman,sessionstore-reviewers,sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D217504
2024-08-02 19:27:10 +00:00
Noemi Erli
8e8f8a705f
Backed out changeset c1fa40b0bc3e (bug 1909512) for causinf python failures CLOSED TREE
2024-08-02 23:09:55 +03:00
Nikki Sharpley
5d28ac8fbb
Bug 1886847 - Styling and UI polish for sidebar r=sidebar-reviewers,desktop-theme-reviewers,fxview-reviewers,reusable-components-reviewers,dao,settings-reviewers,tgiles,mconley,jsudiaman,kcochrane
...
- styled synced tabs and history
- styled sidebar search
- styled customize settings
- added sidebar right icon to customize input
Differential Revision: https://phabricator.services.mozilla.com/D216748
2024-08-02 19:10:14 +00:00
Joshua Marshall
fd429c3f21
Bug 1903766 - Add perftests for service worker update r=perftest-reviewers,dom-worker-reviewers,sparky,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D218415
2024-08-02 19:04:40 +00:00
Noemi Erli
fb399911a3
Backed out changeset b825b6411765 (bug 1906140) for causing failures in browser_view_sidebar_menu.js CLOSED TREE
2024-08-02 22:17:11 +03:00
Mozilla Releng Treescript
a56e7486c1
no bug - Bumping Mobile l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
ach -> 0da0565990e7319040c377cca47e7e5b81659f4c
an -> 0da0565990e7319040c377cca47e7e5b81659f4c
ar -> 0da0565990e7319040c377cca47e7e5b81659f4c
ast -> 0da0565990e7319040c377cca47e7e5b81659f4c
az -> 0da0565990e7319040c377cca47e7e5b81659f4c
be -> 0da0565990e7319040c377cca47e7e5b81659f4c
bg -> 0da0565990e7319040c377cca47e7e5b81659f4c
bn -> 0da0565990e7319040c377cca47e7e5b81659f4c
br -> 0da0565990e7319040c377cca47e7e5b81659f4c
bs -> 0da0565990e7319040c377cca47e7e5b81659f4c
ca -> 0da0565990e7319040c377cca47e7e5b81659f4c
cak -> 0da0565990e7319040c377cca47e7e5b81659f4c
cs -> 0da0565990e7319040c377cca47e7e5b81659f4c
cy -> 0da0565990e7319040c377cca47e7e5b81659f4c
da -> 0da0565990e7319040c377cca47e7e5b81659f4c
de -> 0da0565990e7319040c377cca47e7e5b81659f4c
dsb -> 0da0565990e7319040c377cca47e7e5b81659f4c
el -> 0da0565990e7319040c377cca47e7e5b81659f4c
en-CA -> 0da0565990e7319040c377cca47e7e5b81659f4c
en-GB -> 0da0565990e7319040c377cca47e7e5b81659f4c
eo -> 0da0565990e7319040c377cca47e7e5b81659f4c
es-AR -> 0da0565990e7319040c377cca47e7e5b81659f4c
es-CL -> 0da0565990e7319040c377cca47e7e5b81659f4c
es-ES -> 0da0565990e7319040c377cca47e7e5b81659f4c
es-MX -> 0da0565990e7319040c377cca47e7e5b81659f4c
et -> 0da0565990e7319040c377cca47e7e5b81659f4c
eu -> 0da0565990e7319040c377cca47e7e5b81659f4c
fa -> 0da0565990e7319040c377cca47e7e5b81659f4c
ff -> 0da0565990e7319040c377cca47e7e5b81659f4c
fi -> 0da0565990e7319040c377cca47e7e5b81659f4c
fr -> 0da0565990e7319040c377cca47e7e5b81659f4c
fy-NL -> 0da0565990e7319040c377cca47e7e5b81659f4c
ga-IE -> 0da0565990e7319040c377cca47e7e5b81659f4c
gd -> 0da0565990e7319040c377cca47e7e5b81659f4c
gl -> 0da0565990e7319040c377cca47e7e5b81659f4c
gn -> 0da0565990e7319040c377cca47e7e5b81659f4c
gu-IN -> 0da0565990e7319040c377cca47e7e5b81659f4c
he -> 0da0565990e7319040c377cca47e7e5b81659f4c
hi-IN -> 0da0565990e7319040c377cca47e7e5b81659f4c
hr -> 0da0565990e7319040c377cca47e7e5b81659f4c
hsb -> 0da0565990e7319040c377cca47e7e5b81659f4c
hu -> 0da0565990e7319040c377cca47e7e5b81659f4c
hy-AM -> 0da0565990e7319040c377cca47e7e5b81659f4c
ia -> 0da0565990e7319040c377cca47e7e5b81659f4c
id -> 0da0565990e7319040c377cca47e7e5b81659f4c
is -> 0da0565990e7319040c377cca47e7e5b81659f4c
it -> 0da0565990e7319040c377cca47e7e5b81659f4c
ja -> 0da0565990e7319040c377cca47e7e5b81659f4c
ka -> 0da0565990e7319040c377cca47e7e5b81659f4c
kab -> 0da0565990e7319040c377cca47e7e5b81659f4c
kk -> 0da0565990e7319040c377cca47e7e5b81659f4c
km -> 0da0565990e7319040c377cca47e7e5b81659f4c
kn -> 0da0565990e7319040c377cca47e7e5b81659f4c
ko -> 0da0565990e7319040c377cca47e7e5b81659f4c
lij -> 0da0565990e7319040c377cca47e7e5b81659f4c
lo -> 0da0565990e7319040c377cca47e7e5b81659f4c
lt -> 0da0565990e7319040c377cca47e7e5b81659f4c
ltg -> 0da0565990e7319040c377cca47e7e5b81659f4c
lv -> 0da0565990e7319040c377cca47e7e5b81659f4c
meh -> 0da0565990e7319040c377cca47e7e5b81659f4c
mix -> 0da0565990e7319040c377cca47e7e5b81659f4c
ml -> 0da0565990e7319040c377cca47e7e5b81659f4c
mr -> 0da0565990e7319040c377cca47e7e5b81659f4c
ms -> 0da0565990e7319040c377cca47e7e5b81659f4c
my -> 0da0565990e7319040c377cca47e7e5b81659f4c
nb-NO -> 0da0565990e7319040c377cca47e7e5b81659f4c
ne-NP -> 0da0565990e7319040c377cca47e7e5b81659f4c
nl -> 0da0565990e7319040c377cca47e7e5b81659f4c
nn-NO -> 0da0565990e7319040c377cca47e7e5b81659f4c
oc -> 0da0565990e7319040c377cca47e7e5b81659f4c
pa-IN -> 0da0565990e7319040c377cca47e7e5b81659f4c
pl -> 0da0565990e7319040c377cca47e7e5b81659f4c
pt-BR -> 0da0565990e7319040c377cca47e7e5b81659f4c
pt-PT -> 0da0565990e7319040c377cca47e7e5b81659f4c
rm -> 0da0565990e7319040c377cca47e7e5b81659f4c
ro -> 0da0565990e7319040c377cca47e7e5b81659f4c
ru -> 0da0565990e7319040c377cca47e7e5b81659f4c
sk -> 0da0565990e7319040c377cca47e7e5b81659f4c
sl -> 0da0565990e7319040c377cca47e7e5b81659f4c
son -> 0da0565990e7319040c377cca47e7e5b81659f4c
sq -> 0da0565990e7319040c377cca47e7e5b81659f4c
sr -> 0da0565990e7319040c377cca47e7e5b81659f4c
sv-SE -> 0da0565990e7319040c377cca47e7e5b81659f4c
ta -> 0da0565990e7319040c377cca47e7e5b81659f4c
te -> 0da0565990e7319040c377cca47e7e5b81659f4c
th -> 0da0565990e7319040c377cca47e7e5b81659f4c
tl -> 0da0565990e7319040c377cca47e7e5b81659f4c
tr -> 0da0565990e7319040c377cca47e7e5b81659f4c
trs -> 0da0565990e7319040c377cca47e7e5b81659f4c
uk -> 0da0565990e7319040c377cca47e7e5b81659f4c
ur -> 0da0565990e7319040c377cca47e7e5b81659f4c
uz -> 0da0565990e7319040c377cca47e7e5b81659f4c
vi -> 0da0565990e7319040c377cca47e7e5b81659f4c
wo -> 0da0565990e7319040c377cca47e7e5b81659f4c
xh -> 0da0565990e7319040c377cca47e7e5b81659f4c
zam -> 0da0565990e7319040c377cca47e7e5b81659f4c
zh-CN -> 0da0565990e7319040c377cca47e7e5b81659f4c
zh-TW -> 0da0565990e7319040c377cca47e7e5b81659f4c
2024-08-02 19:01:26 +00:00
Mozilla Releng Treescript
30d575d85d
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
ach -> 0da0565990e7319040c377cca47e7e5b81659f4c
af -> 0da0565990e7319040c377cca47e7e5b81659f4c
an -> 0da0565990e7319040c377cca47e7e5b81659f4c
ar -> 0da0565990e7319040c377cca47e7e5b81659f4c
ast -> 0da0565990e7319040c377cca47e7e5b81659f4c
az -> 0da0565990e7319040c377cca47e7e5b81659f4c
be -> 0da0565990e7319040c377cca47e7e5b81659f4c
bg -> 0da0565990e7319040c377cca47e7e5b81659f4c
bn -> 0da0565990e7319040c377cca47e7e5b81659f4c
bo -> 0da0565990e7319040c377cca47e7e5b81659f4c
br -> 0da0565990e7319040c377cca47e7e5b81659f4c
brx -> 0da0565990e7319040c377cca47e7e5b81659f4c
bs -> 0da0565990e7319040c377cca47e7e5b81659f4c
ca -> 0da0565990e7319040c377cca47e7e5b81659f4c
ca-valencia -> 0da0565990e7319040c377cca47e7e5b81659f4c
cak -> 0da0565990e7319040c377cca47e7e5b81659f4c
ckb -> 0da0565990e7319040c377cca47e7e5b81659f4c
cs -> 0da0565990e7319040c377cca47e7e5b81659f4c
cy -> 0da0565990e7319040c377cca47e7e5b81659f4c
da -> 0da0565990e7319040c377cca47e7e5b81659f4c
de -> 0da0565990e7319040c377cca47e7e5b81659f4c
dsb -> 0da0565990e7319040c377cca47e7e5b81659f4c
el -> 0da0565990e7319040c377cca47e7e5b81659f4c
en-CA -> 0da0565990e7319040c377cca47e7e5b81659f4c
en-GB -> 0da0565990e7319040c377cca47e7e5b81659f4c
eo -> 0da0565990e7319040c377cca47e7e5b81659f4c
es-AR -> 0da0565990e7319040c377cca47e7e5b81659f4c
es-CL -> 0da0565990e7319040c377cca47e7e5b81659f4c
es-ES -> 0da0565990e7319040c377cca47e7e5b81659f4c
es-MX -> 0da0565990e7319040c377cca47e7e5b81659f4c
et -> 0da0565990e7319040c377cca47e7e5b81659f4c
eu -> 0da0565990e7319040c377cca47e7e5b81659f4c
fa -> 0da0565990e7319040c377cca47e7e5b81659f4c
ff -> 0da0565990e7319040c377cca47e7e5b81659f4c
fi -> 0da0565990e7319040c377cca47e7e5b81659f4c
fr -> 0da0565990e7319040c377cca47e7e5b81659f4c
fur -> 0da0565990e7319040c377cca47e7e5b81659f4c
fy-NL -> 0da0565990e7319040c377cca47e7e5b81659f4c
ga-IE -> 0da0565990e7319040c377cca47e7e5b81659f4c
gd -> 0da0565990e7319040c377cca47e7e5b81659f4c
gl -> 0da0565990e7319040c377cca47e7e5b81659f4c
gn -> 0da0565990e7319040c377cca47e7e5b81659f4c
gu-IN -> 0da0565990e7319040c377cca47e7e5b81659f4c
he -> 0da0565990e7319040c377cca47e7e5b81659f4c
hi-IN -> 0da0565990e7319040c377cca47e7e5b81659f4c
hr -> 0da0565990e7319040c377cca47e7e5b81659f4c
hsb -> 0da0565990e7319040c377cca47e7e5b81659f4c
hu -> 0da0565990e7319040c377cca47e7e5b81659f4c
hy-AM -> 0da0565990e7319040c377cca47e7e5b81659f4c
hye -> 0da0565990e7319040c377cca47e7e5b81659f4c
ia -> 0da0565990e7319040c377cca47e7e5b81659f4c
id -> 0da0565990e7319040c377cca47e7e5b81659f4c
is -> 0da0565990e7319040c377cca47e7e5b81659f4c
it -> 0da0565990e7319040c377cca47e7e5b81659f4c
ja -> 0da0565990e7319040c377cca47e7e5b81659f4c
ja-JP-mac -> 0da0565990e7319040c377cca47e7e5b81659f4c
ka -> 0da0565990e7319040c377cca47e7e5b81659f4c
kab -> 0da0565990e7319040c377cca47e7e5b81659f4c
kk -> 0da0565990e7319040c377cca47e7e5b81659f4c
km -> 0da0565990e7319040c377cca47e7e5b81659f4c
kn -> 0da0565990e7319040c377cca47e7e5b81659f4c
ko -> 0da0565990e7319040c377cca47e7e5b81659f4c
lij -> 0da0565990e7319040c377cca47e7e5b81659f4c
lo -> 0da0565990e7319040c377cca47e7e5b81659f4c
lt -> 0da0565990e7319040c377cca47e7e5b81659f4c
ltg -> 0da0565990e7319040c377cca47e7e5b81659f4c
lv -> 0da0565990e7319040c377cca47e7e5b81659f4c
meh -> 0da0565990e7319040c377cca47e7e5b81659f4c
mk -> 0da0565990e7319040c377cca47e7e5b81659f4c
mr -> 0da0565990e7319040c377cca47e7e5b81659f4c
ms -> 0da0565990e7319040c377cca47e7e5b81659f4c
my -> 0da0565990e7319040c377cca47e7e5b81659f4c
nb-NO -> 0da0565990e7319040c377cca47e7e5b81659f4c
ne-NP -> 0da0565990e7319040c377cca47e7e5b81659f4c
nl -> 0da0565990e7319040c377cca47e7e5b81659f4c
nn-NO -> 0da0565990e7319040c377cca47e7e5b81659f4c
oc -> 0da0565990e7319040c377cca47e7e5b81659f4c
pa-IN -> 0da0565990e7319040c377cca47e7e5b81659f4c
pl -> 0da0565990e7319040c377cca47e7e5b81659f4c
pt-BR -> 0da0565990e7319040c377cca47e7e5b81659f4c
pt-PT -> 0da0565990e7319040c377cca47e7e5b81659f4c
rm -> 0da0565990e7319040c377cca47e7e5b81659f4c
ro -> 0da0565990e7319040c377cca47e7e5b81659f4c
ru -> 0da0565990e7319040c377cca47e7e5b81659f4c
sat -> 0da0565990e7319040c377cca47e7e5b81659f4c
sc -> 0da0565990e7319040c377cca47e7e5b81659f4c
scn -> 0da0565990e7319040c377cca47e7e5b81659f4c
sco -> 0da0565990e7319040c377cca47e7e5b81659f4c
si -> 0da0565990e7319040c377cca47e7e5b81659f4c
sk -> 0da0565990e7319040c377cca47e7e5b81659f4c
skr -> 0da0565990e7319040c377cca47e7e5b81659f4c
sl -> 0da0565990e7319040c377cca47e7e5b81659f4c
son -> 0da0565990e7319040c377cca47e7e5b81659f4c
sq -> 0da0565990e7319040c377cca47e7e5b81659f4c
sr -> 0da0565990e7319040c377cca47e7e5b81659f4c
sv-SE -> 0da0565990e7319040c377cca47e7e5b81659f4c
szl -> 0da0565990e7319040c377cca47e7e5b81659f4c
ta -> 0da0565990e7319040c377cca47e7e5b81659f4c
te -> 0da0565990e7319040c377cca47e7e5b81659f4c
tg -> 0da0565990e7319040c377cca47e7e5b81659f4c
th -> 0da0565990e7319040c377cca47e7e5b81659f4c
tl -> 0da0565990e7319040c377cca47e7e5b81659f4c
tr -> 0da0565990e7319040c377cca47e7e5b81659f4c
trs -> 0da0565990e7319040c377cca47e7e5b81659f4c
uk -> 0da0565990e7319040c377cca47e7e5b81659f4c
ur -> 0da0565990e7319040c377cca47e7e5b81659f4c
uz -> 0da0565990e7319040c377cca47e7e5b81659f4c
vi -> 0da0565990e7319040c377cca47e7e5b81659f4c
wo -> 0da0565990e7319040c377cca47e7e5b81659f4c
xh -> 0da0565990e7319040c377cca47e7e5b81659f4c
zh-CN -> 0da0565990e7319040c377cca47e7e5b81659f4c
zh-TW -> 0da0565990e7319040c377cca47e7e5b81659f4c
2024-08-02 19:01:20 +00:00
Tarek Ziadé
c274a57cf5
Bug 1911299 - fix the bad vendoring of transformers.js for prod - r=atossou
...
Differential Revision: https://phabricator.services.mozilla.com/D218411
2024-08-02 18:57:05 +00:00
Kelly Cochrane
5ba57ca451
Bug 1911194 - Set the default min-width of #sidebar-box to 400px if it contains GenAI chatbot r=desktop-theme-reviewers,sidebar-reviewers,nsharpley,sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D218371
2024-08-02 18:53:17 +00:00
Tom Marble
b8610be71d
Bug 1909512 - Update taskgraph to support reftest in the decision task r=jmaher,taskgraph-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D218379
2024-08-02 18:37:48 +00:00
Kelly Cochrane
c3b3e369d0
Bug 1906140 - Update the labs UI toml file for sidebar and vertical tabs r=settings-reviewers,fluent-reviewers,sidebar-reviewers,jsudiaman,sessionstore-reviewers,sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D217504
2024-08-02 18:32:38 +00:00
Henrik Skupin
d2198a080c
Bug 1871543 - [geckodriver] Update changelog and bump version to 0.35.0. r=webdriver-reviewers,jdescottes,jgraham
...
Differential Revision: https://phabricator.services.mozilla.com/D218130
2024-08-02 18:01:51 +00:00
Henrik Skupin
5347079ff2
Bug 1871543 - Update Rust crate dependencies for geckodriver 0.35.0 r=webdriver-reviewers,supply-chain-reviewers,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D218129
2024-08-02 18:01:50 +00:00
Henrik Skupin
c568511892
Bug 1871543 - [geckodriver] Fix broken link to Selenium documentation in README. r=webdriver-reviewers,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D218128
2024-08-02 18:01:50 +00:00
Henrik Skupin
d36db2548d
Bug 1871543 - [geckodriver] Revert broken documentation for retrieving crash reports. r=webdriver-reviewers,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D218127
2024-08-02 18:01:49 +00:00
Marco Bonardo
85ce68fe11
Bug 1911318 - Add Lina to Storage peers. r=lina,zeid DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D218413
2024-08-02 17:54:00 +00:00
alwu
9af5d3b340
Bug 1911305 - exclude eme wpt on other tasks. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D218431
2024-08-02 17:41:21 +00:00
Noemi Erli
cb061b1caa
Backed out changeset 2803efa22f55 (bug 1911299) for causing failures in browser_all_files_referenced.js CLOSED TREE
2024-08-02 21:05:13 +03:00
Butkovits Atila
e6a0eff2e2
Backed out changeset 397b2df59338 (bug 1886847) for causing failures at browser-custom-colors.css. CLOSED TREE
2024-08-02 19:18:43 +03:00
Tarek Ziadé
d96d41a795
Bug 1911299 - fix the bad vendoring of transformers.js for prod - r=atossou
...
Differential Revision: https://phabricator.services.mozilla.com/D218411
2024-08-02 15:56:28 +00:00
Nikki Sharpley
7e34e26b3c
Bug 1886847 - Styling and UI polish for sidebar r=sidebar-reviewers,desktop-theme-reviewers,fxview-reviewers,reusable-components-reviewers,dao,settings-reviewers,tgiles,mconley,jsudiaman,kcochrane
...
- styled synced tabs and history
- styled sidebar search
- styled customize settings
- added sidebar right icon to customize input
Differential Revision: https://phabricator.services.mozilla.com/D216748
2024-08-02 15:26:00 +00:00
Updatebot
009c9a714a
Bug 1911234 - Update android nightly application-services version bump to 4a3df8efe904ca3a665e7f99fed32d557c72bf8c r=dmeehan
...
Differential Revision: https://phabricator.services.mozilla.com/D218386
2024-08-02 15:21:58 +00:00
scottdowne
211a7a4d3c
Bug 1911162 - Newtab recommended Stories title doesn't always show correct string when topics are selected r=home-newtab-reviewers,maxx
...
Differential Revision: https://phabricator.services.mozilla.com/D218359
2024-08-02 15:20:46 +00:00
sarah541
48399e95fc
Bug 1907484 - Update context-menu vertical offset for bottom toolbar r=android-reviewers,tchoh
...
Differential Revision: https://phabricator.services.mozilla.com/D218249
2024-08-02 15:10:10 +00:00
Dão Gottwald
3232d01d13
Bug 1910348 - Tabbox code needs to correctly reference the parent tabs container. r=reusable-components-reviewers,mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D218288
2024-08-02 14:27:26 +00:00
Jonathan Kew
5f133012fb
Bug 1599573 - Update default font prefs for Armenian on macOS. r=dshin
...
Differential Revision: https://phabricator.services.mozilla.com/D218396
2024-08-02 14:07:19 +00:00
Norisz Fay
7a99a6d5c5
Backed out changeset daa273f24110 (bug 1910842) for causing dt failures on browser_inspector_highlighter-cssshape_offset-path.js CLOSED TREE
2024-08-02 17:26:54 +03:00
Sean Feng
027dd359b1
Bug 1911009 - Ensure nsRange::mCrossShadowBoundaryRange can only be created when both nodes are in the document r=jjaschke,dom-core
...
Differential Revision: https://phabricator.services.mozilla.com/D218352
2024-08-02 13:46:18 +00:00
Yannis Juglaret
63d5d93f51
Bug 1911240 - Restore prespawn CIG in Nightly. r=gstoll,win-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D218388
2024-08-02 13:37:02 +00:00