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

Issue 22647007: Resubmit 21609003: Move ExtensionError to extensions/, add error limits (Closed)

Created:
7 years, 4 months ago by Devlin
Modified:
7 years, 4 months ago
Reviewers:
Yoyo Zhou, Matt Perry
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Resubmit 21609003: Move ExtensionError to extensions/, add error limits Added in a fix for the memory leak. Move ExtensionError class to extensions/browser/, since it doesn't need to be in chrome/. Limit the number of errors stored per extension to 100. Store errors in a map, keyed by Extension ID, since that is how we will likely be accessing them. BUG=21734 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216871

Patch Set 1 #

Total comments: 1

Patch Set 2 : Latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -392 lines) Patch
M chrome/browser/extensions/error_console/error_console.h View 5 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/extensions/error_console/error_console.cc View 6 chunks +67 lines, -28 lines 0 comments Download
M chrome/browser/extensions/error_console/error_console_unittest.cc View 3 chunks +99 lines, -20 lines 0 comments Download
D chrome/browser/extensions/error_console/extension_error.h View 1 chunk +0 lines, -127 lines 0 comments Download
D chrome/browser/extensions/error_console/extension_error.cc View 1 chunk +0 lines, -172 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + extensions/browser/extension_error.h View 4 chunks +8 lines, -14 lines 0 comments Download
A + extensions/browser/extension_error.cc View 6 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Devlin
Resubmit of 21609003, which was reverted for a memory failure. Found the leak, and this ...
7 years, 4 months ago (2013-08-08 23:24:12 UTC) #1
Matt Perry
lgtm
7 years, 4 months ago (2013-08-09 00:25:30 UTC) #2
Yoyo Zhou
LGTM
7 years, 4 months ago (2013-08-09 00:26:52 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/22647007/1
7 years, 4 months ago (2013-08-09 16:04:36 UTC) #4
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 4 months ago (2013-08-09 17:59:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/22647007/28002
7 years, 4 months ago (2013-08-09 18:20:55 UTC) #6
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 4 months ago (2013-08-09 18:27:40 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/22647007/28002
7 years, 4 months ago (2013-08-09 22:00:17 UTC) #8
commit-bot: I haz the power
7 years, 4 months ago (2013-08-10 15:30:54 UTC) #9
Message was sent while issue was closed.
Change committed as 216871

Powered by Google App Engine
This is Rietveld 408576698