Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
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
(192)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: tools/visual_studio/js2c.cmd
Issue
652027
:
Basic implementation of liveedit feature (Closed)
Patch Set: add proper source headers
Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
src/SConscript
src/compiler.h
src/compiler.cc
src/debug.h
src/debug.cc
src/debug-delay.js
src/flag-definitions.h
src/liveedit.h
src/liveedit.cc
src/liveedit-delay.js
src/runtime.h
src/runtime.cc
test/mjsunit/debug-liveedit-1.js
test/mjsunit/debug-liveedit-2.js
test/mjsunit/debug-script.js
tools/gyp/v8.gyp
tools/visual_studio/js2c.cmd
tools/visual_studio/v8.vcproj
tools/visual_studio/v8_arm.vcproj
tools/visual_studio/v8_x64.vcproj
View unified diff
|
Download patch
« no previous file with comments
|
« tools/gyp/v8.gyp
('k') |
tools/visual_studio/v8.vcproj »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 @echo off
1 @echo off
2 set SOURCE_DIR=%1
2 set SOURCE_DIR=%1
3 set TARGET_DIR=%2
3 set TARGET_DIR=%2
4 set PYTHON="..\..\..\third_party\python_24\python.exe"
4 set PYTHON="..\..\..\third_party\python_24\python.exe"
5 if not exist %PYTHON% set PYTHON=python.exe
5 if not exist %PYTHON% set PYTHON=python.exe
6
%PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %
SOURCE_DIR%\macros.py %SOURCE_DIR%\runtime.js %SOURCE_DIR%\v8natives.js %SOURCE_
DIR%\array.js %SOURCE_DIR%\string.js %SOURCE_DIR%\uri.js %SOURCE_DIR%\math.js %S
OURCE_DIR%\messages.js %SOURCE_DIR%\apinatives.js %SOURCE_DIR%\debug-delay.js %S
OURCE_DIR%\mirror-delay.js %SOURCE_DIR%\date-delay.js %SOURCE_DIR%\regexp-delay.
js %SOURCE_DIR%\json-delay.js
6
%PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %
SOURCE_DIR%\macros.py %SOURCE_DIR%\runtime.js %SOURCE_DIR%\v8natives.js %SOURCE_
DIR%\array.js %SOURCE_DIR%\string.js %SOURCE_DIR%\uri.js %SOURCE_DIR%\math.js %S
OURCE_DIR%\messages.js %SOURCE_DIR%\apinatives.js %SOURCE_DIR%\debug-delay.js %S
OURCE_DIR%\
liveedit-delay.js %SOURCE_DIR%\
mirror-delay.js %SOURCE_DIR%\date-dela
y.js %SOURCE_DIR%\regexp-delay.js %SOURCE_DIR%\json-delay.js
OLD
NEW
« no previous file with comments
|
« tools/gyp/v8.gyp
('k') |
tools/visual_studio/v8.vcproj »
('j') |
no next file with comments »
Issue 652027: Basic implementation of liveedit feature (Closed)
Created 10 years, 10 months ago by Peter Rybin
Modified 9 years, 7 months ago
Reviewers: Søren Thygesen Gjesse
Base URL:
Comments: 160
This is Rietveld
408576698