WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
184928
From-Origin: Change from Vector<RefPtr<SecurityOrigin>> to Vector<Ref<SecurityOrigin>>
https://bugs.webkit.org/show_bug.cgi?id=184928
Summary
From-Origin: Change from Vector<RefPtr<SecurityOrigin>> to Vector<Ref<Securit...
John Wilander
Reported
2018-04-24 13:30:58 PDT
We should change the vector of frame ancestor security origins from Vector<RefPtr<SecurityOrigin>> to Vector<Ref<SecurityOrigin>>.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-04-24 13:33:01 PDT
<
rdar://problem/39695694
>
John Wilander
Comment 2
2018-04-24 13:38:30 PDT
This work should also add a template<> struct ArgumentCoder<Ref<WebCore::SecurityOrigin>> so that we can use the regular Vector encoder.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug