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

Issue 2465343002: [DevTools] migrate RenderingAgent and EmulationAgent to new style (Closed)

Created:
4 years, 1 month ago by kozy
Modified:
4 years, 1 month ago
Reviewers:
dgozman
CC:
chromium-reviews, blink-reviews, kinuko+watch
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] migrate RenderingAgent and EmulationAgent to new style Replace in header: void ([a-zA-Z]+)\(\s*ErrorString\*(?: error(?:String)?)?,? ? Response \1( Replace in implementation: void ([a-zA-Z]+)::([a-zA-Z]+)\(\s*ErrorString\*(?: error(?:String)?)?,? ? Response \1::\2( Replace in header and implementation: const (?:protocol::)?Maybe<([^>]+)>& Maybe<\1> Remove in implementation: &error,? ? Replace in implementation: \*error(?:String)? = ("[^"]+");\s+return; return Response::Error(\1); Added return Response::OK at the end of functions. BUG=none R=dgozman@chromium.org Committed: https://crrev.com/bebd3b443427ad8e03dd26d901060abe35354140 Cr-Commit-Position: refs/heads/master@{#429195}

Patch Set 1 #

Patch Set 2 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -118 lines) Patch
M third_party/WebKit/Source/web/InspectorEmulationAgent.h View 1 chunk +12 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorEmulationAgent.cpp View 2 chunks +44 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorRenderingAgent.h View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorRenderingAgent.cpp View 1 chunk +42 lines, -41 lines 0 comments Download
M third_party/inspector_protocol/CodeGenerator.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/inspector_protocol/README.chromium View 1 1 chunk +2 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 11 (6 generated)
kozy
Dmitry, please take a look.
4 years, 1 month ago (2016-11-01 17:22:50 UTC) #1
dgozman
lgtm
4 years, 1 month ago (2016-11-01 18:44:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2465343002/20001
4 years, 1 month ago (2016-11-02 01:35:05 UTC) #7
commit-bot: I haz the power
Failed to apply the patch. On branch working_branch Your branch is up-to-date with 'origin/refs/pending/heads/master'. nothing ...
4 years, 1 month ago (2016-11-02 03:02:47 UTC) #9
commit-bot: I haz the power
4 years, 1 month ago (2016-11-02 03:05:24 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/bebd3b443427ad8e03dd26d901060abe35354140
Cr-Commit-Position: refs/heads/master@{#429195}

Powered by Google App Engine
This is Rietveld 408576698