WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
182525
[Extra zoom mode] Implement multiple and single select menus
https://bugs.webkit.org/show_bug.cgi?id=182525
Summary
[Extra zoom mode] Implement multiple and single select menus
Wenson Hsieh
Reported
2018-02-05 20:18:58 PST
<
rdar://problem/35143016
>
Attachments
Patch
(18.57 KB, patch)
2018-02-05 20:46 PST
,
Wenson Hsieh
thorton
: review+
ews-watchlist
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from ews100 for mac-sierra
(2.18 MB, application/zip)
2018-02-05 22:21 PST
,
EWS Watchlist
no flags
Details
Pending PoSP
(18.58 KB, patch)
2018-02-06 08:11 PST
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2018-02-05 20:46:54 PST
Created
attachment 333154
[details]
Patch
EWS Watchlist
Comment 2
2018-02-05 22:20:59 PST
Comment on
attachment 333154
[details]
Patch
Attachment 333154
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/6377395
New failing tests: media/modern-media-controls/tracks-support/tracks-support-show-panel-after-dragging-controls.html
EWS Watchlist
Comment 3
2018-02-05 22:21:01 PST
Created
attachment 333156
[details]
Archive of layout-test-results from ews100 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews100 Port: mac-sierra Platform: Mac OS X 10.12.6
Wenson Hsieh
Comment 4
2018-02-05 22:25:02 PST
Comment on
attachment 333156
[details]
Archive of layout-test-results from ews100 for mac-sierra Pretty sure this macOS media test failure isn't related...
Tim Horton
Comment 5
2018-02-05 22:38:37 PST
Comment on
attachment 333154
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=333154&action=review
> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:4353 > + for (size_t index = 0; index < self.assistedNodeSelectOptions.size(); ++index) {
what’s up with this legacy loop?
Wenson Hsieh
Comment 6
2018-02-05 23:30:17 PST
Comment on
attachment 333154
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=333154&action=review
>> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:4353 >> + for (size_t index = 0; index < self.assistedNodeSelectOptions.size(); ++index) { > > what’s up with this legacy loop?
Oh, good point — changed this to `for auto&`.
Wenson Hsieh
Comment 7
2018-02-05 23:35:15 PST
(In reply to Wenson Hsieh from
comment #6
)
> Comment on
attachment 333154
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=333154&action=review
> > >> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:4353 > >> + for (size_t index = 0; index < self.assistedNodeSelectOptions.size(); ++index) { > > > > what’s up with this legacy loop? > > Oh, good point — changed this to `for auto&`.
...actually, nevermind — Vector::findMatching is even cleaner :)
Wenson Hsieh
Comment 8
2018-02-06 08:11:14 PST
Created
attachment 333175
[details]
Pending PoSP
WebKit Commit Bot
Comment 9
2018-02-07 15:07:07 PST
Comment on
attachment 333175
[details]
Pending PoSP Clearing flags on attachment: 333175 Committed
r228245
: <
https://trac.webkit.org/changeset/228245
>
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