RESOLVED FIXED 59630
Web Inspector: Stop on Exception state does not persist
https://bugs.webkit.org/show_bug.cgi?id=59630
Summary Web Inspector: Stop on Exception state does not persist
Ilya Tikhonovsky
Reported 2011-04-27 13:50:31 PDT
What steps will reproduce the problem? 1. Open developer tools 2. Click on stop on exception until it turns purple 3. Close and reopen developer tools What is the expected result? Button is purple What happens instead? Button is black http://code.google.com/p/chromium/issues/detail?id=79456
Attachments
[patch] initial version (1.97 KB, patch)
2011-04-27 14:16 PDT, Ilya Tikhonovsky
pfeldman: review-
Fixed version was relanded as r85272. (1.51 KB, patch)
2011-04-28 17:37 PDT, Ilya Tikhonovsky
no flags
Ilya Tikhonovsky
Comment 1 2011-04-27 14:16:07 PDT
Created attachment 91347 [details] [patch] initial version
Ilya Tikhonovsky
Comment 2 2011-04-27 15:00:53 PDT
Comment on attachment 91347 [details] [patch] initial version landed as r85101
Pavel Feldman
Comment 3 2011-04-27 22:36:31 PDT
Comment on attachment 91347 [details] [patch] initial version When we migrated to the string values for pauleOnExceptionState, we needed to switch the property to the one with new name (to prevent failure on the first launch with old prefs). What exactly does not work now?
Pavel Feldman
Comment 4 2011-04-27 22:38:45 PDT
Comment on attachment 91347 [details] [patch] initial version Ok, I see, Settings.js needed to be updated.
Ilya Tikhonovsky
Comment 5 2011-04-28 17:37:57 PDT
Created attachment 91605 [details] Fixed version was relanded as r85272.
Note You need to log in before you can comment on or make changes to this bug.