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

Issue 183663014: DevTools: Unify protocol test scripts naming with frontend tests. (Closed)

Created:
6 years, 9 months ago by vsevik
Modified:
6 years, 9 months ago
Reviewers:
lushnikov, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

DevTools: Unify protocol test scripts naming with frontend tests. R=lushnikov@chromium.org, lushnikov, pfeldman Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168370

Patch Set 1 #

Patch Set 2 : Fixed tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -413 lines) Patch
M LayoutTests/http/tests/inspector-protocol/access-inspected-object.html View 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js View 1 3 chunks +94 lines, -9 lines 0 comments Download
D LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js View 1 chunk +0 lines, -239 lines 0 comments Download
M LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html View 1 chunk +11 lines, -1 line 0 comments Download
D LayoutTests/http/tests/inspector-protocol/resources/protocol-test.js View 1 chunk +0 lines, -114 lines 0 comments Download
M LayoutTests/inspector-protocol/console/console-timestamp.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/cpu-profiler/console-profile.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/cpu-profiler/console-profileEnd-parameterless-crash.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/cpu-profiler/enable-disable.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/cpu-profiler/stop-without-preceeding-start.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/css/css-get-platform-fonts.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/css/media-query-listener-exception.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/css/pseudo-element-matching-selectors.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/access-obsolete-frame.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/continueToLocation.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/debugger-pause-dedicated-worker.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/debugger-setVariableValue.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/debugger-step-into-dedicated-worker.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/debugger-terminate-dedicated-worker-while-paused.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/getStepInPositions.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/postMessage-on-pause.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/setScriptSource.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/debugger/updateCallFrameScopes.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/dom/dom-focus.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/dom/dom-getBoxModel.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/dom/dom-getNodeForLocation.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/dom/dom-relayout-boundary.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/dom/dom-request-child-nodes-depth.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/dom/dom-setOuterHTML.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/dom/dom-svg-attribute-case.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/dom/push-children-on-pseudo-addition.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/heap-profiler/take-heap-snapshot.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/input/dispatchKeyEvent.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/input/dispatchMouseEvent.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/input/dispatchTouchEvent.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/json-parse.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/layers/get-layers.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/layers/paint-profiler.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/loading-iframe-document-node.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/page/enable-disable.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/page/frameAttachedDetached.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/page/frameScheduledNavigation.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/page/frameStartedLoading.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/page/javascriptDialogEvents.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/runtime/runtime-getProperties.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/stylesheet-tracking-restart.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector-protocol/timeline/timeline-start-bufferEvents.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
vsevik
PTAL
6 years, 9 months ago (2014-03-03 12:52:49 UTC) #1
lushnikov
lgtm if tests pass :)
6 years, 9 months ago (2014-03-03 13:05:37 UTC) #2
vsevik
The CQ bit was checked by vsevik@chromium.org
6 years, 9 months ago (2014-03-03 13:23:24 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vsevik@chromium.org/183663014/20001
6 years, 9 months ago (2014-03-03 13:23:38 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-03 19:55:01 UTC) #5
commit-bot: I haz the power
Retried try job too often on win_layout for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout&number=24755
6 years, 9 months ago (2014-03-03 19:55:01 UTC) #6
vsevik
The CQ bit was checked by vsevik@chromium.org
6 years, 9 months ago (2014-03-04 06:39:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vsevik@chromium.org/183663014/20001
6 years, 9 months ago (2014-03-04 06:39:18 UTC) #8
vsevik
6 years, 9 months ago (2014-03-04 08:10:53 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 manually as r168370 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698