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

Issue 185793004: [Quota] Pass user gesture state with quota request message. (Closed)

Created:
6 years, 9 months ago by Greg Billock
Modified:
6 years, 8 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

[Quota] Pass user gesture state with quota request message. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261588

Patch Set 1 #

Patch Set 2 : 2 try #

Patch Set 3 : 3 try #

Total comments: 4

Patch Set 4 : request_id #

Patch Set 5 : 2 try #

Patch Set 6 : . #

Total comments: 10

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : fix subclass #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : #

Patch Set 13 : Fix up content_shell #

Patch Set 14 : try 2 #

Patch Set 15 : . #

Patch Set 16 : . #

Patch Set 17 : . #

Patch Set 18 : comment #

Patch Set 19 : . #

Patch Set 20 : Rebase #

Patch Set 21 : . #

Patch Set 22 : #

Patch Set 23 : plumb through #

Patch Set 24 : #

Total comments: 8

Patch Set 25 : Remove quota_types.cc #

Total comments: 3

Patch Set 26 : quota->content #

Patch Set 27 : more quota->content #

Patch Set 28 : Rebase #

Patch Set 29 : Change name, file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -89 lines) Patch
M android_webview/browser/aw_quota_permission_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -4 lines 0 comments Download
M android_webview/browser/aw_quota_permission_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/chrome_quota_permission_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/chrome_quota_permission_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 8 chunks +14 lines, -14 lines 0 comments Download
M content/browser/quota_dispatcher_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +2 lines, -6 lines 0 comments Download
M content/browser/quota_dispatcher_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 5 chunks +25 lines, -36 lines 0 comments Download
M content/child/quota_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +11 lines, -2 lines 0 comments Download
M content/common/quota_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +12 lines, -6 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/quota_permission_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +2 lines, -4 lines 0 comments Download
A content/public/common/storage_quota_params.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +37 lines, -0 lines 0 comments Download
M content/shell/browser/shell_quota_permission_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -4 lines 0 comments Download
M content/shell/browser/shell_quota_permission_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +2 lines, -5 lines 0 comments Download

Messages

Total messages: 46 (0 generated)
Greg Billock
nasko for quota review; darin for content API owners
6 years, 9 months ago (2014-03-03 19:02:50 UTC) #1
Greg Billock
On 2014/03/03 19:02:50, Greg Billock wrote: > nasko for quota review; darin for content API ...
6 years, 9 months ago (2014-03-03 19:03:47 UTC) #2
nasko
Just a couple of small issues. https://codereview.chromium.org/185793004/diff/40001/content/browser/quota_dispatcher_host.cc File content/browser/quota_dispatcher_host.cc (right): https://codereview.chromium.org/185793004/diff/40001/content/browser/quota_dispatcher_host.cc#newcode105 content/browser/quota_dispatcher_host.cc:105: int request_id) nit: ...
6 years, 9 months ago (2014-03-03 20:00:32 UTC) #3
Greg Billock
(continuing GAE problems. I may end up killing more intermediate uploads...) https://codereview.chromium.org/185793004/diff/40001/content/browser/quota_dispatcher_host.cc File content/browser/quota_dispatcher_host.cc (right): ...
6 years, 9 months ago (2014-03-03 22:41:46 UTC) #4
nasko
LGTM on messages
6 years, 9 months ago (2014-03-04 00:06:58 UTC) #5
kinuko
lgtm, but please fix build errors https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h File webkit/common/quota/quota_types.h (right): https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h#newcode32 webkit/common/quota/quota_types.h:32: int render_view_id; Strictly ...
6 years, 9 months ago (2014-03-04 01:49:08 UTC) #6
kinuko
A few more nits https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h File webkit/common/quota/quota_types.h (right): https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h#newcode28 webkit/common/quota/quota_types.h:28: struct WEBKIT_STORAGE_COMMON_EXPORT RequestStorageQuotaParams { It ...
6 years, 9 months ago (2014-03-04 01:55:40 UTC) #7
Greg Billock
https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h File webkit/common/quota/quota_types.h (right): https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h#newcode28 webkit/common/quota/quota_types.h:28: struct WEBKIT_STORAGE_COMMON_EXPORT RequestStorageQuotaParams { On 2014/03/04 01:55:40, kinuko wrote: ...
6 years, 9 months ago (2014-03-04 18:49:36 UTC) #8
kinuko
https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h File webkit/common/quota/quota_types.h (right): https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h#newcode28 webkit/common/quota/quota_types.h:28: struct WEBKIT_STORAGE_COMMON_EXPORT RequestStorageQuotaParams { On 2014/03/04 18:49:37, Greg Billock ...
6 years, 9 months ago (2014-03-05 01:07:35 UTC) #9
Greg Billock
https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h File webkit/common/quota/quota_types.h (right): https://codereview.chromium.org/185793004/diff/100001/webkit/common/quota/quota_types.h#newcode28 webkit/common/quota/quota_types.h:28: struct WEBKIT_STORAGE_COMMON_EXPORT RequestStorageQuotaParams { On 2014/03/05 01:07:35, kinuko wrote: ...
6 years, 9 months ago (2014-03-05 18:20:31 UTC) #10
Greg Billock
The CQ bit was checked by gbillock@chromium.org
6 years, 9 months ago (2014-03-05 18:20:39 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/185793004/340001
6 years, 9 months ago (2014-03-05 18:22:11 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-05 18:53:58 UTC) #13
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=53663
6 years, 9 months ago (2014-03-05 18:53:58 UTC) #14
Greg Billock
On 2014/03/05 18:53:58, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 9 months ago (2014-03-05 19:51:06 UTC) #15
boliu
android_webview lgtm
6 years, 9 months ago (2014-03-05 19:53:38 UTC) #16
sky
content/browser LGTM
6 years, 9 months ago (2014-03-05 21:31:07 UTC) #17
Greg Billock
The CQ bit was checked by gbillock@chromium.org
6 years, 9 months ago (2014-03-05 22:57:35 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/185793004/340001
6 years, 9 months ago (2014-03-05 22:59:27 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-05 23:20:08 UTC) #20
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=53733
6 years, 9 months ago (2014-03-05 23:20:10 UTC) #21
Greg Billock
+pfeldman for content/shell +avi for content/child
6 years, 9 months ago (2014-03-05 23:27:59 UTC) #22
Greg Billock
On 2014/03/05 23:27:59, Greg Billock wrote: > +pfeldman for content/shell > +avi for content/child ping
6 years, 9 months ago (2014-03-14 08:35:35 UTC) #23
pfeldman
shell rslgtm
6 years, 9 months ago (2014-03-14 16:56:15 UTC) #24
Greg Billock
The CQ bit was checked by gbillock@chromium.org
6 years, 9 months ago (2014-03-24 18:25:48 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/185793004/380001
6 years, 9 months ago (2014-03-24 18:26:23 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 19:12:59 UTC) #27
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=57067
6 years, 9 months ago (2014-03-24 19:13:00 UTC) #28
Greg Billock
On 2014/03/24 19:13:00, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 9 months ago (2014-03-24 21:44:01 UTC) #29
jam
given that people are working on removing src/webkit, new structs should go into src/content/public/common instead
6 years, 9 months ago (2014-03-24 21:48:58 UTC) #30
Greg Billock
On 2014/03/24 21:48:58, jam wrote: > given that people are working on removing src/webkit, new ...
6 years, 9 months ago (2014-03-24 21:53:05 UTC) #31
Greg Billock
On 2014/03/24 21:53:05, Greg Billock wrote: > On 2014/03/24 21:48:58, jam wrote: > > given ...
6 years, 9 months ago (2014-03-24 22:12:14 UTC) #32
jam
On 2014/03/24 22:12:14, Greg Billock wrote: > On 2014/03/24 21:53:05, Greg Billock wrote: > > ...
6 years, 9 months ago (2014-03-24 23:22:24 UTC) #33
Greg Billock
On 2014/03/24 23:22:24, jam wrote: > On 2014/03/24 22:12:14, Greg Billock wrote: > > On ...
6 years, 9 months ago (2014-03-25 17:28:21 UTC) #34
Greg Billock
On 2014/03/25 17:28:21, Greg Billock wrote: > On 2014/03/24 23:22:24, jam wrote: > > On ...
6 years, 9 months ago (2014-03-27 22:31:03 UTC) #35
jam
lgtm with comments https://codereview.chromium.org/185793004/diff/420001/content/child/quota_dispatcher.cc File content/child/quota_dispatcher.cc (right): https://codereview.chromium.org/185793004/diff/420001/content/child/quota_dispatcher.cc#newcode131 content/child/quota_dispatcher.cc:131: content::RequestStorageQuotaParams params; ditto https://codereview.chromium.org/185793004/diff/420001/content/public/browser/quota_permission_context.h File content/public/browser/quota_permission_context.h ...
6 years, 9 months ago (2014-03-27 22:51:48 UTC) #36
Greg Billock
https://codereview.chromium.org/185793004/diff/420001/content/child/quota_dispatcher.cc File content/child/quota_dispatcher.cc (right): https://codereview.chromium.org/185793004/diff/420001/content/child/quota_dispatcher.cc#newcode131 content/child/quota_dispatcher.cc:131: content::RequestStorageQuotaParams params; On 2014/03/27 22:51:49, jam wrote: > ditto ...
6 years, 9 months ago (2014-03-28 17:38:02 UTC) #37
jam
sorry didn't see this earlier https://codereview.chromium.org/185793004/diff/460001/content/public/common/quota_types.h File content/public/common/quota_types.h (right): https://codereview.chromium.org/185793004/diff/460001/content/public/common/quota_types.h#newcode1 content/public/common/quota_types.h:1: // Copyright 2013 The ...
6 years, 9 months ago (2014-03-28 18:03:09 UTC) #38
Greg Billock
https://codereview.chromium.org/185793004/diff/460001/content/public/common/quota_types.h File content/public/common/quota_types.h (right): https://codereview.chromium.org/185793004/diff/460001/content/public/common/quota_types.h#newcode1 content/public/common/quota_types.h:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
6 years, 9 months ago (2014-03-28 18:17:45 UTC) #39
jam
https://codereview.chromium.org/185793004/diff/460001/content/public/common/quota_types.h File content/public/common/quota_types.h (right): https://codereview.chromium.org/185793004/diff/460001/content/public/common/quota_types.h#newcode1 content/public/common/quota_types.h:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
6 years, 8 months ago (2014-03-31 17:27:26 UTC) #40
Greg Billock
On 2014/03/31 17:27:26, jam wrote: > https://codereview.chromium.org/185793004/diff/460001/content/public/common/quota_types.h > File content/public/common/quota_types.h (right): > > https://codereview.chromium.org/185793004/diff/460001/content/public/common/quota_types.h#newcode1 > ...
6 years, 8 months ago (2014-03-31 17:32:25 UTC) #41
Greg Billock
On 2014/03/31 17:32:25, Greg Billock wrote: > On 2014/03/31 17:27:26, jam wrote: > > > ...
6 years, 8 months ago (2014-04-03 00:01:00 UTC) #42
jam
lgtm
6 years, 8 months ago (2014-04-03 17:22:22 UTC) #43
Greg Billock
The CQ bit was checked by gbillock@chromium.org
6 years, 8 months ago (2014-04-03 21:29:57 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/185793004/540001
6 years, 8 months ago (2014-04-03 21:31:21 UTC) #45
commit-bot: I haz the power
6 years, 8 months ago (2014-04-04 00:04:31 UTC) #46
Message was sent while issue was closed.
Change committed as 261588

Powered by Google App Engine
This is Rietveld 408576698