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

Issue 9348082: Move unreviewed files to unreviewed subdirectory (Closed)

Created:
8 years, 10 months ago by khim
Modified:
8 years, 10 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Move unreviewed files to unreviewed subdirectory As was discussed previously: https://chromiumcodereview.appspot.com/9386010/ Move all unreviewed files from src/trusted/validator_ragel to src/trusted/validator_ragel/unreviewed. Only thoroughly reviewed files must be moved to src/trusted/validator_ragel. And we will only enable use of this code in production without flag when all code will be reviewed. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2597 TEST=manual Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=7795

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-26 lines, -9087 lines) Patch
D src/trusted/validator_ragel/Makefile View 1 2 1 chunk +0 lines, -239 lines 0 comments Download
D src/trusted/validator_ragel/decoder.h View 1 2 1 chunk +0 lines, -121 lines 0 comments Download
D src/trusted/validator_ragel/decoder-test.c View 1 2 1 chunk +0 lines, -1470 lines 0 comments Download
D src/trusted/validator_ragel/decoder-x86_32.rl View 1 2 1 chunk +0 lines, -158 lines 0 comments Download
D src/trusted/validator_ragel/decoder-x86_64.rl View 1 2 1 chunk +0 lines, -175 lines 0 comments Download
D src/trusted/validator_ragel/decoder_test_one_file.sh View 1 2 1 chunk +0 lines, -37 lines 0 comments Download
D src/trusted/validator_ragel/gen-decoder.C View 1 2 1 chunk +0 lines, -2433 lines 0 comments Download
D src/trusted/validator_ragel/gen-decoder-flags.C View 1 2 1 chunk +0 lines, -53 lines 0 comments Download
D src/trusted/validator_ragel/general-purpose-instructions.def View 1 2 1 chunk +0 lines, -741 lines 0 comments Download
D src/trusted/validator_ragel/mmx-instructions.def View 1 2 1 chunk +0 lines, -226 lines 0 comments Download
D src/trusted/validator_ragel/nops.def View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
D src/trusted/validator_ragel/one-instruction-x86_32.rl View 1 2 1 chunk +0 lines, -39 lines 0 comments Download
D src/trusted/validator_ragel/one-instruction-x86_64.rl View 1 2 1 chunk +0 lines, -39 lines 0 comments Download
D src/trusted/validator_ragel/parse_dfa.py View 1 2 1 chunk +0 lines, -234 lines 0 comments Download
D src/trusted/validator_ragel/run_objdump_test.py View 1 2 1 chunk +0 lines, -190 lines 0 comments Download
D src/trusted/validator_ragel/system-instructions.def View 1 2 1 chunk +0 lines, -121 lines 0 comments Download
D src/trusted/validator_ragel/test_dfa.h View 1 2 1 chunk +0 lines, -36 lines 0 comments Download
D src/trusted/validator_ragel/test_dfa.c View 1 2 1 chunk +0 lines, -215 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/Makefile View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/decoder.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/decoder-test.c View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/decoder-x86_32.rl View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/decoder-x86_64.rl View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/decoder_test_one_file.sh View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/gen-decoder.C View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/gen-decoder-flags.C View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/general-purpose-instructions.def View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/mmx-instructions.def View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/nacl_irt_x86_64.nexe View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/nops.def View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/one-instruction-x86_32.rl View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/one-instruction-x86_64.rl View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/parse_dfa.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/run_objdump_test.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/system-instructions.def View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/test_dfa.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/test_dfa.c View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/validator.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/validator-test.c View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/validator-x86_32.rl View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/validator-x86_64.rl View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/validator_test.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/x87-instructions.def View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/trusted/validator_ragel/unreviewed/xmm-instructions.def View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
D src/trusted/validator_ragel/validator.h View 1 2 1 chunk +0 lines, -101 lines 0 comments Download
D src/trusted/validator_ragel/validator-test.c View 1 2 1 chunk +0 lines, -173 lines 0 comments Download
D src/trusted/validator_ragel/validator-x86_32.rl View 1 2 1 chunk +0 lines, -176 lines 0 comments Download
D src/trusted/validator_ragel/validator-x86_64.rl View 1 2 1 chunk +0 lines, -490 lines 0 comments Download
D src/trusted/validator_ragel/validator_test.py View 1 2 1 chunk +0 lines, -256 lines 0 comments Download
D src/trusted/validator_ragel/x87-instructions.def View 1 2 1 chunk +0 lines, -224 lines 0 comments Download
D src/trusted/validator_ragel/xmm-instructions.def View 1 2 1 chunk +0 lines, -1160 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
khim
8 years, 10 months ago (2012-02-14 12:33:23 UTC) #1
khim
8 years, 10 months ago (2012-02-14 12:36:43 UTC) #2
pasko-google - do not use
lgtm
8 years, 10 months ago (2012-02-14 12:38:27 UTC) #3
khim
8 years, 10 months ago (2012-02-14 12:39:47 UTC) #4

          

Powered by Google App Engine
This is Rietveld 408576698