[webkit-reviews] review requested: [Bug 52365] Web Inspector: Cleanup after r75613 -- make all UI-facing strings to be passed directly to WebInspector.UIString : [Attachment 78802] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 13 05:54:41 PST 2011


Mikhail Naganov <mnaganov at chromium.org> has asked  for review:
Bug 52365: Web Inspector: Cleanup after r75613 -- make all UI-facing strings to
be passed directly to WebInspector.UIString
https://bugs.webkit.org/show_bug.cgi?id=52365

Attachment 78802: patch
https://bugs.webkit.org/attachment.cgi?id=78802&action=review

------- Additional Comments from Mikhail Naganov <mnaganov at chromium.org>
Calling WebInspector.UIString from Number.{bytes|seconds}ToString introduces a
run-time dependency of utilities.js on inspector.js, but it's OK for all of the
usages, because they happen after WebInspector has been created.


More information about the webkit-reviews mailing list