Bug 187830

Summary: Reduce getters/setters in WebFramePolicyListenerProxy
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Alex Christensen
Reported 2018-07-19 17:07:56 PDT
Reduce getters/setters in WebFramePolicyListenerProxy
Attachments
Patch (18.96 KB, patch)
2018-07-19 17:11 PDT, Alex Christensen
dino: review+
Alex Christensen
Comment 1 2018-07-19 17:11:14 PDT
Dean Jackson
Comment 2 2018-07-23 16:00:30 PDT
Comment on attachment 345404 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=345404&action=review > Source/WebKit/UIProcess/WebFramePolicyListenerProxy.h:54 > +enum class ShouldProcessSwapIfPossible { No, Yes }; Shouldn't this be ShouldProcessSwap { DoNotProcess, ProcessIfPossible } ?
Chris Dumez
Comment 3 2018-07-23 16:03:59 PDT
(In reply to Dean Jackson from comment #2) > Comment on attachment 345404 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=345404&action=review > > > Source/WebKit/UIProcess/WebFramePolicyListenerProxy.h:54 > > +enum class ShouldProcessSwapIfPossible { No, Yes }; > > Shouldn't this be ShouldProcessSwap { DoNotProcess, ProcessIfPossible } ? DoNotProcess / ProcessIfPossible do not make sense. This is not about processing about about process swapping.
Alex Christensen
Comment 4 2018-07-24 10:27:28 PDT
Radar WebKit Bug Importer
Comment 5 2018-07-24 10:28:24 PDT
Note You need to log in before you can comment on or make changes to this bug.