[Webkit-unassigned] [Bug 47715] Web Inspector: move frontend settings to local storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 08:44:25 PDT 2010


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


Pavel Feldman <pfeldman at chromium.org> changed:

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




--- Comment #7 from Pavel Feldman <pfeldman at chromium.org>  2010-10-22 08:44:24 PST ---
(From update of attachment 71564)
View in context: https://bugs.webkit.org/attachment.cgi?id=71564&action=review

> WebCore/inspector/front-end/Panel.js:37
> +    WebInspector.applicationSettings.installSetting(this._sidebarWidthSettingName(), "application", undefined);

It should be

WebInspector.settings.installApplicationSetting and
WebInspector.settings.installProjectSetting

> WebCore/inspector/front-end/Settings.js:97
> +            return key + "." + this._mainResourceURL;

You might want to ignore fragment here.

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