Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Issue 293038: Implementing WebDatabaseObserver in the renderer process.... (Closed)

Created:
11 years, 2 months ago by dumi
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, darin (slow to review), jam
Visibility:
Public.

Description

Implementing WebDatabaseObserver in the renderer process. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=29993

Patch Set 1 #

Total comments: 14

Patch Set 2 : '' #

Total comments: 11

Patch Set 3 : Addresses Michael's and Darin's comments. #

Total comments: 2

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : Final version. Bots should turn green. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -0 lines) Patch
M chrome/chrome.gyp View 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/renderer/render_thread.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/renderer/render_thread.cc View 1 2 3 4 3 chunks +5 lines, -0 lines 0 comments Download
A chrome/renderer/renderer_web_database_observer.h View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/renderer/renderer_web_database_observer.cc View 1 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
michaeln
http://codereview.chromium.org/293038/diff/1/5 File chrome/renderer/render_thread.h (right): http://codereview.chromium.org/293038/diff/1/5#newcode206 Line 206: scoped_ptr<RendererWebDatabaseObserver> renderer_web_database_observer_; Should this be moved up one ...
11 years, 2 months ago (2009-10-21 05:31:53 UTC) #1
michaeln
In reply to a real world responses to some of these comments... static bool foo_was_destructed ...
11 years, 2 months ago (2009-10-21 19:38:46 UTC) #2
dumi
http://codereview.chromium.org/293038/diff/1/5 File chrome/renderer/render_thread.h (right): http://codereview.chromium.org/293038/diff/1/5#newcode206 Line 206: scoped_ptr<RendererWebDatabaseObserver> renderer_web_database_observer_; On 2009/10/21 05:31:53, michaeln wrote: > ...
11 years, 2 months ago (2009-10-21 22:38:59 UTC) #3
michaeln
modulo nits, lgtm http://codereview.chromium.org/293038/diff/3002/3003 File chrome/common/render_messages_internal.h (right): http://codereview.chromium.org/293038/diff/3002/3003#newcode763 Line 763: // Returns the max size ...
11 years, 2 months ago (2009-10-22 05:54:55 UTC) #4
darin (slow to review)
http://codereview.chromium.org/293038/diff/3002/3003 File chrome/common/render_messages_internal.h (right): http://codereview.chromium.org/293038/diff/3002/3003#newcode764 Line 764: IPC_MESSAGE_CONTROL4(ViewMsg_DatabaseUpdateDatabaseSize, On 2009/10/22 05:54:55, michaeln wrote: > nit: ...
11 years, 2 months ago (2009-10-22 06:44:01 UTC) #5
dumi
http://codereview.chromium.org/293038/diff/3002/3003 File chrome/common/render_messages_internal.h (right): http://codereview.chromium.org/293038/diff/3002/3003#newcode763 Line 763: // Returns the max size for this database ...
11 years, 2 months ago (2009-10-22 23:38:22 UTC) #6
michaeln
still lgtm... the webkit api needs to land first obviously http://codereview.chromium.org/293038/diff/9001/9002 File chrome/common/render_messages_internal.h (right): http://codereview.chromium.org/293038/diff/9001/9002#newcode768 ...
11 years, 2 months ago (2009-10-23 06:47:48 UTC) #7
dumi
http://codereview.chromium.org/293038/diff/9001/9002 File chrome/common/render_messages_internal.h (right): http://codereview.chromium.org/293038/diff/9001/9002#newcode768 Line 768: int64 /* the new database size */) On ...
11 years, 2 months ago (2009-10-23 18:52:16 UTC) #8
michaeln
LGTM (once the webkit api CL is committed) http://codereview.chromium.org/293038/diff/13001/13004 File chrome/renderer/render_thread.cc (right): http://codereview.chromium.org/293038/diff/13001/13004#newcode141 Line 141: ...
11 years, 2 months ago (2009-10-23 21:51:36 UTC) #9
dumi
11 years, 2 months ago (2009-10-23 21:59:55 UTC) #10
http://codereview.chromium.org/293038/diff/13001/13004
File chrome/renderer/render_thread.cc (right):

http://codereview.chromium.org/293038/diff/13001/13004#newcode141
Line 141: 
On 2009/10/23 21:51:36, michaeln wrote:
> nit: no need for the new blank line

removed.

Powered by Google App Engine
This is Rietveld 408576698