RESOLVED FIXED 41687
Web Inspector: preserve Scripts panel sidebar width between inspector launches
https://bugs.webkit.org/show_bug.cgi?id=41687
Summary Web Inspector: preserve Scripts panel sidebar width between inspector launches
Yury Semikhatsky
Reported 2010-07-06 05:17:58 PDT
Preserve Scripts panel sidebar width between Web Inspector launches.
Attachments
Patch (3.84 KB, patch)
2010-07-06 05:21 PDT, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2010-07-06 05:21:10 PDT
Pavel Feldman
Comment 2 2010-07-06 05:32:52 PDT
I think we should use localStore for front-end view settings. Should be easier to implement / maintain. How about we try it here and if we like it - migrate to it elsewhere!
Yury Semikhatsky
Comment 3 2010-07-06 06:02:27 PDT
(In reply to comment #2) > I think we should use localStore for front-end view settings. Should be easier to implement / maintain. How about we try it here and if we like it - migrate to it elsewhere! I tried to access localStorage from inspector front-end and got following error in Safari: Error: QUOTA_EXCEEDED_ERR: DOM Exception 22 in Chrome I'm getting DOM Exception 18 on attempt to get localStorage. So if we want to migrate to Local Storage for front-end settings let's do this as a separate change.
Alexei Masterov
Comment 4 2010-07-06 06:30:11 PDT
Yury Semikhatsky
Comment 5 2010-07-07 03:11:51 PDT
Sidebar positions are now saved in all tabs. See bug 19207.
Note You need to log in before you can comment on or make changes to this bug.