Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(777)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: mojo/apps/js/bindings/codec.js
Issue
100573003
:
[Mojo] Move JS bindings out of public (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix header guards
Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
mojo/apps/js/bindings/codec.js
mojo/apps/js/bindings/codec_unittests.js
mojo/apps/js/bindings/connector.js
mojo/apps/js/bindings/connector_unittests.js
mojo/apps/js/bindings/core.h
mojo/apps/js/bindings/core.cc
mojo/apps/js/bindings/core_unittests.js
mojo/apps/js/bindings/handle.h
mojo/apps/js/bindings/handle.cc
mojo/apps/js/bindings/support.h
mojo/apps/js/bindings/support.cc
mojo/apps/js/bindings/threading.h
mojo/apps/js/bindings/threading.cc
mojo/apps/js/bindings/waiting_callback.h
mojo/apps/js/bindings/waiting_callback.cc
mojo/apps/js/main.js
mojo/apps/js/mojo_runner_delegate.cc
mojo/apps/js/test/hexdump.js
mojo/apps/js/test/run_js_tests.cc
mojo/apps/js/threading.h
mojo/apps/js/threading.cc
mojo/mojo.gyp
mojo/mojo_apps.gypi
mojo/mojo_public.gypi
mojo/public/bindings/generators/js_templates/module.js.tmpl
mojo/public/bindings/js/DEPS
mojo/public/bindings/js/codec.js
mojo/public/bindings/js/codec_unittests.js
mojo/public/bindings/js/connector.js
mojo/public/bindings/js/connector_unittests.js
mojo/public/bindings/js/core.h
mojo/public/bindings/js/core.cc
mojo/public/bindings/js/core_unittests.js
mojo/public/bindings/js/handle.h
mojo/public/bindings/js/handle.cc
mojo/public/bindings/js/support.h
mojo/public/bindings/js/support.cc
mojo/public/bindings/js/test/hexdump.js
mojo/public/bindings/js/test/run_js_tests.cc
mojo/public/bindings/js/waiting_callback.h
mojo/public/bindings/js/waiting_callback.cc
mojo/public/bindings/sample/sample_service_unittests.js
mojo/tools/mojob.sh
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« no previous file
|
mojo/apps/js/bindings/codec_unittests.js »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: mojo/apps/js/bindings/codec.js
diff --git a/mojo/public/bindings/js/codec.js b/mojo/apps/js/bindings/codec.js
similarity index 100%
rename from mojo/public/bindings/js/codec.js
rename to mojo/apps/js/bindings/codec.js
« no previous file with comments
|
« no previous file
|
mojo/apps/js/bindings/codec_unittests.js »
('j') |
no next file with comments »
Issue 100573003: [Mojo] Move JS bindings out of public (Closed)
Created 7 years ago by abarth-chromium
Modified 7 years ago
Reviewers: darin (slow to review)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 1
This is Rietveld
408576698