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 10830218: Move localized_error from chrome/renderer into chrome/common. (Closed)

Created:
8 years, 4 months ago by Miranda Callahan
Modified:
8 years, 4 months ago
Reviewers:
Nico, mirandac, mmenke
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Move localized_error from chrome/renderer into chrome/common. Localized_error contains code to generate error strings, and it isn't render-thread specific. Chrome for iOS uses this class for error messages, but because we don't use the render thread at all, we've had to go into contortions of DEPS and gyp files to include it. This CL pulls localized_error out of renderer into common, which will bring great sanity to the iOS build. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150601

Patch Set 1 #

Total comments: 2

Patch Set 2 : add comment #

Total comments: 2

Patch Set 3 : remove comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -819 lines) Patch
M chrome/chrome_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
A + chrome/common/localized_error.h View 2 3 chunks +5 lines, -4 lines 0 comments Download
A + chrome/common/localized_error.cc View 5 chunks +4 lines, -7 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 3 chunks +3 lines, -2 lines 0 comments Download
D chrome/renderer/localized_error.h View 1 chunk +0 lines, -62 lines 0 comments Download
D chrome/renderer/localized_error.cc View 1 chunk +0 lines, -742 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Miranda Callahan
8 years, 4 months ago (2012-08-08 17:11:46 UTC) #1
mmenke
LGTM, but you'll need a chrome OWNER to sign off on it. https://chromiumcodereview.appspot.com/10830218/diff/1/chrome/common/localized_error.h File chrome/common/localized_error.h ...
8 years, 4 months ago (2012-08-08 17:27:03 UTC) #2
Miranda Callahan
Thanks for the review. Nico, could you OWNERS-review, please? http://chromiumcodereview.appspot.com/10830218/diff/1/chrome/common/localized_error.h File chrome/common/localized_error.h (right): http://chromiumcodereview.appspot.com/10830218/diff/1/chrome/common/localized_error.h#newcode27 chrome/common/localized_error.h:27: ...
8 years, 4 months ago (2012-08-08 17:38:26 UTC) #3
Nico
lgtm http://chromiumcodereview.appspot.com/10830218/diff/2002/chrome/common/localized_error.h File chrome/common/localized_error.h (right): http://chromiumcodereview.appspot.com/10830218/diff/2002/chrome/common/localized_error.h#newcode29 chrome/common/localized_error.h:29: // thread, this class needs to be in ...
8 years, 4 months ago (2012-08-08 17:56:07 UTC) #4
mirandac
Thanks, Nico! http://chromiumcodereview.appspot.com/10830218/diff/2002/chrome/common/localized_error.h File chrome/common/localized_error.h (right): http://chromiumcodereview.appspot.com/10830218/diff/2002/chrome/common/localized_error.h#newcode29 chrome/common/localized_error.h:29: // thread, this class needs to be ...
8 years, 4 months ago (2012-08-08 17:59:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mirandac@chromium.org/10830218/9001
8 years, 4 months ago (2012-08-08 18:02:16 UTC) #6
commit-bot: I haz the power
8 years, 4 months ago (2012-08-08 19:27:50 UTC) #7
Change committed as 150601

Powered by Google App Engine
This is Rietveld 408576698