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

Issue 837363002: Removing --disable-application-cache flag (Closed)

Created:
5 years, 11 months ago by anujsharma
Modified:
5 years, 11 months ago
Reviewers:
lcwu1, Avi (use Gerrit)
CC:
chromium-reviews, Matt Giuca
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removing --disable-application-cache flag as it has been shipped. BUG=447206 Committed: https://crrev.com/72240eadd2bc19b17ddee08304dafe84524466d1 Cr-Commit-Position: refs/heads/master@{#310975}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -11 lines) Patch
M chromecast/browser/cast_browser_main_parts.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 chunk +0 lines, -2 lines 1 comment Download
M content/child/runtime_features.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/common/content_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (2 generated)
anujsharma
lcwu@chromium.org: Please review changes in chromecast module avi@chromium.org: Please review changes in content module
5 years, 11 months ago (2015-01-08 14:19:42 UTC) #2
Avi (use Gerrit)
lgtm
5 years, 11 months ago (2015-01-08 15:46:53 UTC) #3
lcwu1
Hi, Can you elaborate on what feature has been shipped so that this flag is ...
5 years, 11 months ago (2015-01-08 19:12:45 UTC) #4
anujsharma
On 2015/01/08 15:46:53, Avi wrote: > lgtm Thanks Avi for lgtm.
5 years, 11 months ago (2015-01-09 13:53:45 UTC) #5
anujsharma
On 2015/01/08 19:12:45, lcwu1 wrote: > Hi, > > Can you elaborate on what feature ...
5 years, 11 months ago (2015-01-09 13:59:38 UTC) #6
lcwu1
On 2015/01/09 13:59:38, anujsharma wrote: > On 2015/01/08 19:12:45, lcwu1 wrote: > > Hi, > ...
5 years, 11 months ago (2015-01-09 16:19:03 UTC) #7
Avi (use Gerrit)
On 2015/01/09 16:19:03, lcwu1 wrote: > On 2015/01/09 13:59:38, anujsharma wrote: > > On 2015/01/08 ...
5 years, 11 months ago (2015-01-09 16:26:26 UTC) #8
Avi (use Gerrit)
On 2015/01/09 16:26:26, Avi wrote: > On 2015/01/09 16:19:03, lcwu1 wrote: > > On 2015/01/09 ...
5 years, 11 months ago (2015-01-09 16:27:24 UTC) #9
lcwu1
On 2015/01/09 16:27:24, Avi wrote: > On 2015/01/09 16:26:26, Avi wrote: > > On 2015/01/09 ...
5 years, 11 months ago (2015-01-09 18:03:46 UTC) #10
lcwu1
lgtm
5 years, 11 months ago (2015-01-09 18:04:05 UTC) #11
anujsharma
On 2015/01/09 16:26:26, Avi wrote: > On 2015/01/09 16:19:03, lcwu1 wrote: > > On 2015/01/09 ...
5 years, 11 months ago (2015-01-10 07:41:26 UTC) #12
anujsharma
On 2015/01/09 18:04:05, lcwu1 wrote: > lgtm Thanks lcwu1 for lgtm.
5 years, 11 months ago (2015-01-10 07:42:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/837363002/1
5 years, 11 months ago (2015-01-10 07:44:21 UTC) #15
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 11 months ago (2015-01-10 08:38:48 UTC) #16
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/72240eadd2bc19b17ddee08304dafe84524466d1 Cr-Commit-Position: refs/heads/master@{#310975}
5 years, 11 months ago (2015-01-10 08:39:37 UTC) #17
Matt Giuca
5 years, 11 months ago (2015-01-15 02:39:29 UTC) #18
Message was sent while issue was closed.
This CL appears to have broken AppCache (see comment).

I have filed a bug and will send out a fix: http://crbug.com/449016.

https://codereview.chromium.org/837363002/diff/1/content/browser/renderer_hos...
File content/browser/renderer_host/render_view_host_impl.cc (left):

https://codereview.chromium.org/837363002/diff/1/content/browser/renderer_hos...
content/browser/renderer_host/render_view_host_impl.cc:342:
!command_line.HasSwitch(switches::kDisableApplicationCache);
This seems to have broken AppCache. Since
WebPreferences::application_cache_enabled defaults to false, removing this line
means that it will not be set to true, so AppCache will be disabled permanently.

Powered by Google App Engine
This is Rietveld 408576698