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

Issue 10836216: Add SiteInstance parameters to IndexedDBContext calls (Closed)

Created:
8 years, 4 months ago by alecflett
Modified:
8 years, 2 months ago
Reviewers:
awong
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, jam, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, markusheintz_
Base URL:
http://git.chromium.org/chromium/src.git@isolated-storage
Visibility:
Public.

Description

Add SiteInstance parameters to IndexedDBContext calls BUG=

Patch Set 1 #

Patch Set 2 : Candidate patch #

Total comments: 14

Patch Set 3 : Address ajwong's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -29 lines) Patch
M chrome/browser/browsing_data/browsing_data_indexed_db_helper.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/data_deleter.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/data_deleter.cc View 1 2 4 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/options/cookies_view_handler.cc View 1 2 3 chunks +9 lines, -1 line 0 comments Download
M content/browser/browser_context.cc View 1 3 chunks +5 lines, -11 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/resource_context_impl.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M content/public/browser/browser_context.h View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
alecflett
I borrowed a lot of stuff from ericu's patch, and tried to generalize it a ...
8 years, 3 months ago (2012-09-10 18:38:30 UTC) #1
awong
Looks pretty solid. Thanks for doing this! RE data deleter, I think it's better to ...
8 years, 3 months ago (2012-09-10 21:55:21 UTC) #2
alecflett
All issues addressed... http://codereview.chromium.org/10836216/diff/2001/chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc File chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc (right): http://codereview.chromium.org/10836216/diff/2001/chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc#newcode16 chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc:16: #include "content/public/browser/browser_context.h" On 2012/09/10 21:55:21, awong ...
8 years, 3 months ago (2012-09-10 23:14:55 UTC) #3
awong
LGTM Thanks! http://codereview.chromium.org/10836216/diff/2001/chrome/browser/extensions/data_deleter.cc File chrome/browser/extensions/data_deleter.cc (right): http://codereview.chromium.org/10836216/diff/2001/chrome/browser/extensions/data_deleter.cc#newcode89 chrome/browser/extensions/data_deleter.cc:89: // isolated app, or regular app. On ...
8 years, 3 months ago (2012-09-10 23:17:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/10836216/5003
8 years, 3 months ago (2012-09-10 23:23:53 UTC) #5
commit-bot: I haz the power
Presubmit check for 10836216-5003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-10 23:23:57 UTC) #6
awong
FYI, I just committed http://src.chromium.org/viewvc/chrome?view=rev&revision=156126 which will cause a small merge on your side. On ...
8 years, 3 months ago (2012-09-11 21:43:03 UTC) #7
michaeln
Also would be good to add BUG=85121 to the CL description.
8 years, 3 months ago (2012-09-12 00:39:57 UTC) #8
awong
On 2012/09/12 00:39:57, michaeln wrote: > Also would be good to add BUG=85121 to the ...
8 years, 3 months ago (2012-09-13 18:32:53 UTC) #9
alecflett
I got caught up in some other things. two open pieces: 1) I missed some ...
8 years, 3 months ago (2012-09-13 20:43:18 UTC) #10
awong
On 2012/09/13 20:43:18, alecflett wrote: > I got caught up in some other things. two ...
8 years, 3 months ago (2012-09-14 00:16:13 UTC) #11
alecflett
On 2012/09/14 00:16:13, awong wrote: > On 2012/09/13 20:43:18, alecflett wrote: > > I got ...
8 years, 3 months ago (2012-09-14 19:24:24 UTC) #12
awong
On 2012/09/14 19:24:24, alecflett wrote: > On 2012/09/14 00:16:13, awong wrote: > > On 2012/09/13 ...
8 years, 3 months ago (2012-09-14 23:05:29 UTC) #13
alecflett
On 2012/09/14 23:05:29, awong wrote: > On 2012/09/14 19:24:24, alecflett wrote: > > On 2012/09/14 ...
8 years, 3 months ago (2012-09-14 23:16:46 UTC) #14
awong
8 years, 3 months ago (2012-09-14 23:18:01 UTC) #15
On 2012/09/14 23:16:46, alecflett wrote:
> On 2012/09/14 23:05:29, awong wrote:
> > On 2012/09/14 19:24:24, alecflett wrote:
> > > On 2012/09/14 00:16:13, awong wrote:
> > > > On 2012/09/13 20:43:18, alecflett wrote:
> > > > > I got caught up in some other things. two open pieces:
> > > > > 1) I missed some tests. oops.
> > > > > 
> > > > > 2) needs OWNERS approval across a few modules.
> > > > 
> > > > No worries.  Will you be able to get this in before tomorrow afternoon? 
> I'd
> > > > love to have this in by the weekend so we don't miss the m23 branchcut.
> > > 
> > > going to do everything I can to get this in today!
> > 
> > :D  Cool. Let me know know if anything comes up.  michaeln and I are
> > chattering/whacking at appcache and FSContext in parallel so we're really
> > plugged into this chunk of code right now.
> 
> Ugh, I ran out of time trying to finish something ELSE before my other
reviewer
> flies back to Japan tomorrow! I can try to get to this over the weekend, but
not
> likely to land until monday, feel free to take over.. sorry.

No worries. I'll clone the CL and pick it from here. Thanks! And good luck
getting stuff done before your reviewer leaves.

/me is jealous...he wants to fly to Japan tomorrow too.

Powered by Google App Engine
This is Rietveld 408576698