Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8ec2855
Fix up permissions API with non hardcoded values
jonathanKingston Jul 31, 2025
8ca790b
Fix up pr feedback
jonathanKingston Jul 31, 2025
121be96
PoC test
jonathanKingston Jul 31, 2025
46a282e
Share between tests
jonathanKingston Jul 31, 2025
c57c6c1
remove setup from all tests
jonathanKingston Jul 31, 2025
43e46c7
lint fix
jonathanKingston Aug 15, 2025
e63c9fe
Add fix for test
jonathanKingston Aug 18, 2025
9d31416
Force search mode when Duck.ai is disabled in Omnibar (#1895)
noisysocks Aug 18, 2025
a72ef38
build(deps): bump @rive-app/canvas-single from 2.31.1 to 2.31.2 (#1902)
dependabot[bot] Aug 18, 2025
1dd2bde
build(deps): bump esbuild from 0.25.8 to 0.25.9 (#1903)
dependabot[bot] Aug 18, 2025
69e798d
build(deps): bump actions/checkout from 4 to 5 (#1901)
dependabot[bot] Aug 18, 2025
7d33f65
Add in file count check for data.files in canShare (#1899)
jonathanKingston Aug 18, 2025
60f8e33
Update build-and-troubleshooting.md for apple changes (#1891)
jonathanKingston Aug 18, 2025
5a70d5b
Auto approve patch changes to the repo (#1904)
jonathanKingston Aug 19, 2025
0e3f662
Add @duckduckgo/extension-owners to CODEOWNERS (#1896)
jonathanKingston Aug 19, 2025
4fee508
Ensure message correctness in extension (#1907)
jonathanKingston Aug 20, 2025
f749184
Add additionalCheck for android rollout (#1908)
jonathanKingston Aug 21, 2025
a8010ef
Open up canShare some more (#1906)
jonathanKingston Aug 21, 2025
42f887f
Disable constructor check for now and gate for native calls only
jonathanKingston Aug 21, 2025
866b8e4
Merge remote-tracking branch 'origin/main' into jkt/permissionAPIFix
jonathanKingston Aug 21, 2025
ba4bee4
Validate native only testing
jonathanKingston Aug 21, 2025
6860c54
Add support for non .native handlers
jonathanKingston Aug 21, 2025
a32023b
Switch based on API presence
jonathanKingston Aug 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): bump esbuild from 0.25.8 to 0.25.9 (#1903)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.8 to 0.25.9.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.8...v0.25.9)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and jonathanKingston committed Aug 21, 2025
commit 1dd2bde9b7bec0f44a33e4d2136afb51c635712d
2 changes: 1 addition & 1 deletion injected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"seedrandom": "^3.0.5",
"sjcl": "^1.0.8",
"@duckduckgo/privacy-configuration": "github:duckduckgo/privacy-configuration#1752154773643",
"esbuild": "^0.25.8",
"esbuild": "^0.25.9",
"urlpattern-polyfill": "^10.1.0"
},
"devDependencies": {
Expand Down
Loading