RESOLVED FIXED 89307
Web Inspector: Make text in WebSocket Frames tab selectable
https://bugs.webkit.org/show_bug.cgi?id=89307
Summary Web Inspector: Make text in WebSocket Frames tab selectable
Nikita Vasilyev
Reported 2012-06-17 09:16:41 PDT
Cannot copy text form WebSocket Frames tab introduced in https://bugs.webkit.org/show_bug.cgi?id=83282.
Attachments
A fix (1.74 KB, patch)
2012-06-17 09:23 PDT, Nikita Vasilyev
no flags
Nikita Vasilyev
Comment 1 2012-06-17 09:23:47 PDT
Nikita Vasilyev
Comment 2 2012-06-17 09:32:04 PDT
Comment on attachment 148012 [details] A fix View in context: https://bugs.webkit.org/attachment.cgi?id=148012&action=review > Source/WebCore/inspector/front-end/ResourceWebSocketFrameView.js:-26 > - this.element.addStyleClass("html"); "html" class doesn’t seem to be used. Should I use classList.add instead of addStyleClass? The latter is just a shortcut for the former but it has the same amount of characters. There is a bug related to it https://bugs.webkit.org/show_bug.cgi?id=72803
Yury Semikhatsky
Comment 3 2012-06-18 00:00:12 PDT
Comment on attachment 148012 [details] A fix View in context: https://bugs.webkit.org/attachment.cgi?id=148012&action=review >> Source/WebCore/inspector/front-end/ResourceWebSocketFrameView.js:-26 >> - this.element.addStyleClass("html"); > > "html" class doesn’t seem to be used. > > Should I use classList.add instead of addStyleClass? The latter is just a shortcut for the former but it has the same amount of characters. There is a bug related to it https://bugs.webkit.org/show_bug.cgi?id=72803 It is OK to use addStyleClass here at the moment for consistency, we will switch the whole file to classList.add at once.
Nikita Vasilyev
Comment 4 2012-06-19 04:59:46 PDT
Is there any reason why the patch still not in commit-queue?
Pavel Feldman
Comment 5 2012-06-19 06:43:49 PDT
(In reply to comment #4) > Is there any reason why the patch still not in commit-queue? The reason is that auto-commit was not requested via commit-queue=?
WebKit Review Bot
Comment 6 2012-06-19 07:06:38 PDT
Comment on attachment 148012 [details] A fix Clearing flags on attachment: 148012 Committed r120710: <http://trac.webkit.org/changeset/120710>
WebKit Review Bot
Comment 7 2012-06-19 07:06:43 PDT
All reviewed patches have been landed. Closing bug.
Nikita Vasilyev
Comment 8 2012-06-19 07:08:48 PDT
Pavel, totally forgot it. Thanks!
Note You need to log in before you can comment on or make changes to this bug.