Skip to content
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

Open
wants to merge 1,188 commits into
base: current
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    6545e53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    475733d View commit details
    Browse the repository at this point in the history
  3. Revert "Bug 1868042: Remove unused OHTTP initialization. r=valentin, …

    …a=RyanVM"
    
    This reverts commit 86fdbff.
    MrAlex94 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    64989e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9c1425 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. 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
    gabrielesvelto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5497e9e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    804324a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b7da98 View commit details
    Browse the repository at this point in the history
  3. Update Lepton to v8.5.1

    MrAlex94 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    792587e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0068b04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8dc28a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    7514d73 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. 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]>
    FaySmash authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e15ce7b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. 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
    jamesteow committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6730e7b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    37c58e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da0b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Bug 1883868 - Restrict new codepath to worker threads. a=dsmith

    So as to not change load timing from stylo threads.
    CosminSabou committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    a662a9a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    e8e445b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e6c12 View commit details
    Browse the repository at this point in the history
  3. 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
    valenting committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    889f6c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo…

    …-update, r=dsmith
    
    Differential Revision: https://phabricator.services.mozilla.com/D204210
    ffxbld committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cf4437d View commit details
    Browse the repository at this point in the history
  2. No bug - Tagging f3dd0afed51cb7283d4fa06a0c40286eee657e30 with FIREFO…

    …X_115_9_0esr_BUILD1 a=release CLOSED TREE DONTBUILD
    Mozilla Releng Treescript committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d44ebac View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. No bug - Tagging 423e963b3d9b923e3c7fae8eae2f626f02c15cf2 with FIREFO…

    …X_115_9_0esr_BUILD2 a=release CLOSED TREE DONTBUILD
    Mozilla Releng Treescript committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5d2e87d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release…

    … ba=release
    Mozilla Releng Treescript committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    85d239f View commit details
    Browse the repository at this point in the history
  2. No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings - a=repo…

    …-update r=RyanVM
    
    Differential Revision: https://phabricator.services.mozilla.com/D204888
    ffxbld committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5064624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    966af43 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. No bug - Tagging 423e963b3d9b923e3c7fae8eae2f626f02c15cf2 with FIREFO…

    …X_115_9_0esr_RELEASE a=release CLOSED TREE DONTBUILD
    Mozilla Releng Treescript committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7b1a7bc View commit details
    Browse the repository at this point in the history
  2. 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
    serge-sans-paille authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9bfb9c0 View commit details
    Browse the repository at this point in the history
  3. 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
    saschanaz authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e6d9232 View commit details
    Browse the repository at this point in the history
  4. 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
    serge-sans-paille authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3cb8e78 View commit details
    Browse the repository at this point in the history
  5. [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.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    940cd4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b220ca View commit details
    Browse the repository at this point in the history
  7. [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)
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    45fb8a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11e7adf View commit details
    Browse the repository at this point in the history
  9. [WFX-210] Enable updater

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fde366f View commit details
    Browse the repository at this point in the history
  10. [WFX-223] Modify profile name

    Alex Kontos authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    91db14f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f0fd77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    898e8b0 View commit details
    Browse the repository at this point in the history
  13. [WFX-204] Use empty bookmarks for now.

    Alex Kontos authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    57699fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    13a87cb View commit details
    Browse the repository at this point in the history
  15. [WFX-186] GitHub Actions

    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]>
    MrAlex94 and adamp01 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d3fad7a View commit details
    Browse the repository at this point in the history
  16. [WFX-199] Stop building pingsender executable.

    Alex Kontos authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c58f8a5 View commit details
    Browse the repository at this point in the history
  17. [WFX-230] Utilise version display for packages version number

    Alex Kontos authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9af7c3c View commit details
    Browse the repository at this point in the history
  18. [WFX-201] Part 1: Add custom search engines.

    Use our own search extensions instead of Mozilla's.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    24ee383 View commit details
    Browse the repository at this point in the history
  19. [WFX-201] Part 2: Use our defined search engines and private engines.

    Replaces [WFX-392], [WFX-367] and [WFX-245].
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8222081 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    62f9807 View commit details
    Browse the repository at this point in the history
  21. [WFX-300] Update about:license.

    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    40604a4 View commit details
    Browse the repository at this point in the history
  22. [WFX-308] Add git commit to about:buildconfig page.

    Alex Kontos authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    dc7ded8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    98c3ad8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a801ab0 View commit details
    Browse the repository at this point in the history
  25. [WFX-350] Replace 'his or her' with 'their'.

    DO NOT modify license notices.
    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bff0901 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d1ed929 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cabb2b3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b991a68 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5c175d8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    253487a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f04e2c0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    165722c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d365aad View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4dda7ac View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    62fc8d3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    efd5f32 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d7ea1b9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c56a1a6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    de49ed2 View commit details
    Browse the repository at this point in the history
  40. [WFX-401] Add utility modules.

    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b614015 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ba3d1c2 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    14be6f2 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    a4af36f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0c7659f View commit details
    Browse the repository at this point in the history
  45. [WFX-401] Add addon store compatibility.

    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d57a482 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c1ea12e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d59d7ab View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    afa6f1a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4bbd267 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    084bfbf View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    9784bbb View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    d670d94 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    f8952bf View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    5da13b4 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    11945a2 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    1bf8ae3 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    882679c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    a4baf89 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    ec4c66e View commit details
    Browse the repository at this point in the history
  60. [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.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b9a66d1 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    59cd2f8 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    15a1f3a View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    797aaae View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    54b599b View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    230f8e8 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    1bbede8 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    ba67339 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    6b058fc View commit details
    Browse the repository at this point in the history
  69. [WFX-423] Fix migrateUI error.

    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    af13da1 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    3eefa97 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    5d99994 View commit details
    Browse the repository at this point in the history
  72. [WFX-427] Update about:telemetry.

    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7a5adb0 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    914caf1 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    16304ad View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    8e55c9a View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    9567c82 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    1f4ac20 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    13ab444 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    26dd9e9 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    1e12a32 View commit details
    Browse the repository at this point in the history
  81. [WFX-207] Update l10n files.

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    37d04a9 View commit details
    Browse the repository at this point in the history
  82. [WFX-207] Update l10n files.

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a13fd0f View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    2796c15 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    4811d37 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    64698d5 View commit details
    Browse the repository at this point in the history
  86. [WFX-207] Add Crowdin l10n.

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    83c6816 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    1871e00 View commit details
    Browse the repository at this point in the history
  88. [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.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0d8c7f2 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    a1a970a View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    e5e1cc6 View commit details
    Browse the repository at this point in the history
  91. [WFX-455] Update AUS logic, so latest version receives no update and …

    …previous versions receive latest update.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2a0a29e View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    5c67702 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    29c6f91 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    394723c View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    1a0d5d6 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    81217cb View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    909ee29 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    92eceeb View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    cf0595d View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    6005084 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    fe917c5 View commit details
    Browse the repository at this point in the history
  102. [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.
    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6928ec5 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    6c36ed2 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    49029d0 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    d5e3d13 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    cec378a View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    108fff2 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    e4d36c7 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    c3eea34 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    d63639b View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    fbda472 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    13391c2 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    5897e87 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    a653228 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    f89dce5 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    a7579db View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    ec7b6ee View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    9fa5ef7 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    7af4231 View commit details
    Browse the repository at this point in the history
  120. [WFX-503] Add preferences page to customise Lepton. (BrowserWorks#2843)

    [WFX-525] Fix formatting issues 1.
    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    98ddf37 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    68b0e01 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    77d93d7 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    d43b4b0 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    797ce0a View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    e837c25 View commit details
    Browse the repository at this point in the history
  126. [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.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d4a30f9 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    13ec6c4 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    38b7d3d View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    c2e2ffa View commit details
    Browse the repository at this point in the history
  130. [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]>
    surapunoyousei and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8d31967 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    82d6d1b View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    1dc59cf View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    15f922f View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    a5adc74 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    c29ad91 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    a23b1ea View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    17ee050 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    3522be1 View commit details
    Browse the repository at this point in the history
  139. [WFX-525] Reduce Look & Feel image size.

    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ca32957 View commit details
    Browse the repository at this point in the history
  140. [WFX-525] Update locales.

    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b94855b View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    e440f22 View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    e90438d View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    fecd307 View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    e7c99b8 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    bb8825e View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    b541960 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    e0e1c35 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    9d72984 View commit details
    Browse the repository at this point in the history
  149. [WFX-631] Build with JPEG-XL

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fbdcecd View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    f854e3e View commit details
    Browse the repository at this point in the history
  151. [WFX-186] Add G5 to bug report template. (BrowserWorks#2939)

    Signed-off-by: adamp01 <[email protected]>
    adamp01 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0cc2332 View commit details
    Browse the repository at this point in the history
  152. [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
    Demez authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ab08c5c View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    36d4cd1 View commit details
    Browse the repository at this point in the history
  154. Fix concurrency.

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9a81240 View commit details
    Browse the repository at this point in the history
  155. Update Lepton to 7.2.0

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    864a223 View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    dc1e865 View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    966a447 View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    e547904 View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    0bf2798 View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    d510df1 View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    56f6bba View commit details
    Browse the repository at this point in the history
  162. Update mozconfigs

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    200298d View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    76f3270 View commit details
    Browse the repository at this point in the history
  164. Branding

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fe97538 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    c23e1dd View commit details
    Browse the repository at this point in the history
  166. Configuration menu
    Copy the full SHA
    ca78e35 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    7e6534d View commit details
    Browse the repository at this point in the history
  168. Update Lepton to 7.4.0

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    233f9a0 View commit details
    Browse the repository at this point in the history
  169. Update README.md

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    05afb2d View commit details
    Browse the repository at this point in the history
  170. Create FUNDING.yml

    Signed-off-by: Alex Kontos <[email protected]>
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6d8fe63 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    9c0f761 View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    26a8be6 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    4741e70 View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    764f022 View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    4aaa188 View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    8d33824 View commit details
    Browse the repository at this point in the history
  177. Update branding and colours.

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e2c9a8c View commit details
    Browse the repository at this point in the history
  178. Update Lepton to 7.5.0

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bfa181c View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    58a4644 View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    ad8a719 View commit details
    Browse the repository at this point in the history
  181. Update base configurate preferences.

    Thanks to @yokoffing for the reviews and suggestions.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    54682c9 View commit details
    Browse the repository at this point in the history
  182. Follow up to Bug 1608279.

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5d819d3 View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    0a95261 View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    a204e79 View commit details
    Browse the repository at this point in the history
  185. Configuration menu
    Copy the full SHA
    6123884 View commit details
    Browse the repository at this point in the history
  186. Configuration menu
    Copy the full SHA
    82660e2 View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    259ab39 View commit details
    Browse the repository at this point in the history
  188. Update Lepton to v8.0.0

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    33c2787 View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    16d735b View commit details
    Browse the repository at this point in the history
  190. Remove old code handling custom Waterfox themes.

    Also remove unnecessary setting of default theme.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1822bd4 View commit details
    Browse the repository at this point in the history
  191. 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.
    goodusername123 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    75dda19 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    dd13fdd View commit details
    Browse the repository at this point in the history
  193. Update privacy preferences.

    * 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.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    31921a6 View commit details
    Browse the repository at this point in the history
  194. Bundle Windows Redist files.

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d203fd6 View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    f90cd1b View commit details
    Browse the repository at this point in the history
  196. Clarify checkbox, add G6 to dropdown and remove G4, remove default wh…

    …at happened
    
    Signed-off-by: Aaron Liu <[email protected]>
    aaronliu0130 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    583a6f1 View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    39f6ef9 View commit details
    Browse the repository at this point in the history
  198. Configuration menu
    Copy the full SHA
    aa8202d View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    0b06a23 View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    19af4b9 View commit details
    Browse the repository at this point in the history
  201. Configuration menu
    Copy the full SHA
    1885769 View commit details
    Browse the repository at this point in the history
  202. Configuration menu
    Copy the full SHA
    d4207e1 View commit details
    Browse the repository at this point in the history
  203. Trust binaries signed for Waterfox

    This fixes about:third-party not trusting any of Waterfox's dll files.
    goodusername123 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bae7296 View commit details
    Browse the repository at this point in the history
  204. Configuration menu
    Copy the full SHA
    48f0457 View commit details
    Browse the repository at this point in the history
  205. 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.
    goodusername123 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e608304 View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    6ce948f View commit details
    Browse the repository at this point in the history
  207. Disable DNS prefetch.

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ec4c9af View commit details
    Browse the repository at this point in the history
  208. Update Lepton to v8.5.0

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4f61e2c View commit details
    Browse the repository at this point in the history
  209. Force [email protected]

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    29d950a View commit details
    Browse the repository at this point in the history
  210. Update ResetProfile.sys.mjs to hardcode MOZ_APP_NAME as firefox

    This should fix the "Refresh Waterfox" functionality.
    
    Signed-off-by: unknown5000 <[email protected]>
    unknown5000 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    da24923 View commit details
    Browse the repository at this point in the history
  211. 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
    goodusername123 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7f80275 View commit details
    Browse the repository at this point in the history
  212. Bug 1838781 - Fix NVIDIA super resolution activation

    Fixes `gfx.webrender.super-resolution.nvidia` not working properly.
    https://phabricator.services.mozilla.com/D182609
    goodusername123 authored and MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    53960cd View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    cd57a04 View commit details
    Browse the repository at this point in the history
  214. Configuration menu
    Copy the full SHA
    31ea8dc View commit details
    Browse the repository at this point in the history
  215. Revert "Bug 1868042: Remove unused OHTTP initialization. r=valentin, …

    …a=RyanVM"
    
    This reverts commit 86fdbff.
    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b39b965 View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    858e6c0 View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    93aea77 View commit details
    Browse the repository at this point in the history
  218. Configuration menu
    Copy the full SHA
    e0f0028 View commit details
    Browse the repository at this point in the history
  219. Update Lepton to v8.5.1

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6ac7dd3 View commit details
    Browse the repository at this point in the history
  220. Configuration menu
    Copy the full SHA
    b5d2d37 View commit details
    Browse the repository at this point in the history
  221. Part 1: Waterfox Sidebar

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c0c219b View commit details
    Browse the repository at this point in the history
  222. Part 2: Waterfox Sidebar

    MrAlex94 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c398aed View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    a416417 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. 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]>
    FaySmash authored and Fay Smash committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cb5938a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'patch-4' of https://github.com/FaySmash/Waterfox into p…

    …atch-4
    Fay Smash authored and Fay Smash committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9f1befd View commit details
    Browse the repository at this point in the history