summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Delete also this stub on the Mac.finnur@chromium.org2010-10-222-22/+0
| | | | | | | | | | | This is a stub we used to use for the old Page Info Window, which has been replaced by a bubble. BUG=59030 TEST=None Review URL: http://codereview.chromium.org/4017003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63494 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Disable crashing/hanging tests:phajdan.jr@chromium.org2010-10-225-12/+7
| | | | | | | | | | | | | | | | | | - MouseLeaveTest.TestOnMouseOut (issue 45892) - BrowserFocusTest.FocusTraversal (issue 49738) - BrowserFocusTest.FocusTraversalOnInterstitial (issue 49738) - ExtensionApiTest.TabOnRemoved (issue 59198) - ExtensionBrowserTest.PluginLoadUnload (issue 47598) - ExtensionApiTest.WindowOpen (issue 60156) TBR=nkostylev BUG=45892, 49738, 59198, 60156 TEST=none Review URL: http://codereview.chromium.org/4029005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63492 0039d316-1c4b-4281-b951-d872f2087c98
* Show "Update Chrome OS" in the wrench menu, when the update image is ready.satorux@chromium.org2010-10-228-12/+79
| | | | | | | | | | | | | Along the way, replace "About Chrome" with "About Chrome OS" in the wrench menu. TEST=Connect to a dev server with a newer version, and check that the menu item appears, and the dialog works. BUG=chromium-os:6526 BUG=chromium-os:7847 Review URL: http://codereview.chromium.org/3858002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63491 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: do not ignore crashy or hangy test failures in browser_tests launcher.phajdan.jr@chromium.org2010-10-221-9/+19
| | | | | | | | | BUG=59330 TEST=browser_tests Review URL: http://codereview.chromium.org/4000002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63489 0039d316-1c4b-4281-b951-d872f2087c98
* Wired cellular data plan activation logic with the rest of the DOM UI on ↵zelidrag@chromium.org2010-10-2214-267/+665
| | | | | | | | | | | | | both chrome:settings/internet and chrome:mobilesetup pages. Fixed some minor internet settings formatting issues while I was already there. BUG=chromium-os:6987, chromium-os:7619, chromium-os:7546 TEST=make sure cellular connection can be activated from chrome:settings Review URL: http://codereview.chromium.org/3744013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63488 0039d316-1c4b-4281-b951-d872f2087c98
* Small refactoring: rename variables that start with language_yusukes@chromium.org2010-10-223-15/+15
| | | | | | | | | | | since we now prefer input_method_ to language_. BUG=none TEST=manually done. Review URL: http://codereview.chromium.org/4043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63476 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary cookie delegate and test expectationsdavemoore@chromium.org2010-10-223-69/+7
| | | | | | | | | | | Fixes unit test failures TBR: cmasone@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/4073001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63472 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/sync/*.pkasting@chromium.org2010-10-227-69/+70
| | | | | | | | | | Also remove some "using"s, remove some extra {}s, and fix function argument wrapping to comply with the style guide. BUG=none TEST=none Review URL: http://codereview.chromium.org/3975003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63470 0039d316-1c4b-4281-b951-d872f2087c98
* Fill in the list of file extensions which are PDF-related.cevans@chromium.org2010-10-221-0/+6
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/4011004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63469 0039d316-1c4b-4281-b951-d872f2087c98
* Unmark ExtensionsLoadTest.Test as flaky. It doesn't appearaa@chromium.org2010-10-221-7/+1
| | | | | | | | | | | | to flake anymore on windows or linux. For some reason it doesn't show up in the flakiness dashboard at all for mac, but a spot check of recent builds show similar rock-solidness. TBR=phajdan.jr@chromium.org BUG=46301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63466 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ExtensionApiTest.WebNavigationEvents flakyisherman@chromium.org2010-10-221-1/+2
| | | | | | | | | BUG=60229 TEST=none Review URL: http://codereview.chromium.org/3984004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63465 0039d316-1c4b-4281-b951-d872f2087c98
* Don't DCHECK when clearing autofill data for EVERYTHING time period.isherman@chromium.org2010-10-222-1/+12
| | | | | | | | | BUG=60184 TEST=unit_tests --gtest_filter=WebDatabaseTest.RemoveAutoFillProfilesAndCreditCardsModifiedBetween Review URL: http://codereview.chromium.org/4064001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63464 0039d316-1c4b-4281-b951-d872f2087c98
* Kill all URLFetcher URLRequests on shutdown.willchan@chromium.org2010-10-223-14/+102
| | | | | | | | | BUG=59630 TEST=none Review URL: http://codereview.chromium.org/3826016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63463 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/common/.pkasting@chromium.org2010-10-2212-122/+64
| | | | | | | | | | | | This also removes LOG_RESOURCE_REQUESTS and all associated code. Also remove some "using"s, fix non-const ref (style violation), remove some "else" after "return", and remove some extra {}s. BUG=none TEST=none Review URL: http://codereview.chromium.org/3941001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63462 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot to check in these changes requested by joth during codereview of r63429.pkasting@chromium.org2010-10-223-15/+15
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63461 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert r63457, "WorkerWebKitClientImpl::mimeTypeForExtension should ↵levin@chromium.org2010-10-221-3/+3
| | | | | | not use WorkerThread::current"" git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63460 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-2218-31/+27
| | | | | | This reverts commit b7ce919957536ceb0cfac1709bc779fd086b6ce8. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63459 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r63457, "WorkerWebKitClientImpl::mimeTypeForExtension should not use ↵levin@chromium.org2010-10-221-3/+3
| | | | | | WorkerThread::current" git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63458 0039d316-1c4b-4281-b951-d872f2087c98
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-2218-27/+31
| | | | | | Review URL: http://codereview.chromium.org/3869003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63457 0039d316-1c4b-4281-b951-d872f2087c98
* WorkerWebKitClientImpl::mimeTypeForExtension should not use ↵kinuko@chromium.org2010-10-221-3/+3
| | | | | | | | | | | | | | | WorkerThread::current Currently FileEntry.file() or FileEntrySync.file() calls File::create() on the (WebKit's) worker thread but on chromium we use WorkerThread::current() (which assumes WebKit's main thread in the worker process) to process the mime request initiated by File::create(). File::create() needs to be called on the main thread (this is related to webkit.org/b/47700) or WorkerWebKitClientImpl::mimeTypeForExtension should not use WorkerThread::current() to process the request. BUG=60081 TEST=no crash in fast/filesystem/workers/file-from-file-entry.html Review URL: http://codereview.chromium.org/4012002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63454 0039d316-1c4b-4281-b951-d872f2087c98
* Remove flaky from a test that has been de-flaked in several ways (see bug ↵levin@chromium.org2010-10-222-4/+3
| | | | | | | | | | | | | | | 57405). Update bug numbers in two places, so that each has a distinct bug with owners that are involved in the area and each of those bug depends on the underlying bug. TEST=SearchProviderTest.TestIsSearchProviderInstalled BUG=57405,60043,60035 Review URL: http://codereview.chromium.org/3985002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63453 0039d316-1c4b-4281-b951-d872f2087c98
* Some cleanup of view accessibility and view accessibility wrapper.ctguil@chromium.org2010-10-222-19/+10
| | | | | | | | | | | | | | | 1. Remove the ViewAccessibilityWrapper class. The view can directly manage it's ViewAccessibility. 2. Always use GetAccessibleForView to retrieve a view's associated accessibility object. This ensures that the correct accessibility object is returned for native view host objects. 3. Update get_accFocus to use FocusManager. 4. Move oleacc guid definitions to view_win.cc. BUG=none TEST=interactive_ui_tests:BrowserViewsAccessibilityTest.TestBrowserRootViewAccObj TEST=Manual: I can select the accessibility object of a native view host within AccExplorer32.exe. Review URL: http://codereview.chromium.org/4047001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63451 0039d316-1c4b-4281-b951-d872f2087c98
* autofill: Add GetProfileById function to PersonalDataManager.tfarina@chromium.org2010-10-223-11/+14
| | | | | | | | | BUG=None TEST=crl --enable-tabbed-options. The AutoFill options should works as before. Review URL: http://codereview.chromium.org/4015003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63450 0039d316-1c4b-4281-b951-d872f2087c98
* Move cookie fetching earlier, and don't block restore on itdavemoore@chromium.org2010-10-213-18/+13
| | | | | | | | | | | | | | This also fixes bug with logging in twice not clearing the start time, and a merge problem with cookie fetching in login_utils.cc BUG=chromium-os:7971 TEST=check /tmp/login-times-sent. Should see login complete before cookies fetched (CookiesFetched won't appear). Review URL: http://codereview.chromium.org/4034005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63449 0039d316-1c4b-4281-b951-d872f2087c98
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-2134-240/+319
| | | | | | | | | | | | | Extension events are no longer broadcast to an entire process. They are filtered by extension. This allows me to move the cross-incognito check into the browser, and remove a bunch of cruft associated with that. BUG=58214 TEST=no functional change Review URL: http://codereview.chromium.org/3775015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63448 0039d316-1c4b-4281-b951-d872f2087c98
* sync: enable password sync by default.tim@chromium.org2010-10-2116-223/+319
| | | | | | | | | | | BUG=none TEST=Enable sync, notice passwords is an option / enabled. unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=63223 Review URL: http://codereview.chromium.org/3913005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63447 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for error in chromium-os tests from changes for chromium-os:7864.stevenjb@chromium.org2010-10-211-7/+5
| | | | | | | | | BUG=chromium-os:7864 TEST=run chromium-os tests, make sure they run Review URL: http://codereview.chromium.org/4043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63446 0039d316-1c4b-4281-b951-d872f2087c98
* Fix UI regression in r63314.oshima@chromium.org2010-10-211-0/+8
| | | | | | | | | | | | Clear focus of textfield so that re-enabling textfield sets the focus to the textfield. BUG=chromium-os:5763 TEST=manual. in locked state, type wrong password. the focus should be back to text field. Review URL: http://codereview.chromium.org/3996005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63442 0039d316-1c4b-4281-b951-d872f2087c98
* Create a separate .DEPS dir for pyauto DEPS filenirnimesh@chromium.org2010-10-211-0/+0
| | | | | | | | | | | | Apparently putting DEPS in functional dir messes up the checkout on the official pyauto bots (causing re-definition). Moving to a separate location. BUG= TEST= Review URL: http://codereview.chromium.org/3997004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63441 0039d316-1c4b-4281-b951-d872f2087c98
* Discard duplicate webkit accessibility notifications.ctguil@chromium.org2010-10-212-53/+107
| | | | | | | | | BUG=55730 TEST=See bug description. Review URL: http://codereview.chromium.org/3817013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63440 0039d316-1c4b-4281-b951-d872f2087c98
* Output login times as timelinedavemoore@chromium.org2010-10-2110-42/+133
| | | | | | | | | BUG=chromium-os:7971 TEST=Log in, examine /tmp/login-times-sent or chrome:system/login-times Review URL: http://codereview.chromium.org/3971001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63437 0039d316-1c4b-4281-b951-d872f2087c98
* Remove src/app's dependency on the WebKit api.tony@chromium.org2010-10-214-5/+40
| | | | | | | | | | src/app shouldn't depend on webkit in anyway. DEPS allows this because it allows paths pulled in by deps = {} (stuff pulled in by gclient). Add a new rule to explicitly disallow this. Review URL: http://codereview.chromium.org/3998004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63434 0039d316-1c4b-4281-b951-d872f2087c98
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-217-20/+28
| | | | | | | | BUG=23581 Review URL: http://codereview.chromium.org/3885003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63433 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/sync/engine/.pkasting@chromium.org2010-10-2114-217/+193
| | | | | | | | | | Also fix some line wrapping, remove some extra {}s, and remove "else" after "return". BUG=none TEST=none Review URL: http://codereview.chromium.org/4001002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63432 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/geolocation/.pkasting@chromium.org2010-10-218-59/+63
| | | | | | | | | | This also converts a "const NSString*" to "NSString*" to remove a Clang warning. BUG=none TEST=none Review URL: http://codereview.chromium.org/4005001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63429 0039d316-1c4b-4281-b951-d872f2087c98
* Explicitly shutdown OCSP.willchan@chromium.org2010-10-211-0/+4
| | | | | | | | | BUG=59630 TEST=existing Review URL: http://codereview.chromium.org/3822011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63428 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/chromeos/options/.pkasting@chromium.org2010-10-215-6/+6
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4010001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63427 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/speech/.pkasting@chromium.org2010-10-216-42/+40
| | | | | | | | | | Also sets svn:eol-style on some files. BUG=none TEST=none Review URL: http://codereview.chromium.org/4001001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63426 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*.pkasting@chromium.org2010-10-2118-67/+43
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4008001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63421 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-2119-74/+72
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4009001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63420 0039d316-1c4b-4281-b951-d872f2087c98
* fix compile break due to bad mergeestade@chromium.org2010-10-211-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=dmaclach Review URL: http://codereview.chromium.org/4029003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63418 0039d316-1c4b-4281-b951-d872f2087c98
* Add --enable-secure-infobars to about:flags.estade@chromium.org2010-10-212-14/+26
| | | | | | | | | BUG=60110 TEST=none Review URL: http://codereview.chromium.org/4063001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63416 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/chromeos/dom_ui/.pkasting@chromium.org2010-10-213-6/+6
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3969003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63412 0039d316-1c4b-4281-b951-d872f2087c98
* Add a media UI test for WAV.scherkus@chromium.org2010-10-212-0/+6
| | | | | | | | | BUG=59012 TEST=ui_tests (MediaTest.VideoBearWav) Review URL: http://codereview.chromium.org/4049001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63411 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/chromeos/login/.pkasting@chromium.org2010-10-2127-149/+132
| | | | | | | | | | Also removes some "else" after "return". BUG=none TEST=none Review URL: http://codereview.chromium.org/4011001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63409 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/browser/sync/glue/.pkasting@chromium.org2010-10-219-45/+44
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4004002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63408 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - chrome/plugin/.pkasting@chromium.org2010-10-212-10/+10
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3899004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63406 0039d316-1c4b-4281-b951-d872f2087c98
* Fix valgrind error.dtseng@chromium.org2010-10-211-3/+6
| | | | | | | | BUG=59963 TEST=run chrome_test.sh from valgrind scripts and run unit test for BrowserAccessibilityTest.*. Review URL: http://codereview.chromium.org/3995006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63405 0039d316-1c4b-4281-b951-d872f2087c98
* Add built-in DNS resolver support to about:labsagayev@chromium.org2010-10-214-1/+18
| | | | | | | | | BUG=60149 TEST=None Review URL: http://codereview.chromium.org/4036002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63404 0039d316-1c4b-4281-b951-d872f2087c98
* Implement basic X11 screen capture on linux.ajwong@chromium.org2010-10-211-5/+12
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/3801012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63401 0039d316-1c4b-4281-b951-d872f2087c98