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

Issue 195077: Tell the AppCacheService which request context to use when fetching resources... (Closed)

Created:
11 years, 3 months ago by michaeln
Modified:
9 years, 7 months ago
Reviewers:
jennb
CC:
chromium-reviews_googlegroups.com, darin (slow to review), Ben Goodger (Google)
Visibility:
Public.

Description

1) Tell the AppCacheService which request context to use when fetching resources for updates. Done for both chrome and test_shell. The service does not yet take a reference to that context, because the extra reference apparently gives some tests grief. 2) Added methods to generate new storage ids for different object types on the IO thread. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26253

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -9 lines) Patch
M chrome/browser/profile.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/appcache/chrome_appcache_service.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_service.h View 1 2 3 4 5 4 chunks +30 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_service.cc View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_appcache_system.h View 2 3 4 5 3 chunks +4 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/simple_appcache_system.cc View 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
michaeln
A couple of small changes.
11 years, 3 months ago (2009-09-14 01:53:15 UTC) #1
jennb
Thanks for adding this change. http://codereview.chromium.org/195077/diff/6001/7002 File webkit/appcache/appcache_service.h (right): http://codereview.chromium.org/195077/diff/6001/7002#newcode40 Line 40: // TODO(jennb): API ...
11 years, 3 months ago (2009-09-14 20:43:25 UTC) #2
michaeln
I'm mystified by the try failures on windows still? http://codereview.chromium.org/195077/diff/6001/7002 File webkit/appcache/appcache_service.h (right): http://codereview.chromium.org/195077/diff/6001/7002#newcode40 Line ...
11 years, 3 months ago (2009-09-14 20:54:38 UTC) #3
jennb
http://codereview.chromium.org/195077/diff/6001/7002 File webkit/appcache/appcache_service.h (right): http://codereview.chromium.org/195077/diff/6001/7002#newcode40 Line 40: // TODO(jennb): API to set service settings, like ...
11 years, 3 months ago (2009-09-14 21:12:30 UTC) #4
michaeln
> The line is still here. :-) You looked too fast :) Its gone. > ...
11 years, 3 months ago (2009-09-14 21:49:52 UTC) #5
michaeln
There is try failures with this simple change that i have to pry into :(
11 years, 3 months ago (2009-09-14 22:05:17 UTC) #6
jennb
LGTM Looks like you figured out the trybot failure. I'll sync this CL before my ...
11 years, 3 months ago (2009-09-15 04:34:31 UTC) #7
michaeln
There are try failures in there still... the top level results are green... but look ...
11 years, 3 months ago (2009-09-15 17:03:18 UTC) #8
michaeln
11 years, 3 months ago (2009-09-15 18:23:09 UTC) #9
I'm working on committing this so the new AppCacheService methods are available
to call (request_context(), NextFooId()), but for now request_context() is
stubbed out to return NULL.

Powered by Google App Engine
This is Rietveld 408576698