RESOLVED FIXED Bug 113008
Web Inspector: [Settings] Use registry to track settings objects.
https://bugs.webkit.org/show_bug.cgi?id=113008
Summary Web Inspector: [Settings] Use registry to track settings objects.
Eugene Klyuchnikov
Reported 2013-03-21 23:18:03 PDT
Currently .createSetting creates new instance any time it is invoked. When one instance saves value, the other instance do not know about it. To resolve this issue we can use registry to make .createSetting return same object for specific key.
Attachments
Patch (4.12 KB, patch)
2013-03-21 23:21 PDT, Eugene Klyuchnikov
no flags
Eugene Klyuchnikov
Comment 1 2013-03-21 23:21:15 PDT
WebKit Review Bot
Comment 2 2013-03-25 00:48:14 PDT
Comment on attachment 194450 [details] Patch Clearing flags on attachment: 194450 Committed r146745: <http://trac.webkit.org/changeset/146745>
WebKit Review Bot
Comment 3 2013-03-25 00:48:18 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.