[Webkit-unassigned] [Bug 111133] Long URLs in error messages should be shortened

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 01:58:41 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111133


Mike West <mkwst at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |mkwst at chromium.org
                   |kit.org                     |
                 CC|                            |pfeldman at chromium.org




--- Comment #1 from Mike West <mkwst at chromium.org>  2013-03-01 02:01:05 PST ---
We're already visually shortening the messages in the console. I don't see any reason that we couldn't shorten the actual string when it's over some arbitrarily large limit. We'd lose the ability to click through to see the page that generated the error, but for this specific case that's probably not a terrible loss.

1. Can you point me at a test result that's currently shockingly large?
2. What's the most performant mechanism to shorten a string? :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list