RESOLVED FIXED 187830
Reduce getters/setters in WebFramePolicyListenerProxy
https://bugs.webkit.org/show_bug.cgi?id=187830
Summary Reduce getters/setters in WebFramePolicyListenerProxy
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.