RESOLVED FIXED Bug 57833
Web Inspector: The list of Database entries is empty if the page opens a database just before Web Inspector
https://bugs.webkit.org/show_bug.cgi?id=57833
Summary Web Inspector: The list of Database entries is empty if the page opens a data...
Ilya Tikhonovsky
Reported 2011-04-05 05:43:31 PDT
%subj%
Attachments
[patch] initial version (7.02 KB, patch)
2011-04-14 05:42 PDT, Ilya Tikhonovsky
pfeldman: review-
[patch] second version (6.38 KB, patch)
2011-04-14 06:19 PDT, Ilya Tikhonovsky
no flags
Ilya Tikhonovsky
Comment 1 2011-04-14 05:42:15 PDT
Created attachment 89564 [details] [patch] initial version
Pavel Feldman
Comment 2 2011-04-14 05:47:27 PDT
Comment on attachment 89564 [details] [patch] initial version View in context: https://bugs.webkit.org/attachment.cgi?id=89564&action=review > Source/WebCore/inspector/InspectorDatabaseAgent.cpp:265 > + if (m_enabled) m_enabled = true ? > Source/WebCore/inspector/InspectorDatabaseAgent.cpp:275 > + if (!m_enabled) m_enabled = false ?
Ilya Tikhonovsky
Comment 3 2011-04-14 06:19:44 PDT
Created attachment 89571 [details] [patch] second version comments addressed
Ilya Tikhonovsky
Comment 4 2011-04-14 06:36:11 PDT
Comment on attachment 89571 [details] [patch] second version Clearing flags on attachment: 89571 Committed r83849: <http://trac.webkit.org/changeset/83849>
Ilya Tikhonovsky
Comment 5 2011-04-14 06:36:19 PDT
All reviewed patches have been landed. Closing bug.
Ilya Tikhonovsky
Comment 6 2011-04-15 22:32:23 PDT
Note You need to log in before you can comment on or make changes to this bug.