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

Issue 342018: Remove a DCHECK that happens on every exit of IE. We appear to be leaking aut... (Closed)

Created:
11 years, 1 month ago by robertshield
Modified:
9 years, 6 months ago
Reviewers:
stoyan
CC:
chromium-reviews_googlegroups.com, amit
Visibility:
Public.

Description

Remove a DCHECK that happens on every exit of IE. We appear to be leaking automation proxies, which I maintain is a bad thing. BUG=Start IE with debug CF installed, navigate to a chrome frame page, exit IE, see the DCHECK. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30366

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M chrome_frame/chrome_frame_automation.cc View 1 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
robertshield
11 years, 1 month ago (2009-10-28 14:07:49 UTC) #1
amit
OK with this CL, log a bug for proper cleanup? On Wed, Oct 28, 2009 ...
11 years, 1 month ago (2009-10-28 15:59:04 UTC) #2
stoyan
I would prefer something like: for (;i < proxies_.size; ++i) DCHECK_EQ(WAIT_OBJECT_0, WaitForSingleObject(proxies_[i].thread.thread_handle, 0);
11 years, 1 month ago (2009-10-28 16:26:27 UTC) #3
robertshield
On 2009/10/28 16:26:27, stoyan wrote: > I would prefer something like: > for (;i < ...
11 years, 1 month ago (2009-10-28 17:33:46 UTC) #4
stoyan
lgtm do you ever hit this DLOG?
11 years, 1 month ago (2009-10-28 17:52:24 UTC) #5
robert
On Wed, Oct 28, 2009 at 1:52 PM, <stoyan@chromium.org> wrote: > lgtm > do you ...
11 years, 1 month ago (2009-10-28 18:00:15 UTC) #6
stoyan
11 years, 1 month ago (2009-10-28 18:40:23 UTC) #7
Hmm. Dumps are welcome.

Powered by Google App Engine
This is Rietveld 408576698