WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2018-07-19 17:11:14 PDT
Created
attachment 345404
[details]
Patch
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
http://trac.webkit.org/r234154
Radar WebKit Bug Importer
Comment 5
2018-07-24 10:28:24 PDT
<
rdar://problem/42546369
>
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