summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources
Commit message (Collapse)AuthorAgeFilesLines
* Change the URL for flash settings per Adobe list where the translation isjshin@chromium.org2010-01-2818-2/+21
| | | | | | | | | | | | | | | | available. For pt-PT and es-419, use pt-BR and es. For the rest of languages, fall back to the English page. We can try a potentially better fallback (e.g using ru for uk and be), but it also carries a risk. So, I'm leaving them alone. Note that we cannot use '[GRITLANGCODE]' because Adobe uses a mix of language codes (e.g. 'en'), region codes ('cn', 'jp', 'kr', etc) and pseudo-region codes ('la') in their URLs. BUG=NONE TEST=NONE for now. Once the UI for flash setting help is added, start Chrome in one of languages whose xtb files are changed below and follow the link for the help on Flash settings. The flash help page should come up in that language. TBR=tony Review URL: http://codereview.chromium.org/551184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37387 0039d316-1c4b-4281-b951-d872f2087c98
* implement infobars and delegates placeholders for translate feature.kuan@chromium.org2010-01-271-0/+5
| | | | | | Review URL: http://codereview.chromium.org/546132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37281 0039d316-1c4b-4281-b951-d872f2087c98
* Content Settings dialog and related Options UI changes.zelidrag@chromium.org2010-01-261-0/+21
| | | | | | | | | BUG=32719 TEST=none Review URL: http://codereview.chromium.org/554045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37153 0039d316-1c4b-4281-b951-d872f2087c98
* Add switch per tc.pkasting@chromium.org2010-01-251-1/+1
| | | | | | | | | TBR=tc BUG=none TEST=none Review URL: http://codereview.chromium.org/555070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36991 0039d316-1c4b-4281-b951-d872f2087c98
* Remove useless desc field.pkasting@chromium.org2010-01-231-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/551125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36930 0039d316-1c4b-4281-b951-d872f2087c98
* Split platform specific settings out from locale_settings.grd so we cantony@chromium.org2010-01-22208-1465/+1316
| | | | | | | | | | | | | | | | | | have per platform config and overrides. This is easier to manage than the mess of <if>'s in the existing grd and xtb files. Each platform only builds its locale_settings_{win,mac,linux}.grd file. All the grd files generate the same platform_locale_settings.h header (for easy inclusion in .cc files). We use the fallback feature of grit to only specify locale specific values in xtb files if we want to override the default for the locale. BUG=28590 Review URL: http://codereview.chromium.org/545132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36849 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed format strings from my original CL at ↵zelidrag@chromium.org2010-01-221-1/+6
| | | | | | | | | | | | http://codereview.chromium.org/546091 BUG=32719 TBR=pkasting TEST=none Review URL: http://codereview.chromium.org/543160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36836 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 36098 because the UI team has decided on a different long-term ↵jorlow@chromium.org2010-01-211-1/+1
| | | | | | | | | | | | direction for the clear browsing data dialog. TEST=none BUG=none Review URL: http://codereview.chromium.org/542126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36733 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build.finnur@chromium.org2010-01-211-0/+0
| | | | | | | | | | TBR=dpranke TEST=None BUG=None Review URL: http://codereview.chromium.org/555019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36703 0039d316-1c4b-4281-b951-d872f2087c98
* Adding image for resize gripper in the hopes that the try bots don't fail to ↵finnur@chromium.org2010-01-201-0/+0
| | | | | | | | | | | try my patch. BUG=None TEST=None Review URL: http://codereview.chromium.org/555017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36699 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the remaining UI of the gtk AutoFill dialog.jhawkins@chromium.org2010-01-191-2/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/551065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36547 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify the gtk AutoFill dialog and bring it more in line with the mocks.jhawkins@chromium.org2010-01-151-1/+6
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/551034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36402 0039d316-1c4b-4281-b951-d872f2087c98
* Implement a bare-bones AutoFill dialog for gtk.jhawkins@chromium.org2010-01-131-0/+5
| | | | | | | | BUG=18201 TEST=none Review URL: http://codereview.chromium.org/542045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36179 0039d316-1c4b-4281-b951-d872f2087c98
* Adds "Delete Local Storage" option to "Clear Browsing Data" for Windows and ↵jorlow@chromium.org2010-01-131-1/+1
| | | | | | | | | | | | | | | | GTK. NOTE: This change does not contain src/chrome/app/nibs/ClearBrowsingData.xib. It'll be edited by someone who knows about Mac. BUG=none TEST=The clear browser data dialog box should have a new option: Delete local storage" Landing for Marcus Original CL: http://codereview.chromium.org/524026 Review URL: http://codereview.chromium.org/542048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36098 0039d316-1c4b-4281-b951-d872f2087c98
* Strings for 249oritm@google.com2010-01-12102-1/+254
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35980 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Increase the width for 'date-container' in download.html to 110px to make ↵jshin@chromium.org2010-01-112-7/+13
| | | | | | | | | | | | | | | room for dates in some languages. Increase the margin-left (LTR) and margin-rigth(RTL) accordingly. 2. Decrease the web font size (dom UI font size) for Bengali on Vista or later to 84% (the same value as used for English) while using 110% for XP. This is done by introducing a new 'string' (IDS_WEB_FONT_SIZE_XP) on Windows (other platforms won't get this). BUG=21699 TEST=Run Chrome with '--lang=ml' (--lang=kn, --lang=bn) on Windows and go to the download page. Make sure that dates are in a single line. Review URL: http://codereview.chromium.org/381009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35908 0039d316-1c4b-4281-b951-d872f2087c98
* Translation stringsoritm@google.com2010-01-1044-269/+1218
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35882 0039d316-1c4b-4281-b951-d872f2087c98
* linux: set a minimum size for dialogs based on locale resourcesevan@chromium.org2010-01-091-0/+5
| | | | | | | | | | | GTK dialogs size to their contents, but sometimes the title is the longest string available. BUG=28024 Review URL: http://codereview.chromium.org/534006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35855 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Sazanami Gothic from IDS_FIXED_FONT_FAMILY and ↵satorux@chromium.org2009-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IDS_SANS_SERIF_FONT_FAMILY. It turned out the values of these fields are used for the "Fonts and Languages" dialog, so use of commas is not allowed. On the other hand, IDS_WEB_FONT_FAMILY seems to be used for generating HTML so use of commas is fine. For instance: chrome/browser/dom_ui/chrome_url_data_manager.cc: void ChromeURLDataManager::DataSource::SetFontAndTextDirection( DictionaryValue* localized_strings) { localized_strings->SetString(L"fontfamily", l10n_util::GetString(IDS_WEB_FONT_FAMILY)); chrome/browser/dom_ui/history_ui.cc: SetFontAndTextDirection(&localized_strings); static const base::StringPiece history_html( ResourceBundle::GetSharedInstance().GetRawDataResource( IDR_HISTORY_HTML)); const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( history_html, &localized_strings); BUG=30758 TEST=locally ran "LANGUAGE=ja chrome" and confirmed that specified fonts are shown in the "Fonts and Languages" dialog, and Japanese pages are rendered with VL Gothic/PGothic. Review URL: http://codereview.chromium.org/502088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35081 0039d316-1c4b-4281-b951-d872f2087c98
* Give VLGothic a higher priority than Sazanami Gothic for ja locale on Linux.satorux@chromium.org2009-12-181-3/+3
| | | | | | | | | | | | | | As shown in http://crbug.com/30758, Japanese pages are rendered more nicely with VLGothic than with Sazanami Gothic. BUG=30758 TEST=Launched chrome with "LANGUAGE=ja chrome --user-data-dir=/tmp", and open a Japanese page. Confirmed that Japanege pages were rendered with Sazanami Gotchi before the change, and with VLGothic after the change Review URL: http://codereview.chromium.org/506070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34941 0039d316-1c4b-4281-b951-d872f2087c98
* Fix sync dialog wizard cutting off on XP in various languages.chron@google.com2009-12-187-9/+9
| | | | | | | | | | | Fix sync dialog stop syncing dialog cutting off on XP in lang: ml. BUG=27770, 29767, 29788, 29782, 29647, 29767 TEST=Automated run through sync dialog and stop dialog. Review URL: http://codereview.chromium.org/500108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34904 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a few languages: sync dialog box was cutting off the cancel button.chron@google.com2009-12-1437-38/+38
| | | | | | | | | | | | Add padding to throbber. Fix merge and sync cutoff. BUG=27770, 29767, 29788, 29782, 29647 TEST=manually checked all languages, Review URL: http://codereview.chromium.org/460123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34502 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmark sync windows for non-English locales were too short, cutting off ↵mirandac@chromium.org2009-12-0552-52/+52
| | | | | | | | | | | the bottom button. BUG= 29447 TEST= sync bookmarks in a non-English locale; window should not be too short. Review URL: http://codereview.chromium.org/467025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33907 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations.mal@chromium.org2009-12-04102-338/+8022
| | | | | | | | | TBR= tc BUG= none TEST= none Review URL: http://codereview.chromium.org/463036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33883 0039d316-1c4b-4281-b951-d872f2087c98
* Fix truncation in Options panel for various locales.finnur@chromium.org2009-12-0413-21/+21
| | | | | | | | | | | | | | (Got permission to check this in on a closed tree, since this won't affect the tree). BUG=24821 TEST=Manual inspection on XP should reveal no truncation in first two tabs of the Options panel for locales listed in bug (see CL for --lang=xx values). Review URL: http://codereview.chromium.org/460076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33834 0039d316-1c4b-4281-b951-d872f2087c98
* Fix download dialog truncation in German locale.finnur@chromium.org2009-12-0452-0/+110
| | | | | | | | | BUG=23178 TEST=Requires manual inspection for text trunction on --lang=de (when closing Chrome while downloading) Review URL: http://codereview.chromium.org/465041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33798 0039d316-1c4b-4281-b951-d872f2087c98
* Use new CJK Vista fonts for DOM UI by listing them in IDS_WEB_FONT_FAMILY ↵jshin@chromium.org2009-12-014-5/+8
| | | | | | | | | | | | | | | before the old CJK Win fonts (available on Win XP, Vista / 7). Vista fonts are better looking that the old CJK fonts. Also, list Arial at the beginning so that Arial is used for the 'ASCII portion' than not-so-nice glyphs for the ASCII portion in CJK fonts. BUG=NONE TEST=1. On Win Vista/7, run Chrome with '--lang=zh-CN' (zh-TW, ja and ko). The font in DOM UI (history, download, new tab) look nicer than on WIn XP. 2. Even on XP, the ASCII portion (Latin letters and numbers) in CJK Chrome looks nicer than before in DOM UI pages. Review URL: http://codereview.chromium.org/437071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33504 0039d316-1c4b-4281-b951-d872f2087c98
* Change the default sans-serif font back to Simsun from Simhei. Simhei is ↵jshin@chromium.org2009-12-011-1/+1
| | | | | | | | | | | | | more like sans-serif while Simsun is more like serif, but a lot of pages just specify 'arial, sans-serif' and SC Chrome ends up using Simhei which is less liked by SC speakers than Simsun. We'll reconsider this later. At least for Chrome 4, we'd better do what we used to do. BUG=28498 TEST=NONE TBR=laforge Review URL: http://codereview.chromium.org/456017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33399 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Set initial size for js alert.estade@chromium.org2009-11-231-0/+5
| | | | | | | | BUG=28058 Review URL: http://codereview.chromium.org/426008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32828 0039d316-1c4b-4281-b951-d872f2087c98
* Change the default CSS fonts for Simplified Chinese, Korean and Thai on ↵jshin@chromium.org2009-11-204-29/+45
| | | | | | | | | | | | | | | Linux to poplular Linux fonts. This CL does not change the fonts for traditional Chinese because they're the same as for English Chrome (per popular request in Mozilla bugzilla years past) and it's not clear what to do about mscorettf (Arial, Times New Roman) we specify for most language versions of Chrome. BUG=20171 TEST=NONE Review URL: http://codereview.chromium.org/259060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32671 0039d316-1c4b-4281-b951-d872f2087c98
* Move URLs out of *.pak files and put them into code. This savestony@chromium.org2009-11-191-41/+0
| | | | | | | | | | 28k of pak file size, but will make the binary a tad bit larger. BUG=28174 Review URL: http://codereview.chromium.org/407007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32556 0039d316-1c4b-4281-b951-d872f2087c98
* Add message and image to NTP to promote extensions and bookmark sync.mirandac@chromium.org2009-11-151-0/+5
| | | | | | | | | BUG= 27393, 26744 TEST= promotional messages should show up on NTP. Review URL: http://codereview.chromium.org/394005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32027 0039d316-1c4b-4281-b951-d872f2087c98
* Apply the latest translated strings to trunk.mal@chromium.org2009-11-15102-1679/+14503
| | | | | | | | BUG= None TEST= None Review URL: http://codereview.chromium.org/395014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32020 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the gaia captcha state and unlock capability in the sync setup wizard.tim@chromium.org2009-11-121-1/+1
| | | | | | | | | | | BUG=19738 TEST=Get a Google Account into captcha state. Start syncing. You should be presented with a captcha image and textbox to answer the challenge. Doing so correctly shoud unlock your account and proceed with sync setup. Review URL: http://codereview.chromium.org/389017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31829 0039d316-1c4b-4281-b951-d872f2087c98
* implement "Learn more" link in "Aw snap" page.kuan@chromium.org2009-11-101-0/+5
| | | | | | | | | | | this changelist is only for windows. BUG=21726 TEST=verify that "Learn More" link shows up centralized beneath crash message and when clicked, opens the url specified in bug. Review URL: http://codereview.chromium.org/377016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31573 0039d316-1c4b-4281-b951-d872f2087c98
* Submit the latest translations.mal@chromium.org2009-11-0651-154/+10
| | | | | | | | | BUG= None. TEST= None. TBR= tony Review URL: http://codereview.chromium.org/378009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31212 0039d316-1c4b-4281-b951-d872f2087c98
* Fix first run OEM bubble size issue.mirandac@chromium.org2009-11-061-2/+2
| | | | | | | | | BUG= 20267 TEST= Force the first run OEM bubble to appear on a Windows machine with "classic" and "aero" theme. Note that the box is large enough to contain the text in both cases. Review URL: http://codereview.chromium.org/374001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31180 0039d316-1c4b-4281-b951-d872f2087c98
* Update fonts on Mac:avi@chromium.org2009-11-0251-306/+1020
| | | | | | | | | | | | - Get rid of Arial as default - Update non-English font choices (based mostly on Mozilla's choices, <http://mxr.mozilla.org/seamonkey/source/modules/libpref/src/init/all.js> cross-referenced with what's installed with the OS) BUG=http://crbug.com/19135; http://crbug.com/20171 TEST=as in bugs Review URL: http://codereview.chromium.org/335031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30701 0039d316-1c4b-4281-b951-d872f2087c98
* Update TOSlaforge@chromium.org2009-10-262-95/+99
| | | | | | Review URL: http://codereview.chromium.org/334027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30055 0039d316-1c4b-4281-b951-d872f2087c98
* Update the terms or service.laforge@chromium.org2009-10-1646-2415/+2617
| | | | | | Review URL: http://codereview.chromium.org/264074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29226 0039d316-1c4b-4281-b951-d872f2087c98
* Facelifts to sync UItim@chromium.org2009-10-1552-105/+215
| | | | | | | | BUG=23136,24858,21596 TEST=SyncSetupWizardTest Review URL: http://codereview.chromium.org/270081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29197 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for Swahili and Amharic.mal@chromium.org2009-10-093-0/+150
| | | | | | | | BUG= None TEST= chrome.exe --lang=sw and chrome.exe --lang=am Review URL: http://codereview.chromium.org/272006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28540 0039d316-1c4b-4281-b951-d872f2087c98
* Measure the sync wizard dialog in appropriate units:nick@chromium.org2009-10-0850-100/+100
| | | | | | | | | | | | | | | | | | | | | | | | | specifically, units proportional to the fonts used inside of it. We approximate the font chosen by the wizard's CSS. In actuality, the CSS chooses a font-face "arial", "sans-serif". We just use the default sans serif font; arial is the default value for that property. This fixes an issue where changing to the "Windows Classic" theme on Vista would cause the dialog to be resized, clipping its contents, which are unaffected by the UI font size. Update the default GRIT sizes to closely match the old ones. Old vs new: http://www.corp.google.com/~ncarter/wizard-size-screenshots.png BUG=21828 TEST=verified old size against new size in Aero Theme with default settings; verified size stays the same under Classic theme. Review URL: http://codereview.chromium.org/261017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28465 0039d316-1c4b-4281-b951-d872f2087c98
* Change ConfirmMessageBoxDialog to just be a native view (it was only windows ↵tim@chromium.org2009-10-0350-2/+105
| | | | | | | | | | | | | | before, too, but now at least it doesn't cause zombie processes) with an observer that is notified when the user clicks OK/closes the dialog instead of running a nested message loop and blocking. This fixes bug 20451, where nested message loops were running a confirm dialog and could cause zombie processes at browser shutdown. BUG=20451 TEST=None (manual: verify that the confirmation dialog is shown when you try to remove all passwords, and that no zombie is left behind if the browser is closed while the confirmation dialog is showing) Review URL: http://codereview.chromium.org/243054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27961 0039d316-1c4b-4281-b951-d872f2087c98
* IDS_PLUGIN_CRASH_PROMPT has an extra space before the colon in English.mark@chromium.org2009-10-021-3/+3
| | | | | | | | BUG=21026 TEST=Crash a plug-in and read the info bar Review URL: http://codereview.chromium.org/256040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27869 0039d316-1c4b-4281-b951-d872f2087c98
* Use Mac fonts in Mac Chrome.mark@chromium.org2009-09-291-51/+107
| | | | | | | | | | | | | | | Use Helvetica, Times, Courier, Apple Chancery, and Papyrus for sans-serif, serif, monospace, cursive, and fantasy, respectively. These are the fonts used by Safari and Firefox on the Mac, and the fonts that we run layout tests with on the Mac. BUG=19135 21458 TEST=http://www.w3.org/Style/Examples/007/fonts Check the fonts for sans-serif, serif, monospace, cursive, fantasy Note that the font used for "Helvetica, sans-serif" is actually Verdana Review URL: http://codereview.chromium.org/244039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27533 0039d316-1c4b-4281-b951-d872f2087c98
* Update strings with latest translations, including Amharic and Swahili.mal@chromium.org2009-09-29102-1289/+2076
| | | | | | Review URL: http://codereview.chromium.org/244035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27471 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot to remove these no-longer important comments in ↵mirandac@chromium.org2009-09-261-2/+1
| | | | | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=27303. TBR: arv Review URL: http://codereview.chromium.org/242021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27328 0039d316-1c4b-4281-b951-d872f2087c98
* Fix locale settings to not be hard-coded to English.mirandac@chromium.org2009-09-261-2/+2
| | | | | | Review URL: http://codereview.chromium.org/251010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27303 0039d316-1c4b-4281-b951-d872f2087c98
* linux: manpage update to reflect proxy-setting realityevan@chromium.org2009-09-221-14/+28
| | | | | | Review URL: http://codereview.chromium.org/217018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26865 0039d316-1c4b-4281-b951-d872f2087c98