-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Navigation API : "activation info" #9856
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
da3852a
Activation info
noamr 5dfe5e6
Handle initial about:blank
noamr a88fd59
Apply SOME of the CR comments
noamr be3b997
Move activation info resolving to update-history
noamr f85de8e
Deal with nullable things
noamr bb9ad3e
Propagate navigationType to applyHistoryStep
noamr 0fa080d
Add domintro
noamr 2aac8d4
formatting
noamr c2af36f
formatting
noamr 789c498
tidbits
noamr e0d58b8
tidbits
noamr b58d3ee
Some line spacing things
noamr 5d495b3
Apply PR comments
noamr 77adc13
Some more nits
noamr d6aec96
Amended note to cover .entry
noamr cee54d8
Add missing 'be'
noamr 3ea53f7
Change constraints for orphan entry
noamr ad167fe
Revert "Change constraints for orphan entry"
noamr 14ffb8c
Clarify when orphan entries are allowed
noamr 7e7762a
Revise if clause
noamr 4a1bec3
Revise if clause
noamr 5c32c61
nit
noamr 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"might" is a bit confusing here. Is the value null or is it not when the previous document was cross origin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's null in that case... will reword.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed