Changeset 99411 in webkit
- Timestamp:
- Nov 7, 2011, 5:43:17 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/inspector/remote-object-expected.txt (added)
-
LayoutTests/inspector/remote-object.html (added)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/inspector/InjectedScriptSource.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r99406 r99411 1 2011-11-07 Andrey Kosyakov <caseq@chromium.org> 2 3 Web Inspector: use toString as the Date object description. 4 https://bugs.webkit.org/show_bug.cgi?id=71605 5 6 Reviewed by Yury Semikhatsky. 7 8 * inspector/remote-object-expected.txt: Added. 9 * inspector/remote-object.html: Added. 10 1 11 2011-11-07 Philippe Normand <pnormand@igalia.com> 2 12 -
trunk/Source/WebCore/ChangeLog
r99410 r99411 1 2011-11-07 Andrey Kosyakov <caseq@chromium.org> 2 3 Web Inspector: use toString as the Date object description. 4 https://bugs.webkit.org/show_bug.cgi?id=71605 5 6 Reviewed by Yury Semikhatsky. 7 8 Test: inspector/remote-object.html 9 10 * inspector/InjectedScriptSource.js: 11 (.): 12 1 13 2011-10-26 Andrey Kosyakov <caseq@chromium.org> 2 14 -
trunk/Source/WebCore/inspector/InjectedScriptSource.js
r95538 r99411 431 431 return this._toString(obj); 432 432 433 if (subtype === "date") 434 return this._toString(obj); 435 433 436 var className = InjectedScriptHost.internalConstructorName(obj); 434 437 if (subtype === "array") {
Note:
See TracChangeset
for help on using the changeset viewer.