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

Issue 411503005: Change tests to prepare for turning on the permission bubble flag. (Closed)

Created:
6 years, 5 months ago by Greg Billock
Modified:
5 years, 8 months ago
CC:
benjhayden+dwatch_chromium.org, chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Change tests to prepare for turning on the permission bubble flag.

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : . #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Total comments: 4

Patch Set 6 : update #

Total comments: 4

Patch Set 7 : Make user gesture always flase #

Patch Set 8 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+481 lines, -48 lines) Patch
M chrome/browser/content_settings/permission_context_base_unittest.cc View 1 2 3 4 5 6 7 4 chunks +39 lines, -4 lines 0 comments Download
M chrome/browser/download/download_permission_request.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/download/download_request_limiter_unittest.cc View 1 2 3 4 5 6 7 9 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_unittest.cc View 1 2 3 4 5 6 7 27 chunks +423 lines, -41 lines 0 comments Download
M chrome/browser/ui/website_settings/permission_bubble_manager.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 39 (1 generated)
Greg Billock
Please take a look -- these tests aren't on quite yet, but they basically translate ...
6 years, 5 months ago (2014-07-22 23:09:49 UTC) #1
leng
lgtm Thanks for doing the conversions! https://codereview.chromium.org/411503005/diff/20001/chrome/browser/content_settings/permission_context_base_unittest.cc File chrome/browser/content_settings/permission_context_base_unittest.cc (right): https://codereview.chromium.org/411503005/diff/20001/chrome/browser/content_settings/permission_context_base_unittest.cc#newcode42 chrome/browser/content_settings/permission_context_base_unittest.cc:42: PermissionBubbleManager::CreateForWebContents(web_contents()); Is this ...
6 years, 5 months ago (2014-07-23 16:29:11 UTC) #2
timvolodine
I am not very familiar with bubble leak prevention, maybe Michael knows more.. +mvanouwerkerk@
6 years, 5 months ago (2014-07-24 11:25:54 UTC) #3
Miguel Garcia
https://codereview.chromium.org/411503005/diff/20001/chrome/browser/content_settings/permission_context_base_unittest.cc File chrome/browser/content_settings/permission_context_base_unittest.cc (right): https://codereview.chromium.org/411503005/diff/20001/chrome/browser/content_settings/permission_context_base_unittest.cc#newcode111 chrome/browser/content_settings/permission_context_base_unittest.cc:111: if (!PermissionBubbleManager::Enabled()) { Can you create a Respond(bool value) ...
6 years, 5 months ago (2014-07-25 12:17:35 UTC) #4
Michael van Ouwerkerk
What kind of leak prevention do you mean? Forgetting a permission when the incognito profile ...
6 years, 5 months ago (2014-07-25 18:34:27 UTC) #5
Greg Billock
On 2014/07/25 18:34:27, Michael van Ouwerkerk wrote: > What kind of leak prevention do you ...
6 years, 4 months ago (2014-07-29 16:37:05 UTC) #6
Greg Billock
https://codereview.chromium.org/411503005/diff/20001/chrome/browser/content_settings/permission_context_base_unittest.cc File chrome/browser/content_settings/permission_context_base_unittest.cc (right): https://codereview.chromium.org/411503005/diff/20001/chrome/browser/content_settings/permission_context_base_unittest.cc#newcode42 chrome/browser/content_settings/permission_context_base_unittest.cc:42: PermissionBubbleManager::CreateForWebContents(web_contents()); On 2014/07/23 16:29:10, leng wrote: > Is this ...
6 years, 4 months ago (2014-07-29 16:44:14 UTC) #7
Michael van Ouwerkerk
On 2014/07/29 16:37:05, Greg Billock wrote: > On 2014/07/25 18:34:27, Michael van Ouwerkerk wrote: > ...
6 years, 4 months ago (2014-08-01 15:43:41 UTC) #8
Greg Billock
On 2014/08/01 15:43:41, Michael van Ouwerkerk wrote: > On 2014/07/29 16:37:05, Greg Billock wrote: > ...
6 years, 4 months ago (2014-08-01 20:15:58 UTC) #9
Greg Billock
On 2014/08/01 20:15:58, Greg Billock wrote: > On 2014/08/01 15:43:41, Michael van Ouwerkerk wrote: > ...
6 years, 4 months ago (2014-08-07 21:38:07 UTC) #10
Michael van Ouwerkerk
lgtm
6 years, 4 months ago (2014-08-07 21:58:59 UTC) #11
Greg Billock
The CQ bit was checked by gbillock@chromium.org
6 years, 4 months ago (2014-08-13 21:24:45 UTC) #12
Greg Billock
On 2014/08/13 21:24:45, Greg Billock wrote: > The CQ bit was checked by mailto:gbillock@chromium.org Added ...
6 years, 4 months ago (2014-08-13 21:26:31 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/411503005/80001
6 years, 4 months ago (2014-08-13 21:27:06 UTC) #14
Bernhard Bauer
content settings and WebUI LGTM https://codereview.chromium.org/411503005/diff/80001/chrome/browser/content_settings/permission_context_base_unittest.cc File chrome/browser/content_settings/permission_context_base_unittest.cc (right): https://codereview.chromium.org/411503005/diff/80001/chrome/browser/content_settings/permission_context_base_unittest.cc#newcode33 chrome/browser/content_settings/permission_context_base_unittest.cc:33: id, url, url, accept, ...
6 years, 4 months ago (2014-08-13 21:30:31 UTC) #15
Greg Billock
https://codereview.chromium.org/411503005/diff/80001/chrome/browser/content_settings/permission_context_base_unittest.cc File chrome/browser/content_settings/permission_context_base_unittest.cc (right): https://codereview.chromium.org/411503005/diff/80001/chrome/browser/content_settings/permission_context_base_unittest.cc#newcode33 chrome/browser/content_settings/permission_context_base_unittest.cc:33: id, url, url, accept, accept); On 2014/08/13 21:30:31, Bernhard ...
6 years, 4 months ago (2014-08-13 22:12:23 UTC) #16
Greg Billock
The CQ bit was checked by gbillock@chromium.org
6 years, 4 months ago (2014-08-13 22:12:30 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/411503005/100001
6 years, 4 months ago (2014-08-13 22:14:55 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-14 04:21:34 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-14 04:29:45 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/4177)
6 years, 4 months ago (2014-08-14 04:29:46 UTC) #21
Paweł Hajdan Jr.
Adding Randy and Asanka to review the downloads changes. They are not obvious to me.
6 years, 4 months ago (2014-08-14 11:28:57 UTC) #22
asanka
Can you add a bug annotation?
6 years, 4 months ago (2014-08-14 15:43:49 UTC) #23
asanka
https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc File chrome/browser/download/download_permission_request.cc (right): https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc#newcode35 chrome/browser/download/download_permission_request.cc:35: return true; Why is it necessary to invert this? ...
6 years, 4 months ago (2014-08-14 15:49:31 UTC) #24
Greg Billock
https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc File chrome/browser/download/download_permission_request.cc (right): https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc#newcode35 chrome/browser/download/download_permission_request.cc:35: return true; On 2014/08/14 15:49:31, asanka wrote: > Why ...
6 years, 4 months ago (2014-08-18 22:28:12 UTC) #25
asanka
https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc File chrome/browser/download/download_permission_request.cc (right): https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc#newcode35 chrome/browser/download/download_permission_request.cc:35: return true; On 2014/08/18 22:28:12, Greg Billock wrote: > ...
6 years, 4 months ago (2014-08-22 20:56:48 UTC) #26
Greg Billock
On 2014/08/22 20:56:48, asanka wrote: > https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc > File chrome/browser/download/download_permission_request.cc (right): > > https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc#newcode35 > ...
6 years, 3 months ago (2014-08-26 21:02:26 UTC) #27
asanka
On 2014/08/26 21:02:26, Greg Billock wrote: > On 2014/08/22 20:56:48, asanka wrote: > > > ...
6 years, 3 months ago (2014-08-26 22:50:01 UTC) #28
Greg Billock
https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc File chrome/browser/download/download_permission_request.cc (right): https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc#newcode35 chrome/browser/download/download_permission_request.cc:35: return true; On 2014/08/22 20:56:47, asanka wrote: > On ...
6 years, 3 months ago (2014-09-05 17:41:05 UTC) #29
Greg Billock
On 2014/09/05 17:41:05, Greg Billock wrote: > https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc > File chrome/browser/download/download_permission_request.cc (right): > > https://codereview.chromium.org/411503005/diff/100001/chrome/browser/download/download_permission_request.cc#newcode35 ...
6 years, 3 months ago (2014-09-17 21:10:44 UTC) #30
Greg Billock
On 2014/09/17 21:10:44, Greg Billock wrote: > On 2014/09/05 17:41:05, Greg Billock wrote: > > ...
6 years, 2 months ago (2014-10-09 16:51:41 UTC) #31
asanka
lgtm
6 years, 2 months ago (2014-10-10 21:07:03 UTC) #32
markusheintz_
On 2014/10/10 21:07:03, asanka wrote: > lgtm LGTM
6 years, 2 months ago (2014-10-16 16:08:18 UTC) #33
felt
On 2014/10/16 16:08:18, markusheintz_ wrote: > On 2014/10/10 21:07:03, asanka wrote: > > lgtm > ...
6 years, 1 month ago (2014-11-05 03:02:29 UTC) #34
Greg Billock
There's a new scheme for handling the permissions requests that Miguel Garcia made. It may ...
6 years, 1 month ago (2014-11-05 05:11:04 UTC) #35
markusheintz_
On 2014/11/05 05:11:04, Greg Billock wrote: > There's a new scheme for handling the permissions ...
5 years, 8 months ago (2015-04-14 08:53:48 UTC) #37
Greg Billock
I think I handed this cl off, but I haven't tracked it through to know ...
5 years, 8 months ago (2015-04-14 15:45:15 UTC) #38
felt
5 years, 8 months ago (2015-04-14 15:46:10 UTC) #39
On 2015/04/14 15:45:15, Greg Billock wrote:
> I think I handed this cl off, but I haven't tracked it through to know what
> happened -- my guess is it is obsolete.
> 
> 
> On Tue, Apr 14, 2015 at 1:53 AM, <mailto:markusheintz@chromium.org> wrote:
> 
> > On 2014/11/05 05:11:04, Greg Billock wrote:
> >
> >> There's a new scheme for handling the permissions requests that Miguel
> >> Garcia made. It may be easier to just integrate with that than to follow
> >> client code around. I haven't solved that question yet though.
> >>
> >
> >  On Tue, Nov 4, 2014 at 7:02 PM, <mailto:felt@chromium.org> wrote:
> >>
> >
> >  > On 2014/10/16 16:08:18, markusheintz_ wrote:
> >> >
> >> >> On 2014/10/10 21:07:03, asanka wrote:
> >> >> > lgtm
> >> >>
> >> >
> >> >  LGTM
> >> >>
> >> >
> >> > what remains on this bug besides fixing the compile errors?
> >> >
> >> > <crxref style="background-image:
> >>
> > url(chrome-extension://ppnlfijacbhfpjgkafbeiaklmgoljo
> > oo/res/type/codereview.png);">https://codereview.chromium.org/411503005/
> > </crxref>
> >
> >> >
> >>
> >
> >  To unsubscribe from this group and stop receiving emails from it, send an
> >>
> > email
> >
> >> to mailto:chromium-reviews+unsubscribe@chromium.org.
> >>
> >
> > Do we still need this CL or can we close it?
> >
> > https://codereview.chromium.org/411503005/
> >
> 
> To unsubscribe from this group and stop receiving emails from it, send an
email
> to mailto:chromium-reviews+unsubscribe@chromium.org.

Yes, this CL is obsolete now -- tests were updated in subsequent CLs.

Powered by Google App Engine
This is Rietveld 408576698