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

Issue 71163006: Merge bleeding_edge r17376:17693. (Closed)

Created:
7 years, 1 month ago by ulan
Modified:
7 years, 1 month ago
Reviewers:
marja
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

Merge bleeding_edge r17376:17693. R=marja@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17695

Patch Set 1 #

Patch Set 2 : add new files #

Patch Set 3 : Fix all.gyp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11119 lines, -6766 lines) Patch
M ChangeLog View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
M Makefile View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M benchmarks/deltablue.js View 1 2 1 chunk +13 lines, -13 lines 0 comments Download
M build/all.gyp View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M build/features.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M build/toolchain.gypi View 1 2 3 chunks +4 lines, -9 lines 0 comments Download
M include/v8.h View 1 2 9 chunks +47 lines, -9 lines 0 comments Download
M include/v8config.h View 1 2 4 chunks +11 lines, -0 lines 0 comments Download
M samples/process.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/accessors.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/accessors.cc View 1 2 3 chunks +34 lines, -28 lines 0 comments Download
D src/allocation-tracker.h View 1 2 1 chunk +0 lines, -138 lines 0 comments Download
D src/allocation-tracker.cc View 1 2 1 chunk +0 lines, -279 lines 0 comments Download
M src/api.cc View 1 2 10 chunks +67 lines, -18 lines 0 comments Download
M src/arm/assembler-arm.h View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 2 8 chunks +20 lines, -52 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 2 4 chunks +6 lines, -10 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 7 chunks +37 lines, -19 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 26 chunks +131 lines, -115 lines 0 comments Download
M src/arm/ic-arm.cc View 1 2 3 chunks +31 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 1 2 8 chunks +57 lines, -7 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 6 chunks +34 lines, -10 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 21 chunks +160 lines, -69 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 3 chunks +7 lines, -11 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 7 chunks +75 lines, -17 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 11 chunks +28 lines, -57 lines 0 comments Download
M src/array.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/array-iterator.js View 1 2 3 chunks +11 lines, -11 lines 0 comments Download
M src/assembler.h View 1 2 6 chunks +5 lines, -13 lines 0 comments Download
M src/assembler.cc View 1 2 3 chunks +3 lines, -19 lines 0 comments Download
M src/ast.h View 1 2 7 chunks +41 lines, -39 lines 0 comments Download
M src/ast.cc View 1 2 2 chunks +164 lines, -1 line 0 comments Download
M src/builtins.h View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M src/builtins.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M src/checks.h View 1 2 3 chunks +18 lines, -3 lines 0 comments Download
M src/checks.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/code-stubs.h View 1 2 9 chunks +123 lines, -62 lines 0 comments Download
M src/code-stubs.cc View 1 2 4 chunks +26 lines, -2 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 9 chunks +61 lines, -27 lines 0 comments Download
M src/codegen.cc View 1 2 2 chunks +18 lines, -11 lines 0 comments Download
M src/compiler.cc View 1 2 2 chunks +64 lines, -57 lines 0 comments Download
M src/contexts.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/conversions.cc View 1 2 2 chunks +11 lines, -4 lines 0 comments Download
M src/conversions-inl.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/counters.h View 1 2 1 chunk +31 lines, -2 lines 0 comments Download
M src/d8.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/defaults.cc View 1 2 1 chunk +9 lines, -25 lines 0 comments Download
M src/deoptimizer.h View 1 2 3 chunks +12 lines, -10 lines 0 comments Download
M src/deoptimizer.cc View 1 2 76 chunks +317 lines, -219 lines 0 comments Download
M src/disassembler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/elements.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 1 2 4 chunks +6 lines, -96 lines 0 comments Download
M src/factory.cc View 1 2 7 chunks +55 lines, -9 lines 0 comments Download
M src/flag-definitions.h View 1 2 5 chunks +14 lines, -1 line 0 comments Download
M src/func-name-inferrer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 1 2 2 chunks +9 lines, -1 line 0 comments Download
M src/handles.h View 1 2 2 chunks +0 lines, -17 lines 0 comments Download
M src/handles.cc View 1 2 4 chunks +6 lines, -49 lines 0 comments Download
M src/heap.h View 1 2 12 chunks +28 lines, -32 lines 0 comments Download
M src/heap.cc View 1 2 32 chunks +111 lines, -147 lines 0 comments Download
M src/heap-inl.h View 1 2 4 chunks +10 lines, -39 lines 0 comments Download
M src/heap-profiler.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M src/heap-profiler.cc View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 2 7 chunks +5 lines, -10 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 2 18 chunks +54 lines, -169 lines 0 comments Download
M src/hydrogen.h View 1 2 6 chunks +40 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 20 chunks +420 lines, -71 lines 0 comments Download
M src/hydrogen-gvn.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 18 chunks +120 lines, -24 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 5 chunks +63 lines, -10 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M src/hydrogen-minus-zero.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/hydrogen-uint32-analysis.cc View 1 2 1 chunk +11 lines, -2 lines 0 comments Download
M src/i18n.js View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 4 chunks +7 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 2 chunks +26 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 2 3 chunks +14 lines, -8 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 4 chunks +32 lines, -9 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/disasm-ia32.cc View 1 2 2 chunks +23 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 9 chunks +88 lines, -77 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 2 2 chunks +23 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 2 3 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 40 chunks +190 lines, -91 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 15 chunks +70 lines, -16 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 12 chunks +60 lines, -29 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 3 chunks +9 lines, -7 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 7 chunks +83 lines, -14 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 9 chunks +30 lines, -58 lines 0 comments Download
M src/ic.cc View 1 2 19 chunks +109 lines, -105 lines 0 comments Download
M src/incremental-marking.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.h View 1 2 6 chunks +73 lines, -1 line 0 comments Download
M src/isolate.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M src/isolate-inl.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/jsregexp.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/list.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/lithium.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/macros.py View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 2 4 chunks +5 lines, -6 lines 0 comments Download
M src/math.js View 1 2 9 chunks +101 lines, -17 lines 0 comments Download
M src/messages.js View 1 2 5 chunks +47 lines, -41 lines 0 comments Download
M src/mips/assembler-mips.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 2 3 chunks +11 lines, -13 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 4 chunks +8 lines, -18 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 chunks +13 lines, -3 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 25 chunks +138 lines, -115 lines 0 comments Download
M src/mips/ic-mips.cc View 1 2 3 chunks +32 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 2 4 chunks +11 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 21 chunks +153 lines, -65 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M src/mips/lithium-mips.h View 1 2 8 chunks +57 lines, -7 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 2 5 chunks +33 lines, -9 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 4 chunks +8 lines, -15 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 7 chunks +80 lines, -19 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 2 11 chunks +28 lines, -60 lines 0 comments Download
M src/mksnapshot.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/object-observe.js View 1 2 7 chunks +54 lines, -29 lines 0 comments Download
M src/objects.h View 1 2 36 chunks +138 lines, -77 lines 0 comments Download
M src/objects.cc View 1 2 70 chunks +456 lines, -328 lines 0 comments Download
M src/objects-debug.cc View 1 2 4 chunks +10 lines, -6 lines 0 comments Download
M src/objects-inl.h View 1 2 15 chunks +56 lines, -34 lines 0 comments Download
M src/objects-printer.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M src/parser.h View 1 2 2 chunks +0 lines, -37 lines 0 comments Download
M src/parser.cc View 1 2 10 chunks +17 lines, -179 lines 0 comments Download
M src/platform-posix.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/property-details.h View 1 2 6 chunks +35 lines, -6 lines 0 comments Download
M src/rewriter.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 1 2 7 chunks +7 lines, -14 lines 0 comments Download
M src/runtime.cc View 1 2 49 chunks +351 lines, -339 lines 0 comments Download
M src/runtime.js View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/safepoint-table.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/safepoint-table.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M src/scopeinfo.cc View 1 2 1 chunk +7 lines, -8 lines 0 comments Download
M src/scopes.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.cc View 1 2 5 chunks +63 lines, -56 lines 0 comments Download
M src/spaces.h View 1 2 26 chunks +119 lines, -102 lines 0 comments Download
M src/spaces.cc View 1 2 22 chunks +52 lines, -100 lines 0 comments Download
M src/spaces-inl.h View 1 2 4 chunks +9 lines, -26 lines 0 comments Download
M src/stub-cache.h View 1 2 5 chunks +32 lines, -41 lines 0 comments Download
M src/stub-cache.cc View 1 2 6 chunks +41 lines, -50 lines 0 comments Download
M src/typedarray.js View 1 2 5 chunks +56 lines, -42 lines 0 comments Download
M src/unicode.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/utils.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M src/v8.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/v8.cc View 1 2 3 chunks +3 lines, -25 lines 0 comments Download
M src/v8-counters.h View 1 2 4 chunks +5 lines, -3 lines 0 comments Download
M src/v8-counters.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/v8globals.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/v8natives.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/v8utils.h View 1 2 1 chunk +0 lines, -55 lines 0 comments Download
M src/version.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.h View 1 2 10 chunks +35 lines, -27 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 7 chunks +76 lines, -47 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 2 2 chunks +14 lines, -8 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 20 chunks +51 lines, -31 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 2 6 chunks +7 lines, -7 lines 0 comments Download
M src/x64/debug-x64.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 1 2 2 chunks +23 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 11 chunks +89 lines, -82 lines 0 comments Download
M src/x64/ic-x64.cc View 1 2 2 chunks +24 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 2 4 chunks +14 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 80 chunks +310 lines, -92 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 37 chunks +304 lines, -137 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 31 chunks +141 lines, -67 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 9 chunks +34 lines, -21 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 37 chunks +157 lines, -132 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 14 chunks +39 lines, -72 lines 0 comments Download
M test/cctest/cctest.gyp View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 1 2 3 chunks +11 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 2 1 chunk +9 lines, -12 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 12 chunks +118 lines, -25 lines 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 1 2 2 chunks +10 lines, -6 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 2 4 chunks +8 lines, -4 lines 0 comments Download
M test/cctest/test-debug.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-decls.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-dictionary.cc View 1 2 6 chunks +19 lines, -13 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 2 2 chunks +17 lines, -36 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 2 1 chunk +43 lines, -49 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 2 3 chunks +39 lines, -91 lines 0 comments Download
M test/cctest/test-macro-assembler-arm.cc View 1 2 1 chunk +97 lines, -0 lines 0 comments Download
A test/cctest/test-macro-assembler-ia32.cc View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 2 38 chunks +182 lines, -94 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 2 2 chunks +17 lines, -42 lines 0 comments Download
M test/cctest/test-object-observe.cc View 1 2 7 chunks +33 lines, -33 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 6 chunks +41 lines, -29 lines 0 comments Download
D test/cctest/test-random.cc View 1 2 1 chunk +0 lines, -100 lines 0 comments Download
A test/cctest/test-representation.cc View 1 2 1 chunk +124 lines, -0 lines 0 comments Download
M test/cctest/test-utils.cc View 1 2 3 chunks +5 lines, -20 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-weaksets.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + test/message/instanceof.js View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A test/message/instanceof.out View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M test/message/testcfg.py View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M test/mjsunit/array-functions-prototype-misc.js View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/array-literal-feedback.js View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/expression-trees.js View 1 2 1 chunk +15 lines, -18 lines 0 comments Download
M test/mjsunit/compiler/minus-zero.js View 1 2 2 chunks +57 lines, -1 line 0 comments Download
M test/mjsunit/constant-folding-2.js View 1 2 1 chunk +0 lines, -24 lines 0 comments Download
M test/mjsunit/fast-literal.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/fast-prototype.js View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A test/mjsunit/getters-on-elements.js View 1 2 1 chunk +214 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 1 2 46 chunks +366 lines, -279 lines 0 comments Download
A + test/mjsunit/harmony/private.js View 1 2 5 chunks +5 lines, -32 lines 0 comments Download
M test/mjsunit/harmony/symbols.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 chunks +11 lines, -3 lines 0 comments Download
A + test/mjsunit/new-string-add.js View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M test/mjsunit/regexp-global.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-2612.js View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-2980.js View 1 2 1 chunk +30 lines, -21 lines 0 comments Download
A + test/mjsunit/regress/regress-298269.js View 1 2 1 chunk +15 lines, -16 lines 0 comments Download
A + test/mjsunit/regress/regress-2984.js View 1 2 1 chunk +6 lines, -12 lines 0 comments Download
A + test/mjsunit/regress/regress-2987.js View 1 2 1 chunk +24 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-2988.js View 1 2 1 chunk +8 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-add-minus-zero.js View 1 2 1 chunk +6 lines, -11 lines 0 comments Download
A + test/mjsunit/regress/regress-array-pop-nonconfigurable.js View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-compare-constant-doubles.js View 1 2 1 chunk +24 lines, -8 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-306220.js View 1 2 1 chunk +9 lines, -13 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-309623.js View 1 2 1 chunk +13 lines, -9 lines 0 comments Download
A test/mjsunit/setters-on-elements.js View 1 2 1 chunk +199 lines, -0 lines 0 comments Download
M test/mjsunit/sin-cos.js View 1 2 1 chunk +94 lines, -1 line 0 comments Download
M test/mjsunit/string-natives.js View 1 2 1 chunk +9 lines, -1 line 0 comments Download
M test/mozilla/mozilla.status View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/webkit/exception-for-nonobject-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/array-bad-time.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/array-bad-time-expected.txt View 1 2 1 chunk +51 lines, -52 lines 0 comments Download
M test/webkit/fast/js/array-slow-put.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/array-slow-put-expected.txt View 1 2 1 chunk +101 lines, -102 lines 0 comments Download
M test/webkit/fast/js/object-bad-time.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/object-bad-time-expected.txt View 1 2 1 chunk +51 lines, -52 lines 0 comments Download
M test/webkit/fast/js/object-slow-put.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/object-slow-put-expected.txt View 1 2 1 chunk +101 lines, -102 lines 0 comments Download
M test/webkit/instance-of-immediates-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M test/webkit/webkit.status View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M tools/js2c.py View 1 2 3 chunks +67 lines, -31 lines 0 comments Download
A + tools/lexer-shell.cc View 1 2 8 chunks +17 lines, -88 lines 0 comments Download
A + tools/lexer-shell.gyp View 1 2 1 chunk +27 lines, -16 lines 0 comments Download
M tools/presubmit.py View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A tools/push-to-trunk/common_includes.py View 1 2 1 chunk +297 lines, -0 lines 0 comments Download
A tools/push-to-trunk/push_to_trunk.py View 1 2 1 chunk +584 lines, -0 lines 0 comments Download
A tools/push-to-trunk/test_scripts.py View 1 2 1 chunk +444 lines, -0 lines 0 comments Download
M tools/run-tests.py View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M tools/testrunner/local/statusfile.py View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
ulan
PTAL
7 years, 1 month ago (2013-11-13 13:37:12 UTC) #1
marja
lgtm
7 years, 1 month ago (2013-11-13 13:40:24 UTC) #2
ulan
7 years, 1 month ago (2013-11-13 13:45:23 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r17695 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698