Bug 216562 - Remove runtime setting for enabling/disabling the isSecureContext API?
Summary: Remove runtime setting for enabling/disabling the isSecureContext API?
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks: 216512
  Show dependency treegraph
 
Reported: 2020-09-15 09:34 PDT by Sam Weinig
Modified: 2020-09-16 15:05 PDT (History)
7 users (show)

See Also:


Attachments
Patch (28.90 KB, patch)
2020-09-16 10:13 PDT, Sam Weinig
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (28.91 KB, patch)
2020-09-16 10:40 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (28.83 KB, patch)
2020-09-16 12:26 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2020-09-15 09:34:12 PDT
Remove runtime setting for enabling/disabling the isSecureContext API. It should always be enabled at this point.
Comment 1 Sam Weinig 2020-09-16 10:13:05 PDT Comment hidden (obsolete)
Comment 2 Sam Weinig 2020-09-16 10:40:03 PDT
Created attachment 408934 [details]
Patch
Comment 3 Sam Weinig 2020-09-16 12:26:42 PDT
Created attachment 408942 [details]
Patch
Comment 4 Darin Adler 2020-09-16 12:33:47 PDT
Comment on attachment 408942 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=408942&action=review

r=me assuming tests pass

> Source/WebCore/page/WindowOrWorkerGlobalScope.idl:64
> +    // microtask queuing.

Capitalize microtask if we are using sentence style? Also, why does a single function "queue microtask" need a comment saying "microtask queuing"? I’m not sure of the value of these section comments.
Comment 5 Sam Weinig 2020-09-16 13:13:24 PDT
(In reply to Darin Adler from comment #4)
> Comment on attachment 408942 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=408942&action=review
> 
> r=me assuming tests pass
> 
> > Source/WebCore/page/WindowOrWorkerGlobalScope.idl:64
> > +    // microtask queuing.
> 
> Capitalize microtask if we are using sentence style? Also, why does a single
> function "queue microtask" need a comment saying "microtask queuing"? I’m
> not sure of the value of these section comments.

They come from the spec text. I've mostly been keeping them to make diffing against the spec text easier.
Comment 6 EWS 2020-09-16 15:04:50 PDT
Committed r267164: <https://trac.webkit.org/changeset/267164>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 408942 [details].
Comment 7 Radar WebKit Bug Importer 2020-09-16 15:05:18 PDT
<rdar://problem/69017378>