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

Issue 5009: Fix some issues found looking at the code.... (Closed)

Created:
12 years, 2 months ago by M-A Ruel
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix some issues found looking at the code. Patch from Gaetano Mendola <mendola@gmail.com>; Original review: http://codereview.chromium.org/4273 I added some additions on my part and two unit test fix due to the added DCHECK. Reduced atl header inclusion. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=2730

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -61 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/base_drag_source.h View 2 chunks +3 lines, -4 lines 0 comments Download
M base/base_drag_source.cc View 1 2 chunks +3 lines, -7 lines 0 comments Download
M base/base_drop_target.h View 4 chunks +9 lines, -8 lines 1 comment Download
M base/base_drop_target.cc View 1 2 3 chunks +10 lines, -10 lines 2 comments Download
M base/event_recorder.h View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M base/event_recorder.cc View 6 chunks +19 lines, -21 lines 0 comments Download
M base/histogram.h View 1 1 chunk +1 line, -1 line 0 comments Download
M base/hmac.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M base/hmac_mac.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M base/hmac_nss.cc View 1 1 chunk +0 lines, -1 line 1 comment Download
M base/hmac_win.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/views/focus_manager_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/views/table_view_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
M-A Ruel
Original review at http://codereview.chromium.org/4273
12 years, 2 months ago (2008-09-26 18:14:54 UTC) #1
Dean McNamee
The hmac code was correct before right? scoped_ptr is just cleaner, but there wasn't a ...
12 years, 2 months ago (2008-09-27 10:18:49 UTC) #2
Dean McNamee
http://codereview.chromium.org/5009/diff/1/5 File base/base_drag_source.cc (left): http://codereview.chromium.org/5009/diff/1/5#oldcode62 Line 62: return ref_count_; Evan pointed out that this code ...
12 years, 2 months ago (2008-09-28 13:27:26 UTC) #3
cpu_(ooo_6.6-7.5)
I think what MA wants to say is that STA com objects are thread safe ...
12 years, 2 months ago (2008-09-29 00:00:44 UTC) #4
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/5009/diff/1/3 File base/event_recorder.h (right): http://codereview.chromium.org/5009/diff/1/3#newcode72 Line 72: playback_msg_(), we normally don't make explicit the calls ...
12 years, 2 months ago (2008-09-29 00:09:59 UTC) #5
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/5009/diff/1/9 File base/base_drop_target.cc (right): http://codereview.chromium.org/5009/diff/1/9#newcode17 Line 17: : current_data_object_(), Same, here why call default ctor?
12 years, 2 months ago (2008-09-29 00:11:30 UTC) #6
M-A Ruel
I added a few files to fix tests, compile failure and reduce atl dependency while ...
12 years, 2 months ago (2008-09-29 19:24:31 UTC) #7
Dean McNamee
Looks good enough for me. Sorry about the confusion, too many review URLs. http://codereview.chromium.org/5009/diff/616/422 File ...
12 years, 2 months ago (2008-09-30 20:47:26 UTC) #8
cpu_(ooo_6.6-7.5)
12 years, 2 months ago (2008-09-30 23:35:05 UTC) #9
lgtm

http://codereview.chromium.org/5009/diff/616/422
File base/base_drop_target.cc (right):

http://codereview.chromium.org/5009/diff/616/422#newcode24
Line 24: BaseDropTarget::~BaseDropTarget() {
On 2008/09/30 20:47:26, Dean McNamee wrote:
> Maybe just put this on one line

I rather have a way to put a breakpoint in the dtor

Powered by Google App Engine
This is Rietveld 408576698