Skip to content
Snippets Groups Projects
  1. Feb 05, 2024
  2. Sep 01, 2023
  3. Aug 30, 2023
  4. Jul 26, 2023
  5. Jul 08, 2023
  6. Jun 20, 2023
  7. Jun 05, 2023
  8. Jun 02, 2023
  9. May 31, 2023
  10. May 30, 2023
  11. May 29, 2023
  12. May 25, 2023
  13. May 24, 2023
  14. May 23, 2023
    • Eemeli Aro's avatar
      Bug 1793557 - Convert Extension.jsm strings to Fluent.... · 411a5290
      Eemeli Aro authored
      Bug 1793557 - Convert Extension.jsm strings to Fluent. r=mkmelin,geckoview-reviewers,robwu,flod,owlish
      
      This changes the arguments of `ExtensionData.formatPermissionStrings()`.
      The second `bundle` arg is dropped, and a `localization` option is added.
      Call sites in m-c are updated, but this will also need a matching update for Thunderbird.
      A few Thunderbird test cases will also need to be updated,
      as they currently point to a non-existing localization file paths
      "messenger/addons.ftl" and "messenger/addonPermissions.ftl".
      
      As discussed at the addon workweek,
      the Fluent l10n keys for extension permissions match the pattern:
      
          webext-perms-description-{name}
      
      where `{name}` is the permission's sanitized name.
      A fluent-lint exception is added for the capitalization of these generated names.
      To allow for message updates and subsequent l10n identifier updates,
      a `PERMISSION_L10N_ID_OVERRIDES` map is provided.
      
      Because Fluent localization keys are not enumerable
      and attempting to format a missing key is an error,
      the `PERMISSIONS_WITH_MESSAGE` set must be kept in sync with message updates.
      
      Differential Revision: https://phabricator.services.mozilla.com/D158663
      411a5290
    • Gijs Kruitbosch's avatar
      Bug 1834499 - fix path globbing for extensions in stylelint linter and fix... · a8576ab0
      Gijs Kruitbosch authored
      Bug 1834499 - fix path globbing for extensions in stylelint linter and fix debugger styles that this starts noticing, r=Standard8,devtools-reviewers
      
      For some reason I didn't fully apply the suggestion in
      https://phabricator.services.mozilla.com/D177477#inline-983366
      and this is affecting some invocations of stylelint (but not others, for
      reasons I don't fully understand). This commit both fixes this oversight and
      fixes up some debugger styles that get flagged now that they're linted
      appropriately.
      
      Differential Revision: https://phabricator.services.mozilla.com/D178531
      a8576ab0
  15. May 22, 2023
  16. May 21, 2023
  17. May 20, 2023
  18. May 18, 2023
  19. May 17, 2023
  20. May 16, 2023
  21. May 14, 2023
  22. May 12, 2023
Loading