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

Issue 1818473002: [DevTools] Move getInternalProperties to native (Closed)

Created:
4 years, 9 months ago by kozy
Modified:
4 years, 9 months ago
Reviewers:
dgozman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, kinuko+watch, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@move-call-function-on
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Move getInternalProperties to native BUG=595206 R=dgozman@chromium.org Committed: https://crrev.com/f6cac8c2524beae96fbc7bf3e037a2f2c6302a2b Cr-Commit-Position: refs/heads/master@{#382172}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -62 lines) Patch
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 3 chunks +7 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js View 1 chunk +0 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp View 1 2 3 4 5 chunks +48 lines, -8 lines 0 comments Download

Messages

Total messages: 27 (13 generated)
kozy
Dmitry, please take a look!
4 years, 9 months ago (2016-03-18 18:10:40 UTC) #1
dgozman
https://codereview.chromium.org/1818473002/diff/1/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp File third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp (right): https://codereview.chromium.org/1818473002/diff/1/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp#newcode713 third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp:713: *errorString = "Could not find object with type Object ...
4 years, 9 months ago (2016-03-18 20:52:21 UTC) #2
kozy
All done. Please take a look! https://codereview.chromium.org/1818473002/diff/1/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp File third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp (right): https://codereview.chromium.org/1818473002/diff/1/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp#newcode713 third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp:713: *errorString = "Could ...
4 years, 9 months ago (2016-03-18 22:53:16 UTC) #3
dgozman
lgtm https://codereview.chromium.org/1818473002/diff/20001/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp File third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp (right): https://codereview.chromium.org/1818473002/diff/20001/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp#newcode244 third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp:244: if (!object->IsSymbol() && errorString->isEmpty() && !exceptionDetails->isJust() && !accessorPropertiesOnly.fromMaybe(false)) ...
4 years, 9 months ago (2016-03-18 23:07:50 UTC) #4
kozy
All done. https://codereview.chromium.org/1818473002/diff/20001/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp File third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp (right): https://codereview.chromium.org/1818473002/diff/20001/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp#newcode244 third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp:244: if (!object->IsSymbol() && errorString->isEmpty() && !exceptionDetails->isJust() && ...
4 years, 9 months ago (2016-03-18 23:58:34 UTC) #5
commit-bot: I haz the power
This CL has an open dependency (Issue 1809073003 Patch 100001). Please resolve the dependency and ...
4 years, 9 months ago (2016-03-19 00:17:51 UTC) #9
commit-bot: I haz the power
This CL has an open dependency (Issue 1809073003 Patch 100001). Please resolve the dependency and ...
4 years, 9 months ago (2016-03-19 00:22:32 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818473002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818473002/40001
4 years, 9 months ago (2016-03-19 00:32:06 UTC) #14
dgozman
https://codereview.chromium.org/1818473002/diff/40001/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp File third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp (right): https://codereview.chromium.org/1818473002/diff/40001/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp#newcode246 third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp:246: if (!errorString->isEmpty() || exceptionDetails->isJust() || accessorPropertiesOnly.fromMaybe(false)) Check error first, ...
4 years, 9 months ago (2016-03-19 00:45:59 UTC) #16
kozy
All done! https://codereview.chromium.org/1818473002/diff/40001/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp File third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp (right): https://codereview.chromium.org/1818473002/diff/40001/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp#newcode246 third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp:246: if (!errorString->isEmpty() || exceptionDetails->isJust() || accessorPropertiesOnly.fromMaybe(false)) On ...
4 years, 9 months ago (2016-03-19 01:17:43 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818473002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818473002/60001
4 years, 9 months ago (2016-03-19 01:18:04 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818473002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818473002/80001
4 years, 9 months ago (2016-03-19 01:25:46 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-19 02:41:22 UTC) #25
commit-bot: I haz the power
4 years, 9 months ago (2016-03-19 02:46:09 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f6cac8c2524beae96fbc7bf3e037a2f2c6302a2b
Cr-Commit-Position: refs/heads/master@{#382172}

Powered by Google App Engine
This is Rietveld 408576698