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

Issue 2856050: Adding srpc example to naclports. (Closed)

Created:
10 years, 5 months ago by mlinck
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Adding srpc example to naclports. Updated scriptable to contain method and function specific functionality. Scriptables now only have two virtual functions to tell them what to implement. Cleaned up style points and obsolete comments. Made some style changes to scriptable.

Patch Set 1 #

Total comments: 61

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1056 lines, -0 lines) Patch
A examples/srpc/duality/Makefile View 1 1 chunk +45 lines, -0 lines 0 comments Download
A examples/srpc/duality/duality.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A examples/srpc/duality/duality.cc View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download
A examples/srpc/duality/duality.html View 1 1 chunk +182 lines, -0 lines 0 comments Download
A examples/srpc/duality/loader.cc View 1 1 chunk +57 lines, -0 lines 0 comments Download
A examples/srpc/duality/nacl_build.mk View 1 chunk +79 lines, -0 lines 0 comments Download
A examples/srpc/duality/npp_gate.cc View 1 1 chunk +160 lines, -0 lines 0 comments Download
A examples/srpc/duality/scriptable.h View 1 2 3 4 1 chunk +66 lines, -0 lines 0 comments Download
A examples/srpc/duality/scriptable.cc View 2 1 chunk +119 lines, -0 lines 0 comments Download
A examples/srpc/duality/scripting_bridge.h View 1 1 chunk +151 lines, -0 lines 0 comments Download
A examples/srpc/duality/scripting_bridge.cc View 1 2 3 4 1 chunk +112 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
David Springer
We talked off-line about the separation of Scriptable and ScriptingBridge. I tried to capture that ...
10 years, 5 months ago (2010-07-21 17:29:13 UTC) #1
mlinck
I made the recommended changes. Uploading new changelist momentarily. http://codereview.chromium.org/2856050/diff/1/2 File examples/srpc/duality/Makefile (right): http://codereview.chromium.org/2856050/diff/1/2#newcode8 examples/srpc/duality/Makefile:8: ...
10 years, 5 months ago (2010-07-21 21:12:02 UTC) #2
mlinck
More changes: I added a couple of pure vitual methods to scriptable: InitializeMethodTable() and InitializePropertyTable() ...
10 years, 5 months ago (2010-07-21 22:08:29 UTC) #3
mlinck
10 years, 5 months ago (2010-07-21 23:11:09 UTC) #4
David Springer
Couple of questions and comments, and there are still a bunch of Style Guide issues ...
10 years, 5 months ago (2010-07-21 23:41:14 UTC) #5
mlinck
http://codereview.chromium.org/2856050/diff/24001/25003 File examples/srpc/duality/duality.h (right): http://codereview.chromium.org/2856050/diff/24001/25003#newcode20 examples/srpc/duality/duality.h:20: static bool SayHello(Scriptable * instance, On 2010/07/21 23:41:14, David ...
10 years, 5 months ago (2010-07-22 02:16:56 UTC) #6
mlinck
On 2010/07/21 23:41:14, David Springer wrote: > Couple of questions and comments, and there are ...
10 years, 5 months ago (2010-07-22 02:19:25 UTC) #7
mlinck
On 2010/07/22 02:19:25, mlinck wrote: > On 2010/07/21 23:41:14, David Springer wrote: > > Couple ...
10 years, 5 months ago (2010-07-22 02:29:58 UTC) #8
mlinck
10 years, 5 months ago (2010-07-22 02:39:42 UTC) #9

          

Powered by Google App Engine
This is Rietveld 408576698