Bug 58776

Summary: Web Inspector: Database agent stops to propagate it's events after navigation.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[patch] initial version
none
[patch] initial version. with changelog. yurys: review+

Description Ilya Tikhonovsky 2011-04-18 04:32:31 PDT
%subj%
Comment 1 Ilya Tikhonovsky 2011-04-18 04:41:45 PDT
Created attachment 90016 [details]
[patch] initial version
Comment 2 WebKit Review Bot 2011-04-18 04:44:56 PDT
Attachment 90016 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1

Source/WebCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Ilya Tikhonovsky 2011-04-18 05:10:38 PDT
Created attachment 90020 [details]
[patch] initial version. with changelog.
Comment 4 Yury Semikhatsky 2011-04-18 05:17:26 PDT
Comment on attachment 90020 [details]
[patch] initial version. with changelog.

View in context: https://bugs.webkit.org/attachment.cgi?id=90020&action=review

> Source/WebCore/inspector/InspectorDatabaseAgent.cpp:267
>      m_enabled = false;

Please call disable() instead.
Comment 5 Ilya Tikhonovsky 2011-04-18 05:26:14 PDT
Committed r84134: <http://trac.webkit.org/changeset/84134>