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

Issue 10830098: Get the Firefox branding name dynamically (Closed)

Created:
8 years, 4 months ago by cristian.patrasciuc
Modified:
8 years, 4 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, tfarina, Elliot Glaysher
Visibility:
Public.

Description

Get the Firefox branding name dynamically from the application.ini file. This way we can display different names in the importer combobox, depending on the Firefox flavour that is installed on the machine. One such example is the Debian rebranding of Firefox, i.e. Iceweasel. BUG=119279 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151032

Patch Set 1 : #

Total comments: 31

Patch Set 2 : #

Total comments: 20

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -2 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/importer/firefox_importer_utils.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/importer/firefox_importer_utils.cc View 1 2 3 2 chunks +46 lines, -0 lines 0 comments Download
M chrome/browser/importer/firefox_importer_utils_unittest.cc View 1 2 3 4 3 chunks +74 lines, -1 line 0 comments Download
M chrome/browser/importer/importer_list.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (0 generated)
cristian.patrasciuc
Ilya, I added you as a reviewer. If you think I should add someone else ...
8 years, 4 months ago (2012-07-31 17:38:56 UTC) #1
Ilya Sherman
Thanks, this looks like it's totally headed in the right direction :) Lots of small ...
8 years, 4 months ago (2012-08-03 23:12:29 UTC) #2
Ilya Sherman
Also, have you completed the Contributor License Agreement, as described here? http://dev.chromium.org/developers/contributing-code#TOC-Get-your-code-ready
8 years, 4 months ago (2012-08-03 23:14:19 UTC) #3
cristian.patrasciuc
I will upload a new diff, once the above questions are answered. Thanks. https://chromiumcodereview.appspot.com/10830098/diff/7/chrome/browser/importer/firefox_importer_utils.cc File ...
8 years, 4 months ago (2012-08-06 15:12:39 UTC) #4
Ilya Sherman
https://chromiumcodereview.appspot.com/10830098/diff/7/chrome/browser/importer/firefox_importer_utils.cc File chrome/browser/importer/firefox_importer_utils.cc (right): https://chromiumcodereview.appspot.com/10830098/diff/7/chrome/browser/importer/firefox_importer_utils.cc#newcode430 chrome/browser/importer/firefox_importer_utils.cc:430: const std::string name_attr("Name="); On 2012/08/06 15:12:39, cristian.patrasciuc wrote: > ...
8 years, 4 months ago (2012-08-06 21:07:37 UTC) #5
cristian.patrasciuc
I uploaded a new patch set. https://chromiumcodereview.appspot.com/10830098/diff/7/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/10830098/diff/7/chrome/app/generated_resources.grd#newcode6627 chrome/app/generated_resources.grd:6627: + Mozilla Iceweasel ...
8 years, 4 months ago (2012-08-07 15:46:48 UTC) #6
Ilya Sherman
Lookin' good! Just a few small style comments left :) https://chromiumcodereview.appspot.com/10830098/diff/13001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/10830098/diff/13001/chrome/app/generated_resources.grd#newcode6626 ...
8 years, 4 months ago (2012-08-07 21:52:20 UTC) #7
cristian.patrasciuc
I uploaded a new patch with the changes that you suggested. Thanks. https://chromiumcodereview.appspot.com/10830098/diff/13001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd ...
8 years, 4 months ago (2012-08-08 15:20:52 UTC) #8
Ilya Sherman
LGTM :)
8 years, 4 months ago (2012-08-08 17:02:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cristian.patrasciuc@gmail.com/10830098/6008
8 years, 4 months ago (2012-08-08 17:03:07 UTC) #10
commit-bot: I haz the power
Presubmit check for 10830098-6008 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-08 17:03:11 UTC) #11
Ilya Sherman
*sigh* this OWNERS file is out of date. I'll re-tick the commit queue checkbox once ...
8 years, 4 months ago (2012-08-08 17:08:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cristian.patrasciuc@gmail.com/10830098/6008
8 years, 4 months ago (2012-08-08 17:16:35 UTC) #13
commit-bot: I haz the power
Try job failure for 10830098-6008 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 4 months ago (2012-08-08 18:32:01 UTC) #14
Ilya Sherman
The Windows compile is failing with the following error message: firefox_importer_utils.cc E:\b\build\slave\win\build\src\chrome\browser\importer\firefox_importer_utils.cc(436) :error C2664: 'FilePath ...
8 years, 4 months ago (2012-08-08 21:10:52 UTC) #15
cristian.patrasciuc
Thanks for the tip. I fixed the compile error, but I did not upload a ...
8 years, 4 months ago (2012-08-09 16:51:36 UTC) #16
Ilya Sherman
On 2012/08/09 16:51:36, cristian.patrasciuc wrote: > Thanks for the tip. I fixed the compile error, ...
8 years, 4 months ago (2012-08-09 18:38:05 UTC) #17
cristian.patrasciuc
I uploaded a new patch set that just fixes the previous compiler error then. For ...
8 years, 4 months ago (2012-08-09 20:02:24 UTC) #18
Ilya Sherman
On 2012/08/09 20:02:24, cristian.patrasciuc wrote: > I uploaded a new patch set that just fixes ...
8 years, 4 months ago (2012-08-09 20:22:30 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cristian.patrasciuc@gmail.com/10830098/11007
8 years, 4 months ago (2012-08-09 20:22:54 UTC) #20
commit-bot: I haz the power
Try job failure for 10830098-11007 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-09 21:48:18 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cristian.patrasciuc@gmail.com/10830098/7017
8 years, 4 months ago (2012-08-10 09:28:27 UTC) #22
commit-bot: I haz the power
Try job failure for 10830098-7017 (retry) on win_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 4 months ago (2012-08-10 12:20:31 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cristian.patrasciuc@gmail.com/10830098/7017
8 years, 4 months ago (2012-08-10 13:00:17 UTC) #24
commit-bot: I haz the power
8 years, 4 months ago (2012-08-10 14:27:49 UTC) #25
Change committed as 151032

Powered by Google App Engine
This is Rietveld 408576698