summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Revert 43410 - Add Flash EULA to about box on Linux/GTK (for branded builds).viettrungluu@chromium.org2010-04-091-6/+0
| | | | | | | | | | | | BUG=none TEST=On Chromium, about box should be the same as before. On Google Chrome, about box should have "Adobe Flash Player License Agreement" below the Google Terms of Service, with "License Agreement" an appropriate link. Review URL: http://codereview.chromium.org/1593006 TBR=viettrungluu@chromium.org, cpu@chromium.org, estade@chromium.org Review URL: http://codereview.chromium.org/1539028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44111 0039d316-1c4b-4281-b951-d872f2087c98
* Geolocation exceptions window, Windows.pkasting@chromium.org2010-04-051-0/+9
| | | | | | | | | | This also makes some correctness/consistency fixes to the model that affect other OSes, e.g. we now allow "remove" on the selected exception set iff all selected exceptions are removable. BUG=39817 TEST=Geolocation exceptions window exists on windows, allows sorting by either column Review URL: http://codereview.chromium.org/1539021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43669 0039d316-1c4b-4281-b951-d872f2087c98
* Add Flash EULA to about box on Linux/GTK (for branded builds).viettrungluu@chromium.org2010-04-011-0/+6
| | | | | | | | | BUG=none TEST=On Chromium, about box should be the same as before. On Google Chrome, about box should have "Adobe Flash Player License Agreement" below the Google Terms of Service, with "License Agreement" an appropriate link. Review URL: http://codereview.chromium.org/1593006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43410 0039d316-1c4b-4281-b951-d872f2087c98
* Add CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS and _HEIGHT_LINES to xtb filesdantasse@chromium.org2010-04-0151-0/+102
| | | | | | | | | BUG=34209 TEST=none Review URL: http://codereview.chromium.org/1521008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43313 0039d316-1c4b-4281-b951-d872f2087c98
* The "Customize Sync" dialog will let users select to sync or not sync each ↵dantasse@chromium.org2010-03-311-0/+9
| | | | | | | | | | | | | | | | | | data type (bookmarks, preferences, etc). The Customize Sync dialog appears if you click a button on the gaia login or the Options->Personal Stuff tab. This button only appears if you've set the --enable-sync-preferences or --enable-sync-autofill command-line flag. On the Gaia login, the Customize Sync button grays out when you click 'sign in'. If the "customize sync" dialog is open, it closes when you click "cancel" on the Gaia login, and it accepts when you log in to Gaia. Removed "Merge and Sync" from the login sequence. Also deleted the 'merge_allowed' parameter from DataTypeController and its subclasses. Fixed strings so they all refer to "Google Chrome/Chromium sync" instead of "Bookmark sync". BUG=34209,27259 TEST=none Review URL: http://codereview.chromium.org/1134002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43256 0039d316-1c4b-4281-b951-d872f2087c98
* Switch from he.xtb to iw.xtb because the translation console istony@chromium.org2010-03-262-2/+2
| | | | | | | | deprecating 'he' in favor of 'iw'. Review URL: http://codereview.chromium.org/1332001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42713 0039d316-1c4b-4281-b951-d872f2087c98
* Updating Chrome's localized strings from the translation console. These ↵robertshield@chromium.org2010-03-2551-478/+140
| | | | | | | | | | strings are generated from checked in .grds from revision 42543. BUG=24305 Review URL: http://codereview.chromium.org/1361001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42685 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Oriya from the list of UI languages for now because we're not getting ↵jshin@chromium.org2010-03-2510-1025/+0
| | | | | | | | | | | | Oriya translation updated any more. BUG=37562 TEST=On Windows, 'chrome --lang=or' will bring up English Chrome. Review URL: http://codereview.chromium.org/1144001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42655 0039d316-1c4b-4281-b951-d872f2087c98
* String translations (not final)oritm@google.com2010-03-1953-698/+721
| | | | | | Review URL: http://codereview.chromium.org/1085004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42131 0039d316-1c4b-4281-b951-d872f2087c98
* Finish implementing the geolocation infobar; adds a Learn more link pointing ↵joth@chromium.org2010-03-181-0/+5
| | | | | | | | | | | | | | | | | to the (placeholder) help center page. This extends ConfirmInfoBar to support to have optional link support (simple support, i.e. not the inserted mid-label link that LinkInfoBar sports) Note 1: this does not exactly match the mock; the allow/deny buttons and link are swapped. I think this looks nicer, is more consistent with other confirm infobars, and happens to be easier to code Note 2: linux & mac will need follow-up CLs, but will simply ignore the link in the meantime BUG=11246 TEST=browser_tests.exe --gtest_filter=Geol* Review URL: http://codereview.chromium.org/1037006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41951 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes first and third points in the bug "Autofill profile dialog box polish ↵georgey@chromium.org2010-03-161-2/+2
| | | | | | | | | | | | | items". Adds correct expand icons to the AutoFill dialog. The icons were added in a separate CL. Moves asynchronous access to the database inside the dialog (it now shows "Loading..." while db is being connected) Also fixes memory leak. BUG=36601 TEST=in the bug Review URL: http://codereview.chromium.org/669076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41780 0039d316-1c4b-4281-b951-d872f2087c98
* Updating new translationsoritm@google.com2010-03-1443-66/+100
| | | | | | Review URL: http://codereview.chromium.org/846008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41550 0039d316-1c4b-4281-b951-d872f2087c98
* Updated translationsoritm@google.com2010-03-11102-1425/+54
| | | | | | Review URL: http://codereview.chromium.org/799007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41228 0039d316-1c4b-4281-b951-d872f2087c98
* String translations from TCoritm@google.com2010-03-0399-4099/+1010
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40466 0039d316-1c4b-4281-b951-d872f2087c98
* "Fix" the URLs for the Flash storage settings page in Swedish and Korean.jshin@chromium.org2010-02-252-2/+2
| | | | | | | | | | | | For Korean, Adobe shortcut URL does not work. Until it's fixed, use the full url. BUG=36072 TEST=Run Chrome in Korean or Swedish and follow the steps in the bug report. TBR=oritm Review URL: http://codereview.chromium.org/661100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40037 0039d316-1c4b-4281-b951-d872f2087c98
* Update TOSlaforge@chromium.org2010-02-2442-2906/+2862
| | | | | | Review URL: http://codereview.chromium.org/657039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39829 0039d316-1c4b-4281-b951-d872f2087c98
* generate needed resources on *BSDpvalchev@google.com2010-02-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/652135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39769 0039d316-1c4b-4281-b951-d872f2087c98
* Fix truncation issues for new Privacy UI. Also, make the checkbox for the ↵ben@chromium.org2010-02-2049-49/+58
| | | | | | | | | | | "clear cookie on exit" item wrap. http://crbug.com/35118 TEST=none Review URL: http://codereview.chromium.org/646059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39564 0039d316-1c4b-4281-b951-d872f2087c98
* [Linux] Add better error reporting for creating application shortcuts.phajdan.jr@chromium.org2010-02-161-1/+11
| | | | | | | | | TEST=none BUG=30785 Review URL: http://codereview.chromium.org/607001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39085 0039d316-1c4b-4281-b951-d872f2087c98
* String translations for 4.1 oritm@google.com2010-02-124-7/+7
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38874 0039d316-1c4b-4281-b951-d872f2087c98
* Updated translationsoritm@google.com2010-02-1151-255/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38732 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the height of the clear browsing data dialog so it's not smashed ↵pkasting@chromium.org2010-02-101-1/+1
| | | | | | | | | | together at the bottom. BUG=35089 TEST=Clear browsing data dialog should look OK in Windows Classic Review URL: http://codereview.chromium.org/600034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38577 0039d316-1c4b-4281-b951-d872f2087c98
* Remove descriptive text above import settings button. This also removes it ↵pkasting@chromium.org2010-02-101-1/+1
| | | | | | | | | | | | for GTK, although GTK has not yet moved the Clear Data button to the third page of the options. This also eliminates a number of not-referenced strings, and makes the options dialog shorter now that we have the space to do so. BUG=35085 TEST=Open options dialog, look on second page, Import button should have no text above it. Review URL: http://codereview.chromium.org/597013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38563 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure entire content settings dialog cookie page is visible in Windows Classic.pkasting@chromium.org2010-02-091-2/+2
| | | | | | | | BUG=34912 TEST=Open Content Settings dialog in Windows Classic theme and make sure there's a Flash Player link at the bottom. Review URL: http://codereview.chromium.org/598001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38433 0039d316-1c4b-4281-b951-d872f2087c98
* Updated string translations from TC (for 4.1)oritm@google.com2010-02-06102-2161/+3662
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38309 0039d316-1c4b-4281-b951-d872f2087c98