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

Issue 7185023: Support Chromium-branded builds and cleanup reference build usage. (Closed)

Created:
9 years, 6 months ago by jrt
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., Zhenyao Mo
Visibility:
Public.

Description

Support Chromium-branded builds and cleanup reference build usage. Implemented cmp's POC (http://codereview.chromium.org/7171005/) and enforced the usage of UIPerfTest::UseReferenceBuild(). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=90141

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fixed inherited method calls and updated two tests. #

Total comments: 3

Patch Set 3 : Use switch instead of member variable. #

Patch Set 4 : Updated more branding-related issues. #

Patch Set 5 : . #

Total comments: 5

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -135 lines) Patch
M chrome/common/chrome_constants.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/chrome_constants.cc View 1 2 2 chunks +42 lines, -0 lines 0 comments Download
M chrome/test/chrome_process_util.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chrome_process_util.cc View 1 2 3 4 5 5 chunks +14 lines, -6 lines 0 comments Download
M chrome/test/memory_test/memory_test.cc View 1 2 3 4 4 chunks +14 lines, -42 lines 0 comments Download
M chrome/test/page_cycler/page_cycler_test.cc View 1 1 chunk +1 line, -13 lines 0 comments Download
M chrome/test/perf/frame_rate/frame_rate_tests.cc View 1 1 chunk +1 line, -13 lines 0 comments Download
M chrome/test/startup/startup_test.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/test_switches.h View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/test/test_switches.cc View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M chrome/test/ui/dromaeo_benchmark_uitest.cc View 1 1 chunk +2 lines, -14 lines 0 comments Download
M chrome/test/ui/sunspider_uitest.cc View 1 1 chunk +2 lines, -14 lines 0 comments Download
M chrome/test/ui/ui_perf_test.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/ui/ui_test.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/ui/ui_test.cc View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/test/ui/v8_benchmark_uitest.cc View 1 1 chunk +2 lines, -14 lines 0 comments Download
M chrome/test/url_fetch_test/url_fetch_test.cc View 1 3 chunks +3 lines, -13 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jrt
http://codereview.chromium.org/7185023/diff/1/chrome/test/perf/frame_rate/frame_rate_tests.cc File chrome/test/perf/frame_rate/frame_rate_tests.cc (right): http://codereview.chromium.org/7185023/diff/1/chrome/test/perf/frame_rate/frame_rate_tests.cc#newcode84 chrome/test/perf/frame_rate/frame_rate_tests.cc:84: UITest::SetUp(); Is there a standard for calling inherited methods, ...
9 years, 6 months ago (2011-06-16 22:46:37 UTC) #1
jrt
These tests also use a reference build, but access it in completely different ways. src/chrome/test/memory_test/memory_test.cc ...
9 years, 6 months ago (2011-06-16 22:53:47 UTC) #2
cmp
Nice, some updates needed. There may be a use of kBrowserProcessExecutableName that we need to ...
9 years, 6 months ago (2011-06-16 23:29:40 UTC) #3
cmp
On 2011/06/16 22:53:47, Joe Tessler wrote: > These tests also use a reference build, but ...
9 years, 6 months ago (2011-06-16 23:36:56 UTC) #4
darin (slow to review)
Looks good to me too. I agree with Chase's feedback.
9 years, 6 months ago (2011-06-17 16:20:11 UTC) #5
jrt
http://codereview.chromium.org/7185023/diff/6001/chrome/test/chrome_process_util.h File chrome/test/chrome_process_util.h (right): http://codereview.chromium.org/7185023/diff/6001/chrome/test/chrome_process_util.h#newcode19 chrome/test/chrome_process_util.h:19: ChromeProcessList GetRunningChromiumProcesses(base::ProcessId browser_pid); Will every call to GetRunningChromeProcess break ...
9 years, 6 months ago (2011-06-17 19:50:46 UTC) #6
jrt
I decided to use a command-line switch instead of a member variable for the branding ...
9 years, 6 months ago (2011-06-20 19:14:01 UTC) #7
jrt
On 2011/06/20 19:14:01, jrt wrote: > I decided to use a command-line switch instead of ...
9 years, 6 months ago (2011-06-22 18:43:46 UTC) #8
darin (slow to review)
LGTM
9 years, 6 months ago (2011-06-22 22:11:28 UTC) #9
cmp
lgtm with nits http://codereview.chromium.org/7185023/diff/11038/chrome/test/chrome_process_util.cc File chrome/test/chrome_process_util.cc (right): http://codereview.chromium.org/7185023/diff/11038/chrome/test/chrome_process_util.cc#newcode1 chrome/test/chrome_process_util.cc:1: // Copyright (c) 2010 The Chromium ...
9 years, 6 months ago (2011-06-22 22:41:58 UTC) #10
commit-bot: I haz the power
9 years, 6 months ago (2011-06-23 00:34:57 UTC) #11
Change committed as 90141

Powered by Google App Engine
This is Rietveld 408576698