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

Issue 1221433021: Move SmartPointer to base. (Closed)

Created:
5 years, 5 months ago by rmcilroy
Modified:
5 years, 5 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move SmartPointer to base. Committed: https://crrev.com/d02f62484e4aad10142543a41b45549d25c207e1 Cr-Commit-Position: refs/heads/master@{#29604}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Move to base namespace #

Patch Set 3 : Rebase #

Patch Set 4 : Remove some unecessary header includes #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -327 lines) Patch
M BUILD.gn View 1 2 2 chunks +1 line, -1 line 2 comments Download
M src/arm/codegen-arm.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M src/ast.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M src/background-parsing-task.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + src/base/smart-pointers.h View 1 2 5 chunks +26 lines, -34 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/codegen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/compiler/graph-visualizer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-intrinsic-lowering.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/pipeline.cc View 1 8 chunks +9 lines, -9 lines 0 comments Download
M src/compiler/pipeline-statistics.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/pipeline-statistics.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/d8.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/deoptimizer.cc View 1 2 5 chunks +10 lines, -5 lines 0 comments Download
M src/disassembler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/frames.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gdb-jit.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/heap-profiler.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/heap/mark-compact.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/interface-descriptors.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/log.cc View 1 9 chunks +16 lines, -14 lines 0 comments Download
M src/messages.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/messages.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M src/mips64/codegen-mips64.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M src/objects.h View 1 4 chunks +7 lines, -8 lines 0 comments Download
M src/objects.cc View 1 2 6 chunks +15 lines, -15 lines 0 comments Download
M src/objects-printer.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/parser.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/ppc/codegen-ppc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-function.cc View 1 2 7 chunks +10 lines, -11 lines 0 comments Download
M src/runtime/runtime-internal.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/runtime/runtime-test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D src/smart-pointers.h View 1 chunk +0 lines, -130 lines 0 comments Download
M src/snapshot/serialize.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/string-stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/string-stream.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/strings-storage.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-operator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-api-interceptors.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-lockers.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M test/cctest/test-migrations.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-parsing.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M test/cctest/test-regexp.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-reloc-info.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/instruction-sequence-unittest.h View 1 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/scheduler-unittest.cc View 1 10 chunks +14 lines, -14 lines 0 comments Download
M test/unittests/test-utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 2 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (5 generated)
rmcilroy
PTAL, thanks. https://codereview.chromium.org/1221433021/diff/1/src/base/smart-pointers.h File src/base/smart-pointers.h (right): https://codereview.chromium.org/1221433021/diff/1/src/base/smart-pointers.h#newcode90 src/base/smart-pointers.h:90: namespace internal { I kept this in ...
5 years, 5 months ago (2015-07-08 14:30:58 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1221433021/diff/1/src/base/smart-pointers.h File src/base/smart-pointers.h (right): https://codereview.chromium.org/1221433021/diff/1/src/base/smart-pointers.h#newcode90 src/base/smart-pointers.h:90: namespace internal { On 2015/07/08 at 14:30:58, rmcilroy wrote: ...
5 years, 5 months ago (2015-07-10 08:35:38 UTC) #3
rmcilroy
On 2015/07/10 08:35:38, jochen wrote: > https://codereview.chromium.org/1221433021/diff/1/src/base/smart-pointers.h > File src/base/smart-pointers.h (right): > > https://codereview.chromium.org/1221433021/diff/1/src/base/smart-pointers.h#newcode90 > ...
5 years, 5 months ago (2015-07-10 14:45:24 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221433021/50001
5 years, 5 months ago (2015-07-10 15:57:02 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-10 16:25:00 UTC) #8
jochen (gone - plz use gerrit)
lgtm
5 years, 5 months ago (2015-07-13 08:56:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221433021/50001
5 years, 5 months ago (2015-07-13 11:29:12 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:50001)
5 years, 5 months ago (2015-07-13 12:38:13 UTC) #12
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/d02f62484e4aad10142543a41b45549d25c207e1 Cr-Commit-Position: refs/heads/master@{#29604}
5 years, 5 months ago (2015-07-13 12:38:27 UTC) #13
Michael Achenbach
https://codereview.chromium.org/1221433021/diff/50001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1221433021/diff/50001/BUILD.gn#newcode1479 BUILD.gn:1479: "src/hase/smart-pointers.h", s/hase/base I'll upload a patch and back-merge to ...
5 years, 5 months ago (2015-07-14 08:35:35 UTC) #15
rmcilroy
5 years, 5 months ago (2015-07-14 09:37:29 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/1221433021/diff/50001/BUILD.gn
File BUILD.gn (right):

https://codereview.chromium.org/1221433021/diff/50001/BUILD.gn#newcode1479
BUILD.gn:1479: "src/hase/smart-pointers.h",
On 2015/07/14 08:35:35, Michael Achenbach wrote:
> s/hase/base
> 
> I'll upload a patch and back-merge to the roll.

oops! Sorry, thanks!

p.s. Do we not have a GN bot on the V8 waterfall / CQ?

Powered by Google App Engine
This is Rietveld 408576698