summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources
Commit message (Collapse)AuthorAgeFilesLines
* Merge 90921 - Updating XTBs based on .GRDs from branch 742laforge@chromium.org2011-07-0852-388/+341
| | | | | | | TBR=kerz@chromium.org Review URL: http://codereview.chromium.org/7327026 git-svn-id: svn://svn.chromium.org/chrome/branches/742e/src@91909 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-06-22100-4764/+7922
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@90078 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-06-0253-212/+590
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@87560 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-05-25100-681/+4569
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@86541 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-05-0619-67/+1419
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@84370 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-05-0352-577/+1627
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@83819 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 82545 - Replaced 'Google Chrome OS' references with 'Chrome ↵jamescook@chromium.org2011-04-261-4/+4
| | | | | | | | | | OS'BUG=chromium-os:13825TEST=Go to wrench > About Chrome OS. Verify there is a line that says "Chrome OS is made possible by additional open source software", not "Google Chrome OS...".Review URL: http://codereview.chromium.org/6877103 TBR=jamescook@chromium.org Approved by Zelidrag. Review URL: http://codereview.chromium.org/6905032 git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@83042 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-04-2688-4661/+13340
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@82965 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Refresh the UI to match Alex's mocks.jhawkins@chromium.org2011-04-181-2/+2
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6865030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81922 0039d316-1c4b-4281-b951-d872f2087c98
* Change the default fonts for Korean on CrOSjshin@chromium.org2011-04-161-3/+3
| | | | | | | | | | | | CrOS will have Nanum fonts (OFL) instead of Windows XP fonts. Change the default fonts accordingly for Korean CrOS. BUG=chromium-os:8643 TEST=Go to http://google.co.kr and see if NanumGothic font is used. TBR=kochi Review URL: http://codereview.chromium.org/6765013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81864 0039d316-1c4b-4281-b951-d872f2087c98
* Join Wi-Fi network dialog lists user and server-CA certificates.jamescook@chromium.org2011-04-131-0/+9
| | | | | | | | | | | | | | | - Fixed width of server CA combobox, as it can be very wide. - Introduced WifiConfigModel to hold cert info for WifiConfigView. - Send user cert to flimflam by PKCS#11 ID - Send server CA cert to flimflam by nickname BUG=chromium-os:11412 TEST=Make successful connection to 802.1x network. Review URL: http://codereview.chromium.org/6693083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81498 0039d316-1c4b-4281-b951-d872f2087c98
* Nonelaforge@chromium.org2011-04-137-136/+326
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81351 0039d316-1c4b-4281-b951-d872f2087c98
* Nonelaforge@chromium.org2011-04-13102-5842/+1568
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81345 0039d316-1c4b-4281-b951-d872f2087c98
* Increase height of login captcha view.falken@chromium.org2011-03-301-1/+1
| | | | | | | | | | | This default works better for many languages, which were getting truncated previously. BUG=chromium-os:13238 TEST=manually on netbook Review URL: http://codereview.chromium.org/6675038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79800 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 696karen@chromium.org2011-03-2988-346/+6707
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79708 0039d316-1c4b-4281-b951-d872f2087c98
* Support locale-specific gtkrc for Chrome OS as part of Chrome resources.falken@chromium.org2011-03-232-0/+12
| | | | | | | | | | | | | | | | | | This allows specifying locale-specific gtkrc file in Chrome resources, but does not yet do dynamic switching of GTK style (e.g., if user has a different locale than that of the login screen). Although the original plan was to get rid /etc/gtkrc, it may be cleaner to have only the locale-specific gtkrc as resources, so we don't have a bulky gtkrc file inside locale_settings_cros.grd. Parsing first the main gtkrc file and then the locale-specific file is also consistent with normal GTK behavior. BUG=chromium-os:12257 TEST=manually on cr-48 Review URL: http://codereview.chromium.org/6675019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79174 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ConfirmMessageBoxDialog class.tfarina@chromium.org2011-03-191-8/+0
| | | | | | | | | | | | | This is not used anymore and there are better ways to do the same thing. BUG=None TEST=None R=akalin@chromium.org Review URL: http://codereview.chromium.org/6709040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78779 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a lot more unused strings, mostly from settings.estade@chromium.org2011-03-181-30/+0
| | | | | | | | | | | There are plenty more strings flagged by the script, but it's not clear to me they should be removed (e.g., they may exist to make a translation cut-off even if they aren't used in the UI yet) BUG=none TEST=trybots Review URL: http://codereview.chromium.org/6677094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78762 0039d316-1c4b-4281-b951-d872f2087c98
* Some string updates after removing native options (part 1)estade@chromium.org2011-03-161-106/+0
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/6667033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78326 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 696karen@chromium.org2011-03-15102-14380/+30333
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78254 0039d316-1c4b-4281-b951-d872f2087c98
* Use 'Monospace' generic font family for CJK default fixed-width font,kochi@chromium.org2011-03-103-4/+4
| | | | | | | | | | | | | | | | so that fontconfig can pick appropriate font for ASCII and full-width chars separately. For ChromeOS, default full-width monospace fonts are described in /etc/fonts/local.conf (in fontconfig package). Also fixing a case "PMingLiU" (which was "PMingLiu") for zh-TW standard font. BUG=75388,chromium-os:12918 TEST=manually Review URL: http://codereview.chromium.org/6646013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77557 0039d316-1c4b-4281-b951-d872f2087c98
* Fix CSS style for chromoting setup wizardhclam@chromium.org2011-03-011-0/+10
| | | | | | | | | | | Chromoting setup wizard looks very strange.. fix it up. BUG=None TEST=None Review URL: http://codereview.chromium.org/6597054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76465 0039d316-1c4b-4281-b951-d872f2087c98
* web-ui settings: Standard font setting now correlates to WebKit's standard ↵csilv@chromium.org2011-03-0120-32/+26
| | | | | | | | | | font family only. BUG=74434 TEST=Verify that changing the 'standard font' only applies to unspecified font styles. Review URL: http://codereview.chromium.org/6602021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76463 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Japanese fallback fontname.kochi@chromium.org2011-02-241-1/+1
| | | | | | | | | | | | | | | The fallback font name 'Droid Sans Fallback Japanese' should be 'Droid Sans Japanese' according 'fc-list' command output. Jungshik, is this a typo when you did this change? http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/resources/platform_locale_settings/locale_settings_cros_ja.xtb?r1=36849&r2=49236 BUG=none TEST=none Review URL: http://codereview.chromium.org/6523021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75873 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Change all references from "DOM UI" to "Web UI".tfarina@chromium.org2011-02-024-8/+8
| | | | | | | | | BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6334059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73526 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in new launchpad.net translations and actually build thetony@chromium.org2011-02-023-0/+54
| | | | | | | | | | | | 6 new languages on Linux if gyp is run with with use_third_party_translations=1. I also moved the translations from src/chrome/third_party to src/third_party, since the translations cover more than chrome/. Review URL: http://codereview.chromium.org/6410010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73381 0039d316-1c4b-4281-b951-d872f2087c98
* Remove locale_settings_or.xtb (Oriya), which was not removed by mistakejshin@chromium.org2011-01-201-63/+0
| | | | | | | | | | | | | | | in r42655 (http://codereview.chromium.org/1144001 ). The corresponding grd file does not refer to this file. So, removing this file is purely a tree clean-up. BUG=38001 TEST=NONE (build just fine). TBR=tony Review URL: http://codereview.chromium.org/6323008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71911 0039d316-1c4b-4281-b951-d872f2087c98
* Make tweaks to password UI following today's UI review: added a learn more ↵johnnyg@chromium.org2011-01-201-1/+1
| | | | | | | | | | | link on the encryption tab and reduced the amount of text slightly. Made the dialog slightly taller so that everything fits more comfortably without the risk of overlapping elements. BUG=69624 TEST=none Review URL: http://codereview.chromium.org/6291008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71908 0039d316-1c4b-4281-b951-d872f2087c98
* Delete unused strings, round 2.estade@chromium.org2011-01-201-9/+0
| | | | | | | | | | | Delete strings from .grd files that are at least 6 months old and aren't used anywhere. BUG=none TEST=compile Review URL: http://codereview.chromium.org/6293012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71903 0039d316-1c4b-4281-b951-d872f2087c98
* Delete unused strings, round 1.estade@chromium.org2011-01-191-68/+0
| | | | | | | | | | | Delete strings from .grd files that are at least 6 months old and aren't used anywhere. BUG=none TEST=compile Review URL: http://codereview.chromium.org/6260013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71857 0039d316-1c4b-4281-b951-d872f2087c98
* Update stringslaforge@chromium.org2011-01-07102-10427/+27292
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70780 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust dialog size so the control is not truncatedgeorgey@chromium.org2011-01-071-1/+1
| | | | | | | | BUG=66111 TEST=in the bug, no code changes Review URL: http://codereview.chromium.org/6161001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70753 0039d316-1c4b-4281-b951-d872f2087c98
* Remove IDS_LEARN_MORE_REPORTING_URL from locale_settings.grdtfarina@chromium.org2011-01-051-5/+0
| | | | | | | | | BUG=28174 TEST=manual Review URL: http://codereview.chromium.org/6004008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70470 0039d316-1c4b-4281-b951-d872f2087c98
* Remove IDS_CHROMIUM_PROJECT_URL from locale_settings.grdtfarina@chromium.org2011-01-041-5/+0
| | | | | | | | | BUG=28174 TEST=manual Review URL: http://codereview.chromium.org/6063007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70404 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaks to instant opt-in dialog.sky@chromium.org2010-11-301-1/+1
| | | | | | | | | | BUG=60646 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/5262009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67666 0039d316-1c4b-4281-b951-d872f2087c98
* New Cloud Print Proxy setup UI.scottbyer@chromium.org2010-11-291-0/+28
| | | | | | | | | | | | | | New UI to setup the proxy in Chrome. This UI passed review. New features include a friendlier layout, a Learn More link, and a Print Test Page button on the success page. This does not yet bring the UI out from behind a flag; that will be a separate CL. BUG=60092 TEST=CloudPrintURLTest.CheckDefaultURLs Review URL: http://codereview.chromium.org/5285001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67602 0039d316-1c4b-4281-b951-d872f2087c98
* Add the new dialog for AddSearchProvider.levin@chromium.org2010-11-251-0/+5
| | | | | | | | | BUG=38475 TEST=Tested using a page that does this for both the Chromium and Google Chrome switch from a known provider to unknown and from an unknown provider. Review URL: http://codereview.chromium.org/5313005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67391 0039d316-1c4b-4281-b951-d872f2087c98
* Remove background mode preferences UI.atwilson@chromium.org2010-11-241-5/+0
| | | | | | | | | BUG=64267 TEST=Existing tests suffice. Review URL: http://codereview.chromium.org/5361003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67205 0039d316-1c4b-4281-b951-d872f2087c98
* Change CrOS font preferences for zh/ko locales to use newly added fonts.jshin@chromium.org2010-11-213-0/+9
| | | | | | | | | BUG=chromium-os:8757 TEST=1. Change the UI language to zh-CN/zh-TW/ko. A text run styled with 'font-family: serif' will be rendered with 'Sung ASC', 'PMingLiu' and 'Batang', respectively. 2. A text run styled with 'font-family: sans-serfi' will be rendered with Droid Sans Fallback (for zh) and Gulim (ko). Review URL: http://codereview.chromium.org/4868001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66912 0039d316-1c4b-4281-b951-d872f2087c98
* Change default minimum font size to 0jamesr@chromium.org2010-11-174-4/+4
| | | | | | | | | | | | | Chromium side of http://trac.webkit.org/changeset/72141, needed to pass Acid3. Changes the default minimum font size from 1 to 0. BUG=none TEST=acid3 Review URL: http://codereview.chromium.org/4954002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66488 0039d316-1c4b-4281-b951-d872f2087c98
* Update TOSlaforge@chromium.org2010-11-1748-1752/+2073
| | | | | | Review URL: http://codereview.chromium.org/5102002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66362 0039d316-1c4b-4281-b951-d872f2087c98
* Add --incognito to manpage.mattm@chromium.org2010-11-121-0/+4
| | | | | | | | | BUG=62611 TEST=man chrome/app/resources/manpage.1.in Review URL: http://codereview.chromium.org/4875001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65990 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Update help URLs.derat@chromium.org2010-11-101-25/+0
| | | | | | | | | | | | This also moves some untranslatable URL strings out of .grd files and into code so we don't duplicate them per-language. BUG=chromium-os:8117 TEST=trybots; also built and ran the chrome os version Review URL: http://codereview.chromium.org/4495001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65683 0039d316-1c4b-4281-b951-d872f2087c98
* Move URLs out of *.pak files and put them into code.tfarina@chromium.org2010-11-021-10/+0
| | | | | | | | | BUG=28174 TEST=trybots Review URL: http://codereview.chromium.org/4130012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64820 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Update Chrome OS EULA.nkostylev@chromium.org2010-11-011-148/+147
| | | | | | | | | BUG=chromium-os:4647 TEST=manual Review URL: http://codereview.chromium.org/4224001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64611 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Provide separate TOS content for Chrome OS.nkostylev@chromium.org2010-10-292-55/+234
| | | | | | | | | BUG=chromium-os:4647 TEST=Manual. Review URL: http://codereview.chromium.org/3895002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64371 0039d316-1c4b-4281-b951-d872f2087c98
* Remove billing address handling from Autofill preferences.isherman@chromium.org2010-10-231-4/+4
| | | | | | | | | | | | | Removes the billing address drop down from the Autofill preferences "Add credit card" dialog. Nib changes: remove the billing address label and drop down from AutoFillCreditCardSheet.xib. BUG=57976 TEST=compiles, no billing address drop down visible in any Autofill preferences UI. Review URL: http://codereview.chromium.org/3964003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63605 0039d316-1c4b-4281-b951-d872f2087c98
* Adds spinner to the Tpm-password screen password.altimofeev@chromium.org2010-10-201-2/+2
| | | | | | | | | | | | | Spinner is added to the Tpm-password screen. Also some stubs for working with Cryptohome was implemented. BUG=chromium-os:7134 TEST=On EULA screen click on "System security settings", notice spinner is rotating until TPM password is ready. Review URL: http://codereview.chromium.org/3832011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63203 0039d316-1c4b-4281-b951-d872f2087c98
* Adds confirm dialog when enabling instant.sky@chromium.org2010-10-111-0/+6
| | | | | | | | | BUG=58567 TEST=none Review URL: http://codereview.chromium.org/3710002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62197 0039d316-1c4b-4281-b951-d872f2087c98
* sync: second factor auth supporttim@chromium.org2010-10-111-0/+4
| | | | | | | | | BUG=58712 TEST=Sign in to sync with two-step verification account. SigninManagerTest. Review URL: http://codereview.chromium.org/3702002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62191 0039d316-1c4b-4281-b951-d872f2087c98