-
-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selector improvement and code cleanup #3369
base: current
Are you sure you want to change the base?
Commits on Feb 19, 2024
-
JXL - Fix an integer underflow bug in patch decoding.
cherry-picked from: libjxl/libjxl@d4e67a6
Configuration menu - View commit details
-
Copy full SHA for 6545e53 - Browse repository at this point
Copy the full SHA 6545e53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 475733d - Browse repository at this point
Copy the full SHA 475733dView commit details -
Revert "Bug 1868042: Remove unused OHTTP initialization. r=valentin, …
…a=RyanVM" This reverts commit 86fdbff.
Configuration menu - View commit details
-
Copy full SHA for 64989e4 - Browse repository at this point
Copy the full SHA 64989e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c1425 - Browse repository at this point
Copy the full SHA f9c1425View commit details
Commits on Feb 21, 2024
-
Bug 1878428 - Prevent a deadlock while doing in-process minidump gene…
…ration r=spohl a=RyanVM This removes all the memory allocations which we were doing while writing a minidump of the crashed process from within the process itself. Under these conditions all threads are stopped save for the minidump writer; so if another thread owns a mutex guarding the memory allocator we could deadlock by doing allocations. This patch avoids allocating strings entirely and uses Breakpad's alternative allocator to sidestep the issue where we cannot avoid allocations. Differential Revision: https://phabricator.services.mozilla.com/D201960
Configuration menu - View commit details
-
Copy full SHA for 5497e9e - Browse repository at this point
Copy the full SHA 5497e9eView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 804324a - Browse repository at this point
Copy the full SHA 804324aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7da98 - Browse repository at this point
Copy the full SHA 2b7da98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 792587e - Browse repository at this point
Copy the full SHA 792587eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0068b04 - Browse repository at this point
Copy the full SHA 0068b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8dc28a - Browse repository at this point
Copy the full SHA d8dc28aView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7514d73 - Browse repository at this point
Copy the full SHA 7514d73View commit details
Commits on Mar 2, 2024
-
Selector improvement and code cleanup
Improved the download button selector and removed unused and non-functional code (still WIP) Signed-off-by: FaySmash <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e15ce7b - Browse repository at this point
Copy the full SHA e15ce7bView commit details
Commits on Mar 6, 2024
-
Bug 1879714 - Update search-telemetry-v2 schema with more functionali…
…ty and loosen restrictions on component types - r=Standard8, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201313
Configuration menu - View commit details
-
Copy full SHA for 6730e7b - Browse repository at this point
Copy the full SHA 6730e7bView commit details
Commits on Mar 8, 2024
-
Bug 1881257 - Reset mSourceTopWindowContext when drag session end; a=…
…diannaS Original Revision: https://phabricator.services.mozilla.com/D203103 Differential Revision: https://phabricator.services.mozilla.com/D204101
Configuration menu - View commit details
-
Copy full SHA for 37c58e9 - Browse repository at this point
Copy the full SHA 37c58e9View commit details -
Bug 1883868 - Don't fire http loads from workers. r=jfkthame, a=dsmith
Differential Revision: https://phabricator.services.mozilla.com/D203927
Configuration menu - View commit details
-
Copy full SHA for 2da0b9d - Browse repository at this point
Copy the full SHA 2da0b9dView commit details
Commits on Mar 9, 2024
-
Bug 1883868 - Restrict new codepath to worker threads. a=dsmith
So as to not change load timing from stylo threads.
Configuration menu - View commit details
-
Copy full SHA for a662a9a - Browse repository at this point
Copy the full SHA a662a9aView commit details
Commits on Mar 10, 2024
-
Bug 1870499 - HttpChannelChild::Release should pass itself using std:…
…:move a=diannaS Original Revision: https://phabricator.services.mozilla.com/D202796 Differential Revision: https://phabricator.services.mozilla.com/D204061
Configuration menu - View commit details
-
Copy full SHA for e8e445b - Browse repository at this point
Copy the full SHA e8e445bView commit details -
Bug 1870499 - Break potential runnable loop in HttpChannelChild::Rele…
…ase a=diannaS Original Revision: https://phabricator.services.mozilla.com/D202797 Differential Revision: https://phabricator.services.mozilla.com/D204062
Configuration menu - View commit details
-
Copy full SHA for 42e6c12 - Browse repository at this point
Copy the full SHA 42e6c12View commit details -
Bug 1870499 - Make sure ContinueDoNotifyListener is called immediatel…
…y during release a=diannaS The causes of the runnable loop are as follows: 1. In Release we have a special case to make sure OnStart&OnStop are always called. We do this by dispatching a runnable that calls DoNotifyListener. 2. DoNotifyListener is called, then the reference to the channel is again dropped. But at this point only OnStartRequest was called, and ContinueDoNotifyListener was added to mEventQ. That means another runnable would be dispatched. While the loop was broken in the previous patch, we still want to ensure OnStopRequest is called before the channel is released, so this patch adds an argument to DoNotifyListener to select whether ContinueDoNotifyListener should be called synchronously or dispatched to mEventQ. Original Revision: https://phabricator.services.mozilla.com/D202798 Differential Revision: https://phabricator.services.mozilla.com/D204063
Configuration menu - View commit details
-
Copy full SHA for 889f6c5 - Browse repository at this point
Copy the full SHA 889f6c5View commit details
Commits on Mar 11, 2024
-
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo…
…-update, r=dsmith Differential Revision: https://phabricator.services.mozilla.com/D204210
ffxbld committedMar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for cf4437d - Browse repository at this point
Copy the full SHA cf4437dView commit details -
No bug - Tagging f3dd0afed51cb7283d4fa06a0c40286eee657e30 with FIREFO…
…X_115_9_0esr_BUILD1 a=release CLOSED TREE DONTBUILD
Mozilla Releng Treescript committedMar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for d44ebac - Browse repository at this point
Copy the full SHA d44ebacView commit details
Commits on Mar 14, 2024
-
No bug - Tagging 423e963b3d9b923e3c7fae8eae2f626f02c15cf2 with FIREFO…
…X_115_9_0esr_BUILD2 a=release CLOSED TREE DONTBUILD
Mozilla Releng Treescript committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d2e87d - Browse repository at this point
Copy the full SHA 5d2e87dView commit details
Commits on Mar 18, 2024
-
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release…
… ba=release
Mozilla Releng Treescript committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 85d239f - Browse repository at this point
Copy the full SHA 85d239fView commit details -
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo…
…-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D204888
ffxbld committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 5064624 - Browse repository at this point
Copy the full SHA 5064624View commit details -
Bug 1881370 - Upgrade ahash to 0.7.8. a=RyanVM
Original Revision: https://phabricator.services.mozilla.com/D202361 Differential Revision: https://phabricator.services.mozilla.com/D202763
Configuration menu - View commit details
-
Copy full SHA for 966af43 - Browse repository at this point
Copy the full SHA 966af43View commit details
Commits on Mar 19, 2024
-
No bug - Tagging 423e963b3d9b923e3c7fae8eae2f626f02c15cf2 with FIREFO…
…X_115_9_0esr_RELEASE a=release CLOSED TREE DONTBUILD
Mozilla Releng Treescript committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 7b1a7bc - Browse repository at this point
Copy the full SHA 7b1a7bcView commit details -
Bug 1858056 - Favor RawConfigParser.read_file instead of deprecated r…
…eadfp r=saschanaz readfp is deprecated since Python 3.2 Differential Revision: https://phabricator.services.mozilla.com/D190532
Configuration menu - View commit details
-
Copy full SHA for 9bfb9c0 - Browse repository at this point
Copy the full SHA 9bfb9c0View commit details -
Bug 1857470 - Part 2: Use pip 23.2.1 wheel in mozharness r=firefox-bu…
…ild-system-reviewers,sergesanspaille Differential Revision: https://phabricator.services.mozilla.com/D190285
Configuration menu - View commit details
-
Copy full SHA for e6d9232 - Browse repository at this point
Copy the full SHA e6d9232View commit details -
Bug 1857516 - Get rid of deprecated imp python module in favor of imp…
…ortlib r=saschanaz CLOSED TREE Following the official migration guide from https://docs.python.org/3/whatsnew/3.12.html#imp Differential Revision: https://phabricator.services.mozilla.com/D190465
Configuration menu - View commit details
-
Copy full SHA for 3cb8e78 - Browse repository at this point
Copy the full SHA 3cb8e78View commit details -
[WFX-209] Base configuration options.
Ideally we wouldn't have to modify other files alongside - but it seems the .mozconfig doesn't override as it should. [WFX-358] Fix .mozconfig for linux.
Configuration menu - View commit details
-
Copy full SHA for 940cd4e - Browse repository at this point
Copy the full SHA 940cd4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b220ca - Browse repository at this point
Copy the full SHA 2b220caView commit details -
[WFX-208] Implement priviledged extension support.
Also includes: * [WFX-208] Improve support for bootstrapped extensions. Added support for custom preference pages. * [WFX-208] Fix incorrect loading order for bootstrap loader. * [WFX-394] Fix BootstrapLoader. (BrowserWorks#2727)
Configuration menu - View commit details
-
Copy full SHA for 45fb8a7 - Browse repository at this point
Copy the full SHA 45fb8a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e7adf - Browse repository at this point
Copy the full SHA 11e7adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fde366f - Browse repository at this point
Copy the full SHA fde366fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91db14f - Browse repository at this point
Copy the full SHA 91db14fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f0fd77 - Browse repository at this point
Copy the full SHA 3f0fd77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 898e8b0 - Browse repository at this point
Copy the full SHA 898e8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57699fd - Browse repository at this point
Copy the full SHA 57699fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a87cb - Browse repository at this point
Copy the full SHA 13a87cbView commit details -
Also includes: [WFX-186] Update GitHub Actions. Make sure we now package l10n files and have separate naming for ARM files on macOS. [WFX-249] Update GitHub Actions Squash of individual commits: [WFX-249] Add release action for current. [WFX-249] Use dispatch input for version number in release workflow. [WFX-249] Disable certain release triggers until ready for mass deployment. [WFX-249] Dry run AUS. [WFX-249] Add a pull workflow, improve staging/release process. [WFX-249] Attempt to set AWS env vars to prevent errors. [WFX-249] Update runners to handle stub-installer. [WFX-360] Improve AUS upload code for release.yml [WFX-186] Update PR workflow Co-Authored-By: adamp01 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3fad7a - Browse repository at this point
Copy the full SHA d3fad7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c58f8a5 - Browse repository at this point
Copy the full SHA c58f8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af7c3c - Browse repository at this point
Copy the full SHA 9af7c3cView commit details -
[WFX-201] Part 1: Add custom search engines.
Use our own search extensions instead of Mozilla's.
Configuration menu - View commit details
-
Copy full SHA for 24ee383 - Browse repository at this point
Copy the full SHA 24ee383View commit details -
[WFX-201] Part 2: Use our defined search engines and private engines.
Replaces [WFX-392], [WFX-367] and [WFX-245].
Configuration menu - View commit details
-
Copy full SHA for 8222081 - Browse repository at this point
Copy the full SHA 8222081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f9807 - Browse repository at this point
Copy the full SHA 62f9807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40604a4 - Browse repository at this point
Copy the full SHA 40604a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7ded8 - Browse repository at this point
Copy the full SHA dc7ded8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c3ad8 - Browse repository at this point
Copy the full SHA 98c3ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a801ab0 - Browse repository at this point
Copy the full SHA a801ab0View commit details -
[WFX-350] Replace 'his or her' with 'their'.
DO NOT modify license notices.
Configuration menu - View commit details
-
Copy full SHA for bff0901 - Browse repository at this point
Copy the full SHA bff0901View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ed929 - Browse repository at this point
Copy the full SHA d1ed929View commit details -
Configuration menu - View commit details
-
Copy full SHA for cabb2b3 - Browse repository at this point
Copy the full SHA cabb2b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b991a68 - Browse repository at this point
Copy the full SHA b991a68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c175d8 - Browse repository at this point
Copy the full SHA 5c175d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 253487a - Browse repository at this point
Copy the full SHA 253487aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f04e2c0 - Browse repository at this point
Copy the full SHA f04e2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 165722c - Browse repository at this point
Copy the full SHA 165722cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d365aad - Browse repository at this point
Copy the full SHA d365aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dda7ac - Browse repository at this point
Copy the full SHA 4dda7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62fc8d3 - Browse repository at this point
Copy the full SHA 62fc8d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd5f32 - Browse repository at this point
Copy the full SHA efd5f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ea1b9 - Browse repository at this point
Copy the full SHA d7ea1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c56a1a6 - Browse repository at this point
Copy the full SHA c56a1a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for de49ed2 - Browse repository at this point
Copy the full SHA de49ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b614015 - Browse repository at this point
Copy the full SHA b614015View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba3d1c2 - Browse repository at this point
Copy the full SHA ba3d1c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14be6f2 - Browse repository at this point
Copy the full SHA 14be6f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4af36f - Browse repository at this point
Copy the full SHA a4af36fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7659f - Browse repository at this point
Copy the full SHA 0c7659fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d57a482 - Browse repository at this point
Copy the full SHA d57a482View commit details -
[WFX-409] Use more aggressive rust optimisations.
Set opt-level to 3. (https://doc.rust-lang.org/rustc/codegen-options/index.html#opt-level ) Set target-cpu to minimum supported for platform. (https://doc.rust-lang.org/rustc/codegen-options/index.html#target-cpu ) Set tune-cpu to most supported for platform. (https://doc.rust-lang.org/rustc/codegen-options/index.html#tune-cpu )
Configuration menu - View commit details
-
Copy full SHA for c1ea12e - Browse repository at this point
Copy the full SHA c1ea12eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d59d7ab - Browse repository at this point
Copy the full SHA d59d7abView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa6f1a - Browse repository at this point
Copy the full SHA afa6f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bbd267 - Browse repository at this point
Copy the full SHA 4bbd267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 084bfbf - Browse repository at this point
Copy the full SHA 084bfbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9784bbb - Browse repository at this point
Copy the full SHA 9784bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d670d94 - Browse repository at this point
Copy the full SHA d670d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8952bf - Browse repository at this point
Copy the full SHA f8952bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da13b4 - Browse repository at this point
Copy the full SHA 5da13b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11945a2 - Browse repository at this point
Copy the full SHA 11945a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf8ae3 - Browse repository at this point
Copy the full SHA 1bf8ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 882679c - Browse repository at this point
Copy the full SHA 882679cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4baf89 - Browse repository at this point
Copy the full SHA a4baf89View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec4c66e - Browse repository at this point
Copy the full SHA ec4c66eView commit details -
[WFX-418] Add ability to set tag and pre-release status.
When running the workflow_dispatch, we want to be able to pass along a tag and whether the release is a pre-release. When we set the tag, we also want this to override the version_display.txt file.
Configuration menu - View commit details
-
Copy full SHA for b9a66d1 - Browse repository at this point
Copy the full SHA b9a66d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cd2f8 - Browse repository at this point
Copy the full SHA 59cd2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a1f3a - Browse repository at this point
Copy the full SHA 15a1f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 797aaae - Browse repository at this point
Copy the full SHA 797aaaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b599b - Browse repository at this point
Copy the full SHA 54b599bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 230f8e8 - Browse repository at this point
Copy the full SHA 230f8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bbede8 - Browse repository at this point
Copy the full SHA 1bbede8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba67339 - Browse repository at this point
Copy the full SHA ba67339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b058fc - Browse repository at this point
Copy the full SHA 6b058fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for af13da1 - Browse repository at this point
Copy the full SHA af13da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eefa97 - Browse repository at this point
Copy the full SHA 3eefa97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d99994 - Browse repository at this point
Copy the full SHA 5d99994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5adb0 - Browse repository at this point
Copy the full SHA 7a5adb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 914caf1 - Browse repository at this point
Copy the full SHA 914caf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16304ad - Browse repository at this point
Copy the full SHA 16304adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e55c9a - Browse repository at this point
Copy the full SHA 8e55c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9567c82 - Browse repository at this point
Copy the full SHA 9567c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4ac20 - Browse repository at this point
Copy the full SHA 1f4ac20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ab444 - Browse repository at this point
Copy the full SHA 13ab444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26dd9e9 - Browse repository at this point
Copy the full SHA 26dd9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e12a32 - Browse repository at this point
Copy the full SHA 1e12a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d04a9 - Browse repository at this point
Copy the full SHA 37d04a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a13fd0f - Browse repository at this point
Copy the full SHA a13fd0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2796c15 - Browse repository at this point
Copy the full SHA 2796c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4811d37 - Browse repository at this point
Copy the full SHA 4811d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64698d5 - Browse repository at this point
Copy the full SHA 64698d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c6816 - Browse repository at this point
Copy the full SHA 83c6816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1871e00 - Browse repository at this point
Copy the full SHA 1871e00View commit details -
[WFX-453] Remove from channel-prefs.js from add-if-not list.
Users are on a variety of different channels (aurora/default/release) - we want to move them to either beta or release. This also means users can auto-update between said channels.
Configuration menu - View commit details
-
Copy full SHA for 0d8c7f2 - Browse repository at this point
Copy the full SHA 0d8c7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a970a - Browse repository at this point
Copy the full SHA a1a970aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e1cc6 - Browse repository at this point
Copy the full SHA e5e1cc6View commit details -
[WFX-455] Update AUS logic, so latest version receives no update and …
…previous versions receive latest update.
Configuration menu - View commit details
-
Copy full SHA for 2a0a29e - Browse repository at this point
Copy the full SHA 2a0a29eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c67702 - Browse repository at this point
Copy the full SHA 5c67702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c6f91 - Browse repository at this point
Copy the full SHA 29c6f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 394723c - Browse repository at this point
Copy the full SHA 394723cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0d5d6 - Browse repository at this point
Copy the full SHA 1a0d5d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81217cb - Browse repository at this point
Copy the full SHA 81217cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 909ee29 - Browse repository at this point
Copy the full SHA 909ee29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92eceeb - Browse repository at this point
Copy the full SHA 92eceebView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0595d - Browse repository at this point
Copy the full SHA cf0595dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6005084 - Browse repository at this point
Copy the full SHA 6005084View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe917c5 - Browse repository at this point
Copy the full SHA fe917c5View commit details -
[WFX-477] Remove cfr addons/features checkboxes from about:preference…
…s. (BrowserWorks#2799) Removes "Recommend extensions as you browse" and "Recommend features as you browse" checkboxes.
Configuration menu - View commit details
-
Copy full SHA for 6928ec5 - Browse repository at this point
Copy the full SHA 6928ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c36ed2 - Browse repository at this point
Copy the full SHA 6c36ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49029d0 - Browse repository at this point
Copy the full SHA 49029d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e3d13 - Browse repository at this point
Copy the full SHA d5e3d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec378a - Browse repository at this point
Copy the full SHA cec378aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 108fff2 - Browse repository at this point
Copy the full SHA 108fff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d36c7 - Browse repository at this point
Copy the full SHA e4d36c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3eea34 - Browse repository at this point
Copy the full SHA c3eea34View commit details -
Configuration menu - View commit details
-
Copy full SHA for d63639b - Browse repository at this point
Copy the full SHA d63639bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbda472 - Browse repository at this point
Copy the full SHA fbda472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13391c2 - Browse repository at this point
Copy the full SHA 13391c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5897e87 - Browse repository at this point
Copy the full SHA 5897e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for a653228 - Browse repository at this point
Copy the full SHA a653228View commit details -
Configuration menu - View commit details
-
Copy full SHA for f89dce5 - Browse repository at this point
Copy the full SHA f89dce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7579db - Browse repository at this point
Copy the full SHA a7579dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7b6ee - Browse repository at this point
Copy the full SHA ec7b6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa5ef7 - Browse repository at this point
Copy the full SHA 9fa5ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af4231 - Browse repository at this point
Copy the full SHA 7af4231View commit details -
[WFX-503] Add preferences page to customise Lepton. (BrowserWorks#2843)
[WFX-525] Fix formatting issues 1.
Configuration menu - View commit details
-
Copy full SHA for 98ddf37 - Browse repository at this point
Copy the full SHA 98ddf37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b0e01 - Browse repository at this point
Copy the full SHA 68b0e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d93d7 - Browse repository at this point
Copy the full SHA 77d93d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d43b4b0 - Browse repository at this point
Copy the full SHA d43b4b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 797ce0a - Browse repository at this point
Copy the full SHA 797ce0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e837c25 - Browse repository at this point
Copy the full SHA e837c25View commit details -
[WFX-564] Add the --s3-decompress flag, introduced in rclone 1.60.0
It seems that gzip compression on R2 has either been enabled, or rclone has changed the way it handles it by default which now requires the --s3-decompress flag.
Configuration menu - View commit details
-
Copy full SHA for d4a30f9 - Browse repository at this point
Copy the full SHA d4a30f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ec6c4 - Browse repository at this point
Copy the full SHA 13ec6c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b7d3d - Browse repository at this point
Copy the full SHA 38b7d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e2ffa - Browse repository at this point
Copy the full SHA c2e2ffaView commit details -
[WFX-197] Enable Lepton compatibility options. (BrowserWorks#2877)
Signed-off-by: Ryosuke Asano <[email protected]> Signed-off-by: Alex Kontos <[email protected]> Co-authored-by: Alex Kontos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d31967 - Browse repository at this point
Copy the full SHA 8d31967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d6d1b - Browse repository at this point
Copy the full SHA 82d6d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dc59cf - Browse repository at this point
Copy the full SHA 1dc59cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f922f - Browse repository at this point
Copy the full SHA 15f922fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5adc74 - Browse repository at this point
Copy the full SHA a5adc74View commit details -
Configuration menu - View commit details
-
Copy full SHA for c29ad91 - Browse repository at this point
Copy the full SHA c29ad91View commit details -
Configuration menu - View commit details
-
Copy full SHA for a23b1ea - Browse repository at this point
Copy the full SHA a23b1eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ee050 - Browse repository at this point
Copy the full SHA 17ee050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3522be1 - Browse repository at this point
Copy the full SHA 3522be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca32957 - Browse repository at this point
Copy the full SHA ca32957View commit details -
Configuration menu - View commit details
-
Copy full SHA for b94855b - Browse repository at this point
Copy the full SHA b94855bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e440f22 - Browse repository at this point
Copy the full SHA e440f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90438d - Browse repository at this point
Copy the full SHA e90438dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fecd307 - Browse repository at this point
Copy the full SHA fecd307View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c99b8 - Browse repository at this point
Copy the full SHA e7c99b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8825e - Browse repository at this point
Copy the full SHA bb8825eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b541960 - Browse repository at this point
Copy the full SHA b541960View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e1c35 - Browse repository at this point
Copy the full SHA e0e1c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d72984 - Browse repository at this point
Copy the full SHA 9d72984View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbdcecd - Browse repository at this point
Copy the full SHA fbdcecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f854e3e - Browse repository at this point
Copy the full SHA f854e3eView commit details -
[WFX-186] Add G5 to bug report template. (BrowserWorks#2939)
Signed-off-by: adamp01 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cc2332 - Browse repository at this point
Copy the full SHA 0cc2332View commit details -
[WFX-666] Extended JPEG-XL support. (BrowserWorks#2938)
* JPEG-XL: Support for Animation, Alpha, Progressive Decode, and Color Profiles * JPEG-XL: Enable by default, and allow in non-nightly builds
Configuration menu - View commit details
-
Copy full SHA for ab08c5c - Browse repository at this point
Copy the full SHA ab08c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d4cd1 - Browse repository at this point
Copy the full SHA 36d4cd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a81240 - Browse repository at this point
Copy the full SHA 9a81240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 864a223 - Browse repository at this point
Copy the full SHA 864a223View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc1e865 - Browse repository at this point
Copy the full SHA dc1e865View commit details -
Configuration menu - View commit details
-
Copy full SHA for 966a447 - Browse repository at this point
Copy the full SHA 966a447View commit details -
Configuration menu - View commit details
-
Copy full SHA for e547904 - Browse repository at this point
Copy the full SHA e547904View commit details -
Revert "Bug 1802142 - Remove no longer used browser-bottombox. r=dao"
This reverts commit cae250f.
Configuration menu - View commit details
-
Copy full SHA for 0bf2798 - Browse repository at this point
Copy the full SHA 0bf2798View commit details -
Configuration menu - View commit details
-
Copy full SHA for d510df1 - Browse repository at this point
Copy the full SHA d510df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f6bba - Browse repository at this point
Copy the full SHA 56f6bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 200298d - Browse repository at this point
Copy the full SHA 200298dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f3270 - Browse repository at this point
Copy the full SHA 76f3270View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe97538 - Browse repository at this point
Copy the full SHA fe97538View commit details -
Configuration menu - View commit details
-
Copy full SHA for c23e1dd - Browse repository at this point
Copy the full SHA c23e1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca78e35 - Browse repository at this point
Copy the full SHA ca78e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6534d - Browse repository at this point
Copy the full SHA 7e6534dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 233f9a0 - Browse repository at this point
Copy the full SHA 233f9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05afb2d - Browse repository at this point
Copy the full SHA 05afb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8fe63 - Browse repository at this point
Copy the full SHA 6d8fe63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c0f761 - Browse repository at this point
Copy the full SHA 9c0f761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a8be6 - Browse repository at this point
Copy the full SHA 26a8be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4741e70 - Browse repository at this point
Copy the full SHA 4741e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 764f022 - Browse repository at this point
Copy the full SHA 764f022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aaa188 - Browse repository at this point
Copy the full SHA 4aaa188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d33824 - Browse repository at this point
Copy the full SHA 8d33824View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c9a8c - Browse repository at this point
Copy the full SHA e2c9a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa181c - Browse repository at this point
Copy the full SHA bfa181cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58a4644 - Browse repository at this point
Copy the full SHA 58a4644View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8a719 - Browse repository at this point
Copy the full SHA ad8a719View commit details -
Update base configurate preferences.
Thanks to @yokoffing for the reviews and suggestions.
Configuration menu - View commit details
-
Copy full SHA for 54682c9 - Browse repository at this point
Copy the full SHA 54682c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d819d3 - Browse repository at this point
Copy the full SHA 5d819d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a95261 - Browse repository at this point
Copy the full SHA 0a95261View commit details -
Configuration menu - View commit details
-
Copy full SHA for a204e79 - Browse repository at this point
Copy the full SHA a204e79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6123884 - Browse repository at this point
Copy the full SHA 6123884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82660e2 - Browse repository at this point
Copy the full SHA 82660e2View commit details -
Migrate from OS.File to IOUtils and PathUtils (BrowserWorks#3141)
Signed-off-by: Haruka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 259ab39 - Browse repository at this point
Copy the full SHA 259ab39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c2787 - Browse repository at this point
Copy the full SHA 33c2787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d735b - Browse repository at this point
Copy the full SHA 16d735bView commit details -
Remove old code handling custom Waterfox themes.
Also remove unnecessary setting of default theme.
Configuration menu - View commit details
-
Copy full SHA for 1822bd4 - Browse repository at this point
Copy the full SHA 1822bd4View commit details -
Windows 10 and later: Long Path Aware and use Segment Heaps (BrowserW…
…orks#3155) Changes the manifest file to allow interacting with long paths in Windows 10 v1607 and later, And also changes the used memory heap type from NT heaps to Segment heaps in Windows 10 v2004 and later. Note: "LongPathsEnabled" must be turned on in registry for long path handling to work.
Configuration menu - View commit details
-
Copy full SHA for 75dda19 - Browse repository at this point
Copy the full SHA 75dda19View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd13fdd - Browse repository at this point
Copy the full SHA dd13fddView commit details -
* Fixes issues with logging into websites that use a referrer. * Use standard tracking protection for now, to prevent issues with logging in. * Modify samesite rules so they're strict on non-http websites. * Remove Firefox view tour prompt.
Configuration menu - View commit details
-
Copy full SHA for 31921a6 - Browse repository at this point
Copy the full SHA 31921a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d203fd6 - Browse repository at this point
Copy the full SHA d203fd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f90cd1b - Browse repository at this point
Copy the full SHA f90cd1bView commit details -
Clarify checkbox, add G6 to dropdown and remove G4, remove default wh…
…at happened Signed-off-by: Aaron Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 583a6f1 - Browse repository at this point
Copy the full SHA 583a6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f6ef9 - Browse repository at this point
Copy the full SHA 39f6ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8202d - Browse repository at this point
Copy the full SHA aa8202dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b06a23 - Browse repository at this point
Copy the full SHA 0b06a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19af4b9 - Browse repository at this point
Copy the full SHA 19af4b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1885769 - Browse repository at this point
Copy the full SHA 1885769View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4207e1 - Browse repository at this point
Copy the full SHA d4207e1View commit details -
Trust binaries signed for Waterfox
This fixes about:third-party not trusting any of Waterfox's dll files.
Configuration menu - View commit details
-
Copy full SHA for bae7296 - Browse repository at this point
Copy the full SHA bae7296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f0457 - Browse repository at this point
Copy the full SHA 48f0457View commit details -
Extend JPEG XL detection/recognition
- registers JXL file association under Windows (also fixes WebP not being removed when uninstalling). - adds JXL and AVIF as recognized image types in file picker dialog. - adds JXL and AVIF to WebExtension downloads.download API. - adds JXL to some inactive part of code for completeness sake.
Configuration menu - View commit details
-
Copy full SHA for e608304 - Browse repository at this point
Copy the full SHA e608304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce948f - Browse repository at this point
Copy the full SHA 6ce948fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec4c9af - Browse repository at this point
Copy the full SHA ec4c9afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f61e2c - Browse repository at this point
Copy the full SHA 4f61e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d950a - Browse repository at this point
Copy the full SHA 29d950aView commit details -
Update ResetProfile.sys.mjs to hardcode MOZ_APP_NAME as firefox
This should fix the "Refresh Waterfox" functionality. Signed-off-by: unknown5000 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da24923 - Browse repository at this point
Copy the full SHA da24923View commit details -
Windows: Restore support for native scrollbars.
Restores support for natively styled scrollbars when `widget.non-native-theme.enabled` is disabled. patch sourced from: https://github.com/ephemeralViolette/firefox-native-controls
Configuration menu - View commit details
-
Copy full SHA for 7f80275 - Browse repository at this point
Copy the full SHA 7f80275View commit details -
Bug 1838781 - Fix NVIDIA super resolution activation
Fixes `gfx.webrender.super-resolution.nvidia` not working properly. https://phabricator.services.mozilla.com/D182609
Configuration menu - View commit details
-
Copy full SHA for 53960cd - Browse repository at this point
Copy the full SHA 53960cdView commit details -
JXL - Fix an integer underflow bug in patch decoding.
cherry-picked from: libjxl/libjxl@d4e67a6
Configuration menu - View commit details
-
Copy full SHA for cd57a04 - Browse repository at this point
Copy the full SHA cd57a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ea8dc - Browse repository at this point
Copy the full SHA 31ea8dcView commit details -
Revert "Bug 1868042: Remove unused OHTTP initialization. r=valentin, …
…a=RyanVM" This reverts commit 86fdbff.
Configuration menu - View commit details
-
Copy full SHA for b39b965 - Browse repository at this point
Copy the full SHA b39b965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 858e6c0 - Browse repository at this point
Copy the full SHA 858e6c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93aea77 - Browse repository at this point
Copy the full SHA 93aea77View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f0028 - Browse repository at this point
Copy the full SHA e0f0028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac7dd3 - Browse repository at this point
Copy the full SHA 6ac7dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d2d37 - Browse repository at this point
Copy the full SHA b5d2d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c219b - Browse repository at this point
Copy the full SHA c0c219bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c398aed - Browse repository at this point
Copy the full SHA c398aedView commit details -
Remove
network.buffer.cache.size
prefs to prevent crashing on certa……in local HTML files. yokoffing/Betterfox#280
Configuration menu - View commit details
-
Copy full SHA for a416417 - Browse repository at this point
Copy the full SHA a416417View commit details
Commits on Mar 20, 2024
-
Selector improvement and code cleanup
Improved the download button selector and removed unused and non-functional code (still WIP) Signed-off-by: FaySmash <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb5938a - Browse repository at this point
Copy the full SHA cb5938aView commit details -
Merge branch 'patch-4' of https://github.com/FaySmash/Waterfox into p…
…atch-4
Fay Smash authored and Fay Smash committedMar 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f1befd - Browse repository at this point
Copy the full SHA 9f1befdView commit details