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

Issue 1739613002: DevTools: validate protocol input parameters. (Closed)

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

Description

DevTools: validate protocol input parameters. BUG=580337 Committed: https://crrev.com/029e9a50ad13cec7e61d8ff530c3800510ac654f Cr-Commit-Position: refs/heads/master@{#377787}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : ready for review #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Total comments: 2

Patch Set 7 : review comments addressed #

Patch Set 8 : rebaselined a test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+673 lines, -635 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getAXNode-expected.txt View 1 2 3 4 2 chunks +27 lines, -27 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-expected.txt View 1 2 3 4 4 chunks +62 lines, -62 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-expected.txt View 1 2 3 4 30 chunks +83 lines, -83 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodesModal-expected.txt View 1 2 3 4 6 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-media-text-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-expected.txt View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-setBreakpoint-before-enabling-expected.txt View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/layers/get-layers-expected.txt View 1 2 3 4 1 chunk +33 lines, -33 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getFunctionDetails-expected.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt View 1 2 3 4 5 4 chunks +4 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 1 7 chunks +10 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 1 2 3 4 3 chunks +6 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp View 1 chunk +1 line, -13 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 2 3 4 5 6 4 chunks +6 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp View 1 2 chunks +2 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/CodeGenerator.py View 1 2 6 chunks +18 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template View 1 2 3 4 5 6 12 chunks +46 lines, -129 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_h.template View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Frontend_cpp.template View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/TypeBuilder_cpp.template View 1 2 3 4 5 6 2 chunks +129 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/TypeBuilder_h.template View 1 2 3 4 5 6 14 chunks +190 lines, -122 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 10 chunks +21 lines, -34 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 3 chunks +4 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 17 (8 generated)
pfeldman
4 years, 10 months ago (2016-02-25 16:39:59 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739613002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739613002/40001
4 years, 10 months ago (2016-02-25 16:43:58 UTC) #4
dgozman
lgtm https://codereview.chromium.org/1739613002/diff/60001/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp (right): https://codereview.chromium.org/1739613002/diff/60001/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp#newcode416 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp:416: return true; No need to return anything. Could ...
4 years, 10 months ago (2016-02-25 21:40:37 UTC) #5
pfeldman
All Done.
4 years, 10 months ago (2016-02-25 22:09:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739613002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739613002/120001
4 years, 10 months ago (2016-02-25 22:15:29 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/186103)
4 years, 10 months ago (2016-02-25 23:29:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739613002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739613002/140001
4 years, 10 months ago (2016-02-26 00:25:08 UTC) #14
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 10 months ago (2016-02-26 02:56:47 UTC) #15
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 02:57:52 UTC) #17
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/029e9a50ad13cec7e61d8ff530c3800510ac654f
Cr-Commit-Position: refs/heads/master@{#377787}

Powered by Google App Engine
This is Rietveld 408576698