summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Wait a bit for the helper to exit before continuing with removing files.tommi@chromium.org2010-11-112-6/+48
| | | | | | | | | | | Also adding a bit of logging for easier diagnostics when we can't remove a folder due to files being in use on uninstall. TEST=Should improve our chances of being able to uninstall without needing to reboot. BUG=61609 Review URL: http://codereview.chromium.org/4773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65814 0039d316-1c4b-4281-b951-d872f2087c98
* Removes the close button from instant on windows.sky@chromium.org2010-11-115-173/+7
| | | | | | | | | BUG=59068 TEST=none Review URL: http://codereview.chromium.org/4667008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65813 0039d316-1c4b-4281-b951-d872f2087c98
* Move base::ThreadLocalPlatform to base::internal::ThreadLocalPlatform.willchan@chromium.org2010-11-114-6/+19
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4744002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65812 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 71801:71820bulach@chromium.org2010-11-111-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4777003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65811 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused tip menu string from NTP.mirandac@chromium.org2010-11-112-6/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4747006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65810 0039d316-1c4b-4281-b951-d872f2087c98
* Handle GL errors when querying the multisample count.enne@chromium.org2010-11-111-1/+3
| | | | | | | | | | | | I believe this bug can only be triggered when there is a corresponding OpenGL bug. However, the i915 driver has this bug. Patch from Kenneth Waters <kwaters@chromium.org>. TEST=built and run against broken i915 driver BUG=none Review URL: http://codereview.chromium.org/4710002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65809 0039d316-1c4b-4281-b951-d872f2087c98
* net: add mit.edu to False Start blacklist.agl@chromium.org2010-11-111-0/+1
| | | | | | Based on private communication with davidben. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65808 0039d316-1c4b-4281-b951-d872f2087c98
* Mark FLAKY_ rather than DISABLED_ so I can debug the test on the Chromejoi@chromium.org2010-11-111-1/+1
| | | | | | | | | | | | Frame build bots, without turning them red. BUG=62636 TEST=none Review URL: http://codereview.chromium.org/4691006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65804 0039d316-1c4b-4281-b951-d872f2087c98
* openssl build fixes, and tidy the build filesjoth@chromium.org2010-11-114-10/+11
| | | | | | | | | | | Split out of http://codereview.chromium.org/4691003/ BUG=None TEST=builds... Review URL: http://codereview.chromium.org/4696004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65801 0039d316-1c4b-4281-b951-d872f2087c98
* Skip restoring tabs on first time logindavemoore@chromium.org2010-11-116-2/+33
| | | | | | | | | | | | | | | | | Add timings for first owner login This is a redo of a previously lgtm'd cl but on the right branch. TBR:sky@chromium.org BUG=chromium-os:8670 TEST=On a new machine login. When picture screen appears skip immediately before this change that could block for 10+ seconds. Now it should show the browser w/in 2 seconds Review URL: http://codereview.chromium.org/4767002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65800 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up on r65720: adds third_party/openssl to .gitignorebulach@chromium.org2010-11-111-0/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4694007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65799 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 71796:71801bulach@chromium.org2010-11-111-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/4643009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65798 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 579.0 to 580.0chrome-release@google.com2010-11-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65791 0039d316-1c4b-4281-b951-d872f2087c98
* Add Canary to the channel switching UI.satorux@chromium.org2010-11-113-0/+5
| | | | | | | | | | | The change depends on http://codereview.chromium.org/4520001/show BUG=chromium-os:8384 TEST=confirmed that Canary appeared in the channel switching UI in Chrome built with branding=Chrome Review URL: http://codereview.chromium.org/4565001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65789 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for bug 57949 (Invalid read inglider@chromium.org2010-11-111-1/+18
| | | | | | | | | | | | AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator) Suppress bug 62801 (invalid read in PR_Lock) TBR=timurrrr BUG=57949,62801 Review URL: http://codereview.chromium.org/4802001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65788 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Clear TPM password after EULA has been accepted.nkostylev@chromium.org2010-11-112-8/+15
| | | | | | | | | BUG=chromium-os:7298 TEST=Manual. TPM ownership asquired, EULA hasn't been accepted, TPM password is always there. After EULA was accepted password is empty. Review URL: http://codereview.chromium.org/4721002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65787 0039d316-1c4b-4281-b951-d872f2087c98
* Reactivate POLICY_CHANGED notification when device management policy changesdanno@chromium.org2010-11-112-0/+14
| | | | | | | | | BUG=none TEST=DeviceManagementPolicyProviderTest.FetchTriggersRefresh Review URL: http://codereview.chromium.org/4742003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65786 0039d316-1c4b-4281-b951-d872f2087c98
* Update autofill policy description text to be more precise.mnissler@chromium.org2010-11-111-8/+4
| | | | | | | | | BUG=62133 TEST=Check wording in the generated policy templates. Review URL: http://codereview.chromium.org/4679001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65785 0039d316-1c4b-4281-b951-d872f2087c98
* roll ffmpeg to nov 4 to fix clang issuefbarchard@chromium.org2010-11-114-5/+6
| | | | | | | | | BUG=61931 TEST=none Review URL: http://codereview.chromium.org/4770001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65784 0039d316-1c4b-4281-b951-d872f2087c98
* Add device management test server to net infrastructure.mnissler@chromium.org2010-11-118-55/+480
| | | | | | | | | | | This adds a simple device management server implementation written in python that's useful for unit tests and local testing. BUG=62318 TEST=Compiles and browser tests in device_management_backend_browsertest succeed Review URL: http://codereview.chromium.org/4659002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65783 0039d316-1c4b-4281-b951-d872f2087c98
* Mac Sandbox: Fix crbug.com/60917 on 10.5jeremy@chromium.org2010-11-111-14/+11
| | | | | | | | | | | HOME_DIR_AS_LITERAL is now used on both 10.5 & 10.6 so remove from 10.6-only block. BUG=60917 TEST=Repro steps in bug Review URL: http://codereview.chromium.org/4691004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65782 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 71759:71796ukai@chromium.org2010-11-111-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=mihaip,jorlow Review URL: http://codereview.chromium.org/4719004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65781 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ExtensionAPITest.Incognito as FLAKY for ChromiumOS.kochi@chromium.org2010-11-111-1/+9
| | | | | | | | | BUG=chromium-os:9049 TEST=browser_tests --gtest_filter="ExtensionApiTest.Incognito" (or FLAKY_Incognito for ChromiumOS) Review URL: http://codereview.chromium.org/4667009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65780 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in SafeBrowsingBlockingPage::CommandReceivedlzheng@chromium.org2010-11-111-1/+1
| | | | | | | | | BUG=62589 TEST=none Review URL: http://codereview.chromium.org/4781001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65779 0039d316-1c4b-4281-b951-d872f2087c98
* Enable extra logging when using client certificates on Windows via NSSrsleevi@chromium.org2010-11-111-0/+48
| | | | | | | | | BUG=62027 TEST=None Review URL: http://codereview.chromium.org/4709005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65778 0039d316-1c4b-4281-b951-d872f2087c98
* Add a cancel button to Task Manager.yusukes@google.com2010-11-113-0/+12
| | | | | | | | | BUG=chromium-os:8740 TEST=manually done. Review URL: http://codereview.chromium.org/4651002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65776 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ThumbnailGenerator on Windows.kkania@chromium.org2010-11-118-55/+163
| | | | | | | | | | | | | In the browser, duplicate the file mapping handle before sending to the renderer and map the TransportDIB before accessing the memory. In the renderer, do not map the file twice, which was happening when TransportDIB::Map and GetPlatformCanvas were both being called. BUG=none TEST=none Review URL: http://codereview.chromium.org/4569002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65775 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that ExtensionUpdater doesn't do anything after Stop() is calledakalin@chromium.org2010-11-113-8/+84
| | | | | | | | | | | Also fixed some memory leaks. BUG=None TEST=New unit tests, sync integration tests (in a pending CL) Review URL: http://codereview.chromium.org/4766001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65774 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) ↵rsleevi@chromium.org2010-11-119-53/+242
| | | | | | | | | | | | use. Restricting SSLClientSocketWin is handled by the existing Windows system policy (which deals in algorithms, not cipher suites). R=wtc BUG=58831 TEST=SSLClientSocketTest.CipherSuiteDisables Review URL: http://codereview.chromium.org/3845005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65773 0039d316-1c4b-4281-b951-d872f2087c98
* Preferences: remove log spam.evan@chromium.org2010-11-111-5/+3
| | | | | | | | | | | The common case is for this file to not be available; we don't need to report it as an error each time. I improved this in r59984, but it regressed in r64945. Review URL: http://codereview.chromium.org/4740003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65770 0039d316-1c4b-4281-b951-d872f2087c98
* Remove PPAPI from the svn:ignore of src/third_party now that this directory isbrettw@chromium.org2010-11-110-0/+0
| | | | | | | | removed. The svn:ignore was causing some people to not notice that PPAPI was moved. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65769 0039d316-1c4b-4281-b951-d872f2087c98
* Gtk: Fix leaking style objects when using gtk theme.mattm@chromium.org2010-11-111-0/+1
| | | | | | | | | TEST=run a ui test under valgrind BUG=none Review URL: http://codereview.chromium.org/4794001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65768 0039d316-1c4b-4281-b951-d872f2087c98
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-1154-441/+354
| | | | | | | | | | | | | 1. Removed packet_size parameter from Open(). 2. Removed OnClose() from the callback. Now the callback is guaranteed to be called only between Start() and Stop(). 3. Added samples_per_packet in the AudioParameters struct. BUG=39825 TEST=Unittests Review URL: http://codereview.chromium.org/4661001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65766 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the SearchProviderTest.TestIsSearchProviderInstalled test as flaky.ananta@chromium.org2010-11-111-1/+2
| | | | | | | | | Bug=62777 TBR=jcivelli Review URL: http://codereview.chromium.org/4796001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65765 0039d316-1c4b-4281-b951-d872f2087c98
* Add valid number to CC Import unit-testgeorgey@chromium.org2010-11-111-6/+6
| | | | | | | | TEST=unint test BUG=none Review URL: http://codereview.chromium.org/4632003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65764 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the ResourceDispatcherTest.SyncXMLHttpRequest_Disallowed as flakyananta@chromium.org2010-11-111-1/+2
| | | | | | | | | Bug=62776 TBR=jcivelli Review URL: http://codereview.chromium.org/4646008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65763 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the RedirectTest.ClientEmptyReferer as flaky.ananta@chromium.org2010-11-111-1/+2
| | | | | | | | | Bug=62772 TBR=jcivelli Review URL: http://codereview.chromium.org/4722003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65762 0039d316-1c4b-4281-b951-d872f2087c98
* Mark the CloudPrintURLFetcherBasicTest.HandleRawData and ↵ananta@chromium.org2010-11-111-2/+4
| | | | | | | | | | | | | CloudPrintURLFetcherRetryBackoffTest.GiveUp tests as flaky. Bug=62758 TBR=sanjeevr Review URL: http://codereview.chromium.org/4663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65761 0039d316-1c4b-4281-b951-d872f2087c98
* Misc. cleanup and reorg in preparation for fixing bug 54274. None of this ↵pkasting@chromium.org2010-11-113-209/+184
| | | | | | | | | | should change the functional behavior of the class or the tests, it just makes the upcoming functional patch smaller and clearer. BUG=54274 TEST=none Review URL: http://codereview.chromium.org/4627001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65760 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Breakpad r700:r729.thestig@chromium.org2010-11-111-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65757 0039d316-1c4b-4281-b951-d872f2087c98
* checkperms: whitelist third_party/opensslevan@chromium.org2010-11-111-0/+1
| | | | | | | | It has all sorts of +x files. We'll just be careful. Review URL: http://codereview.chromium.org/4771005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65756 0039d316-1c4b-4281-b951-d872f2087c98
* Find in page tests by Rohitnirnimesh@chromium.org2010-11-117-5871/+280
| | | | | | | | | | | | | | | | | | | testSearchSelection testSpecialChars testFindInLargePage testFindLongString testFindBigString testRandomFindTests testFindWholeFileContent testSingleOccurrence testSearchInPDF BUG=None TEST=None Review URL: http://codereview.chromium.org/3967003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65755 0039d316-1c4b-4281-b951-d872f2087c98
* Disable Instant when typing an extension keyword.mpcomplete@chromium.org2010-11-112-5/+12
| | | | | | | | | BUG=61991 TEST=Enable Instant. Load extension at chrome/common/extensions/docs/examples/extensions/chrome_search. Type "src foo" into the omnibox. You should not see Instant displaying an error page. Review URL: http://codereview.chromium.org/4782001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65754 0039d316-1c4b-4281-b951-d872f2087c98
* The GPU watchdog timer is always disabled when run with valgrind. Removing ↵apatrick@chromium.org2010-11-111-9/+0
| | | | | | | | | | | suppresion. TEST=mac_valgrind BUG=58244 Review URL: http://codereview.chromium.org/4755002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65753 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Windows Chromoting host by setting pixel format.garykac@google.com2010-11-111-0/+1
| | | | | | | | | BUG=none TEST=build/test windows connection Review URL: http://codereview.chromium.org/4774001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65752 0039d316-1c4b-4281-b951-d872f2087c98
* Re-disable ExtensionGalleryInstallApiTest.InstallAndUninstall on windows.asargent@chromium.org2010-11-111-1/+1
| | | | | | | | | | | For some reason it's still failing on XP (but not other windows builders). BUG=55642 TEST=none Review URL: http://codereview.chromium.org/4788002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65748 0039d316-1c4b-4281-b951-d872f2087c98
* Improve the doc navigation.kathyw@chromium.org2010-11-1163-62/+549
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/4774002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65744 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Log extensions loaded with crash dumps.shess@chromium.org2010-11-112-2/+22
| | | | | | | | | | | | | | Replacing the TODO(port) to log extension-N for the extensions associated with a dump. CL which landed TODO(port): http://codereview.chromium.org/457028 BUG=none TEST=none Review URL: http://codereview.chromium.org/4645005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65743 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Initialize member variables.jhawkins@chromium.org2010-11-115-8/+24
| | | | | | | | | | CID=8455,8780,1127,11228,11229,13282 BUG=none TEST=none Review URL: http://codereview.chromium.org/4696002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65742 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the instant suggested text autocomplete after 1.3 seconds. Theresky@chromium.org2010-11-1122-55/+327
| | | | | | | | | | | | are a number of parts of this patch that need work, but it should be good enough for us to decide if we want to pursue it. BUG=none TEST=none Review URL: http://codereview.chromium.org/4385001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65741 0039d316-1c4b-4281-b951-d872f2087c98