RESOLVED FIXED Bug 83244
[mac] WKTR should always keep its windows offscreen
https://bugs.webkit.org/show_bug.cgi?id=83244
Summary [mac] WKTR should always keep its windows offscreen
Tim Horton
Reported 2012-04-04 19:46:57 PDT
Tests that use window.resize jump onto the main display. This is really annoying. I have a patch.
Attachments
patch (2.80 KB, patch)
2012-04-04 19:59 PDT, Tim Horton
simon.fraser: review+
simon.fraser: commit-queue-
Radar WebKit Bug Importer
Comment 1 2012-04-04 19:47:10 PDT
Tim Horton
Comment 2 2012-04-04 19:59:59 PDT
Simon Fraser (smfr)
Comment 3 2012-04-04 20:16:32 PDT
Comment on attachment 135749 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=135749&action=review > Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:79 > + if(_shouldUseFakeOrigin) Space after if. > Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:83 > + else > + return currentFrame; > +} No else after a return.
Tim Horton
Comment 4 2012-04-04 21:29:39 PDT
(In reply to comment #3) > (From update of attachment 135749 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=135749&action=review > > > Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:79 > > + if(_shouldUseFakeOrigin) > > Space after if. > > > Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:83 > > + else > > + return currentFrame; > > +} > > No else after a return. Thanks! Landed in http://trac.webkit.org/changeset/113288
Note You need to log in before you can comment on or make changes to this bug.