RESOLVED FIXED 102023
Web Inspector: [WK2]: Add a dock button to the top right corner of the window
https://bugs.webkit.org/show_bug.cgi?id=102023
Summary Web Inspector: [WK2]: Add a dock button to the top right corner of the window
Timothy Hatcher
Reported 2012-11-12 17:58:02 PST
We should add a dock button to the top right corner of the window (similar to the full screen button).
Attachments
Proposed Change (25.44 KB, patch)
2012-11-12 18:03 PST, Timothy Hatcher
andersca: review+
gtk-ews: commit-queue-
Screenshot (274.18 KB, image/png)
2012-11-12 18:08 PST, Timothy Hatcher
no flags
Timothy Hatcher
Comment 1 2012-11-12 18:03:54 PST
Created attachment 173779 [details] Proposed Change
WebKit Review Bot
Comment 2 2012-11-12 18:08:04 PST
Attachment 173779 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 15 files If any of these errors are false positives, please file a bug against check-webkit-style.
Timothy Hatcher
Comment 3 2012-11-12 18:08:20 PST
Created attachment 173780 [details] Screenshot
kov's GTK+ EWS bot
Comment 4 2012-11-12 18:13:24 PST
Comment on attachment 173779 [details] Proposed Change Attachment 173779 [details] did not pass gtk-ews (gtk): Output: http://queues.webkit.org/results/14820353
Anders Carlsson
Comment 5 2012-11-12 18:14:01 PST
Comment on attachment 173779 [details] Proposed Change View in context: https://bugs.webkit.org/attachment.cgi?id=173779&action=review > Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm:140 > +- (NSCursor *)_cursorForResizeDirection:(NSInteger)direction { Newline before { > Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm:144 > + if (direction == 1 && ![_dockButton.get() isHidden]) > + return nil; You don't need the .get() here.
Joseph Pecoraro
Comment 6 2012-11-12 18:24:20 PST
View in context: https://bugs.webkit.org/attachment.cgi?id=173779&action=review > Source/WebKit2/UIProcess/mac/WebInspectorProxyMac.mm:199 > + // Get the frame view, the usperview of the content view, and its frame. Nit (typo): "usperview" => "superview"
Timothy Hatcher
Comment 7 2012-11-13 13:22:50 PST
Note You need to log in before you can comment on or make changes to this bug.