Bug 195634

Summary: Use new RegistrableDomain type in PSON code
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, ggaren, rniwa, webkit-bug-importer, wilander, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 195637    
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2019-03-12 12:18:20 PDT
Use new RegistrableDomain type in PSON code instead of more error-prone String type.
Attachments
Patch (20.68 KB, patch)
2019-03-12 12:28 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2019-03-12 12:28:56 PDT
John Wilander
Comment 2 2019-03-12 13:49:50 PDT
Comment on attachment 364425 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364425&action=review > Source/WebKit/UIProcess/SuspendedPageProxy.cpp:85 > + , m_registrableDomain(URL(URL(), item.url())) Do you need to construct a new URL with item.url()?
Chris Dumez
Comment 3 2019-03-12 13:54:01 PDT
Comment on attachment 364425 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364425&action=review >> Source/WebKit/UIProcess/SuspendedPageProxy.cpp:85 >> + , m_registrableDomain(URL(URL(), item.url())) > > Do you need to construct a new URL with item.url()? item.url() returns a String, not a URL.
Chris Dumez
Comment 4 2019-03-13 08:48:16 PDT
ping review?
youenn fablet
Comment 5 2019-03-13 10:45:01 PDT
Comment on attachment 364425 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364425&action=review > Source/WebKit/UIProcess/WebProcessProxy.h:118 > + WebCore::RegistrableDomain registrableDomain() const { return m_registrableDomain.valueOr(WebCore::RegistrableDomain { }); } It seems we can have m_registrableDomain being nullopt, isEmpty or being a real registrable domain. But we do not expose the difference between nullopt and isEmpty in the public getter. Can it be a potential source of issues in the future?
Chris Dumez
Comment 6 2019-03-13 10:48:51 PDT
Comment on attachment 364425 [details] Patch Clearing flags on attachment: 364425 Committed r242889: <https://trac.webkit.org/changeset/242889>
Chris Dumez
Comment 7 2019-03-13 10:48:53 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 8 2019-03-13 10:49:31 PDT
Note You need to log in before you can comment on or make changes to this bug.