Bug 186862

Summary: [Fullscreen] Use secondary glyph style for fullscreen controls
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, ews-watchlist, jeremyj-wk, jonlee, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Archive of layout-test-results from ews205 for win-future
none
Patch for landing none

Description Jer Noble 2018-06-20 14:52:14 PDT
[Fullscreen] Use secondary glyph style for fullscreen controls
Comment 1 Jer Noble 2018-06-20 14:52:56 PDT
<rdar://problem/41212210>
Comment 2 Jer Noble 2018-06-20 14:56:11 PDT
Created attachment 343183 [details]
Patch
Comment 3 Jer Noble 2018-06-20 16:33:53 PDT
Created attachment 343189 [details]
Patch
Comment 4 Tim Horton 2018-06-20 23:59:29 PDT
Comment on attachment 343189 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=343189&action=review

> Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.mm:51
> +    CGRect frame = CGRectMake(0, 0, 100, 100);

Where does this 100 come from?

> Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.mm:59
> +    _backgroundView = [allocAVBackgroundViewInstance() initWithFrame:frame];

Why does this not sit in a RetainPtr?

> Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.mm:71
> +- (void)addArrangedSubview:(UIView *)subview applyingMaterialStyle:(AVBackgroundViewMaterialStyle)materialStyle tintEffectStyle:(AVBackgroundViewTintEffectStyle)tintEffectStyle

Probably you want a leading underscore here? Or is this an override of a real thing? Seems not to be.
Comment 5 EWS Watchlist 2018-06-21 08:46:53 PDT
Comment on attachment 343189 [details]
Patch

Attachment 343189 [details] did not pass win-ews (win):
Output: https://webkit-queues.webkit.org/results/8277244

New failing tests:
http/tests/preload/onload_event.html
Comment 6 EWS Watchlist 2018-06-21 08:47:04 PDT
Created attachment 343239 [details]
Archive of layout-test-results from ews205 for win-future

The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: ews205  Port: win-future  Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Comment 7 Jer Noble 2018-06-21 11:20:35 PDT
Created attachment 343252 [details]
Patch for landing
Comment 8 WebKit Commit Bot 2018-06-21 11:59:18 PDT
Comment on attachment 343252 [details]
Patch for landing

Clearing flags on attachment: 343252

Committed r233052: <https://trac.webkit.org/changeset/233052>
Comment 9 WebKit Commit Bot 2018-06-21 11:59:20 PDT
All reviewed patches have been landed.  Closing bug.