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

Issue 2784533002: Turn on auto-dismissing dialogs for trunk builds. (Closed)

Created:
3 years, 8 months ago by Avi (use Gerrit)
Modified:
3 years, 7 months ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Turn on auto-dismissing dialogs for trunk builds. BUG=629964 Review-Url: https://codereview.chromium.org/2784533002 Cr-Commit-Position: refs/heads/master@{#468636} Committed: https://chromium.googlesource.com/chromium/src/+/31f873664134b070fdc2cd2e387edc045de432a8

Patch Set 1 #

Total comments: 2

Patch Set 2 : the right way #

Patch Set 3 : fix tests #

Patch Set 4 : more #

Patch Set 5 : reparent #

Patch Set 6 : reparent #

Patch Set 7 : reparent for reals #

Patch Set 8 : fix #

Total comments: 2

Patch Set 9 : chromeos #

Patch Set 10 : chromeos #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -240 lines) Patch
M chrome/browser/chromeos/login/signin/oauth2_browsertest.cc View 1 2 3 4 5 6 7 8 9 6 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/extensions/content_script_apitest.cc View 1 2 3 4 5 6 7 7 chunks +21 lines, -121 lines 0 comments Download
M chrome/browser/mouseleave_browsertest.cc View 1 2 3 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc View 1 2 3 7 chunks +23 lines, -81 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 9 chunks +37 lines, -24 lines 0 comments Download
M chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M testing/variations/fieldtrial_testing_config.json View 1 2 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 67 (49 generated)
Avi (use Gerrit)
3 years, 8 months ago (2017-03-28 16:28:01 UTC) #4
nasko
https://codereview.chromium.org/2784533002/diff/1/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc File chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc (right): https://codereview.chromium.org/2784533002/diff/1/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc#newcode31 chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc:31: #endif It isn't very obvious, but the right way ...
3 years, 8 months ago (2017-03-28 17:29:19 UTC) #7
nasko
Example of how it was done for Isolate Extensions: https://codereview.chromium.org/2692153002/
3 years, 8 months ago (2017-03-28 17:42:36 UTC) #8
Avi (use Gerrit)
https://codereview.chromium.org/2784533002/diff/1/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc File chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc (right): https://codereview.chromium.org/2784533002/diff/1/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc#newcode31 chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc:31: #endif On 2017/03/28 17:29:19, nasko wrote: > It isn't ...
3 years, 8 months ago (2017-03-28 19:58:51 UTC) #11
nasko
On 2017/03/28 19:58:51, Avi wrote: > https://codereview.chromium.org/2784533002/diff/1/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc > File chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc > (right): > > https://codereview.chromium.org/2784533002/diff/1/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc#newcode31 ...
3 years, 8 months ago (2017-03-28 20:06:30 UTC) #12
Avi (use Gerrit)
ptal.
3 years, 8 months ago (2017-03-28 20:35:27 UTC) #15
Avi (use Gerrit)
ptal.
3 years, 8 months ago (2017-03-28 20:35:28 UTC) #16
Avi (use Gerrit)
On 2017/03/28 20:35:28, Avi wrote: > ptal. Oooooooooh. I think I need to get the ...
3 years, 8 months ago (2017-03-28 20:40:47 UTC) #17
nasko
The change itself looks fine, but it doesn't make the bots happy :).
3 years, 8 months ago (2017-03-29 00:06:28 UTC) #18
Avi (use Gerrit)
On 2017/03/29 00:06:28, nasko wrote: > The change itself looks fine, but it doesn't make ...
3 years, 8 months ago (2017-03-29 03:14:39 UTC) #19
Avi (use Gerrit)
Ilya: testing/variations Devlin: chrome/browser/extensions Jochen: everything else
3 years, 7 months ago (2017-05-01 17:03:12 UTC) #49
Devlin
extensions lgtm. So much cleaner! :) https://codereview.chromium.org/2784533002/diff/140001/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.h File chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.h (right): https://codereview.chromium.org/2784533002/diff/140001/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.h#newcode40 chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.h:40: bool IsShowingDialogForTesting(); drive-by ...
3 years, 7 months ago (2017-05-01 17:12:22 UTC) #50
Ilya Sherman
fieldtrial changes lgtm
3 years, 7 months ago (2017-05-01 17:58:38 UTC) #53
Avi (use Gerrit)
Alexander: ChromeOS file, please (missed it earlier) https://codereview.chromium.org/2784533002/diff/140001/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.h File chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.h (right): https://codereview.chromium.org/2784533002/diff/140001/chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.h#newcode40 chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.h:40: bool IsShowingDialogForTesting(); ...
3 years, 7 months ago (2017-05-01 18:55:23 UTC) #57
Alexander Alekseev
chrome/browser/chromeos/login/signin/ lgtm
3 years, 7 months ago (2017-05-01 20:47:16 UTC) #60
jochen (gone - plz use gerrit)
lgtm
3 years, 7 months ago (2017-05-02 09:13:06 UTC) #61
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/2784533002/180001
3 years, 7 months ago (2017-05-02 15:05:24 UTC) #64
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 15:09:53 UTC) #67
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/31f873664134b070fdc2cd2e387e...

Powered by Google App Engine
This is Rietveld 408576698