James Teow
301251f715
Bug 1798938
- Move getSearchTermIfDefaultSerp helper into a common place - r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D161458
2022-11-07 22:00:22 +00:00
Katherine Patenio
9e274d939f
Bug 1795106 - updated tubitv script for PiP cc and subs support. r=pip-reviewers,niklas
...
Differential Revision: https://phabricator.services.mozilla.com/D161507
2022-11-07 21:57:40 +00:00
Geoff Brown
f3e69a924c
Bug 1761034 - Remove flaky test from test_formatters.py; r=releng-reviewers,hneiva
...
The time that is checked here is the duration of the very short test;
usually that's 0, but not always -- resulting in intermittent test
failures. We could improve reliability by checking that the time is
less than some non-zero duration, but I don't think there's much value
in that -- let's just remove the check.
Differential Revision: https://phabricator.services.mozilla.com/D161525
2022-11-07 21:56:30 +00:00
James Teow
5b90dfc4e3
Bug 1798912 - Add showSearchTerms.enabled to TelemetryEnvironment - r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D161373
2022-11-07 21:53:44 +00:00
Dana Keeler
c6dce08962
Bug 1799040 - disable EV treatment for "Staat der Nederlanden EV Root CA" r=jschanck
...
Differential Revision: https://phabricator.services.mozilla.com/D161527
2022-11-07 21:48:56 +00:00
Sandor Molnar
265a334453
Bug 1798905
- Update wpt test in /event-timing/duration-with-target-low.html.ini r=jgraham
2022-11-07 23:34:59 +02:00
Emilio Cobos Álvarez
1fffc2bd61
Bug 1793410 - Print changed bits in assert failure. r=jwatt
...
Differential Revision: https://phabricator.services.mozilla.com/D161515
2022-11-07 21:09:00 +00:00
negin
f1f2d69f1c
Bug 1797841 - Add video UI layout in new user onboarding r=emcminn
...
Differential Revision: https://phabricator.services.mozilla.com/D161298
2022-11-07 21:05:32 +00:00
Cosmin Sabou
d7613a005b
Bug 1796690 - Mark scrollend-event-for-user-scroll.html subtest as intermittent on Android. a=test-only CLOSED TREE
2022-11-07 23:21:48 +02:00
Dan Robertson
4fa4081971
Bug 1796690 - Fire scrollend for scroll that updates scroll position. r=hiro
...
Do not fire a scrollend event for a instant scroll that does not change the
scroll position.
Depends on D161265
Differential Revision: https://phabricator.services.mozilla.com/D160156
2022-11-07 20:05:20 +00:00
Dan Robertson
cf92a929ea
Bug 1796690 - Restore the scroll position before each subtest. r=hiro
...
Restore the scroll position before running each subtest in the scrollend event
handler content attributes tests.
Differential Revision: https://phabricator.services.mozilla.com/D161265
2022-11-07 20:05:20 +00:00
Sylvestre Ledru
c0b6621e1d
Bug 1799526 - mots: Remove jsat (not a thing anymore) r=eeejay,zeid DONTBUILD
...
Depends on D161513
Differential Revision: https://phabricator.services.mozilla.com/D161514
2022-11-07 19:59:01 +00:00
Sylvestre Ledru
da05318f43
Bug 1799526 - mots: remove or update old paths r=zeid DONTBUILD
...
Script to detect this
```
import yaml
import glob
yaml_file = open("mots.yaml", 'r')
yaml_content = yaml.load(yaml_file)
yaml_content = yaml_content['modules']
dirs = []
for key in yaml_content:
if "includes" in key:
if key['includes'] is not None:
dirs = dirs + key['includes']
if "submodules" in key:
for key2 in key["submodules"]:
if "includes" in key2:
dirs = dirs + key2['includes']
print(dirs)
for d in dirs:
d=d.replace("/**/*", "")
if not glob.glob(d):
print(d + " doesn't exist")
```
Differential Revision: https://phabricator.services.mozilla.com/D161513
2022-11-07 19:59:00 +00:00
Nicolas Chevobbe
128f33ee47
Bug 1799401 - Enhance test_sitePermsAddonProvider.js. r=rpl.
...
Put test setup calls in a add_setup task and add
an assertion to ensure the localized extension
name is not falsy.
Differential Revision: https://phabricator.services.mozilla.com/D161420
2022-11-07 19:43:02 +00:00
Nicolas Chevobbe
6465fe7eb8
Bug 1790621 - Enable dom.sitepermsaddon-provider.enabled everywhere. r=rpl.
...
Differential Revision: https://phabricator.services.mozilla.com/D161418
2022-11-07 19:43:01 +00:00
Bruno Rosa
3a6459d8e1
Bug 1794038 - Update test_gifft_timespan test to avoid intermittent failures. r=chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D161462
2022-11-07 19:40:28 +00:00
Andrew Osmond
48ba41716e
Bug 1799198 - Check FontFaceSetImpl::GetURLExtraData for nullptr. r=emilio
...
FontFaceSetWorkerImpl::GetURLExtraData should generally not return a
null pointer, but if it failed to initialize because the worker was
shutdown during FontFaceSetWorkerImpl initialization, then it may never
be created. This patch ensures we check for this race and handle it
appropriately.
Differential Revision: https://phabricator.services.mozilla.com/D161476
2022-11-07 19:34:52 +00:00
Jens Stutte
b063187202
Bug 1797766 - Do not declare IDBTypedCursor::mTransaction as const. r=dom-storage-reviewers,edenchuang,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D161439
2022-11-07 19:34:04 +00:00
Florian Quèze
d44463651d
Bug 1797814 - Allow setting a maximum frame rate frequency in Hz, r=mstange.
...
Differential Revision: https://phabricator.services.mozilla.com/D160556
2022-11-07 19:30:49 +00:00
Stephen A Pohl
0a408a0948
Bug 1642138: Improve integration with the macOS-level Window menu handling to unlock built-in OS functionality such as tiling of windows. r=mstange
...
Differential Revision: https://phabricator.services.mozilla.com/D159723
2022-11-07 19:04:40 +00:00
David Shin
16d5be1fad
Bug 1798863 - Adjust test expectation for color_quads' unexpect passes from bug 1792285. r=gfx-reviewers,lsalzman
...
Differential Revision: https://phabricator.services.mozilla.com/D161495
2022-11-07 18:59:48 +00:00
Ting-Yu Lin
6992561e6b
Bug 1799407 - Move definitions in FrameChildList.h/cpp into nsFrameList.h/cpp. r=emilio
...
There shouldn't be any circular dependency that requires putting definitions in
FrameChildList.h/cpp.
Differential Revision: https://phabricator.services.mozilla.com/D161426
2022-11-07 18:59:10 +00:00
scott
8828aa8039
Bug 1799481 - Pocket newtab sponsored topsites pin removed from context menu r=nanj
...
Differential Revision: https://phabricator.services.mozilla.com/D161496
2022-11-07 18:57:51 +00:00
Harveer Singh
769e253f4c
Bug 1798158: Fixing an intermittent marionette test.r=dom-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D161486
2022-11-07 18:46:05 +00:00
Mozilla Releng Treescript
ed4451889c
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
el -> 82c760a4ee3e5a50b82b4bb19906d64d9d55a4f8
gn -> 868480b07347a2e4d56416e4afe40e15d9e29a50
lo -> b735fdbc521df4d004838f99163000ef0fc3e06e
sat -> fc7446267cc75380dae1943e61f5af1c5305f4b5
tg -> 7788dff808a127e1f89b561c937e6ea4254ea5e4
2022-11-07 19:04:52 +00:00
Katherine Patenio
b6d0ad6ba2
Bug 1794624: add test for drop and drag fix for RTL builds after opening FxView tab r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D158888
2022-11-07 18:34:20 +00:00
Tom Schuster
b680625ab0
Bug 1797070 - CSP: Add a basic implementation of unsafe-hashes behind a flag. r=freddyb
...
Differential Revision: https://phabricator.services.mozilla.com/D160046
2022-11-07 17:56:23 +00:00
Mark Banner
a24dca9645
Bug 1798212 - Replace defineModuleGetter in Integration.sys.mjs with a ES version. r=settings-reviewers,mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D161014
2022-11-07 17:56:10 +00:00
Mark Banner
18753bfe42
Bug 1798212 - Convert consumers of downloads code to ES modules. r=mak,geckoview-reviewers,extension-reviewers,settings-reviewers,credential-management-reviewers,sgalich,mconley,m_kato
...
Differential Revision: https://phabricator.services.mozilla.com/D161013
2022-11-07 17:56:10 +00:00
Mark Banner
a9d47c7a8c
Bug 1798212 - Convert downloads code to ES modules. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D161012
2022-11-07 17:56:09 +00:00
Sandor Molnar
4c4f24bd35
Backed out changeset 87d747a7a020 (bug 1795158) at Alex's (dev) request. CLOSED TREE
2022-11-07 20:14:13 +02:00
John Schanck
13eee7dea4
Bug 1799121 - build a static NSS for tests when configured with system NSS. r=keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D161324
2022-11-07 17:48:51 +00:00
trickypr
8fd1178320
Bug 1510561
- Part 15: Apply `plugin:mozilla/valid-jsdoc` to `taskcluster/docker/periodic-updates`. r=Standard8
...
Depends on D161389
Differential Revision: https://phabricator.services.mozilla.com/D161390
2022-11-07 17:29:14 +00:00
trickypr
03923d08b4
Bug 1510561
- Part 14: Apply `plugin:mozilla/valid-jsdoc` to `security/`. r=keeler
...
Depends on D161388
Differential Revision: https://phabricator.services.mozilla.com/D161389
2022-11-07 17:29:14 +00:00
alwu
c1e9cc41cb
Bug 1799335 - enable seamless video pref in the test. r=padenot
...
Differential Revision: https://phabricator.services.mozilla.com/D161491
2022-11-07 17:25:19 +00:00
alwu
9a38bdae4b
Bug 1799464 - enable seamless video for autoplay-hidden.optional.html. r=padenot
...
Differential Revision: https://phabricator.services.mozilla.com/D161493
2022-11-07 17:24:54 +00:00
Christian Holler
4b83339fc2
Bug 1794784 - Add code for differential testing with Fuzzilli. r=jandem
...
Differential Revision: https://phabricator.services.mozilla.com/D159151
2022-11-07 17:10:26 +00:00
Jon Coppeard
f15a4185f4
Bug 1799446 - Don't use atomic update operations when updating the mark bitmap r=jandem
...
The Atomic class supports operations such as |&=| that perform atomic updates
on shared memory that are correct when performed concurrently with other such
updates. This is unnecessary for the mark bitmap and results in sub-optimal
code generation.
Instead, updates can be done with separate read and write operations.
Differential Revision: https://phabricator.services.mozilla.com/D161473
2022-11-07 16:17:49 +00:00
James Graham
d84a6fb3b9
Bug 1797424 - Fix metadata for event-timing test on windows, a=jgraham CLOSED TREE
...
Differential Revision: https://phabricator.services.mozilla.com/D161485
2022-11-07 17:12:51 +00:00
Iulian Moraru
2f0dd0e293
Backed out changeset 44cb21194dc0 (bug 1799435
) for causing multiple resist fingerprint related failures. CLOSED TREE
2022-11-07 18:42:11 +02:00
Emilio Cobos Álvarez
6c7a126a08
Bug 1799426 - Remove min-width override while customizing. r=Gijs,dao
...
If the user has a lot of bookmarks, there's a point in time where we're
computing the overflow menu arrow position, but we still haven't removed
the bookmark items from the toolbar.
This causes a wrong offset to be computed, because -moz-fit-content
computes a very large width to fit all the bookmarks.
In general, -moz-fit-content can cause stuff to overflow the browser
window (this didn't happen before modern flexbox because XUL didn't
respect min-width so aggressively). This comes from bug 993299 and I
believe we could get rid of it.
At least I don't think it has an effect on actual window width anymore,
because the ConvertsToLength() check doesn't pass here:
https://searchfox.org/mozilla-central/rev/3c194fa1d6f339036d2ec9516bd310c6ad612859/layout/generic/nsContainerFrame.cpp#819-821
This is true at least since we switched to <html> root for
browser.xhtml.
Differential Revision: https://phabricator.services.mozilla.com/D161453
2022-11-07 15:33:48 +00:00
Jonathan Kew
9ced4e3037
Bug 1799327 - Ensure cached hashtables used by gfxFont::CheckForFeaturesInvolvingSpace are initialized atomically. r=gfx-reviewers,lsalzman
...
Differential Revision: https://phabricator.services.mozilla.com/D161434
2022-11-07 15:27:15 +00:00
Mark Striemer
6af8cfa539
Bug 1799207 - Part 2: Install lit when installing storybook r=hjones
...
Depends on D161341
Differential Revision: https://phabricator.services.mozilla.com/D161342
2022-11-07 15:04:24 +00:00
Mark Striemer
0fc1fc6ebf
Bug 1799207 - Part 1: Fix installing lit on Windows r=hjones
...
Differential Revision: https://phabricator.services.mozilla.com/D161341
2022-11-07 15:04:24 +00:00
Emilio Cobos Álvarez
911bb35d67
Bug 1795049 - Keep shrinking main pane with viewport width. r=Gijs,settings-reviewers
...
This addresses only part of it, but I think this should be
uncontroversial enough?
Differential Revision: https://phabricator.services.mozilla.com/D159277
2022-11-07 14:55:13 +00:00
Emilio Cobos Álvarez
288603fe4a
Bug 1799469 - Enable round() in css-values tests.
...
Differential Revision: https://phabricator.services.mozilla.com/D161470
2022-11-07 14:52:16 +00:00
Joshua Marshall
83961038df
Bug 1762078 - Ensure service workers don't intercept crossorigin media requests r=edenchuang
...
***
Bug 1762078 - Blocking SerivceWorker interception for no_cors cross-origin range request. r=dom-worker-reviewers,karlt
***
Bug 1762078 - Lint python file. Fix video file.
Differential Revision: https://phabricator.services.mozilla.com/D159315
2022-11-07 14:41:32 +00:00
Emilio Cobos Álvarez
bac0597c49
Bug 1799435
- Make RFP checks faster. r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D161447
2022-11-07 14:40:57 +00:00
Calixte
44b2546cae
Bug 1799454 - Update pdf.js to new version 7e5008f0ff013cc2b8f2af10db7f007e7cafe0de r=pdfjs-reviewers,marco
...
Differential Revision: https://phabricator.services.mozilla.com/D161456
2022-11-07 14:33:37 +00:00
Olli Pettay
f872f9e140
Bug 1799453 - Remove unused Navigator::SetWindow, r=jjaschke
...
document.write doesn't change window anymore, that behavior was tweaked years ago.
Differential Revision: https://phabricator.services.mozilla.com/D161457
2022-11-07 14:15:36 +00:00