summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting ↵willchan@chromium.org2010-09-3015-106/+127
| | | | | | | | | | | | | | | | SpdySessionPool. BUG=57343 TEST=none Review URL: http://codereview.chromium.org/3602001 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/3541005 TBR=willchan@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61063 0039d316-1c4b-4281-b951-d872f2087c98
* Add detailed speech descriptions for Chrome OS login screen accessibility dmazzoni@chromium.org2010-09-3012-26/+800
| | | | | | | | | | | events. BUG=none TEST=Added new unittest: WizardAccessibilityHandlerTest Review URL: http://codereview.chromium.org/3223011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61062 0039d316-1c4b-4281-b951-d872f2087c98
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into ↵erikwright@chromium.org2010-09-3013-247/+434
| | | | | | | | | | http_util.cc (NameValuePairsIterator). In preparation for re-use of name-value pair parsing in ChromeFrame (for X-UA-Compatible header). BUG=None TEST=net_unittests (HttpAuth* and HttpUtilTest.NameValuePairs*) Review URL: http://codereview.chromium.org/3525004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61061 0039d316-1c4b-4281-b951-d872f2087c98
* Don't try to test alt-f4 on ChromeOS.isherman@chromium.org2010-09-301-0/+4
| | | | | | | | | | BUG=none TEST=greener tree TBR=sky Review URL: http://codereview.chromium.org/3608001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61059 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile error after merge.bauerb@chromium.org2010-09-301-1/+1
| | | | | | TBR=danno git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61056 0039d316-1c4b-4281-b951-d872f2087c98
* Move disabling outdated plugins to labs and update UI to Glen's mocks.bauerb@chromium.org2010-09-3012-76/+167
| | | | | | | | | BUG=47731 TEST=Disabling outdated plugins should show up in about:labs Review URL: http://codereview.chromium.org/3386033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61055 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for ?menu=off search pattern in chrome://settings/... URLs.dilmah@chromium.org2010-09-305-3/+18
| | | | | | | | | BUG=http://crosbug.com/3062 TEST=Manual Review URL: http://codereview.chromium.org/3492014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61054 0039d316-1c4b-4281-b951-d872f2087c98
* If VlogTest.Perf is ran under Valgrind, decrease the number of benchmarkglider@chromium.org2010-09-301-3/+5
| | | | | | | | | | iterations. Otherwise the test may time out due to slowdown. TBR=akalin Review URL: http://codereview.chromium.org/3578004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61053 0039d316-1c4b-4281-b951-d872f2087c98
* FTP: fix directory listing parser for ftp.usa.hp.comphajdan.jr@chromium.org2010-09-3018-36/+275
| | | | | | | | | BUG=56547 TEST=net_unittests Review URL: http://codereview.chromium.org/3448029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61052 0039d316-1c4b-4281-b951-d872f2087c98
* An experimental fix for Bug 57387.hbono@chromium.org2010-09-301-0/+4
| | | | | | | | | | This change just deletes all the resources used in the test explicitly. (As far as I have tested on try bots, it seems to fix the leaks.) BUG=57387 TEST=make the "Linux Tests (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/3560002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61051 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes possible problem with NULL delegate.altimofeev@chromium.org2010-09-302-0/+3
| | | | | | | | | | | Assigns delegate member of the background to NULL when the owner is changed. BUG=chromium-os:6679 TEST=none Review URL: http://codereview.chromium.org/3569006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61050 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 540.0 to 541.0chrome-release@google.com2010-09-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61048 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Fix crashes happening when changing language on login screen (on ↵nkostylev@chromium.org2010-09-301-3/+3
| | | | | | | | | | | Debug builds). BUG=N/A TEST=Manual. No crash should happen in Debug build. Review URL: http://codereview.chromium.org/3546002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61046 0039d316-1c4b-4281-b951-d872f2087c98
* Don't renew timeout timer on NetworkChanged notificationdpolukhin@chromium.org2010-09-304-12/+65
| | | | | | | | | | | to avoid forever connecting to netowrk BUG=http://code.google.com/p/chromium-os/issues/detail?id=7167 TEST=browser_tests --gtest_filter=NetworkScreenTest.* Review URL: http://codereview.chromium.org/3571004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61045 0039d316-1c4b-4281-b951-d872f2087c98
* Remove FLAKY mark from CollectedCookiesTest.jochen@chromium.org2010-09-301-4/+2
| | | | | | | | | BUG=49539 TEST=CollectedCookiesTest.* Review URL: http://codereview.chromium.org/3584001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61044 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 65318:68752morrita@chromium.org2010-09-301-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/3591004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61043 0039d316-1c4b-4281-b951-d872f2087c98
* Support alt-f4 when omnibox is focused in popupisherman@chromium.org2010-09-304-26/+128
| | | | | | | | | BUG=54435 TEST=open the url javascript:window.open('http://www.google.com/', '', 'foobar'); (this should open a popup), click on the omnibox to set focus to it, and press Alt-F4. The popup should close. Review URL: http://codereview.chromium.org/3345015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61042 0039d316-1c4b-4281-b951-d872f2087c98
* Mark SearchProviderTest.TestIsSearchProviderInstalled as flaky.phajdan.jr@chromium.org2010-09-301-1/+2
| | | | | | | | | | | TBR=levin BUG=57405 TEST=none Review URL: http://codereview.chromium.org/3581004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61041 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61034 - Refactor FTP unit tests.phajdan.jr@chromium.org2010-09-301-530/+741
| | | | | | | | | | | | | | This is needed to write a fix for the bug below. BUG=56734 TEST=changing tests, and only tests (net_unittests) Review URL: http://codereview.chromium.org/3412039 TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3537007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61040 0039d316-1c4b-4281-b951-d872f2087c98
* Save intl.accept_languages in addition to settings.language.preferred_languages.satorux@chromium.org2010-09-301-6/+21
| | | | | | | | | | | | | intl.accept_languaes is used for Accept-Language header in HTTP requests. On other platforms, this setting is configured from "Under the hood" options, but on Chromium OS, we integrate this setting with "Languages and Input" options. BUG=chromium-os:6292 TEST=confirmed that intl.accept_languages is updated in the Preferences file Review URL: http://codereview.chromium.org/3543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61039 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: use chrome/test/test_timeouts in more places.phajdan.jr@chromium.org2010-09-304-24/+25
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3512001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61038 0039d316-1c4b-4281-b951-d872f2087c98
* Extract common browser command-line flags used by tests.phajdan.jr@chromium.org2010-09-304-21/+31
| | | | | | | | | | | | This will help avoiding adding a required flag to ui_tests but not browser_tests and vice versa. BUG=none TEST=none Review URL: http://codereview.chromium.org/3565003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61037 0039d316-1c4b-4281-b951-d872f2087c98
* Undisable download UI tests. We shouldn't leak processes now if they fail.phajdan.jr@chromium.org2010-09-301-16/+16
| | | | | | | | | | | Is flaky better than disabled? Dunno, but it looks better (tm). BUG=35275, 48913, 50060 TEST=none Review URL: http://codereview.chromium.org/3592001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61036 0039d316-1c4b-4281-b951-d872f2087c98
* Removed support for log prefix filters.akalin@chromium.org2010-09-305-33/+0
| | | | | | | | | | | No one is using this, and this is obsoleted by --vmodule. BUG=56965 TEST=None Review URL: http://codereview.chromium.org/3596003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61035 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor FTP unit tests.phajdan.jr@chromium.org2010-09-301-741/+530
| | | | | | | | | | | This is needed to write a fix for the bug below. BUG=56734 TEST=changing tests, and only tests (net_unittests) Review URL: http://codereview.chromium.org/3412039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61034 0039d316-1c4b-4281-b951-d872f2087c98
* Changed the implementation of the utility process method to render a PDF ↵sanjeevr@chromium.org2010-09-308-22/+85
| | | | | | | | | | | into a metafile to use a file-backed metafile as opposed to an in-memory metafile. BUG=None. TEST=Test Cloud Print proxy with Chrome OS generated PDFs. Review URL: http://codereview.chromium.org/3600001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61033 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61031 - Ensure browser cache of the renderer tree contains an ↵ctguil@chromium.org2010-09-302-46/+29
| | | | | | | | | | | | | | | | accessibility object before sending an accessibility notification. BUG=46209 TEST=interative_ui_tests:AccessibilityWinBrowserTest.TestNotificationChildrenChanged2 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60832 Review URL: http://codereview.chromium.org/3506004 TBR=ctguil@chromium.org Review URL: http://codereview.chromium.org/3522006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61032 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure browser cache of the renderer tree contains an accessibility object ↵ctguil@chromium.org2010-09-302-29/+46
| | | | | | | | | | | | | before sending an accessibility notification. BUG=46209 TEST=interative_ui_tests:AccessibilityWinBrowserTest.TestNotificationChildrenChanged2 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60832 Review URL: http://codereview.chromium.org/3506004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61031 0039d316-1c4b-4281-b951-d872f2087c98
* Change the menu item 'Options' to 'Settings' on the status icon.tfarina@chromium.org2010-09-301-9/+14
| | | | | | | | | | | | | Also match the order of the menu items with the wrench menu. BUG=56152 TEST=out/Debug/chrome --enable-background-mode --keep-alive-for-test --enable-tabbed-options Go to the chromium status icon, you should see a 'Settings' menu item. Also without the switch you should still see the 'Options/Preferences' menu item. Review URL: http://codereview.chromium.org/3531003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61030 0039d316-1c4b-4281-b951-d872f2087c98
* Change the indicator character for Hangul, per suggestion from jungshiksatorux@chromium.org2010-09-302-2/+2
| | | | | | | | | TEST=out/Release/unit_tests --gtest_filter='*GetTextForIndicatorTest' BUG=chromium-os:6561 Review URL: http://codereview.chromium.org/3593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61029 0039d316-1c4b-4281-b951-d872f2087c98
* Move common CSS from platform-specific about:memory pages to a css file.thestig@chromium.org2010-09-305-883/+358
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61028 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Update the InfoBar UI to the new style.tfarina@chromium.org2010-09-305-113/+154
| | | | | | | | | | | | | | | | - Move the buttons on Confirm info bar from the right edge to the left, right after the label text. BUG=39102 TEST=Go to mail.google.com, see the save info bar appear, see if the buttons are right after the label text. Go to http://maps.google.co.uk/maps/m, and see the geolocation info bar appear, the same result should happens. WIP! Screenshot: http://i.imgur.com/1bj4E.png Review URL: http://codereview.chromium.org/3034063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61027 0039d316-1c4b-4281-b951-d872f2087c98
* Revert WebKit last roll. 68690:68651morrita@chromium.org2010-09-301-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=senorblanco Review URL: http://codereview.chromium.org/3559004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61023 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61013 - Roll DEPS to include changes to FFmpeg build systemasargent@chromium.org2010-09-302-12/+3
| | | | | | | | | | | | | | | This change will avoid exporting libvpx symbols if libvpx is not built into FFmpeg. BUG=None TEST=FFmpeg can be loaded on ARM Review URL: http://codereview.chromium.org/3518002 TBR=hclam@chromium.org Review URL: http://codereview.chromium.org/3556006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61022 0039d316-1c4b-4281-b951-d872f2087c98
* o Add user customizable launch type for apps by adding options in each apps ↵andybons@chromium.org2010-09-3015-60/+307
| | | | | | | | | | | | | | | | | | | | | context menu. o Updated some comments that were using the outdated NOTIFY_PREF_CHANGED notification. o Make LAUNCH_PINNED the default type returned by ExtensionPrefs if it does not already exist. o Some minor refactoring within the code to reduce duplication. BUG=54731 TEST=NONE patch from issue 3419010 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60997 Reverted: http://crrev.com/61000 Review URL: http://codereview.chromium.org/3453029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61021 0039d316-1c4b-4281-b951-d872f2087c98
* Yet another try at submitting http://codereview.chromium.org/3397030/show.ericu@google.com2010-09-309-0/+331
| | | | | | | | | | | This hopefully fixes the linux x64 failure, which appears to be a disagreement between int64 and long long. BUG=none TEST=none Review URL: http://codereview.chromium.org/3601001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61020 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Enable CryptohomeLibrary to optionally create new cryptohomescmasone@chromium.org2010-09-305-31/+27
| | | | | | | | | | | Expose support for "create if missing" option to crypthome's async mount call. BUG=chromium-os:4929 TEST=unit tests Review URL: http://codereview.chromium.org/3544002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61019 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-3015-127/+106
| | | | | | | | | | | | BUG=57343 TEST=none Review URL: http://codereview.chromium.org/3602001 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/3541005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61018 0039d316-1c4b-4281-b951-d872f2087c98
* Marked two ChromeOS browser tests as flaky to get autotest move on.zelidrag@chromium.org2010-09-302-3/+4
| | | | | | | | | BUG=chromium-os:7139,chromium-os:7140 TEST=make sure browser_tests autotest is happy again Review URL: http://codereview.chromium.org/3536001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61017 0039d316-1c4b-4281-b951-d872f2087c98
* dpranke no longer wants to watch the layout_tests dir. Unreviewed (no code ↵dpranke@chromium.org2010-09-301-1/+1
| | | | | | | | | | changes). TBR=none BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61016 0039d316-1c4b-4281-b951-d872f2087c98
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-3015-106/+127
| | | | | | | | | BUG=57343 TEST=none Review URL: http://codereview.chromium.org/3602001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61015 0039d316-1c4b-4281-b951-d872f2087c98
* Reland changes from r60979 with fixes to test code.asargent@chromium.org2010-09-307-42/+47
| | | | | | | | | | | | | | | | | | | The original codereview for r60979 was: http://codereview.chromium.org/3550002 The only changes in this CL relative to that one are in the files: chrome/test/data/extensions/api_test/management/test/basics.js chrome/test/data/extensions/api_test/management/test/uninstall.js BUG=54415 TEST=The onUninstalled event in extensions management API should just pass the extension id. Review URL: http://codereview.chromium.org/3562002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61014 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to include changes to FFmpeg build systemhclam@chromium.org2010-09-302-3/+12
| | | | | | | | | | | | This change will avoid exporting libvpx symbols if libvpx is not built into FFmpeg. BUG=None TEST=FFmpeg can be loaded on ARM Review URL: http://codereview.chromium.org/3518002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61013 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 68651:68690.senorblanco@chromium.org2010-09-301-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=morrita Review URL: http://codereview.chromium.org/3561005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61012 0039d316-1c4b-4281-b951-d872f2087c98
* Allow the info bar close button to be focused by screen reader uses.ctguil@chromium.org2010-09-291-6/+11
| | | | | | | | | BUG=37360 TEST=Close button on infobar can be focused when using JAWS. Review URL: http://codereview.chromium.org/3577001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61011 0039d316-1c4b-4281-b951-d872f2087c98
* symbolize: don't stringify errno if we're using google::Symbolize.evan@chromium.org2010-09-291-6/+13
| | | | | | | | | | | | This prevents us from printing out confusing error messages like: Unable to get symbols for backtrace (Success). BUG=57305 TEST=ran locally, saw no error Review URL: http://codereview.chromium.org/3544004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61010 0039d316-1c4b-4281-b951-d872f2087c98
* Adding images for upcoming Apps DOM UI change.andybons@chromium.org2010-09-292-0/+0
| | | | | | | | BUG=54731 TEST=none TBR= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61009 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Bind F3 to reload.derat@chromium.org2010-09-291-0/+5
| | | | | | | | | BUG=chromium-os:7185 TEST=none Review URL: http://codereview.chromium.org/3596002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61008 0039d316-1c4b-4281-b951-d872f2087c98
* [omnibox] Ignore empty search suggestions.suzhe@chromium.org2010-09-291-0/+6
| | | | | | | | | | | | | | | Google search may return empty suggestions for some weird input characters. We need to ignore them, to avoid breaking the omnibox. BUG=56214 TEST=(On Mac) In omnibox press option-i and wait for a while. Chrome shouldn't crash. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=61005 Review URL: http://codereview.chromium.org/3532004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61007 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor out the cloud print URL management into a separate header/file for ↵scottbyer@google.com2010-09-297-64/+88
| | | | | | | | | | | future use in a TODO cleanup. BUG=none TEST=none Review URL: http://codereview.chromium.org/3567002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61006 0039d316-1c4b-4281-b951-d872f2087c98