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

Issue 22532011: Pass handle of the native view window to the native messaging host. (Closed)

Created:
7 years, 4 months ago by alexeypa (please no reviews)
Modified:
7 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Pass handle of the native view window to the native messaging host. Passing the handle allows the native messaging host to create native UI windows that will be correctly focused. The handle is passed on the command line as "--parent-window=<decimal handle value>". BUG=269068 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216595

Patch Set 1 #

Total comments: 9

Patch Set 2 : - #

Total comments: 6

Patch Set 3 : - #

Messages

Total messages: 11 (0 generated)
alexeypa (please no reviews)
PTAL.
7 years, 4 months ago (2013-08-07 21:46:33 UTC) #1
Sergey Ulanov
Description should refer refer to bug 269068, not 173509 https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_message_process_host.cc File chrome/browser/extensions/api/messaging/native_message_process_host.cc (right): https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_message_process_host.cc#newcode82 chrome/browser/extensions/api/messaging/native_message_process_host.cc:82: ...
7 years, 4 months ago (2013-08-07 22:51:20 UTC) #2
Matt Perry
This seems awfully specific to one use case. Is there a more general approach? For ...
7 years, 4 months ago (2013-08-07 22:53:55 UTC) #3
Sergey Ulanov
On 2013/08/07 22:53:55, Matt Perry wrote: > This seems awfully specific to one use case. ...
7 years, 4 months ago (2013-08-08 00:39:15 UTC) #4
Matt Perry
On 2013/08/08 00:39:15, Sergey Ulanov wrote: > On 2013/08/07 22:53:55, Matt Perry wrote: > > ...
7 years, 4 months ago (2013-08-08 00:43:51 UTC) #5
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_message_process_host.cc File chrome/browser/extensions/api/messaging/native_message_process_host.cc (right): https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_message_process_host.cc#newcode82 chrome/browser/extensions/api/messaging/native_message_process_host.cc:82: int source_process_id, On 2013/08/07 22:51:20, Sergey Ulanov wrote: > ...
7 years, 4 months ago (2013-08-08 16:57:32 UTC) #6
Sergey Ulanov
lgtm https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_process_launcher.cc File chrome/browser/extensions/api/messaging/native_process_launcher.cc (right): https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_process_launcher.cc#newcode195 chrome/browser/extensions/api/messaging/native_process_launcher.cc:195: base::Int64ToString(window_handle)); On 2013/08/08 16:57:32, alexeypa wrote: > On ...
7 years, 4 months ago (2013-08-08 18:22:37 UTC) #7
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_process_launcher.cc File chrome/browser/extensions/api/messaging/native_process_launcher.cc (right): https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_process_launcher.cc#newcode195 chrome/browser/extensions/api/messaging/native_process_launcher.cc:195: base::Int64ToString(window_handle)); > How are the handles signed? I thought ...
7 years, 4 months ago (2013-08-08 23:57:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/22532011/23001
7 years, 4 months ago (2013-08-09 00:08:23 UTC) #9
Sergey Ulanov
lgtm https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_process_launcher.cc File chrome/browser/extensions/api/messaging/native_process_launcher.cc (right): https://chromiumcodereview.appspot.com/22532011/diff/1/chrome/browser/extensions/api/messaging/native_process_launcher.cc#newcode195 chrome/browser/extensions/api/messaging/native_process_launcher.cc:195: base::Int64ToString(window_handle)); On 2013/08/08 23:57:41, alexeypa wrote: > > ...
7 years, 4 months ago (2013-08-09 01:00:52 UTC) #10
commit-bot: I haz the power
7 years, 4 months ago (2013-08-09 05:13:12 UTC) #11
Message was sent while issue was closed.
Change committed as 216595

Powered by Google App Engine
This is Rietveld 408576698