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

Issue 3149: Porting changes in chrome/{browser,common}, also enabling more unit tests.... (Closed)

Created:
12 years, 3 months ago by please use my chromium address
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Porting changes in chrome/{browser,common}, also enabling more unit tests. At the moment of submission, with these changes applied, Hammer/unit_tests runs 48 tests (all pass, of course). BUG=2333, 2335, 2410

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -75 lines) Patch
M chrome/SConscript.unit_tests View 6 chunks +17 lines, -9 lines 0 comments Download
M chrome/browser/SConscript View 1 2 3 9 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/browser_process.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/cancelable_request.h View 1 2 3 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/cross_site_request_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google_url_tracker.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/meta_table_helper.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/metrics_log.h View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/metrics_response_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics_service.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/page_state.cc View 1 2 3 1 chunk +4 lines, -10 lines 0 comments Download
M chrome/browser/printing/page_number.h View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/printing/page_range_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/units_unittest.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/renderer_security_policy.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_security_policy.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/session_startup_pref.cc View 1 2 3 2 chunks +4 lines, -1 line 3 comments Download
M chrome/common/SConscript View 1 2 3 5 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/animation_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/json_value_serializer_unittest.cc View 1 2 3 6 chunks +7 lines, -4 lines 0 comments Download
M chrome/common/sqlite_utils.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
please use my chromium address
12 years, 3 months ago (2008-09-18 19:11:28 UTC) #1
Dean McNamee
Wow, this is super good. Thanks. A bunch of nits for now, and will probably ...
12 years, 3 months ago (2008-09-18 19:26:14 UTC) #2
please use my chromium address
On 2008/09/18 19:26:14, deanm wrote: > http://codereview.chromium.org/3149/diff/1/10 > File chrome/browser/printing/units_unittest.cc (right): > > http://codereview.chromium.org/3149/diff/1/10#newcode35 > ...
12 years, 3 months ago (2008-09-18 19:51:59 UTC) #3
Dean McNamee
Looks good with a few nits, going to have to ask MA on the printer ...
12 years, 3 months ago (2008-09-18 20:06:58 UTC) #4
M-A Ruel
http://codereview.chromium.org/3149/diff/26/233 File chrome/browser/printing/units_unittest.cc (right): http://codereview.chromium.org/3149/diff/26/233#newcode35 Line 35: EXPECT_EQ(static_cast<int>(2000000000UL), ConvertUnit(2, 1, 1000000000UL)); The prototype is: int ...
12 years, 3 months ago (2008-09-18 20:14:17 UTC) #5
sgk
SCons lgtm http://codereview.chromium.org/3149/diff/26/231 File chrome/browser/SConscript (right): http://codereview.chromium.org/3149/diff/26/231#newcode68 Line 68: 'google_url_tracker.cc', nit: alphabetical order
12 years, 3 months ago (2008-09-18 21:28:19 UTC) #6
please use my chromium address
On 2008/09/18 20:06:58, deanm wrote: > http://codereview.chromium.org/3149/diff/26/233 > File chrome/browser/printing/units_unittest.cc (right): > > http://codereview.chromium.org/3149/diff/26/233#newcode36 > ...
12 years, 3 months ago (2008-09-19 09:58:15 UTC) #7
please use my chromium address
I forgot to add chrome/SConscript.unit_tests. Added it now. sgk: Please take a look.
12 years, 3 months ago (2008-09-19 12:45:36 UTC) #8
M-A Ruel
Very good, thanks a lot. http://codereview.chromium.org/3149/diff/50/342 File chrome/browser/session_startup_pref.cc (right): http://codereview.chromium.org/3149/diff/50/342#newcode41 Line 41: default: add 'NOTREACHED();' ...
12 years, 3 months ago (2008-09-19 12:51:18 UTC) #9
Dean McNamee
http://codereview.chromium.org/3149/diff/50/342 File chrome/browser/session_startup_pref.cc (right): http://codereview.chromium.org/3149/diff/50/342#newcode41 Line 41: default: That's a lie, it is reached. It's ...
12 years, 3 months ago (2008-09-19 12:58:10 UTC) #10
M-A Ruel
12 years, 3 months ago (2008-09-19 12:59:49 UTC) #11
http://codereview.chromium.org/3149/diff/50/342
File chrome/browser/session_startup_pref.cc (right):

http://codereview.chromium.org/3149/diff/50/342#newcode41
Line 41: default:
Ok, don't listen to me.

On 2008/09/19 12:58:10, deanm wrote:
> That's a lie, it is reached.  It's the case of DEFAULT.
> 
> On 2008/09/19 12:51:18, M-A wrote:
> > add 'NOTREACHED();' here.

Powered by Google App Engine
This is Rietveld 408576698