[Webkit-unassigned] [Bug 40980] Web Inspector: null is not properly handled when evaluated in console (V8 only)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 04:56:28 PDT 2010


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59497|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #7 from Pavel Feldman <pfeldman at chromium.org>  2010-06-23 04:56:28 PST ---
(From update of attachment 59497)
WebCore/inspector/front-end/InjectedScript.js:604
 +              objectText = /.*/.exec(obj)[0].replace(/ +$/g, "");
did you mean exec(objectText) here?

LayoutTests/inspector/console-tests-expected.txt:37
 +  console-tests.html:22null console-message console-js-source console-log-level
I would expect to see console-formatted-null in the list of styles.

LayoutTests/platform/chromium/inspector/console-tests-expected.txt:1
 +  CONSOLE MESSAGE: line 9: log
Given that there is a handful of mismatches wrt WebKit, I would extract them into separate test so that we could reuse most of the standard expectations.

-- 
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