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

Issue 9683003: Aura: Show dialog box asking user's permisssion for screen sharing for gtalk (Closed)

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

Description

Aura: Show dialog box asking user's permisssion for screen sharing for gtalk video plugin. BUG=111282 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127638

Patch Set 1 #

Patch Set 2 : patch #

Total comments: 2

Patch Set 3 : patch #

Patch Set 4 : patch #

Total comments: 3

Patch Set 5 : patch #

Total comments: 6

Patch Set 6 : patch #

Total comments: 3

Patch Set 7 : patch #

Total comments: 4

Patch Set 8 : patch #

Total comments: 4

Patch Set 9 : patch #

Patch Set 10 : patch #

Total comments: 2

Patch Set 11 : patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -0 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 4 chunks +8 lines, -0 lines 0 comments Download
A chrome/browser/pepper_gtalk_message_filter.h View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/pepper_gtalk_message_filter.cc View 1 2 3 4 5 6 7 8 1 chunk +61 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (0 generated)
varunjain
8 years, 9 months ago (2012-03-12 07:32:05 UTC) #1
Avi (use Gerrit)
https://chromiumcodereview.appspot.com/9683003/diff/2001/content/browser/renderer_host/pepper_message_filter.cc File content/browser/renderer_host/pepper_message_filter.cc (right): https://chromiumcodereview.appspot.com/9683003/diff/2001/content/browser/renderer_host/pepper_message_filter.cc#newcode661 content/browser/renderer_host/pepper_message_filter.cc:661: string16 message(ASCIIToUTF16("Share your screen?")); Do you have a better ...
8 years, 9 months ago (2012-03-12 14:45:30 UTC) #2
jam
there are a few issues here -a chrome-specific api added to ContentBrowserClient, which we avoid, ...
8 years, 9 months ago (2012-03-12 16:09:54 UTC) #3
jam
btw more info about the content/chrome split is here: http://www.chromium.org/developers/content-module
8 years, 9 months ago (2012-03-12 16:10:54 UTC) #4
Josh Horwich
On 2012/03/12 16:09:54, John Abd-El-Malek wrote: > there are a few issues here > -a ...
8 years, 9 months ago (2012-03-12 18:42:27 UTC) #5
varunjain
Hi John, Brett, I have changed this CL according to what we talk about. PTAL. ...
8 years, 9 months ago (2012-03-14 18:17:55 UTC) #6
Josh Horwich
A drive-by question on localization https://chromiumcodereview.appspot.com/9683003/diff/11001/chrome/browser/renderer_host/chrome_render_view_host_observer.cc File chrome/browser/renderer_host/chrome_render_view_host_observer.cc (right): https://chromiumcodereview.appspot.com/9683003/diff/11001/chrome/browser/renderer_host/chrome_render_view_host_observer.cc#newcode189 chrome/browser/renderer_host/chrome_render_view_host_observer.cc:189: string16 message = ASCIIToUTF16("Share ...
8 years, 9 months ago (2012-03-14 18:41:45 UTC) #7
varunjain
https://chromiumcodereview.appspot.com/9683003/diff/11001/chrome/browser/renderer_host/chrome_render_view_host_observer.cc File chrome/browser/renderer_host/chrome_render_view_host_observer.cc (right): https://chromiumcodereview.appspot.com/9683003/diff/11001/chrome/browser/renderer_host/chrome_render_view_host_observer.cc#newcode189 chrome/browser/renderer_host/chrome_render_view_host_observer.cc:189: string16 message = ASCIIToUTF16("Share your screen?"); On 2012/03/14 18:41:45, ...
8 years, 9 months ago (2012-03-14 18:49:08 UTC) #8
sky
I suspect you don't really need 5 people reviewing this. I'm removing myself from the ...
8 years, 9 months ago (2012-03-14 20:56:28 UTC) #9
Avi (use Gerrit)
https://chromiumcodereview.appspot.com/9683003/diff/11001/chrome/browser/renderer_host/chrome_render_view_host_observer.cc File chrome/browser/renderer_host/chrome_render_view_host_observer.cc (right): https://chromiumcodereview.appspot.com/9683003/diff/11001/chrome/browser/renderer_host/chrome_render_view_host_observer.cc#newcode189 chrome/browser/renderer_host/chrome_render_view_host_observer.cc:189: string16 message = ASCIIToUTF16("Share your screen?"); I'm not familiar ...
8 years, 9 months ago (2012-03-14 21:02:59 UTC) #10
varunjain
On 2012/03/14 21:02:59, Avi wrote: > https://chromiumcodereview.appspot.com/9683003/diff/11001/chrome/browser/renderer_host/chrome_render_view_host_observer.cc > File chrome/browser/renderer_host/chrome_render_view_host_observer.cc (right): > > https://chromiumcodereview.appspot.com/9683003/diff/11001/chrome/browser/renderer_host/chrome_render_view_host_observer.cc#newcode189 > ...
8 years, 9 months ago (2012-03-15 00:44:52 UTC) #11
jam
https://chromiumcodereview.appspot.com/9683003/diff/12004/chrome/browser/renderer_host/chrome_render_view_host_observer.cc File chrome/browser/renderer_host/chrome_render_view_host_observer.cc (right): https://chromiumcodereview.appspot.com/9683003/diff/12004/chrome/browser/renderer_host/chrome_render_view_host_observer.cc#newcode198 chrome/browser/renderer_host/chrome_render_view_host_observer.cc:198: Send(new ChromeViewMsg_GetTalkPermissionACK( what you're doing here is basically a ...
8 years, 9 months ago (2012-03-15 02:05:26 UTC) #12
Avi (use Gerrit)
https://chromiumcodereview.appspot.com/9683003/diff/12004/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/9683003/diff/12004/chrome/app/generated_resources.grd#newcode15368 chrome/app/generated_resources.grd:15368: + System dialog Yuck. Don't we usually use the ...
8 years, 9 months ago (2012-03-15 04:33:03 UTC) #13
brettw
https://chromiumcodereview.appspot.com/9683003/diff/12004/chrome/browser/renderer_host/chrome_render_view_host_observer.cc File chrome/browser/renderer_host/chrome_render_view_host_observer.cc (right): https://chromiumcodereview.appspot.com/9683003/diff/12004/chrome/browser/renderer_host/chrome_render_view_host_observer.cc#newcode198 chrome/browser/renderer_host/chrome_render_view_host_observer.cc:198: Send(new ChromeViewMsg_GetTalkPermissionACK( I talked to John and we can ...
8 years, 9 months ago (2012-03-15 17:44:32 UTC) #14
varunjain
https://chromiumcodereview.appspot.com/9683003/diff/12004/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/9683003/diff/12004/chrome/app/generated_resources.grd#newcode15368 chrome/app/generated_resources.grd:15368: + System dialog On 2012/03/15 04:33:03, Avi wrote: > ...
8 years, 9 months ago (2012-03-15 17:54:15 UTC) #15
Avi (use Gerrit)
https://chromiumcodereview.appspot.com/9683003/diff/15009/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/9683003/diff/15009/chrome/app/generated_resources.grd#newcode15368 chrome/app/generated_resources.grd:15368: + GTalk Screen Sharing Dialog The user sees that ...
8 years, 9 months ago (2012-03-15 18:04:01 UTC) #16
Ben Goodger (Google)
kan/kuscher should comment on the strings here
8 years, 9 months ago (2012-03-15 18:05:01 UTC) #17
Kuscher
Let's use a slight adaptation of what we do on other platforms (adjusted for the ...
8 years, 9 months ago (2012-03-15 18:28:06 UTC) #18
varunjain
@avi,kuscher: Changed the message strings according to comments. @John,Brett: I have made the changes according ...
8 years, 9 months ago (2012-03-16 10:28:45 UTC) #19
Avi (use Gerrit)
The dialog strings LGTM.
8 years, 9 months ago (2012-03-16 12:57:46 UTC) #20
jam
http://codereview.chromium.org/9683003/diff/16006/chrome/browser/pepper_gtalk_message_filter.cc File chrome/browser/pepper_gtalk_message_filter.cc (right): http://codereview.chromium.org/9683003/diff/16006/chrome/browser/pepper_gtalk_message_filter.cc#newcode52 chrome/browser/pepper_gtalk_message_filter.cc:52: // TODO(varunjain): use the renderer_id to get current renderer. ...
8 years, 9 months ago (2012-03-16 21:49:45 UTC) #21
varunjain
John, Brett, as discussed earlier, I am making the dialog system modal for now. PTAL ...
8 years, 9 months ago (2012-03-19 09:05:28 UTC) #22
jam
lgtm https://chromiumcodereview.appspot.com/9683003/diff/22001/chrome/browser/pepper_gtalk_message_filter.cc File chrome/browser/pepper_gtalk_message_filter.cc (right): https://chromiumcodereview.appspot.com/9683003/diff/22001/chrome/browser/pepper_gtalk_message_filter.cc#newcode7 chrome/browser/pepper_gtalk_message_filter.cc:7: #if defined(USE_AURA) nit: usually we put the #includes ...
8 years, 9 months ago (2012-03-19 17:50:07 UTC) #23
varunjain
https://chromiumcodereview.appspot.com/9683003/diff/22001/chrome/browser/pepper_gtalk_message_filter.cc File chrome/browser/pepper_gtalk_message_filter.cc (right): https://chromiumcodereview.appspot.com/9683003/diff/22001/chrome/browser/pepper_gtalk_message_filter.cc#newcode7 chrome/browser/pepper_gtalk_message_filter.cc:7: #if defined(USE_AURA) On 2012/03/19 17:50:07, John Abd-El-Malek wrote: > ...
8 years, 9 months ago (2012-03-19 18:05:13 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/9683003/26001
8 years, 9 months ago (2012-03-19 23:25:58 UTC) #25
commit-bot: I haz the power
Try job failure for 9683003-26001 (retry) on linux_rel for step "check_deps". It's a second try, ...
8 years, 9 months ago (2012-03-20 00:14:58 UTC) #26
varunjain
Talked to Brett and added the one file include to chrome/browser/DEPS On 2012/03/20 00:14:58, I ...
8 years, 9 months ago (2012-03-20 00:17:45 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/9683003/26010
8 years, 9 months ago (2012-03-20 00:18:15 UTC) #28
commit-bot: I haz the power
Try job failure for 9683003-26010 (retry) on linux_rel for step "check_deps". It's a second try, ...
8 years, 9 months ago (2012-03-20 01:18:22 UTC) #29
Josh Horwich
FYI http://codereview.chromium.org/9683003/diff/26010/chrome/browser/DEPS File chrome/browser/DEPS (right): http://codereview.chromium.org/9683003/diff/26010/chrome/browser/DEPS#newcode16 chrome/browser/DEPS:16: "+ppapi/shared_impl/api_id.h" Please add comma after string, that makes ...
8 years, 9 months ago (2012-03-20 01:19:09 UTC) #30
varunjain
http://codereview.chromium.org/9683003/diff/26010/chrome/browser/DEPS File chrome/browser/DEPS (right): http://codereview.chromium.org/9683003/diff/26010/chrome/browser/DEPS#newcode16 chrome/browser/DEPS:16: "+ppapi/shared_impl/api_id.h" On 2012/03/20 01:19:09, Josh Horwich wrote: > Please ...
8 years, 9 months ago (2012-03-20 02:48:34 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/9683003/32001
8 years, 9 months ago (2012-03-20 02:49:18 UTC) #32
commit-bot: I haz the power
8 years, 9 months ago (2012-03-20 03:54:45 UTC) #33
Change committed as 127638

Powered by Google App Engine
This is Rietveld 408576698