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

Issue 2910007: Report an error message when an update job results in an error. (Closed)

Created:
10 years, 5 months ago by michaeln
Modified:
9 years, 7 months ago
Reviewers:
Kavita Kanetkar
CC:
chromium-reviews, darin-cc_chromium.org, pfeldman
Visibility:
Public.

Description

New javascript console logging related to the appcache. * Log an error message when an update job results in an error. * Log info messages for progress events and other update status changed events. * Consistently use "Application Cache" in the console messages. TEST=existing unit tests apply for functional correctness, manual testing to see the new console output BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52270

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 20

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -81 lines) Patch
M chrome/browser/appcache/appcache_frontend_proxy.h View 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/appcache/appcache_frontend_proxy.cc View 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/common/appcache/appcache_dispatcher.h View 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/appcache/appcache_dispatcher.cc View 3 4 5 6 7 8 9 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 3 4 5 6 7 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_frontend_impl.h View 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_frontend_impl.cc View 3 4 5 6 7 8 9 2 chunks +12 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_group_unittest.cc View 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_host.cc View 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/appcache/appcache_host_unittest.cc View 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_interfaces.h View 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_request_handler_unittest.cc View 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_update_job.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M webkit/appcache/appcache_update_job.cc View 1 2 3 4 5 6 7 8 9 22 chunks +77 lines, -73 lines 0 comments Download
M webkit/appcache/appcache_update_job_unittest.cc View 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/appcache/web_application_cache_host_impl.h View 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M webkit/appcache/web_application_cache_host_impl.cc View 3 4 5 6 7 8 9 10 3 chunks +37 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_appcache_system.cc View 3 4 5 6 7 8 9 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
michaeln
not ready for review quite yet
10 years, 5 months ago (2010-07-12 21:31:13 UTC) #1
michaeln
I think this is ready for a look. There are some changes of substance are ...
10 years, 5 months ago (2010-07-12 23:59:56 UTC) #2
michaeln
Fixed the compile error and switched to using "ApplicationCache" consistently in the messages.
10 years, 5 months ago (2010-07-13 00:39:02 UTC) #3
michaeln
Additional tweeks to the error messages like we talked about, less punctuation.
10 years, 5 months ago (2010-07-13 00:54:04 UTC) #4
michaeln
Fixed up unittests to override the new AppCacheFrontend pure virtual method.
10 years, 5 months ago (2010-07-13 01:12:37 UTC) #5
Kavita Kanetkar
I have some questions. Please see below. Thanks, Kavita http://codereview.chromium.org/2910007/diff/60001/28024 File webkit/appcache/appcache_host.cc (right): http://codereview.chromium.org/2910007/diff/60001/28024#newcode320 webkit/appcache/appcache_host.cc:320: ...
10 years, 5 months ago (2010-07-13 06:37:44 UTC) #6
michaeln
http://codereview.chromium.org/2910007/diff/60001/28024 File webkit/appcache/appcache_host.cc (right): http://codereview.chromium.org/2910007/diff/60001/28024#newcode320 webkit/appcache/appcache_host.cc:320: "Document was loaded from ApplicationCache with manifest %s"; On ...
10 years, 5 months ago (2010-07-13 07:31:03 UTC) #7
michaeln
New snapshot... > > Application Cache [space] done > > Can this be const std::string& ...
10 years, 5 months ago (2010-07-13 18:38:57 UTC) #8
Kavita Kanetkar
10 years, 5 months ago (2010-07-13 19:00:41 UTC) #9
LGTM.

Powered by Google App Engine
This is Rietveld 408576698