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

Issue 18419003: [chromedriver] Remove dll build target. (Closed)

Created:
7 years, 5 months ago by chrisgao (Use stgao instead)
Modified:
7 years, 5 months ago
Reviewers:
kkania
CC:
chromium-reviews, kkania, frankf
Visibility:
Public.

Description

[chromedriver] Remove dll build target. Remove files once used to build chromedriver dll. Remove CommandExecutor and CommandNames. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209801

Patch Set 1 #

Patch Set 2 : Fix nits and update readme #

Total comments: 20

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -3065 lines) Patch
M build/all.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 4 chunks +1 line, -26 lines 0 comments Download
M chrome/test/chromedriver/README.txt View 1 2 3 chunks +25 lines, -27 lines 0 comments Download
D chrome/test/chromedriver/chromedriver.h View 1 chunk +0 lines, -38 lines 0 comments Download
D chrome/test/chromedriver/chromedriver.cc View 1 chunk +0 lines, -125 lines 0 comments Download
D chrome/test/chromedriver/chromedriver_shared_library.cc View 1 chunk +0 lines, -90 lines 0 comments Download
D chrome/test/chromedriver/chromedriver_unittest.cc View 1 chunk +0 lines, -170 lines 0 comments Download
D chrome/test/chromedriver/command_executor.h View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/test/chromedriver/command_executor_impl.h View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/test/chromedriver/command_names.h View 1 chunk +0 lines, -124 lines 0 comments Download
D chrome/test/chromedriver/command_names.cc View 1 chunk +0 lines, -121 lines 0 comments Download
M chrome/test/chromedriver/commands_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/chromedriver/server/chromedriver_server.cc View 1 2 2 chunks +1 line, -4 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.h View 1 2 2 chunks +41 lines, -19 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.cc View 1 2 6 chunks +239 lines, -133 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler_unittest.cc View 1 2 10 chunks +35 lines, -61 lines 0 comments Download
D chrome/test/chromedriver/third_party/jni/LICENSE View 1 chunk +0 lines, -204 lines 0 comments Download
D chrome/test/chromedriver/third_party/jni/README.chromium View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/test/chromedriver/third_party/jni/jni.h View 1 chunk +0 lines, -1162 lines 0 comments Download
D chrome/test/chromedriver/third_party/jni/jni.gyp View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/test/chromedriver/third_party/jni/patch.diff View 1 chunk +0 lines, -631 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
chrisgao (Use stgao instead)
https://codereview.chromium.org/18419003/diff/2001/chrome/test/chromedriver/server/http_handler.cc File chrome/test/chromedriver/server/http_handler.cc (right): https://codereview.chromium.org/18419003/diff/2001/chrome/test/chromedriver/server/http_handler.cc#newcode62 chrome/test/chromedriver/server/http_handler.cc:62: CommandMapping::CommandMapping() {} remove https://codereview.chromium.org/18419003/diff/2001/chrome/test/chromedriver/server/http_handler.cc#newcode145 chrome/test/chromedriver/server/http_handler.cc:145: base::Bind(&UnimplementedCommand)), Remove unimplemented command ...
7 years, 5 months ago (2013-07-02 01:31:40 UTC) #1
kkania
lgtm https://codereview.chromium.org/18419003/diff/2001/chrome/test/chromedriver/README.txt File chrome/test/chromedriver/README.txt (right): https://codereview.chromium.org/18419003/diff/2001/chrome/test/chromedriver/README.txt#newcode14 chrome/test/chromedriver/README.txt:14: $ export PYTHONPATH=<CHROMEDRIVER_SRC_DIR>/server:<CHROMEDRIVER_SRC_DIR>/client export PYTHONPATH=<THIS_DIR>/server:<THIS_DIR>/client https://codereview.chromium.org/18419003/diff/2001/chrome/test/chromedriver/README.txt#newcode38 chrome/test/chromedriver/README.txt:38: When ...
7 years, 5 months ago (2013-07-02 01:57:08 UTC) #2
chrisgao (Use stgao instead)
https://codereview.chromium.org/18419003/diff/2001/chrome/test/chromedriver/README.txt File chrome/test/chromedriver/README.txt (right): https://codereview.chromium.org/18419003/diff/2001/chrome/test/chromedriver/README.txt#newcode14 chrome/test/chromedriver/README.txt:14: $ export PYTHONPATH=<CHROMEDRIVER_SRC_DIR>/server:<CHROMEDRIVER_SRC_DIR>/client On 2013/07/02 01:57:08, kkania wrote: > ...
7 years, 5 months ago (2013-07-02 18:13:04 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrisgao@chromium.org/18419003/14001
7 years, 5 months ago (2013-07-02 18:38:20 UTC) #4
commit-bot: I haz the power
7 years, 5 months ago (2013-07-02 22:36:59 UTC) #5
Message was sent while issue was closed.
Change committed as 209801

Powered by Google App Engine
This is Rietveld 408576698