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

Issue 13881003: AppCacheExecutableHandlers - parse manifest file and store the 'bit' indicating executable. (Closed)

Created:
7 years, 8 months ago by michaeln
Modified:
7 years, 8 months ago
Reviewers:
alecflett, Greg Billock
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

AppCacheExecutableHandlers - parse manifest file and store/retrieve the 'bit' indicating executable. BUG=101800 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194642

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -11 lines) Patch
M webkit/appcache/appcache_database.cc View 1 2 3 4 5 5 chunks +25 lines, -3 lines 1 comment Download
M webkit/appcache/appcache_entry.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_interfaces.h View 1 2 3 4 3 chunks +6 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_interfaces.cc View 1 2 3 4 3 chunks +16 lines, -2 lines 2 comments Download
M webkit/appcache/appcache_update_job.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M webkit/appcache/appcache_url_request_job.cc View 1 2 3 4 2 chunks +7 lines, -0 lines 2 comments Download
M webkit/appcache/manifest_parser.cc View 1 2 3 4 5 chunks +20 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
michaeln
can one of you ptal?
7 years, 8 months ago (2013-04-10 23:13:20 UTC) #1
Greg Billock
https://codereview.chromium.org/13881003/diff/26001/webkit/appcache/appcache_database.cc File webkit/appcache/appcache_database.cc (right): https://codereview.chromium.org/13881003/diff/26001/webkit/appcache/appcache_database.cc#newcode693 webkit/appcache/appcache_database.cc:693: // schemas, we use the high bit of 'type' ...
7 years, 8 months ago (2013-04-10 23:25:30 UTC) #2
alecflett
https://codereview.chromium.org/13881003/diff/26001/webkit/appcache/appcache_database.cc File webkit/appcache/appcache_database.cc (right): https://codereview.chromium.org/13881003/diff/26001/webkit/appcache/appcache_database.cc#newcode693 webkit/appcache/appcache_database.cc:693: // schemas, we use the high bit of 'type' ...
7 years, 8 months ago (2013-04-10 23:39:56 UTC) #3
michaeln
https://codereview.chromium.org/13881003/diff/26001/webkit/appcache/appcache_database.cc File webkit/appcache/appcache_database.cc (right): https://codereview.chromium.org/13881003/diff/26001/webkit/appcache/appcache_database.cc#newcode693 webkit/appcache/appcache_database.cc:693: // schemas, we use the high bit of 'type' ...
7 years, 8 months ago (2013-04-10 23:47:59 UTC) #4
michaeln
> Maybe we can simply not put this bit in this table for now? Done
7 years, 8 months ago (2013-04-11 00:00:28 UTC) #5
michaeln
Another possibility is mark in the db having been run with this experimental flag set. ...
7 years, 8 months ago (2013-04-11 00:29:49 UTC) #6
michaeln
I think i like the exerimental on/off transition thing to keep us out of trouble. ...
7 years, 8 months ago (2013-04-11 17:42:05 UTC) #7
michaeln
Back to this one now... * resets the db when the cmdline flag toggles between ...
7 years, 8 months ago (2013-04-15 19:59:06 UTC) #8
michaeln
ping @alec | @gbillock
7 years, 8 months ago (2013-04-16 20:18:59 UTC) #9
michaeln
https://chromiumcodereview.appspot.com/13881003/diff/49001/webkit/appcache/appcache_database.cc File webkit/appcache/appcache_database.cc (right): https://chromiumcodereview.appspot.com/13881003/diff/49001/webkit/appcache/appcache_database.cc#newcode963 webkit/appcache/appcache_database.cc:963: int type_with_executable_bit = statement->ColumnInt(2); could make this const to ...
7 years, 8 months ago (2013-04-16 22:25:11 UTC) #10
alecflett
lgtm with two totally minor suggestions, but nothing I feel strongly about. https://chromiumcodereview.appspot.com/13881003/diff/49001/webkit/appcache/appcache_interfaces.cc File webkit/appcache/appcache_interfaces.cc ...
7 years, 8 months ago (2013-04-16 22:28:56 UTC) #11
michaeln
thnx for looking! https://chromiumcodereview.appspot.com/13881003/diff/49001/webkit/appcache/appcache_interfaces.cc File webkit/appcache/appcache_interfaces.cc (right): https://chromiumcodereview.appspot.com/13881003/diff/49001/webkit/appcache/appcache_interfaces.cc#newcode76 webkit/appcache/appcache_interfaces.cc:76: is_executable(false) { thought about it, certainly ...
7 years, 8 months ago (2013-04-16 22:43:01 UTC) #12
michaeln
7 years, 8 months ago (2013-04-17 18:50:47 UTC) #13
Message was sent while issue was closed.
Committed patchset #6 manually as r194642 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698