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

Issue 967493002: DevTools: remove setLastEvaluationResult from the protocol. (Closed)

Created:
5 years, 9 months ago by pfeldman
Modified:
5 years, 9 months ago
Reviewers:
dgozman, aandrey, yurys
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

DevTools: remove setLastEvaluationResult from the protocol. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190999

Patch Set 1 #

Total comments: 13

Patch Set 2 : review comments addressed #

Patch Set 3 : rebaselined #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -115 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/inspector/console/set-last-eval-result.html View 1 1 chunk +0 lines, -52 lines 0 comments Download
M LayoutTests/inspector/console/set-last-eval-result-expected.txt View 1 1 chunk +0 lines, -9 lines 0 comments Download
M Source/core/inspector/InjectedScript.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InjectedScript.cpp View 1 chunk +0 lines, -9 lines 0 comments Download
M Source/core/inspector/InjectedScriptSource.js View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M Source/core/inspector/InspectorConsoleAgent.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorConsoleAgent.cpp View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M Source/devtools/front_end/promises/PromisePane.js View 1 2 1 chunk +11 lines, -13 lines 0 comments Download
M Source/devtools/protocol.json View 1 2 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
pfeldman
5 years, 9 months ago (2015-02-27 07:50:32 UTC) #2
dgozman
https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html File LayoutTests/inspector/console/set-last-eval-result.html (right): https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html#newcode17 LayoutTests/inspector/console/set-last-eval-result.html:17: remote = result; This one is no longer used. ...
5 years, 9 months ago (2015-02-27 07:56:56 UTC) #3
pfeldman
https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html File LayoutTests/inspector/console/set-last-eval-result.html (right): https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html#newcode17 LayoutTests/inspector/console/set-last-eval-result.html:17: remote = result; On 2015/02/27 07:56:56, dgozman wrote: > ...
5 years, 9 months ago (2015-02-27 08:00:20 UTC) #4
aandrey
https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html File LayoutTests/inspector/console/set-last-eval-result.html (right): https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html#newcode23 LayoutTests/inspector/console/set-last-eval-result.html:23: InspectorTest.evaluateInConsole("$_", completeTest); On 2015/02/27 07:56:56, dgozman wrote: > It ...
5 years, 9 months ago (2015-02-27 08:01:54 UTC) #5
dgozman
https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html File LayoutTests/inspector/console/set-last-eval-result.html (right): https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html#newcode23 LayoutTests/inspector/console/set-last-eval-result.html:23: InspectorTest.evaluateInConsole("$_", completeTest); On 2015/02/27 08:00:20, pfeldman wrote: > What ...
5 years, 9 months ago (2015-02-27 08:03:22 UTC) #6
aandrey
https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html File LayoutTests/inspector/console/set-last-eval-result.html (right): https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html#newcode23 LayoutTests/inspector/console/set-last-eval-result.html:23: InspectorTest.evaluateInConsole("$_", completeTest); On 2015/02/27 08:00:20, pfeldman wrote: > What ...
5 years, 9 months ago (2015-02-27 08:03:47 UTC) #7
pfeldman
https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html File LayoutTests/inspector/console/set-last-eval-result.html (right): https://codereview.chromium.org/967493002/diff/1/LayoutTests/inspector/console/set-last-eval-result.html#newcode23 LayoutTests/inspector/console/set-last-eval-result.html:23: InspectorTest.evaluateInConsole("$_", completeTest); On 2015/02/27 08:03:22, dgozman wrote: > On ...
5 years, 9 months ago (2015-02-27 08:05:34 UTC) #8
pfeldman
PTAL
5 years, 9 months ago (2015-02-27 08:09:41 UTC) #9
aandrey
lgtm
5 years, 9 months ago (2015-02-27 08:21:32 UTC) #10
dgozman
lgtm
5 years, 9 months ago (2015-02-27 08:23:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/967493002/20001
5 years, 9 months ago (2015-02-27 08:39:37 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_blink_compile_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/android_blink_compile_rel/builds/29871)
5 years, 9 months ago (2015-02-27 08:45:13 UTC) #15
yurys
lgtm, thanks! I shouldn't have approved this method in the protocol.
5 years, 9 months ago (2015-02-27 08:47:22 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/967493002/40001
5 years, 9 months ago (2015-02-27 12:41:32 UTC) #19
commit-bot: I haz the power
5 years, 9 months ago (2015-02-27 14:06:26 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190999

Powered by Google App Engine
This is Rietveld 408576698