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

Issue 8888006: Make more JS files beter match the coding standard.

Created:
9 years ago by Lasse Reichstein
Modified:
9 years ago
CC:
v8-dev
Visibility:
Public.

Description

Make more JS files better match the coding standard. This includes adding missing semicolons and braces, removing superfluous semicolons and breaking long lines.

Patch Set 1 #

Total comments: 95

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2543 lines, -2426 lines) Patch
M src/array.js View 2 chunks +10 lines, -4 lines 0 comments Download
M src/d8.js View 1 chunk +5 lines, -2 lines 0 comments Download
M src/v8natives.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/apply.js View 1 chunk +4 lines, -2 lines 0 comments Download
M test/mjsunit/argument-named-arguments.js View 4 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/arguments.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/arguments-apply.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/arguments-enum.js View 2 chunks +4 lines, -2 lines 0 comments Download
M test/mjsunit/arguments-escape.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/arguments-read-and-assignment.js View 1 3 chunks +20 lines, -16 lines 0 comments Download
M test/mjsunit/array-concat.js View 1 3 chunks +10 lines, -8 lines 0 comments Download
M test/mjsunit/array-constructor.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/array-elements-from-array-prototype.js View 1 chunk +108 lines, -108 lines 0 comments Download
M test/mjsunit/array-elements-from-array-prototype-chain.js View 1 1 chunk +114 lines, -114 lines 0 comments Download
M test/mjsunit/array-elements-from-object-prototype.js View 1 chunk +108 lines, -108 lines 0 comments Download
M test/mjsunit/array-functions-prototype.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/array-functions-prototype-misc.js View 1 chunk +1 line, -2 lines 0 comments Download
M test/mjsunit/array-indexing.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/array-iteration.js View 1 7 chunks +33 lines, -17 lines 0 comments Download
M test/mjsunit/array-reduce.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/array-slice.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/array-sort.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/array-splice.js View 2 chunks +8 lines, -8 lines 0 comments Download
M test/mjsunit/array-unshift.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/assert-opt-and-deopt.js View 5 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/break.js View 2 chunks +5 lines, -3 lines 0 comments Download
M test/mjsunit/bugs/618.js View 4 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/bugs/bug-222.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/call-non-function.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/class-of-builtins.js View 1 chunk +3 lines, -2 lines 0 comments Download
M test/mjsunit/closure.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/closures.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/assignment-deopt.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/call-keyed.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/compare.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/count-deopt.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/global-accessors.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/inline-context-slots.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/inline-two.js View 3 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/compiler/literals.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/null-compare.js View 1 2 chunks +10 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/objectliterals.js View 2 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/compiler/pic.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/regress-1394.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/regress-2.js View 1 1 chunk +2 lines, -4 lines 0 comments Download
M test/mjsunit/compiler/regress-3249650.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/regress-5.js View 1 1 chunk +5 lines, -1 line 0 comments Download
M test/mjsunit/compiler/regress-8.js View 1 1 chunk +60 lines, -41 lines 0 comments Download
M test/mjsunit/compiler/regress-closures-with-eval.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/regress-inline-callfunctionstub.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/regress-lbranch-double.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/regress-serialized-slots.js View 1 1 chunk +11 lines, -13 lines 0 comments Download
M test/mjsunit/compiler/regress-stacktrace-methods.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/short-circuit.js View 1 chunk +25 lines, -25 lines 0 comments Download
M test/mjsunit/compiler/simple-bailouts.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/simple-binary-op.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/simple-global-access.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/simple-inlining.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/thisfunction.js View 1 chunk +5 lines, -1 line 0 comments Download
M test/mjsunit/const-redecl.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/constant-folding.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/context-variable-assignments.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/d8-os.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/date.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/date-parse.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-backtrace.js View 1 15 chunks +33 lines, -28 lines 0 comments Download
M test/mjsunit/debug-backtrace-text.js View 1 4 chunks +39 lines, -34 lines 0 comments Download
M test/mjsunit/debug-breakpoints.js View 2 chunks +19 lines, -19 lines 0 comments Download
M test/mjsunit/debug-changebreakpoint.js View 1 5 chunks +13 lines, -11 lines 0 comments Download
M test/mjsunit/debug-clearbreakpoint.js View 5 chunks +9 lines, -9 lines 0 comments Download
M test/mjsunit/debug-clearbreakpointgroup.js View 3 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/debug-compile-event.js View 3 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/debug-compile-event-newfunction.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-conditional-breakpoints.js View 2 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/debug-constructed-by.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-constructor.js View 1 chunk +3 lines, -4 lines 0 comments Download
M test/mjsunit/debug-continue.js View 3 chunks +10 lines, -10 lines 0 comments Download
M test/mjsunit/debug-enable-disable-breakpoints.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-evaluate.js View 4 chunks +9 lines, -9 lines 0 comments Download
M test/mjsunit/debug-evaluate-arguments.js View 3 chunks +9 lines, -10 lines 0 comments Download
M test/mjsunit/debug-evaluate-bool-constructor.js View 3 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals.js View 4 chunks +6 lines, -7 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals-optimized.js View 5 chunks +14 lines, -13 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals-optimized-double.js View 9 chunks +14 lines, -13 lines 0 comments Download
M test/mjsunit/debug-evaluate-recursive.js View 8 chunks +15 lines, -17 lines 0 comments Download
M test/mjsunit/debug-evaluate-with.js View 5 chunks +7 lines, -8 lines 0 comments Download
M test/mjsunit/debug-evaluate-with-context.js View 3 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/debug-event-listener.js View 2 chunks +4 lines, -5 lines 0 comments Download
M test/mjsunit/debug-handle.js View 4 chunks +12 lines, -12 lines 0 comments Download
M test/mjsunit/debug-ignore-breakpoints.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-listbreakpoints.js View 6 chunks +14 lines, -14 lines 0 comments Download
M test/mjsunit/debug-liveedit-1.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-3.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-breakpoints.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-check-stack.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-liveedit-diff.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-newsource.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-patch-positions.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-patch-positions-replace.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-utils.js View 1 chunk +1 line, -1 line 0 comments Download
test/mjsunit/debug-mirror-cache.js View 4 chunks +7 lines, -8 lines 0 comments Download
M test/mjsunit/debug-multiple-breakpoints.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-receiver.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-referenced-by.js View 5 chunks +8 lines, -8 lines 0 comments Download
M test/mjsunit/debug-references.js View 4 chunks +7 lines, -7 lines 0 comments Download
M test/mjsunit/debug-return-value.js View 8 chunks +15 lines, -16 lines 0 comments Download
M test/mjsunit/debug-scopes.js View 11 chunks +11 lines, -11 lines 0 comments Download
M test/mjsunit/debug-script.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-script-breakpoints.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-scripts-request.js View 5 chunks +8 lines, -8 lines 0 comments Download
test/mjsunit/debug-setbreakpoint.js View 6 chunks +13 lines, -12 lines 0 comments Download
M test/mjsunit/debug-setexceptionbreak.js View 6 chunks +9 lines, -9 lines 0 comments Download
test/mjsunit/debug-sourceinfo.js View 5 chunks +11 lines, -11 lines 0 comments Download
M test/mjsunit/debug-sourceslice.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-step.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-step-2.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-step-3.js View 3 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/debug-step-stub-callfunction.js View 5 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/debug-stepin-accessor.js View 7 chunks +7 lines, -7 lines 0 comments Download
M test/mjsunit/debug-stepin-builtin.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-stepin-call-function-stub.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-stepin-constructor.js View 4 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/debug-stepin-function-call.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-stepnext-do-while.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-stepout-recursive-function.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-stepout-to-builtin.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-suspend.js View 5 chunks +9 lines, -9 lines 0 comments Download
M test/mjsunit/debug-version.js View 1 5 chunks +9 lines, -8 lines 0 comments Download
M test/mjsunit/div-mod.js View 1 4 chunks +24 lines, -9 lines 0 comments Download
M test/mjsunit/elements-kind.js View 1 chunk +1 line, -1 line 0 comments Download
test/mjsunit/error-constructors.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/escape.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/eval.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/eval-enclosing-function-name.js View 1 chunk +7 lines, -7 lines 0 comments Download
M test/mjsunit/extra-arguments.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/extra-commas.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/for-in.js View 1 3 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/for-in-delete.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/function.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/function-bind.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/function-call.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/function-property.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/function-prototype.js View 4 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/function-source.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives.js View 2 chunks +4 lines, -2 lines 0 comments Download
M test/mjsunit/get-own-property-descriptor.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/get-prototype-of.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/html-string-funcs.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/if-in-undefined.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/indexed-accessors.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/indexed-value-properties.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/instanceof-2.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/json.js View 1 6 chunks +18 lines, -13 lines 0 comments Download
M test/mjsunit/keyed-call-generic.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/keyed-call-ic.js View 4 chunks +9 lines, -9 lines 0 comments Download
M test/mjsunit/keyed-ic.js View 12 chunks +16 lines, -16 lines 0 comments Download
M test/mjsunit/leakcheck.js View 1 1 chunk +5 lines, -2 lines 0 comments Download
M test/mjsunit/limit-locals.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/math-abs.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/megamorphic-callbacks.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/mirror-array.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/mirror-error.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mirror-function.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mirror-object.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mirror-regexp.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mirror-string.js View 1 chunk +1 line, -1 line 0 comments Download
test/mjsunit/mirror-unresolved-function.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/nul-characters.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/number-string-index-call.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/object-create.js View 1 2 chunks +9 lines, -3 lines 0 comments Download
M test/mjsunit/object-define-property.js View 1 4 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/object-freeze.js View 2 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/object-get-own-property-names.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/object-literal.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/object-literal-overwrite.js View 1 chunk +4 lines, -4 lines 0 comments Download
M test/mjsunit/object-prevent-extensions.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/object-seal.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/object-toprimitive.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/optimized-typeof.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/override-read-only-property.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/property-load-across-eval.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/property-object-key.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/prototype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/receiver-in-with-calls.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regexp.js View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/regexp-capture.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regexp-captures.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regexp-lookahead.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regexp-static.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1015.js View 3 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/regress/regress-1030466.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1036894.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1062422.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1081309.js View 6 chunks +11 lines, -12 lines 0 comments Download
M test/mjsunit/regress/regress-1099.js View 1 1 chunk +4 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-1106.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1118.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1146.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-1151.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1170187.js View 1 2 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/regress/regress-1177809.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1184.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-1200351.js View 1 chunk +995 lines, -995 lines 0 comments Download
M test/mjsunit/regress/regress-1203459.js View 1 chunk +1 line, -1 line 0 comments Download
test/mjsunit/regress/regress-1207276.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1209.js View 1 chunk +1 line, -2 lines 0 comments Download
test/mjsunit/regress/regress-1254366.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1257.js View 1 2 chunks +4 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-1337.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-137.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1383.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1521.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1523.js View 1 chunk +6 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-1586.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-1639.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-1639-2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1711.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-201.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-219.js View 4 chunks +18 lines, -18 lines 0 comments Download
M test/mjsunit/regress/regress-269.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-284.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-286.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-294.js View 1 1 chunk +3 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-3006390.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-3185905.js View 3 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/regress/regress-3199913.js View 1 chunk +6 lines, -6 lines 0 comments Download
M test/mjsunit/regress/regress-3218915.js View 1 chunk +1 line, -1 line 0 comments Download
test/mjsunit/regress/regress-3252443.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-386.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-392.js View 1 chunk +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-394.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-475.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-483.js View 1 chunk +2 lines, -2 lines 0 comments Download
A test/mjsunit/regress/regress-485.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-490.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-515.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-524.js View 1 1 chunk +8 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-526.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-540.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-612.js View 1 chunk +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-636.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-641.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-646.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-667061.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-687.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-732.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-760-1.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-760-2.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-780423.js View 1 1 chunk +1 line, -2 lines 0 comments Download
M test/mjsunit/regress/regress-798.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-799761.js View 1 2 chunks +4 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-815.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-84234.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-85177.js View 1 1 chunk +20 lines, -19 lines 0 comments Download
M test/mjsunit/regress/regress-877615.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-88858.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-892742.js View 1 1 chunk +3 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-900.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-91008.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-931.js View 1 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-95920.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-962.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-96523.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-982.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-990205.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-996542.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-998565.js View 1 chunk +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-conditional-position.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-37853.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-3867.js View 1 chunk +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-39160.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-create-exception.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-deopt-gc.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/scanner.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/setter-on-constructor-prototype.js View 5 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/simple-constructor.js View 1 1 chunk +2 lines, -3 lines 0 comments Download
M test/mjsunit/smi-ops.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/smi-ops-inlined.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/stack-traces.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/strict-mode.js View 9 chunks +14 lines, -14 lines 0 comments Download
M test/mjsunit/strict-mode-implicit-receiver.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/string-add.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/string-charat.js View 1 chunk +1 line, -1 line 0 comments Download
test/mjsunit/string-charcodeat.js View 2 chunks +2 lines, -2 lines 0 comments Download
test/mjsunit/string-compare-alignment.js View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/string-match.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/string-replace.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/string-slices.js View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/substr.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/switch.js View 5 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/throw-exception-for-null-access.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/to_number_order.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/tools/codemap.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/tools/profile.js View 6 chunks +10 lines, -10 lines 0 comments Download
M test/mjsunit/tools/splaytree.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/tools/tickprocessor.js View 3 chunks +3 lines, -3 lines 0 comments Download
test/mjsunit/top-level-assignments.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/try.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/try-finally-nested.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/unbox-double-arrays.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/value-callic-prototype-change.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/value-of.js View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Lasse Reichstein
Have fun :)
9 years ago (2011-12-08 08:44:16 UTC) #1
Rico
LGTM I see 4 or 5 files that are empty here (both before and after ...
9 years ago (2011-12-08 10:24:37 UTC) #2
Kevin Millikin (Chromium)
Drive by: is this necessary? For failing tests, it's sometimes nice to ask the person ...
9 years ago (2011-12-08 11:20:51 UTC) #3
danno
I have to agree with Kevin. These are purely cosmetic changes (full disclosure: I only ...
9 years ago (2011-12-08 11:53:16 UTC) #4
Lasse Reichstein
Mostly only responded to comments I didn't agree with entirely. http://codereview.chromium.org/8888006/diff/1/test/mjsunit/arguments-read-and-assignment.js File test/mjsunit/arguments-read-and-assignment.js (right): http://codereview.chromium.org/8888006/diff/1/test/mjsunit/arguments-read-and-assignment.js#newcode74 ...
9 years ago (2011-12-08 12:33:18 UTC) #5
Lasse Reichstein
9 years ago (2011-12-08 12:41:24 UTC) #6
You have a point. The changes should be entirely cosmetic, and is merely to
bring our existing code closer to the coding standard that new code should use
(and the old code just shows that we haven't been that good at sticking to so
far). 
It should also have the advantage of being a good example for new code - if new
authors look at old code to see how to write it, the old code should be a good
example.

The tests might not be worth it though.

Maybe I should just restrict the fixups to the internal javascript files
(src/*.js)? These are being actively developed, where the tests are write-once
and only look back if they fail.

Powered by Google App Engine
This is Rietveld 408576698