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

Issue 1081007: Implement ConfirmInfoBar link support on GTK... (Closed)

Created:
10 years, 9 months ago by joth
Modified:
9 years, 7 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, ben+cc_chromium.org, bulach
Visibility:
Public.

Description

Implement ConfirmInfoBar link support on GTK this is the follow up to http://codereview.chromium.org/1037006 which added it on windows, and http://codereview.chromium.org/1127001 which added it to Mac. BUG=11246 TEST=run browser with --enable-geolocation, open maps.google.com and click my location. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42337

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -56 lines) Patch
M chrome/browser/gtk/infobar_gtk.h View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/gtk/infobar_gtk.cc View 1 2 3 4 5 6 5 chunks +79 lines, -56 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
joth
Marcus, could you have a quick scan over this and then I'll track down a ...
10 years, 9 months ago (2010-03-19 12:33:33 UTC) #1
bulach
overall lgtm, but please get some GTK advise.. couple of comments below: http://codereview.chromium.org/1081007/diff/8001/9002 File chrome/browser/gtk/infobar_gtk.cc ...
10 years, 9 months ago (2010-03-19 14:24:23 UTC) #2
joth
Cheers! http://codereview.chromium.org/1081007/diff/8001/9002 File chrome/browser/gtk/infobar_gtk.cc (right): http://codereview.chromium.org/1081007/diff/8001/9002#newcode250 chrome/browser/gtk/infobar_gtk.cc:250: explicit AlertInfoBar(AlertInfoBarDelegate* delegate) On 2010/03/19 14:24:23, bulach wrote: ...
10 years, 9 months ago (2010-03-19 15:02:57 UTC) #3
joth
Evan, I think you're the main author for this file, would you be able to ...
10 years, 9 months ago (2010-03-19 15:06:30 UTC) #4
Evan Stade
why don't you just change the base class of confirminfobar to linkinfobar?
10 years, 9 months ago (2010-03-19 17:00:56 UTC) #5
joth
"click" Excellent suggestion. I was blinkered by the windows implementation where ConfirmInfoBar is highly dependent ...
10 years, 9 months ago (2010-03-19 17:13:17 UTC) #6
joth
only ............. the catch is LinkInfoBar wants to deal with a LinkInfoBarDelegate, which is not ...
10 years, 9 months ago (2010-03-19 17:30:57 UTC) #7
Evan Stade
On 2010/03/19 17:30:57, joth wrote: > only ............. the catch is LinkInfoBar wants to deal ...
10 years, 9 months ago (2010-03-19 23:42:26 UTC) #8
Evan Stade
Also, I kind of think that the name LinkInfoBar doesn't make much sense without AlertInfoBar. ...
10 years, 9 months ago (2010-03-19 23:44:20 UTC) #9
joth
Thanks for looking again. I agree AlertInfoBar seems spurious. I'm tempted to go as far ...
10 years, 9 months ago (2010-03-22 17:41:14 UTC) #10
Evan Stade
ok. lgtm. thanks for doing this.
10 years, 9 months ago (2010-03-22 17:55:09 UTC) #11
joth
10 years, 9 months ago (2010-03-22 19:53:33 UTC) #12
On 2010/03/22 17:55:09, Evan Stade wrote:
> ok. lgtm. thanks for doing this.

Great, thanks. Glad to learn some GTK
Bug raised here: http://crbug.com/38924 I'll add a todo & link to that in the
code.

Powered by Google App Engine
This is Rietveld 408576698