WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
48273
Update the fake Carbon window when the window frame changes
https://bugs.webkit.org/show_bug.cgi?id=48273
Summary
Update the fake Carbon window when the window frame changes
Anders Carlsson
Reported
2010-10-25 15:42:35 PDT
Update the fake Carbon window when the window frame changes
Attachments
Patch
(4.43 KB, patch)
2010-10-25 15:46 PDT
,
Anders Carlsson
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2010-10-25 15:46:08 PDT
Created
attachment 71807
[details]
Patch
mitz
Comment 2
2010-10-25 15:52:52 PDT
Comment on
attachment 71807
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=71807&action=review
> WebKit2/UIProcess/API/mac/WKView.mm:415 > + NSScreen *screen = [window screen]; // nil if the window is off-screen > + if (screen) > + return screen;
You can move the definition of 'screen' into the if statement.
Anders Carlsson
Comment 3
2010-10-25 16:01:03 PDT
Committed
r70499
: <
http://trac.webkit.org/changeset/70499
>
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