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

Issue 377036: Fix memory leak in AsyncExtensionFunction. (Closed)

Created:
11 years, 1 month ago by Matt Perry
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix memory leak in AsyncExtensionFunction. BUG=27196 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31517

Patch Set 1 #

Patch Set 2 : revert accidental change #

Patch Set 3 : comment #

Total comments: 4

Patch Set 4 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -32 lines) Patch
M chrome/browser/extensions/execute_code_in_tab_function.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_bookmarks_module.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_browser_actions_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_browser_actions_api.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_function.h View 1 2 3 1 chunk +8 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_function.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_history_api.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_page_actions_module.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_popup_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_tabs_module.cc View 1 2 3 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_toolstrip_api.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Matt Perry
11 years, 1 month ago (2009-11-09 20:08:20 UTC) #1
Aaron Boodman
http://codereview.chromium.org/377036/diff/3001/3006 File chrome/browser/extensions/extension_function.cc (right): http://codereview.chromium.org/377036/diff/3001/3006#newcode13 Line 13: args_.reset(args->DeepCopy()); Can we avoid the copy by just ...
11 years, 1 month ago (2009-11-09 22:29:48 UTC) #2
Matt Perry
http://codereview.chromium.org/377036/diff/3001/3006 File chrome/browser/extensions/extension_function.cc (right): http://codereview.chromium.org/377036/diff/3001/3006#newcode13 Line 13: args_.reset(args->DeepCopy()); On 2009/11/09 22:29:48, Aaron Boodman wrote: > ...
11 years, 1 month ago (2009-11-09 22:34:27 UTC) #3
Aaron Boodman
11 years, 1 month ago (2009-11-09 22:41:44 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698