DescriptionDevTools: Fix wrapping bugs in console
Links in console messages now break on all letters, avoiding weird layouts.
The class "console-message-text" used to refer to both the message content body
and the anchor, but now it just refers to the content body. For trace messages,
the expansion arrow is now a pseudo element on the content body, which is still
clickable.
Certain network errors were logged in the format
"GET" + " " + url + description. This led to weird wrapping of the word "GET".
By combining the empty space after "GET" with the word itself, the word no
longer splits by letter.
BUG=658096
Committed: https://crrev.com/ece209ef4fba37f1eb500fa61e128bac2c9a5e8f
Cr-Commit-Position: refs/heads/master@{#430026}
Patch Set 1 #Patch Set 2 : fix tests, remove unnecessary consoleView class #Messages
Total messages: 18 (13 generated)
|