Bug 59630

Summary: Web Inspector: Stop on Exception state does not persist
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bburg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 59757    
Bug Blocks:    
Attachments:
Description Flags
[patch] initial version
pfeldman: review-
Fixed version was relanded as r85272. none

Description Ilya Tikhonovsky 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
Comment 1 Ilya Tikhonovsky 2011-04-27 14:16:07 PDT
Created attachment 91347 [details]
[patch] initial version
Comment 2 Ilya Tikhonovsky 2011-04-27 15:00:53 PDT
Comment on attachment 91347 [details]
[patch] initial version

landed as r85101
Comment 3 Pavel Feldman 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?
Comment 4 Pavel Feldman 2011-04-27 22:38:45 PDT
Comment on attachment 91347 [details]
[patch] initial version

Ok, I see, Settings.js needed to be updated.
Comment 5 Ilya Tikhonovsky 2011-04-28 17:37:57 PDT
Created attachment 91605 [details]
Fixed version was relanded as r85272.