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

Issue 9570012: Implement Linux Media Stream Infobar (Closed)

Created:
8 years, 9 months ago by Jeremy Mao
Modified:
8 years, 9 months ago
CC:
chromium-reviews, mflodman_chromium_OOO, tfarina
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Implement Linux Media Stream Infobar BUG=116249 TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=125780

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fix macourteau's comments #

Patch Set 3 : Add a missing file #

Total comments: 7

Patch Set 4 : Rebase and fix several comments #

Patch Set 5 : Rebase and fix Evan's comments #

Total comments: 2

Patch Set 6 : Fix tfarina's comments #

Total comments: 1

Patch Set 7 : Fix Peter's comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -7 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
A chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h View 1 2 3 4 5 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc View 1 2 3 4 5 1 chunk +92 lines, -0 lines 0 comments Download
M chrome/browser/ui/media_stream_infobar_delegate.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 1 comment Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
Jeremy Mao
Hi macourteau: Could you please take a look at this change when you free. Thanks ...
8 years, 9 months ago (2012-03-01 13:40:12 UTC) #1
macourteau
Hi Jeremy, Thanks for the patch and the quick turnaround! However, I'm not familiar with ...
8 years, 9 months ago (2012-03-01 14:06:22 UTC) #2
Henrik Grunell
Hi, I was put as reviewer. I'm not familiar with the browser code or gtk ...
8 years, 9 months ago (2012-03-01 14:12:09 UTC) #3
Jeremy Mao
On 2012/03/01 14:12:09, Henrik Grunell wrote: > Hi, I was put as reviewer. I'm not ...
8 years, 9 months ago (2012-03-01 14:21:01 UTC) #4
Jeremy Mao
On 2012/03/01 14:06:22, macourteau wrote: > Hi Jeremy, > > Thanks for the patch and ...
8 years, 9 months ago (2012-03-01 14:43:55 UTC) #5
macourteau
A couple more comments. I see you've added OWNERS from the gtk/ subdirectory to the ...
8 years, 9 months ago (2012-03-01 15:32:29 UTC) #6
Evan Stade
http://codereview.chromium.org/9570012/diff/7002/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc File chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc (right): http://codereview.chromium.org/9570012/diff/7002/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc#newcode41 chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc:41: if (!delegate_->has_audio()) { no curlies. http://codereview.chromium.org/9570012/diff/7002/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc#newcode65 chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc:65: // The ...
8 years, 9 months ago (2012-03-01 17:53:46 UTC) #7
Jeremy Mao
On 2012/03/01 15:32:29, macourteau wrote: > A couple more comments. > > I see you've ...
8 years, 9 months ago (2012-03-02 01:45:06 UTC) #8
Jeremy Mao
On 2012/03/01 17:53:46, Evan Stade wrote: > http://codereview.chromium.org/9570012/diff/7002/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc > File chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc (right): > > http://codereview.chromium.org/9570012/diff/7002/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.cc#newcode41 ...
8 years, 9 months ago (2012-03-02 01:49:55 UTC) #9
Evan Stade
please respond by using comments. It is easier to track the separate threads that way. ...
8 years, 9 months ago (2012-03-02 21:21:44 UTC) #10
Jeremy Mao
Hi Evan, Thanks for your explanation, I think it's a good idea to refactor such ...
8 years, 9 months ago (2012-03-03 03:46:22 UTC) #11
Peter Kasting
On 2012/03/03 03:46:22, Jeremy Mao wrote: > Hi Evan, > Thanks for your explanation, I ...
8 years, 9 months ago (2012-03-03 06:34:08 UTC) #12
Jeremy Mao
On 2012/03/03 06:34:08, Peter Kasting wrote: > If you don't want to combine the two ...
8 years, 9 months ago (2012-03-03 12:29:38 UTC) #13
Jeremy Mao
Hi all, could you please take a look at this again when you are free? ...
8 years, 9 months ago (2012-03-06 07:18:48 UTC) #14
tfarina
http://codereview.chromium.org/9570012/diff/13001/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h File chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h (right): http://codereview.chromium.org/9570012/diff/13001/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h#newcode10 chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h:10: #include "chrome/browser/media/media_stream_devices_menu_model.h" nit: please, forward declare this instead. http://codereview.chromium.org/9570012/diff/13001/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h#newcode12 ...
8 years, 9 months ago (2012-03-06 14:24:06 UTC) #15
Evan Stade
lgtm
8 years, 9 months ago (2012-03-06 21:22:14 UTC) #16
Jeremy Mao
On 2012/03/06 14:24:06, tfarina wrote: > http://codereview.chromium.org/9570012/diff/13001/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h > File chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h (right): > > http://codereview.chromium.org/9570012/diff/13001/chrome/browser/ui/gtk/infobars/media_stream_infobar_gtk.h#newcode10 > ...
8 years, 9 months ago (2012-03-07 01:35:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yujie.mao@intel.com/9570012/17003
8 years, 9 months ago (2012-03-07 01:36:59 UTC) #18
commit-bot: I haz the power
Presubmit check for 9570012-17003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 9 months ago (2012-03-07 01:37:03 UTC) #19
Jeremy Mao
8 years, 9 months ago (2012-03-08 07:15:48 UTC) #20
Peter Kasting
LGTM w/question http://codereview.chromium.org/9570012/diff/17003/chrome/browser/ui/media_stream_infobar_delegate.cc File chrome/browser/ui/media_stream_infobar_delegate.cc (right): http://codereview.chromium.org/9570012/diff/17003/chrome/browser/ui/media_stream_infobar_delegate.cc#newcode113 chrome/browser/ui/media_stream_infobar_delegate.cc:113: #if !defined(TOOLKIT_VIEWS) && !defined(OS_LINUX) Maybe this should ...
8 years, 9 months ago (2012-03-08 21:00:11 UTC) #21
Jeremy Mao
On 2012/03/08 21:00:11, Peter Kasting wrote: > LGTM w/question > > http://codereview.chromium.org/9570012/diff/17003/chrome/browser/ui/media_stream_infobar_delegate.cc > File chrome/browser/ui/media_stream_infobar_delegate.cc ...
8 years, 9 months ago (2012-03-09 01:09:24 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yujie.mao@intel.com/9570012/24001
8 years, 9 months ago (2012-03-09 01:12:17 UTC) #23
commit-bot: I haz the power
Change committed as 125780
8 years, 9 months ago (2012-03-09 03:01:53 UTC) #24
Nico
http://codereview.chromium.org/9570012/diff/24001/chrome/browser/ui/media_stream_infobar_delegate.cc File chrome/browser/ui/media_stream_infobar_delegate.cc (right): http://codereview.chromium.org/9570012/diff/24001/chrome/browser/ui/media_stream_infobar_delegate.cc#newcode113 chrome/browser/ui/media_stream_infobar_delegate.cc:113: #if defined(OS_MAC) Hi, it's OS_MACOSX, not OS_MAC. As is, ...
8 years, 9 months ago (2012-03-17 19:57:19 UTC) #25
Nico
8 years, 9 months ago (2012-03-17 20:01:23 UTC) #26

Powered by Google App Engine
This is Rietveld 408576698