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

Issue 1022543002: [chromedriver] Implement DELETE NetworkConditions (Closed)

Created:
5 years, 9 months ago by srawlins
Modified:
5 years, 9 months ago
Reviewers:
samuong
CC:
chromium-reviews, samuong+watch_chromium.org, stgao
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[chromedriver] Implement DELETE NetworkConditions BUG= Committed: https://crrev.com/b234648cb7ab94b8c2830b566f03dfd02ebab191 Cr-Commit-Position: refs/heads/master@{#322043}

Patch Set 1 #

Total comments: 3

Patch Set 2 : rebase #

Patch Set 3 : Retrieving network conditions after deleting them raises an exception #

Total comments: 1

Patch Set 4 : Allocate on the stack #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -0 lines) Patch
M chrome/test/chromedriver/client/chromedriver.py View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/client/command_executor.py View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/test/run_py_tests.py View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/window_commands.h View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/window_commands.cc View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
srawlins
5 years, 9 months ago (2015-03-18 17:47:20 UTC) #2
samuong
I get a conflict in run_py_tests.py when trying to patch this into my checkout. Maybe ...
5 years, 9 months ago (2015-03-18 17:58:43 UTC) #3
srawlins
Sorry, I've rebased this CL. https://codereview.chromium.org/1022543002/diff/1/chrome/test/chromedriver/test/run_py_tests.py File chrome/test/chromedriver/test/run_py_tests.py (right): https://codereview.chromium.org/1022543002/diff/1/chrome/test/chromedriver/test/run_py_tests.py#newcode820 chrome/test/chromedriver/test/run_py_tests.py:820: self.assertEquals(False, network['offline']); On 2015/03/18 ...
5 years, 9 months ago (2015-03-18 18:24:25 UTC) #4
samuong
https://codereview.chromium.org/1022543002/diff/1/chrome/test/chromedriver/test/run_py_tests.py File chrome/test/chromedriver/test/run_py_tests.py (right): https://codereview.chromium.org/1022543002/diff/1/chrome/test/chromedriver/test/run_py_tests.py#newcode820 chrome/test/chromedriver/test/run_py_tests.py:820: self.assertEquals(False, network['offline']); On 2015/03/18 18:24:25, srawlins wrote: > On ...
5 years, 9 months ago (2015-03-18 18:32:24 UTC) #5
srawlins
On 2015/03/18 18:32:24, samuong wrote: > https://codereview.chromium.org/1022543002/diff/1/chrome/test/chromedriver/test/run_py_tests.py > File chrome/test/chromedriver/test/run_py_tests.py (right): > > https://codereview.chromium.org/1022543002/diff/1/chrome/test/chromedriver/test/run_py_tests.py#newcode820 > ...
5 years, 9 months ago (2015-03-23 18:12:50 UTC) #6
samuong
https://codereview.chromium.org/1022543002/diff/40001/chrome/test/chromedriver/window_commands.cc File chrome/test/chromedriver/window_commands.cc (right): https://codereview.chromium.org/1022543002/diff/40001/chrome/test/chromedriver/window_commands.cc#newcode940 chrome/test/chromedriver/window_commands.cc:940: NetworkConditions* network_conditions = new NetworkConditions(); Won't this leak? Why ...
5 years, 9 months ago (2015-03-23 20:23:46 UTC) #7
srawlins
On 2015/03/23 20:23:46, samuong wrote: > https://codereview.chromium.org/1022543002/diff/40001/chrome/test/chromedriver/window_commands.cc > File chrome/test/chromedriver/window_commands.cc (right): > > https://codereview.chromium.org/1022543002/diff/40001/chrome/test/chromedriver/window_commands.cc#newcode940 > ...
5 years, 9 months ago (2015-03-24 00:20:50 UTC) #8
samuong
Thanks! LGTM.
5 years, 9 months ago (2015-03-24 03:11:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1022543002/60001
5 years, 9 months ago (2015-03-24 18:47:42 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-24 19:19:51 UTC) #12
commit-bot: I haz the power
5 years, 9 months ago (2015-03-24 19:21:02 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b234648cb7ab94b8c2830b566f03dfd02ebab191
Cr-Commit-Position: refs/heads/master@{#322043}

Powered by Google App Engine
This is Rietveld 408576698