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

ServiceWorker static routing API #1701

Merged
merged 59 commits into from
Feb 22, 2024
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
0a553af
Revive of PR #1686.
yoshisatoyanagisawa Nov 28, 2023
a884283
Update generate.yml
yoshisatoyanagisawa Nov 28, 2023
b650b57
Update generate.yml
yoshisatoyanagisawa Nov 28, 2023
bdc2474
Introduce changes upon whatwg/urlpattern#199.
yoshisatoyanagisawa Nov 30, 2023
ef050e2
Fixed the parse error.
yoshisatoyanagisawa Nov 30, 2023
39b670f
clean up.
yoshisatoyanagisawa Nov 30, 2023
75d848a
another dfn fix.
yoshisatoyanagisawa Nov 30, 2023
025eb82
Rename of static router rules object.
yoshisatoyanagisawa Nov 30, 2023
d90ac0b
Stop associating the URLPattern and construct URLPattern on-demand.
yoshisatoyanagisawa Nov 30, 2023
6577640
Addressed some of comments.
yoshisatoyanagisawa Dec 4, 2023
cd5c864
Update the case without the urlPattern condition.
yoshisatoyanagisawa Dec 4, 2023
0162980
Fix the urlPattern existence handling.
yoshisatoyanagisawa Dec 4, 2023
4639e6c
Remove the "spec: urlpattern; ..." line.
yoshisatoyanagisawa Dec 4, 2023
f4f57ec
Simplified the if statement on urlPattern condition does not exist.
yoshisatoyanagisawa Dec 4, 2023
0d4ed51
Fix typo.
yoshisatoyanagisawa Dec 4, 2023
dd0590b
Merged the simple fixes.
yoshisatoyanagisawa Dec 6, 2023
8bfef6f
siple fix.
yoshisatoyanagisawa Dec 6, 2023
0909c9c
Rename algorithm names to align with other algorithm names.
yoshisatoyanagisawa Dec 6, 2023
2fd1936
Make which service worker to use clear.
yoshisatoyanagisawa Dec 6, 2023
bef5857
Put algorithm after the algorithm.
yoshisatoyanagisawa Dec 6, 2023
1d8cf97
Fixed typo.
yoshisatoyanagisawa Dec 6, 2023
acdd79d
Fix "Parse URL Pattern" argument.
yoshisatoyanagisawa Dec 6, 2023
745eeeb
Merge pull request #1 from yoshisatoyanagisawa/yy_workspace
yoshisatoyanagisawa Dec 6, 2023
f647207
Add 'fetch-event' source
azaika Dec 11, 2023
df4fe98
Fix "fetch-event" to `fetch`
azaika Dec 11, 2023
538c264
fxi references
azaika Dec 12, 2023
be86954
minor fix
azaika Dec 12, 2023
40eaa69
move has-fetch checking to addRoutes
azaika Dec 13, 2023
c0033b2
delete redundant files
azaika Dec 13, 2023
d3bad31
Rename hasFetch to hasFetchEventSource
azaika Dec 13, 2023
46a5f2e
Fix |routerRules| handling
azaika Dec 14, 2023
e99b357
remove |hasFetchEventSource|
azaika Dec 15, 2023
0f3c65d
Merge pull request #2 from azaika/add_fetch_source
yoshisatoyanagisawa Dec 15, 2023
f51a224
fix router rule initialization
azaika Dec 15, 2023
a44f9a4
Update "Handle Fetch" algorithm
azaika Dec 15, 2023
7b4f2d8
Add runningStatus condition support.
yoshisatoyanagisawa Jan 16, 2024
f9df489
Addressed comments.
yoshisatoyanagisawa Jan 16, 2024
9709650
Addressed comment.
yoshisatoyanagisawa Jan 18, 2024
768861b
Add request{Method,Mode,Destination} support.
yoshisatoyanagisawa Jan 19, 2024
0c966f7
Add "." at the end of lines.
yoshisatoyanagisawa Jan 19, 2024
9c57f5f
Address comments.
yoshisatoyanagisawa Jan 22, 2024
ca833a4
Add or condition support.
yoshisatoyanagisawa Jan 24, 2024
42d01eb
Reflect comments.
yoshisatoyanagisawa Jan 25, 2024
2d0d848
Revised note to make it match with the moved location.
yoshisatoyanagisawa Jan 25, 2024
8304676
Add "cache" source support. (#4)
yoshisatoyanagisawa Jan 31, 2024
bde360b
Bug fix: Make |registration| has a meaningful value. (#8)
yoshisatoyanagisawa Jan 31, 2024
55f9360
Add cacheName support. (#9)
yoshisatoyanagisawa Feb 5, 2024
5a48d55
Use ServiceWorkerGlobalScope instead of request's settingsObject for …
yoshisatoyanagisawa Feb 9, 2024
59e1de9
Address comments in the main PR. (#12)
yoshisatoyanagisawa Feb 15, 2024
c324260
Add `race-network-and-fetch-handler` source
sisidovski Feb 16, 2024
e67a439
Go with the XXX algorithm form
yoshisatoyanagisawa Feb 16, 2024
9635f8a
Omit "ServiceWorkerGlobalScope is ready flag"
yoshisatoyanagisawa Feb 16, 2024
088bb7b
Add note.
yoshisatoyanagisawa Feb 16, 2024
d237b4a
Remove |raceResponseMap|
sisidovski Feb 21, 2024
7791260
Update docs/index.bs
yoshisatoyanagisawa Feb 21, 2024
16c38c1
Re-format {{ServiceWorkerGlobalScope}} part and move `It is initially…
sisidovski Feb 21, 2024
c96dba0
Not to modify |activeWorker| for handling the static routing API
yoshisatoyanagisawa Feb 21, 2024
9a0f50d
Fix |url| in Lookup Race Response (#15)
sisidovski Feb 21, 2024
31f3b94
Update race handling, lookup race response algorithm (#16)
sisidovski Feb 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view