WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
130363
Add transparent window support back into MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=130363
Summary
Add transparent window support back into MiniBrowser
Simon Fraser (smfr)
Reported
2014-03-17 14:53:00 PDT
Add transparent window support back into MiniBrowser
Attachments
Patch
(5.00 KB, patch)
2014-03-17 14:53 PDT
,
Simon Fraser (smfr)
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-03-17 14:53:28 PDT
Created
attachment 226968
[details]
Patch
WebKit Commit Bot
Comment 2
2014-03-17 14:54:39 PDT
Attachment 226968
[details]
did not pass style-queue: ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:84: Missing spaces around = [whitespace/operators] [4] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 3
2014-03-17 16:43:54 PDT
Comment on
attachment 226968
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=226968&action=review
> Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:84 > +@property (nonatomic, setter=_setDrawsTransparentBackground:)BOOL _drawsTransparentBackground;
spaces around =
Anders Carlsson
Comment 4
2014-03-17 16:43:58 PDT
Comment on
attachment 226968
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=226968&action=review
> Tools/MiniBrowser/mac/WK2BrowserWindowController.m:257 > + [[self window] setOpaque:!isTransparent]; > + [[self window] setHasShadow:!isTransparent];
I think you should use dot notation here.
Tim Horton
Comment 5
2014-03-17 16:44:29 PDT
Comment on
attachment 226968
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=226968&action=review
>> Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:84 >> +@property (nonatomic, setter=_setDrawsTransparentBackground:)BOOL _drawsTransparentBackground; > > spaces around =
and after the )
Tim Horton
Comment 6
2014-03-17 16:45:08 PDT
Comment on
attachment 226968
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=226968&action=review
> Tools/MiniBrowser/mac/WK2BrowserWindowController.m:34 > +#import <WebKit2/WKWebViewPrivate.h> > #import <WebKit2/WKNavigationDelegate.h>
This doesn't look sorted right.
Tim Horton
Comment 7
2014-03-18 23:49:23 PDT
I think this landed in
http://trac.webkit.org/changeset/165775
and
http://trac.webkit.org/changeset/165776
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