Skip to content

Privacy check: Remove ordered list between worker and window - #191

Merged
kenchris merged 4 commits into
w3c:mainfrom
arskama:change_privacy_order
Mar 14, 2023
Merged

Privacy check: Remove ordered list between worker and window#191
kenchris merged 4 commits into
w3c:mainfrom
arskama:change_privacy_order

Conversation

@arskama

@arskama arskama commented Mar 14, 2023

Copy link
Copy Markdown
Contributor

Fixes #190


Preview | Diff

@arskama
arskama requested a review from kenchris March 14, 2023 09:57
@arskama

arskama commented Mar 14, 2023

Copy link
Copy Markdown
Contributor Author

PTAL, Thanks
@beaufortfrancois

@kenchris

Copy link
Copy Markdown
Contributor

image

Getting the relevantGlobalObject is order dependent... has to happen before it can be accessed

Comment thread index.html Outdated
<ol>
<li>
If |relevantGlobal|'s relevant worker is not a <a href="https://html.spec.whatwg.org/multipage/workers.html#active-needed-worker">
active needed worker</a>, return false.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we add this line after as well?

              <li>
                Otherwise, return true.
              </li>

arskama added 2 commits March 14, 2023 13:44
Fix comments for workers test.
Fix <ul> in <ol> issue.

Fixes w3c#190
@kenchris
kenchris merged commit e069de4 into w3c:main Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

privacy check: workers and window privacy check should be decoupled in the execution order.

3 participants