mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 06:06:05 +03:00
[PR #1396] [MERGED] Migrate to manifest v3 #1882
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1882
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/1396
Author: @marcelklehr
Created: 6/1/2023
Status: ✅ Merged
Merged: 8/27/2023
Merged by: @marcelklehr
Base:
develop← Head:enh/manifest-v3📝 Commits (10+)
8538e40First pass migrating to manifest v371f4132Manifest v3: Fix browser-api8ec03baManifest v3: Fix Controller dispatchcd7792cManifest v3: Fix webpack development config0569df5fix(native): Make manifest v3 changes work on androidb37e990fix(native): Make manifest v3 changes work on web again02feb21Fix manifest v3 changes to work in firefoxc196442Fix BrowserController#onchange: Don't error out on deleted items652838eFix bookmarks cahgne detectione5a82f8fix(permissions): Ask for permissions if necessary📊 Changes
47 files changed (+791 additions, -618 deletions)
View changed files
📝
.github/workflows/tests.yml(+34 -14)📝
_locales/en/messages.json(+3 -12)📝
gulpfile.js(+35 -8)➖
html/background.html(+0 -11)📝
html/options.html(+0 -1)📝
html/test.html(+0 -1)➖
lib/chrome-promise.js(+0 -83)➕
manifest.chrome.json(+40 -0)➕
manifest.firefox.json(+47 -0)📝
manifest.json(+11 -8)📝
package-lock.json(+60 -27)📝
package.json(+13 -2)📝
src/entries/background-script.js(+2 -6)📝
src/entries/options.js(+0 -1)📝
src/errors/Error.ts(+8 -0)📝
src/lib/Account.ts(+13 -7)📝
src/lib/Controller.ts(+124 -9)📝
src/lib/Logger.js(+4 -4)📝
src/lib/adapters/GoogleDrive.ts(+20 -4)📝
src/lib/adapters/NextcloudBookmarks.ts(+14 -2)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.