RESOLVED FIXED 22018
enable-developer-extras doesn't toggle WebInspector
https://bugs.webkit.org/show_bug.cgi?id=22018
Summary enable-developer-extras doesn't toggle WebInspector
Christian Dywan
Reported 2008-10-31 15:06:22 PDT
While adding a preference for enable-developer-extras I noticed that it didn't affect existing web views. Basically there's a notify 'else if' missing.
Attachments
Add if branch for enable-developer-extras (826 bytes, patch)
2008-10-31 15:07 PDT, Christian Dywan
no flags
Christian Dywan
Comment 1 2008-10-31 15:07:38 PDT
Created attachment 24819 [details] Add if branch for enable-developer-extras
Mark Rowe (bdash)
Comment 2 2008-10-31 15:41:55 PDT
Comment on attachment 24819 [details] Add if branch for enable-developer-extras r=me
Christian Dywan
Comment 3 2008-10-31 17:28:32 PDT
Comment on attachment 24819 [details] Add if branch for enable-developer-extras 2008-10-31 Christian Dywan <christian@twotoasts.de> Reviewed by Mark Rowe. http://bugs.webkit.org/show_bug.cgi?id=22018 enable-developer-extras doesn't toggle WebInspector * webkit/webkitwebview.cpp: Add missing 'if' in notification for 'enable-developer-extras'.
Note You need to log in before you can comment on or make changes to this bug.