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

Issue 23512005: BrowserOptions.extra_browser_args is now a set. (Closed)

Created:
7 years, 3 months ago by achuithb
Modified:
7 years, 3 months ago
CC:
chromium-reviews, chrome-speed-team+watch_google.com, jam, apatrick_chromium, joi+watch-content_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, telemetry+watch_chromium.org, dtu
Visibility:
Public.

Description

BrowserOptions.extra_browser_args is now a set. Use AppendExtraBrowserArgs everywhere. BUG=269131 TEST=trybot TBR=kbr@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221590

Patch Set 1 #

Patch Set 2 : AppendExtraBrowserArgs #

Total comments: 4

Patch Set 3 : tonyg feedback #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -65 lines) Patch
M content/test/gpu/gpu_tests/webgl_conformance.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/benchmarks/pica.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M tools/perf/benchmarks/spaceport.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/measurements/blink_perf.py View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M tools/perf/measurements/image_decoding.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/measurements/memory.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/measurements/page_cycler.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/measurements/rasterize_and_record.py View 1 1 chunk +8 lines, -7 lines 0 comments Download
M tools/perf/measurements/skpicture_printer.py View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M tools/perf/measurements/smoothness.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/measurements/startup.py View 1 1 chunk +6 lines, -5 lines 0 comments Download
M tools/perf/measurements/tab_switching.py View 1 1 chunk +5 lines, -3 lines 0 comments Download
M tools/perf/metrics/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/metrics/io.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/metrics/memory.py View 1 1 chunk +15 lines, -13 lines 0 comments Download
M tools/perf/metrics/smoothness.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/metrics/v8_object_stats.py View 1 2 3 1 chunk +8 lines, -7 lines 0 comments Download
M tools/telemetry/telemetry/core/browser_options.py View 1 2 3 3 chunks +11 lines, -5 lines 0 comments Download
M tools/telemetry/telemetry/core/browser_unittest.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/strace_profiler.py View 1 1 chunk +4 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/tcmalloc_heap_profiler.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/actions/scroll.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/unittest/tab_test_case.py View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
achuithb
What do you think of this patch, Tony? We're using AppendExtraBrowserArg inconsistently, sometimes using the ...
7 years, 3 months ago (2013-09-05 00:19:01 UTC) #1
tonyg
lgtm This is awesome! Dave and I were literally just discussing this problem 10 minutes ...
7 years, 3 months ago (2013-09-05 00:26:14 UTC) #2
achuithb
PTAL. I missed the io.py somehow. https://codereview.chromium.org/23512005/diff/3001/tools/perf/metrics/io.py File tools/perf/metrics/io.py (right): https://codereview.chromium.org/23512005/diff/3001/tools/perf/metrics/io.py#newcode12 tools/perf/metrics/io.py:12: options.extra_browser_args.add('--no-sandbox') On 2013/09/05 ...
7 years, 3 months ago (2013-09-05 00:37:11 UTC) #3
tonyg
lgtm
7 years, 3 months ago (2013-09-05 00:47:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/23512005/10001
7 years, 3 months ago (2013-09-05 00:57:35 UTC) #5
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=23862
7 years, 3 months ago (2013-09-05 02:27:23 UTC) #6
achuithb
Ken: need owner lgtm please for webgl_conformance.py
7 years, 3 months ago (2013-09-05 10:25:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/23512005/10001
7 years, 3 months ago (2013-09-05 17:58:14 UTC) #8
Ken Russell (switch to Gerrit)
LGTM for content/test/gpu/
7 years, 3 months ago (2013-09-05 20:16:20 UTC) #9
achuithb
On 2013/09/05 20:16:20, Ken Russell wrote: > LGTM for content/test/gpu/ ty!
7 years, 3 months ago (2013-09-05 20:24:26 UTC) #10
commit-bot: I haz the power
Failed to apply patch for tools/perf/metrics/v8_object_stats.py: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-05 20:26:18 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/23512005/45001
7 years, 3 months ago (2013-09-05 20:49:37 UTC) #12
commit-bot: I haz the power
7 years, 3 months ago (2013-09-06 05:51:25 UTC) #13
Message was sent while issue was closed.
Change committed as 221590

Powered by Google App Engine
This is Rietveld 408576698