-
Notifications
You must be signed in to change notification settings - Fork 46
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
updates related to #1509 #5330
Draft
rrrooommmaaa
wants to merge
39
commits into
master
Choose a base branch
from
issue-5329-broadcast-live-test
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
updates related to #1509 #5330
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
5520fe0
use chrome.runtime broadcast sends with custom generated tabId
2a252a6
Merge remote-tracking branch 'origin/master' into issue-5329-broadcas…
4c1ab6a
postMessage as backup (wip)
f76d041
simplify, removed background relay (wip)
df8cf42
fix broadcast propagation
3cfce61
fix parent propagation
640c60b
Merge remote-tracking branch 'origin/master' into issue-5329-broadcas…
3c57a7a
fetch() instead of BrowserMsg.ajax (wip)
eb7fed8
Merge remote-tracking branch 'origin/master' into issue-5329-broadcas…
7405ae3
Merge remote-tracking branch 'origin/master' into issue-5329-broadcas…
ada3139
better custom reponseText handling for 400 Bad request and test robus…
1f73b14
proper network error handling
cc22d8b
Update mock for token substitution
b4d4fbc
Merge remote-tracking branch 'origin/master' into issue-5329-broadcas…
5a55e51
Merge remote-tracking branch 'origin/master' into issue-5329-broadcas…
bab1c82
download progress and timeout implementation with fetch()
7a75e96
convert 'Failed to fetch' error to AjaxErr
9a613c5
Merge remote-tracking branch 'origin/master' into issue-5329-broadcas…
6769139
HTTP/2 support in mock
cc3e0b0
Status texts from dictionary for HTTP/2
058849c
fix HTTP/2 Authority check in mock
bacb346
safer message handling
cf079e3
trying to fix decryption
8902ef6
trying to fix decryption (verbosity)
c0165f5
trying to fix decryption (moved some code out of async)
3c506d6
send messages in a safer order
9924b21
don't send passphrase_entry to self
da31ca1
Merge branch 'master' into issue-5329-broadcast-live-test
sosnovsky 096e437
fix background ajax
sosnovsky 192be2e
Merge branch 'master' into issue-5329-broadcast-live-test
sosnovsky fd01bf8
Merge branch 'master' into issue-5329-broadcast-live-test
sosnovsky 685f178
Merge branch 'master' into issue-5329-broadcast-live-test
sosnovsky 27f5e2e
Merge branch 'master' into issue-5329-broadcast-live-test
sosnovsky ea9dbcb
wip
sosnovsky 154006b
wip
sosnovsky 1aa3fc1
wip
sosnovsky 0049ead
Merge branch 'master' into issue-5329-broadcast-live-test
sosnovsky 21ffb95
fix tests
sosnovsky ebbb987
Merge branch 'master' into issue-5329-broadcast-live-test
sosnovsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Cross-window communication with unrestricted target origin Medium