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

feat(extensions): Add WebStorage API #7819

Merged
merged 70 commits into from
May 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
d751701
basic implementation
crowlKats Sep 14, 2020
9a9d37e
switch to sql
crowlKats Sep 21, 2020
f7d530f
work
crowlKats Sep 25, 2020
15d5dbd
add storageEvent
crowlKats Oct 2, 2020
6113134
shitty error
crowlKats Oct 2, 2020
a417cfd
fix issues
crowlKats Oct 2, 2020
b0c79d6
Add unlock_notify
crowlKats Oct 3, 2020
b66c553
fix block & remove kind
crowlKats Oct 3, 2020
5171773
clean up
crowlKats Oct 3, 2020
d3522e5
remove arc mutex connection & fix params
crowlKats Oct 3, 2020
cb04c79
Merge branch 'master' into webstorage
crowlKats Oct 3, 2020
151c2c2
merge fixes
crowlKats Oct 3, 2020
4043e6c
Merge branch 'master' into webstorage
crowlKats Oct 4, 2020
5099b17
Merge branch 'master' into webstorage
crowlKats Nov 26, 2020
323b475
lock
crowlKats Nov 27, 2020
c73f71a
Merge branch 'master' into webstorage
crowlKats Jan 7, 2021
696514d
remove events
crowlKats Jan 7, 2021
0d89049
get localstorage working
crowlKats Jan 8, 2021
b985204
Merge branch 'master' into webstorage
crowlKats Jan 8, 2021
4784777
check for location
crowlKats Jan 8, 2021
0694771
move to op crrate
crowlKats Jan 8, 2021
88de2e1
Merge branch 'master' into webstorage
crowlKats Mar 11, 2021
b8f92e3
cargo.lock
crowlKats Mar 11, 2021
05626b3
move closer to spec
crowlKats Mar 11, 2021
9fef933
add idl checks
crowlKats Mar 11, 2021
adfe3a4
more idl
crowlKats Mar 11, 2021
0a958ca
fix storage get functions
crowlKats Mar 11, 2021
0d500e6
add typings
crowlKats Mar 11, 2021
b132ab1
fix typings
crowlKats Mar 11, 2021
8b50161
fix typings
crowlKats Mar 11, 2021
6a7a239
fmt
crowlKats Mar 11, 2021
ced1f61
Merge branch 'master' into webstorage
crowlKats Mar 12, 2021
28b8572
Merge branch 'master' into webstorage
crowlKats Mar 23, 2021
3714a93
lock
crowlKats Mar 23, 2021
b6900ca
fix
crowlKats Mar 23, 2021
11370c4
wpt
crowlKats Mar 24, 2021
5c97ab7
more wpt
crowlKats Mar 24, 2021
2566945
moree wpt
crowlKats Mar 24, 2021
47d3508
fix inspector
crowlKats Mar 25, 2021
b914d2b
dont unwrap
crowlKats Mar 25, 2021
82dcd42
clean up
crowlKats Mar 26, 2021
c3eb49d
Merge branch 'master' into webstorage
crowlKats Mar 26, 2021
0405c65
fix
crowlKats Mar 26, 2021
5ed7626
Merge branch 'master' into webstorage
crowlKats Mar 27, 2021
f88ddf9
CI
crowlKats Mar 27, 2021
a0f5fab
fix wpt
crowlKats Mar 27, 2021
cd2cd7e
Merge branch 'master' into webstorage
crowlKats Apr 7, 2021
9ba721c
fix
crowlKats Apr 7, 2021
7788dc7
update wpt
crowlKats Apr 7, 2021
e9d0499
add assertBranded
crowlKats Apr 18, 2021
be29cc2
Merge branch 'master' into webstorage
crowlKats Apr 18, 2021
d7f87ab
fix and upgrade rusqlite
crowlKats Apr 18, 2021
39bfea5
fix
crowlKats Apr 18, 2021
82d38c4
fmt
crowlKats Apr 19, 2021
136e69a
CI
crowlKats Apr 20, 2021
1a5f122
CI
crowlKats Apr 20, 2021
4efef04
Merge branch 'main' into webstorage
crowlKats Apr 21, 2021
97d09b7
handle standalone
crowlKats Apr 21, 2021
68706ed
Merge branch 'main' into webstorage
crowlKats Apr 29, 2021
a15d117
fix
crowlKats Apr 29, 2021
812ac6b
Merge branch 'main' into webstorage
crowlKats May 3, 2021
ba3e429
ffmt
crowlKats May 3, 2021
d28f72d
remove unneeded wpt tests
crowlKats May 4, 2021
e36bfe3
fix include_js_files macro prefix
crowlKats May 4, 2021
ae09033
Merge branch 'main' into webstorage
ry May 9, 2021
a49983d
Merge branch 'main' into webstorage
ry May 10, 2021
5f53bcb
fix wpt runner
lucacasonato May 10, 2021
7f00902
fix wpt runner
lucacasonato May 10, 2021
87feb99
fmt
lucacasonato May 10, 2021
b41c5d8
wpt submodule
lucacasonato May 10, 2021
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
147 changes: 108 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading