[webkit-reviews] review granted: [Bug 106807] [REGRESSION] Dev Tools popup for Workers forgets sizes/shows tiny in top left : [Attachment 182600] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 11:34:28 PST 2013


Pavel Feldman <pfeldman at chromium.org> has granted Yury Semikhatsky
<yurys at chromium.org>'s request for review:
Bug 106807: [REGRESSION] Dev Tools popup for Workers forgets sizes/shows tiny
in top left
https://bugs.webkit.org/show_bug.cgi?id=106807

Attachment 182600: Patch
https://bugs.webkit.org/attachment.cgi?id=182600&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=182600&action=review


> Source/WebCore/inspector/front-end/WorkerManager.js:177
> +	   var workerInspectorWindow = window.open(url, undefined,
"location=0,width=" + width + ",height=" + height);

Why doesn't platform manage the preferred size?


More information about the webkit-reviews mailing list