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

Issue 2860693002: Network traffic annotation added to indexed_db. (Closed)

Created:
3 years, 7 months ago by Ramin Halavati
Modified:
3 years, 7 months ago
Reviewers:
msramek, jsbell, cmumford, dmurph
CC:
chromium-reviews, jam, jsbell+idb_chromium.org, darin-cc_chromium.org, cmumford, battre
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Network traffic annotation added to indexed_db. Network traffic annotation is added to network request of: content/browser/indexed_db/indexed_db_backing_store.cc BUG=656607 Review-Url: https://codereview.chromium.org/2860693002 Cr-Commit-Position: refs/heads/master@{#470337} Committed: https://chromium.googlesource.com/chromium/src/+/45f9f0d070c4f8162cd6358c64659161d452694f

Patch Set 1 #

Total comments: 17

Patch Set 2 : Annotation updated. #

Patch Set 3 : Cookies disabled. #

Total comments: 4

Patch Set 4 : Comments addressed. #

Patch Set 5 : Minor syntax bug. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -2 lines) Patch
M content/browser/indexed_db/indexed_db_backing_store.cc View 1 2 3 4 2 chunks +27 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
Ramin Halavati
We are annotating all network requests in Chromium with a new NetworkTrafficAnnotation scheme. This allows ...
3 years, 7 months ago (2017-05-03 07:54:10 UTC) #2
jsbell
https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode2560 content/browser/indexed_db/indexed_db_backing_store.cc:2560: net::NetworkTrafficAnnotationTag traffic_annotation = The request is for a content ...
3 years, 7 months ago (2017-05-03 15:51:56 UTC) #4
jsbell
On 2017/05/03 15:51:56, jsbell wrote: > https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc > File content/browser/indexed_db/indexed_db_backing_store.cc (right): > > https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode2560 > ...
3 years, 7 months ago (2017-05-03 15:53:55 UTC) #5
Ramin Halavati
Comment addressed, please review. https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode2560 content/browser/indexed_db/indexed_db_backing_store.cc:2560: net::NetworkTrafficAnnotationTag traffic_annotation = On 2017/05/03 ...
3 years, 7 months ago (2017-05-04 04:41:01 UTC) #6
jsbell
How's this? https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode2561 content/browser/indexed_db/indexed_db_backing_store.cc:2561: net::DefineNetworkTrafficAnnotation("...", R"( persist_blob_to_indexeddb https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode2563 content/browser/indexed_db/indexed_db_backing_store.cc:2563: sender: "..." ...
3 years, 7 months ago (2017-05-04 15:53:17 UTC) #7
jsbell
+dmurph who has made similar comments on other patches re: blob reading
3 years, 7 months ago (2017-05-04 21:58:41 UTC) #9
Ramin Halavati
Thank you Joshua, annotation updated, please review. I also have an inline question. https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File ...
3 years, 7 months ago (2017-05-05 08:43:22 UTC) #10
jsbell
lgtm https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode2570 content/browser/indexed_db/indexed_db_backing_store.cc:2570: cookies_allowed: false/true On 2017/05/05 08:43:22, Ramin Halavati wrote: ...
3 years, 7 months ago (2017-05-05 18:23:50 UTC) #11
Ramin Halavati
Thanks Joshua, Martin, Any comments? https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/2860693002/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode2570 content/browser/indexed_db/indexed_db_backing_store.cc:2570: cookies_allowed: false/true On 2017/05/05 ...
3 years, 7 months ago (2017-05-08 09:51:04 UTC) #13
msramek
LGTM % nits https://codereview.chromium.org/2860693002/diff/40001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/2860693002/diff/40001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode2578 content/browser/indexed_db/indexed_db_backing_store.cc:2578: "drag/dop, or via a fetch() or ...
3 years, 7 months ago (2017-05-09 11:54:09 UTC) #14
Ramin Halavati
Thank you, comments addressed, landing. https://codereview.chromium.org/2860693002/diff/40001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/2860693002/diff/40001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode2578 content/browser/indexed_db/indexed_db_backing_store.cc:2578: "drag/dop, or via a ...
3 years, 7 months ago (2017-05-09 11:57:16 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2860693002/60001
3 years, 7 months ago (2017-05-09 11:57:55 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/263696) chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 7 months ago (2017-05-09 12:10:37 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2860693002/80001
3 years, 7 months ago (2017-05-09 13:20:33 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-05-09 15:12:28 UTC) #26
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/45f9f0d070c4f8162cd6358c6465...

Powered by Google App Engine
This is Rietveld 408576698