RESOLVED FIXED Bug 16041
REGRESSION: the Database panel in the Inspector stopped showing errors
https://bugs.webkit.org/show_bug.cgi?id=16041
Summary REGRESSION: the Database panel in the Inspector stopped showing errors
Timothy Hatcher
Reported 2007-11-18 13:47:25 PST
With the new Database API the change to the Inspector code made it stop showing errors.
Attachments
Patch (7.52 KB, patch)
2007-11-18 13:50 PST, Timothy Hatcher
beidson: review+
Timothy Hatcher
Comment 1 2007-11-18 13:50:52 PST
Brady Eidson
Comment 2 2007-11-18 14:57:00 PST
Comment on attachment 17369 [details] Patch I wonder what the "The “%@”\ntable is empty." gobbledy-gook is about... It comes up twice, but then later it seems %@ suffices in a similar situation. If there's a good explanation then r=me
Timothy Hatcher
Comment 3 2007-11-18 15:01:53 PST
The patch doesn't show UTF-8 correctly, it is fine in the file. Landed in r27892. http://trac.webkit.org/projects/webkit/changeset/27892
David Kilzer (:ddkilzer)
Comment 4 2007-11-18 18:32:06 PST
(In reply to comment #2) > (From update of attachment 17369 [details] [edit]) > I wonder what the "The “%@”\ntable is empty." gobbledy-gook is about... It > comes up twice, but then later it seems %@ suffices in a similar situation. > If there's a good explanation then r=me (In reply to comment #3) > The patch doesn't show UTF-8 correctly, it is fine in the file. Could this be a format-string bug in patch? What command did you use to create the patch, Tim?
Timothy Hatcher
Comment 5 2007-11-18 18:40:24 PST
I used svn-create-patch. Using svn diff gives me expected UTF-8.
Note You need to log in before you can comment on or make changes to this bug.