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

Issue 368923004: Adding an ExecutorFactory for the bindings. (Closed)

Created:
6 years, 5 months ago by qsr
Modified:
6 years, 5 months ago
Reviewers:
rmcilroy
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Project:
chromium
Visibility:
Public.

Description

Adding an ExecutorFactory for the bindings. This will allow to call back the thread owning a connector from the finalization thread. This API is private to the bindings code. R=rmcilroy@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281821

Patch Set 1 #

Patch Set 2 : Use a null buffer so that no data is sent. #

Total comments: 16

Patch Set 3 : #

Total comments: 37

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+287 lines, -0 lines) Patch
A mojo/android/javatests/src/org/chromium/mojo/bindings/ExecutorFactoryTest.java View 1 2 3 1 chunk +104 lines, -0 lines 0 comments Download
A mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java View 1 2 3 1 chunk +183 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
qsr
You can see the usage of this API here: https://chromiumcodereview.appspot.com/364063006/patch/1/10006
6 years, 5 months ago (2014-07-03 16:18:31 UTC) #1
qsr
gentle ping?
6 years, 5 months ago (2014-07-07 12:09:26 UTC) #2
rmcilroy
Overall this looks a lot better than the previous executor CL, thanks. https://codereview.chromium.org/368923004/diff/20001/mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java File mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java ...
6 years, 5 months ago (2014-07-07 18:53:30 UTC) #3
qsr
https://codereview.chromium.org/368923004/diff/20001/mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java File mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java (right): https://codereview.chromium.org/368923004/diff/20001/mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java#newcode64 mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java:64: if (mWaiter != null) { On 2014/07/07 18:53:30, rmcilroy ...
6 years, 5 months ago (2014-07-08 08:42:41 UTC) #4
rmcilroy
Mostly nits - lgtm assuming the comments can be addressed. https://codereview.chromium.org/368923004/diff/20001/mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java File mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java (right): https://codereview.chromium.org/368923004/diff/20001/mojo/bindings/java/src/org/chromium/mojo/bindings/ExecutorFactory.java#newcode121 ...
6 years, 5 months ago (2014-07-08 12:35:09 UTC) #5
qsr
https://chromiumcodereview.appspot.com/368923004/diff/40001/mojo/android/javatests/src/org/chromium/mojo/bindings/ExecutorFactoryTest.java File mojo/android/javatests/src/org/chromium/mojo/bindings/ExecutorFactoryTest.java (right): https://chromiumcodereview.appspot.com/368923004/diff/40001/mojo/android/javatests/src/org/chromium/mojo/bindings/ExecutorFactoryTest.java#newcode56 mojo/android/javatests/src/org/chromium/mojo/bindings/ExecutorFactoryTest.java:56: assertEquals(Thread.currentThread(), mThreadContainer.get(0)); On 2014/07/08 12:35:07, rmcilroy wrote: > nit ...
6 years, 5 months ago (2014-07-08 13:52:45 UTC) #6
qsr
The CQ bit was checked by qsr@chromium.org
6 years, 5 months ago (2014-07-08 13:52:48 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/368923004/60001
6 years, 5 months ago (2014-07-08 13:53:31 UTC) #8
commit-bot: I haz the power
6 years, 5 months ago (2014-07-08 20:59:06 UTC) #9
Message was sent while issue was closed.
Change committed as 281821

Powered by Google App Engine
This is Rietveld 408576698