summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources
Commit message (Collapse)AuthorAgeFilesLines
* Make the content browser in ChromeOS honor the DOM UI font setting.jshin@chromium.org2010-09-0925-37/+30
| | | | | | | | | | | | | | | | | | | | | | | At the moment, no font-family is specified. In that case, serif font is picked by default by Chrome (exception being CJK for which sans-serif is picked). Adding an attribute i18n-values for font-family will set up font-family for the file. I'm not setting font-size because filebrowse.html uses em font-size widely and the default value of 84% (set in locale_settings_cros.grd) will disrupt the layout. Change the DOM UI font for ChromeOS from 'Droid Sans' to 'Chrome Droid Sans'. This may change again, but this matches the font used in the native UI (as specified in gtkrc file) for now. In addition, just as a 'sanitization', enclose font names (IDS_WEB_FONT_FAMILY) with a space with a pair of single quotation marks. BUG=chromiumos:6067 (http://crosbug.com/6067) TEST=Build Chrome for ChromeOS and gmerge it to your build. Content browser does not use serif font any more. Instead, it uses 'Chrome Droid Sans'. Review URL: http://codereview.chromium.org/3295010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58949 0039d316-1c4b-4281-b951-d872f2087c98
* Use real privacy dashboard link.tim@chromium.org2010-09-081-2/+2
| | | | | | | | | BUG=48844 TEST=Pass --show-privacy-dashboard-link to chrome on startup, go to options panel, click link. Watch tab open to privacy dashboard page. Review URL: http://codereview.chromium.org/3299013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58896 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaks to the SSL InfoBubble dialog.finnur@chromium.org2010-08-311-0/+5
| | | | | | | | | | | | | Fixed the mixed state icon not showing for section Connection. I overlooked the fact that we already check for mixed content, but reported state as error (whereas now we want warning). Added link to help center explaining what this dialog means. BUG=http://crbug.com/52916 TEST=SSL Infobubble should show link to help center and should show mixed content icon when, for example, you open an email in Gmail with an external image embedded in it. Review URL: http://codereview.chromium.org/3221005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57970 0039d316-1c4b-4281-b951-d872f2087c98
* fix for bug "Button is just out of the confirm dialog when exit Chrome with ↵georgey@chromium.org2010-08-307-7/+7
| | | | | | | | | | | download in progress" increased the size by 8% for es, it, ja, fr, ru, pt-BR and ko and verified that it fits BUG=32164 TEST=In the bug. Original issue was on XP classic, please test there as it is most limited in the sense of space. Review URL: http://codereview.chromium.org/3224004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57876 0039d316-1c4b-4281-b951-d872f2087c98
* Add xtb files for Farsi translations. mal@chromium.org2010-08-282-0/+2123
| | | | | | | | | | R = jshin BUG = http://crbug.com/45505 TEST= None. These are just data files. Review URL: http://codereview.chromium.org/3104043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57776 0039d316-1c4b-4281-b951-d872f2087c98
* Added prefs ui for enabling/disabling background mode on windows.atwilson@chromium.org2010-08-241-0/+5
| | | | | | | | | BUG=53173 TEST=none yet (will add tests when BackgroundModeManager handles prefs notifications) Review URL: http://codereview.chromium.org/3200007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57225 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at convert the SSL dialogs into InfoBubbles.finnur@chromium.org2010-08-241-0/+8
| | | | | | | | | | | | | | | | | This just converts it from being a dialog to being a bubble, with no significant changes to the content. This is only active on Windows, so I'm leaving the old dialog implementation behind. Known issues: - View certificate not there yet. - Doesn't look exactly like the mocks. BUG=http://crbug.com/52916 TEST=None Review URL: http://codereview.chromium.org/3136027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57158 0039d316-1c4b-4281-b951-d872f2087c98
* Grabbing the newly translated strings from the branch to land on the trunk. ↵kerz@chromium.org2010-08-20100-2984/+16815
| | | | | | | | Built using trunk grds. Review URL: http://codereview.chromium.org/3148031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56889 0039d316-1c4b-4281-b951-d872f2087c98
* Set the default spellcheck language for Serbian and Ukranian.hbono@chromium.org2010-08-112-2/+2
| | | | | | | | | | This change sets the default spellcheck language for Serbian and Ukranian so Chromium can automatically download the Serbian and Ukranian dictionaries and use them. BUG=43011,40340 TEST=none Review URL: http://codereview.chromium.org/3066043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55674 0039d316-1c4b-4281-b951-d872f2087c98
* Change the default fonts on CrOS.jshin@chromium.org2010-08-031-3/+3
| | | | | | | | | | | | Change from Ascender* to Arimo, Tinos and Cousine. BUG=cros:5287 (http://crosbug.com/5287) TEST=On CrOS, go to Options | Advanced (under the hood) | Fonts and see Arimo, et al are the default fonts for Sans-serif, serif and monospace. TBR=tony Review URL: http://codereview.chromium.org/3029049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54825 0039d316-1c4b-4281-b951-d872f2087c98
* manpage: fix user-data-dir example pathevan@chromium.org2010-07-271-1/+1
| | | | | | | | | The fact that we have this weird vestigal "Default" directory is really confusing. :( Review URL: http://codereview.chromium.org/3014028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53828 0039d316-1c4b-4281-b951-d872f2087c98
* Address Finnur's review comments (variable names and comments) that werejshin@chromium.org2010-07-213-1/+7
| | | | | | | | | | | | | | dropped inadvertently when landing from a machine other than one where the original CL was written. In addition, adjust Tamil and Malayalam UI dimensions for XP. BUG=48202 TEST=In Tamil and Malyalam Chrome on XP, content-settings dialog do not have anytruncation. TBR=finnur Review URL: http://codereview.chromium.org/3015011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53233 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the UI dimension for ContentSettings dialog for many locales.jshin@chromium.org2010-07-2026-3/+38
| | | | | | | | | | | | | | | | | | | 1. Adjust the width and the height of the dialog to work both with Windows Classic and Windows Vista theme. 2. Make the width of list box in the dialog localizable and adjust them per locale if necessary. Original Review: http://codereview.chromium.org/2974009/show BUG=48202 TEST=Go to Options | Under the Hood | Content Settings in locales listed in the bug and make sure that there's no truncation and all the UI elements can be selected/visible/clickable both on XP (or Windows Classic them on Vista) and Vista. Review URL: http://codereview.chromium.org/2836061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53017 0039d316-1c4b-4281-b951-d872f2087c98
* UI changes to Autofill dialogs according to the latest mocksgeorgey@chromium.org2010-07-181-2/+2
| | | | | | | | | Also added inferred labels implementation. Label inferred from the person name + differences in other fields to distinguish entries. BUG=47120,46634,46635,47435,48881,47430 TEST=in the mocks: http://folder/roma/design/chrome/autofill/ and unit tested. Review URL: http://codereview.chromium.org/2801020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52838 0039d316-1c4b-4281-b951-d872f2087c98
* plugins: Show a help link in the "plugin needed" infobar.tfarina@chromium.org2010-07-171-0/+5
| | | | | | | | | BUG=6574 TEST=None Review URL: http://codereview.chromium.org/2850031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52808 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add icon and description preview to app shortcut dialogphajdan.jr@chromium.org2010-07-141-3/+3
| | | | | | | | | TEST=none BUG=42892 Review URL: http://codereview.chromium.org/2847050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52412 0039d316-1c4b-4281-b951-d872f2087c98
* Add link to privacy dashboard from sync options panel behind command line flag.tim@chromium.org2010-07-121-0/+5
| | | | | | | | | BUG=48844 TEST=Open options > Personal Stuff, see link to dashboard. Review URL: http://codereview.chromium.org/2934010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52112 0039d316-1c4b-4281-b951-d872f2087c98
* Backend changes for notifications content settings.thakis@chromium.org2010-07-061-1/+1
| | | | | | | | | | | | | NotificationExceptionsTableModel is now functional, and DesktopNotificationService::GetContentSetting contains the new permission behavior. Both aren't used anywhere yet, so still no functionality change (but this is the last CL without functionality changes). Also add a ton of tests. BUG=45547 TEST=unit tests Review URL: http://codereview.chromium.org/2868042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51669 0039d316-1c4b-4281-b951-d872f2087c98
* Rename IDS_GEOLOCATION_EXCEPTION_DIALOG to IDS_SIMPLE_CONTENT_EXCEPTION_DIALOGthakis@chromium.org2010-07-061-2/+2
| | | | | | Review URL: http://codereview.chromium.org/2850044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51667 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the Configure buttons for opening the mozc configuration dialog.mazda@chromium.org2010-07-061-1/+1
| | | | | | | | | TEST=manually on netbook BUG=chromium-os:2625 Review URL: http://codereview.chromium.org/2815049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51653 0039d316-1c4b-4281-b951-d872f2087c98
* TBR:denisromanov@chromium.orgnkostylev@google.com2010-07-051-1/+10
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51642 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land r51526mnissler@chromium.org2010-07-0552-124/+0
| | | | | | | | | | | | | | | | | | Auto-size the views version of the options dialog. This adds support for auto-sizing tab controls, adjusts the options dialog to use it and takes care of any fallout due to the new layout handling. Also fixes a couple of small bugs in the views Layout() machinery and sanitizes layouting of options pages. BUG=36497 TEST=unit tests in tabbed_pane_unittest.cc and grid_layout_unittest.cc, as well as checking the options dialog in any supported language. original issuse: http://codereview.chromium.org/2812026/show Review URL: http://codereview.chromium.org/2883022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51628 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-0252-0/+124
| | | | | | | | Unexpected unit_tests crash on chromeos. TBR: mnissler git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51529 0039d316-1c4b-4281-b951-d872f2087c98
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-0252-124/+0
| | | | | | | | | | | | | | This adds support for auto-sizing tab controls, adjusts the options dialog to use it and takes care of any fallout due to the new layout handling. Also fixes a couple of small bugs in the views Layout() machinery and sanitizes layouting of options pages. BUG=36497 TEST=unit tests in tabbed_pane_unittest.cc and grid_layout_unittest.cc, as well as checking the options dialog in any supported language. Review URL: http://codereview.chromium.org/2812026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51526 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak the first run search engine dialog so that it reflects Glen's mocks. ↵mirandac@google.com2010-06-241-1/+1
| | | | | | | | | | This change adds an image to the top of the dialog, and removes the text and link at the bottom. It also removes the horizontal separators. BUG=46716 TEST=Run Chrome in first-run with master_preferences set to load the new search engine dialog. It should look reasonable. Review URL: http://codereview.chromium.org/2818014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50724 0039d316-1c4b-4281-b951-d872f2087c98
* Change string used in First Run bubble to add a mention of the search engine ↵mirandac@google.com2010-06-171-1/+1
| | | | | | | | | | chosen. BUG=46716 TEST=new first run bubble after first run import mentions the search engine: "Search using Google from right here" Review URL: http://codereview.chromium.org/2817009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50109 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for UI issues on AutoFill dialog on Windows.georgey@chromium.org2010-06-161-1/+1
| | | | | | | | BUG=46525 TEST=In the bug. Review URL: http://codereview.chromium.org/2802005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50040 0039d316-1c4b-4281-b951-d872f2087c98
* Make IPA fonts the default web page fonts for Japanese ChromeOS.jshin@chromium.org2010-06-161-0/+3
| | | | | | | | | | | This may change later, but in the meantime, this is what we want for Japanese CrOS. BUG=cros:2635 (http://crosbug.com/2635) TEST=Change your UI language to Japanese and go to a web page specifying 'sans-serif', 'serif' or 'monospace' (wikipedia specifies 'sans-serif'). Make sure that IPAPGothic, IPAPMincho and IPAGothic are used. Review URL: http://codereview.chromium.org/2821007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49956 0039d316-1c4b-4281-b951-d872f2087c98
* Resources for Captcha dialog.nkostylev@google.com2010-06-151-0/+9
| | | | | | | | | | BUG= http://crosbug.com/3486 TEST=none TBR=sky@chromium.org Review URL: http://codereview.chromium.org/2856003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49791 0039d316-1c4b-4281-b951-d872f2087c98
* add --version flagestade@chromium.org2010-06-101-1/+5
| | | | | | | | | BUG=none TEST=manual Review URL: http://codereview.chromium.org/2727005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49447 0039d316-1c4b-4281-b951-d872f2087c98
* Rip out the multiprofile implementation.erg@chromium.org2010-06-101-14/+0
| | | | | | | | | | | Requested by Ben. Never worked on linux or OSX and apparently broken on Windows. Removal of the multiprofile code will make switching out the old AppMenuModel with the new WrenchMenuModel trivial. BUG=27177 TEST=none Review URL: http://codereview.chromium.org/2736001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49440 0039d316-1c4b-4281-b951-d872f2087c98
* Make ChromeOS's options dialog wider for it and da.xiyuan@chromium.org2010-06-092-2/+12
| | | | | | | | | | | | - Add "pp_if", "pp_ifdef" support to xtb's <if> expr; - Use that to specify a wider width for options dialog for ChromeOS on it and da; BUG=none TEST=Verify options dialog tab headers are not truncaated on ChromeOS for it and da. Review URL: http://codereview.chromium.org/2655003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49256 0039d316-1c4b-4281-b951-d872f2087c98
* Add platform_locale_settings file for CrOS. This is necessary becausejshin@chromium.org2010-06-0951-0/+400
| | | | | | | | | | | fonts available on CrOS are different from fonts on typical Linux disributions. BUG=cros:3815 (http://crosbug.com/3815) TEST=Go to a web page that only specifies CSS generic families (e.g. sans-serif,serif, monospace) and make sure that Ascender Sans, Ascender Serif are used. Review URL: http://codereview.chromium.org/2702001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49236 0039d316-1c4b-4281-b951-d872f2087c98
* New autofill UI. Still not done:georgey@chromium.org2010-06-031-0/+20
| | | | | | | | | | 1. Countries ComboBox - need countries list. 2. Correct icons size. TEST=in the mocks. BUG=37816,39238,41232,41793,36601 Review URL: http://codereview.chromium.org/2500002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48849 0039d316-1c4b-4281-b951-d872f2087c98
* Set the default spellcheck language for Hungarian and Bulgarian jshin@chromium.org2010-06-022-2/+2
| | | | | | | | | | | to Hungarian and Bulgarian BUG=45006 TEST=Start Hungarian / Bulgarian Chrome with a clean profile and see the default spellcheck language matches the UI language. Review URL: http://codereview.chromium.org/2333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48734 0039d316-1c4b-4281-b951-d872f2087c98
* Update the man page to better document the --proxy-server command line flag.eroman@chromium.org2010-05-271-2/+32
| | | | | | | | In particular, explain how it can be used to specify SOCKS v4 / SOCKS v5 proxies, and give some examples. Review URL: http://codereview.chromium.org/2221006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48418 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the preferred language table in the "Languages and Input".satorux@chromium.org2010-05-271-1/+1
| | | | | | | | | | | The change is for fixng trauncation that occurs with German. BUG=chromium-os:3356 TEST=manually Review URL: http://codereview.chromium.org/2220004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48353 0039d316-1c4b-4281-b951-d872f2087c98
* Added new chromeos-specific values for bug type dropdown in user feedback ↵zelidrag@chromium.org2010-05-261-1/+1
| | | | | | | | | | | dialog. Removed system info checkbox, fixed alignment of the link. BUG=chromium-os:3564 TEST=open the feedback/bug report dialog, check the new values in the dropdown Review URL: http://codereview.chromium.org/2220001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48229 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed dialog size due to description field height increase.zelidrag@chromium.org2010-05-251-0/+5
| | | | | | | | | BUG=chromium-os:3350 TEST=open user feedback dialog, make sure that all fields are displayed properly Review URL: http://codereview.chromium.org/2146002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48179 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the width of the dialog box for 'stop sync' in Tamil to 75 chars to ↵jshin@chromium.org2010-05-201-1/+1
| | | | | | | | | | | avoid the truncation on XP. On Vista, the current value works, but 75 chars also works, too. BUG=44120 TEST=See the bug. Review URL: http://codereview.chromium.org/2068016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47859 0039d316-1c4b-4281-b951-d872f2087c98
* Submitting http://codereview.chromium.org/2081006/show on behalf of ↵zelidrag@chromium.org2010-05-201-1/+1
| | | | | | | | | | | | | | | rkc@chromium.org: Changes for sending user e-mail along with the feedback Changes to implement complete userfeedback stack. TBR=zelidrag@chromium.org TEST=none BUG=chromium-os:2761 Review URL: http://codereview.chromium.org/2090011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47777 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug that caused buttons in "Languages and Input" dialog to be truncated.satorux@chromium.org2010-05-171-0/+10
| | | | | | | | | | | | | | | | | | Change the layout so the input method configure button will be shown right next to the input method name (the layout was bad as the row was sharing the same columnset with the huge the "Display Google Chrome in this language" button). Also widen the width of the dialog from 96 to 106, so the "Display Google Chrome in this language" button does not get truncated. To do this, define separate dialog size settings for this dialog. BUG=chromium-os:3235 TEST=manually Review URL: http://codereview.chromium.org/2106008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47404 0039d316-1c4b-4281-b951-d872f2087c98
* cleaner grd files: use os.find('bsd') instead of listing all the versionpvalchev@google.com2010-05-141-1/+1
| | | | | | | | of freebsd, openbsd and possibly netbsd in the future via sprewell Review URL: http://codereview.chromium.org/2099003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47313 0039d316-1c4b-4281-b951-d872f2087c98
* Pull current localizations into trunk.laforge@chromium.org2010-05-06100-2541/+26430
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46629 0039d316-1c4b-4281-b951-d872f2087c98
* Update TOS on trunk.laforge@chromium.org2010-05-0649-2355/+2027
| | | | | | Review URL: http://codereview.chromium.org/2005002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46608 0039d316-1c4b-4281-b951-d872f2087c98
* linux: unify proxy config docsevan@chromium.org2010-04-281-0/+10
| | | | | | | | | | | | We had some info in the man page and other info in the about page. This change makes the about page refer to the man page, and updates the man page with missing info. While I'm at it, make the HTML slightly prettier. Review URL: http://codereview.chromium.org/1695023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45773 0039d316-1c4b-4281-b951-d872f2087c98
* Add new search engine dialog for first run process.mirandac@chromium.org2010-04-131-1/+27
| | | | | | | | | | BUG= 37564 TEST= start Chrome with --first-run enabled -- you should see a new search engine selection dialog. Review URL: http://codereview.chromium.org/1586005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44416 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, missed some changes to the English Terms of Service the first time.viettrungluu@chromium.org2010-04-122-2/+4
| | | | | | | | | BUG=none TEST=two URLs in 6.1, and section 8.7 exists Review URL: http://codereview.chromium.org/1574023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44271 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily add "Appendix A" of the Terms of Service (in English) into all ↵viettrungluu@chromium.org2010-04-0947-15/+2021
| | | | | | | | | | | the files. BUG=none TEST=On official Google Chrome builds, set your favourite language and check about:terms. Should see "Appendix A" in English at the end. Ugh. Review URL: http://codereview.chromium.org/1631011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44146 0039d316-1c4b-4281-b951-d872f2087c98
* Change Terms of Service to include Adobe Flash stuff.viettrungluu@chromium.org2010-04-092-8/+88
| | | | | | | | | | | | | This is done in en and en-GB (without corrections to the English). This still needs to be done in all other languages. BUG=none TEST=On a branded build, go to about:terms and check that TBR=cpu@chromium.org, laforge@chromium.org Review URL: http://codereview.chromium.org/1539027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44123 0039d316-1c4b-4281-b951-d872f2087c98