Skip to content

Commit

Permalink
Merge branch 'ESR115' into upstream-esr115-20240116032046
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei authored Jan 16, 2024
2 parents 0178cda + 10789e2 commit d206233
Show file tree
Hide file tree
Showing 315 changed files with 22,465 additions and 10,445 deletions.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,8 @@ browser/extensions/translations/extension/
# "scaffolding" used by uniffi which isn't valid JS in its original form.
toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/
toolkit/components/uniffi-bindgen-gecko-js/components/generated/*

# Floorp's exclusion list
# userChrome.js
floorp/browser/extensions/userChromejs/*
floorp/browser/components/calendar/*
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: Ablaze-MIRAI
79 changes: 79 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
name: "\U0001F41B Bug report"
description: Please post any bugs you find while using Floorp here
labels: [bug]
title: '[Bug] '
body:

- type: markdown
attributes:
value: |
Be sure to follow the template below.
We are students and engineers, and we have limited time to develop to the best of our ability.
Please describe your issue correctly and concisely.
Please do not create an issue for anything other than a bug or feature request, and contact [support.ablaze.one](https://support.ablaze.one/) .
NOTE: Don't send feature requests here. Please send them to [Discussions](https://github.com/Floorp-Projects/Floorp/discussions/new?category=feature-request) .
For Japanese: 日本人の場合は、日本語で書いても構いません。
- type: checkboxes
attributes:
label: Attention!
description: |
**Windows 7/8.1 or lower does NOT support Floorp!**
Please check this box only if you understand this.
options:
- label: I understand that Floorp is NOT supported on Windows 7/8.1 or lower.
required: true

- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.

- type: input
attributes:
label: OS Info
description: As detailed as possible
placeholder: e.g. Windows 11 22H2
validations:
required: true

- type: input
attributes:
label: Floorp Version
placeholder: e.g. 10.1.2
validations:
required: true

- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/Floorp-Projects/Floorp/discussions/new?category=feature-request
about: Suggest an idea for Floorp.
- name: User Support
url: https://support.ablaze.one/articles/floorp/
about: Support for end-user.
28 changes: 28 additions & 0 deletions .github/clonelanguagerepo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
hg clone https://hg.mozilla.org/l10n-central/ar
hg clone https://hg.mozilla.org/l10n-central/cs
hg clone https://hg.mozilla.org/l10n-central/da
hg clone https://hg.mozilla.org/l10n-central/de
hg clone https://hg.mozilla.org/l10n-central/el
hg clone https://hg.mozilla.org/l10n-central/en-GB
hg clone https://hg.mozilla.org/l10n-central/en-US
hg clone https://hg.mozilla.org/l10n-central/es-ES
hg clone https://hg.mozilla.org/l10n-central/fr
hg clone https://hg.mozilla.org/l10n-central/hu
hg clone https://hg.mozilla.org/l10n-central/id
hg clone https://hg.mozilla.org/l10n-central/it
hg clone https://hg.mozilla.org/l10n-central/ja
hg clone https://hg.mozilla.org/l10n-central/ja-JP-mac
hg clone https://hg.mozilla.org/l10n-central/ko
hg clone https://hg.mozilla.org/l10n-central/lt
hg clone https://hg.mozilla.org/l10n-central/nl
hg clone https://hg.mozilla.org/l10n-central/nn-NO
hg clone https://hg.mozilla.org/l10n-central/pl
hg clone https://hg.mozilla.org/l10n-central/pt-BR
hg clone https://hg.mozilla.org/l10n-central/pt-PT
hg clone https://hg.mozilla.org/l10n-central/ru
hg clone https://hg.mozilla.org/l10n-central/sv-SE
hg clone https://hg.mozilla.org/l10n-central/tr
hg clone https://hg.mozilla.org/l10n-central/th
hg clone https://hg.mozilla.org/l10n-central/vi
hg clone https://hg.mozilla.org/l10n-central/zh-CN
hg clone https://hg.mozilla.org/l10n-central/zh-TW
Binary file added .github/debian-data-ppa.zip
Binary file not shown.
Binary file added .github/debian-data.zip
Binary file not shown.
Binary file added .github/dmg-Floorp-Daylight-base.zip
Binary file not shown.
Binary file added .github/dmg-Floorp-Lightning-base.zip
Binary file not shown.
Binary file added .github/dmg-Floorp-base.zip
Binary file not shown.
Loading

0 comments on commit d206233

Please sign in to comment.