summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* When COM DLL registration fails, return false from DoPostInstallTasks.tommi@chromium.org2010-12-071-1/+4
| | | | | | | | | | | This was a regression from my refactoring change last week. Thanks for spotting this Greg. TEST=This fixes a case where if registering a COM dll failed, we wouldn't roll back. BUG=61609 Review URL: http://codereview.chromium.org/5511011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68521 0039d316-1c4b-4281-b951-d872f2087c98
* Fix debug.log creation, which has been broken since r58501.tschmelcher@chromium.org2010-12-071-1/+1
| | | | | | | | | TEST=loaded O3D in Safari on Mac and verified that debug.log is created and used BUG=none Review URL: http://codereview.chromium.org/5651002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68520 0039d316-1c4b-4281-b951-d872f2087c98
* Wrap GlobalDescriptors singleton in accessor method.evan@chromium.org2010-12-077-9/+17
| | | | | | | | | | | When I switched GlobalDescriptors to using LeakySingletonTraits in r67627, it didn't occur to me I had to fix all users of it. TEST=compiles Review URL: http://codereview.chromium.org/5517006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68518 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Move options.html into options/ and refactor the javascript in said filejhawkins@chromium.org2010-12-074-385/+381
| | | | | | | | | | | into options.js. BUG=none TEST=none Review URL: http://codereview.chromium.org/5617006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68517 0039d316-1c4b-4281-b951-d872f2087c98
* Disable printing context menus on the print preview page. (resubmit)thestig@chromium.org2010-12-075-10/+44
| | | | | | | | | | BUG=none TEST=none Original review: http://codereview.chromium.org/5320001/ Review URL: http://codereview.chromium.org/5625008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68515 0039d316-1c4b-4281-b951-d872f2087c98
* Disables instant preview for search engines that don't support thesky@chromium.org2010-12-072-15/+25
| | | | | | | | | | | | instant API. BUG=65590 TEST=Turn on instant, switch to a search engine other than google and make sure you don't see any instant results. Review URL: http://codereview.chromium.org/5599005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68514 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Fix leak in plugin group code.thestig@chromium.org2010-12-071-7/+20
| | | | | | | | BUG=none TEST=Memory tree goes green. Review URL: http://codereview.chromium.org/5529007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68513 0039d316-1c4b-4281-b951-d872f2087c98
* gtk - Stop the instant commit animation when the user moves the cursor.estade@chromium.org2010-12-072-4/+15
| | | | | | | | | BUG=65399 TEST=manual Review URL: http://codereview.chromium.org/5530007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68511 0039d316-1c4b-4281-b951-d872f2087c98
* Update sqlite to 3.7.3.jhawkins@chromium.org2010-12-07510-32233/+85453
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5626002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68506 0039d316-1c4b-4281-b951-d872f2087c98
* Removing the GetVersionEnvKey method from BrowserDistribution.tommi@chromium.org2010-12-0713-36/+10
| | | | | | | | | | | This function is not used by the installer and since we're moving towards using shared binaries, all components should rely on using the same version env var. It's also one less thing that the chrome code relies on from the installer code. TEST=Should be no change. BUG=61609 Review URL: http://codereview.chromium.org/5602001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68505 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable encoder/decoder tests.sergeyu@chromium.org2010-12-077-146/+81
| | | | | | | | | BUG=57351 TEST=Unittests Review URL: http://codereview.chromium.org/5635003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68504 0039d316-1c4b-4281-b951-d872f2087c98
* Add support to get addlist from store.lzheng@chromium.org2010-12-076-12/+104
| | | | | | | | TEST=safe_browsing_store_file_unittest BUG=61675 Review URL: http://codereview.chromium.org/5124002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68503 0039d316-1c4b-4281-b951-d872f2087c98
* Add reliability runner to chrome_tests.pytimurrrr@chromium.org2010-12-072-10/+20
| | | | | | | TEST=Works locally Review URL: http://codereview.chromium.org/5593003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68502 0039d316-1c4b-4281-b951-d872f2087c98
* doc fixeskathyw@chromium.org2010-12-073-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5648003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68496 0039d316-1c4b-4281-b951-d872f2087c98
* Implements disabled cipher support for OpenSSL. ↵joth@chromium.org2010-12-074-35/+203
| | | | | | | | | | | | | (ssl_config_.disabled_cipher_suites) Also adds a more complete error code mapping table. BUG=None TEST=SSLClientSocketTest.CipherSuiteDisables Review URL: http://codereview.chromium.org/5592003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68495 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash and flakiness in TaskManagerBrowserTest.NoticeExtensionChanges.creis@google.com2010-12-071-14/+10
| | | | | | | | | BUG=31663 TEST=TaskManagerBrowserTest.* Review URL: http://codereview.chromium.org/5646004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68494 0039d316-1c4b-4281-b951-d872f2087c98
* Followup to change 68490kathyw@chromium.org2010-12-072-0/+0
| | | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68493 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up downstream test expectations.victorw@chromium.org2010-12-071-7/+0
| | | | | | | | | TBR=yutak TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68491 0039d316-1c4b-4281-b951-d872f2087c98
* Doc changeskathyw@chromium.org2010-12-0773-755/+1671
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/5398002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68490 0039d316-1c4b-4281-b951-d872f2087c98
* Making a few RegKey methods that only read data, const.tommi@chromium.org2010-12-072-11/+12
| | | | | | | | | | | This is so that we can make methods that don't alter the contained HKEY or the data it represents accept const references of RegKey. TEST=none BUG=none Review URL: http://codereview.chromium.org/5623004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68489 0039d316-1c4b-4281-b951-d872f2087c98
* Added in basic DOMui login page with stubbed authentication.rjkroege@google.com2010-12-0721-9/+1235
| | | | | | | | | | | | | This is the beginning of the implementation of the infrastructure to support a DOMui based login screen. The login page that is in this is not meant to be a final version. The authentication currently does not actually use libcros, but instead is stubbed. I have uploaded this to get some review before proceeded with the authentication and hooking this into the system. The login page is reached in the browser from chrome://login. BUG=none TEST=none Review URL: http://codereview.chromium.org/4457003 Patch from Ryan Harrison <rharrison@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68488 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the ability for the browser to specify additional headers to use.sky@chromium.org2010-12-076-1/+31
| | | | | | | | | BUG=59429 TEST=none Review URL: http://codereview.chromium.org/5574004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68487 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy ↵brettw@chromium.org2010-12-0714-262/+205
| | | | | | | | | | | | | | | | | | | directly. This causes things that use webkit but otherwise don't need IPC to include the IPC directory. This patch moves the set-up of the proxy into the renderer. I also did a lot of clean-up of the initialization and it seems much nicer now. BUG=63684 TEST=manual PPAPI proxy testing Review URL: http://codereview.chromium.org/5592005 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/5616004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68486 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 68484 - Fix the shlib build by adding ppapi_proxy to the depsbrettw@chromium.org2010-12-071-4/+0
| | | | | | | TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/5598009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68485 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the shlib build by adding ppapi_proxy to the depsbrettw@chromium.org2010-12-071-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68484 0039d316-1c4b-4281-b951-d872f2087c98
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-0714-205/+262
| | | | | | | | | | | | | | things that use webkit but otherwise don't need IPC to include the IPC directory. This patch moves the set-up of the proxy into the renderer. I also did a lot of clean-up of the initialization and it seems much nicer now. BUG=63684 TEST=manual PPAPI proxy testing Review URL: http://codereview.chromium.org/5592005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68482 0039d316-1c4b-4281-b951-d872f2087c98
* Quick fix to properly report error to Chrome Extensions...mad@google.com2010-12-071-1/+2
| | | | | | | | | | I fear this might cause trouble in the Chrome Extensions code if some requests never get their answer and it caused a DCHECK in debug that is annoying when investigating other things... BUG=65440 TEST=None Review URL: http://codereview.chromium.org/5576007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68481 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-079-14/+108
| | | | | | | | | | | | because if the context is lost those variables will be uninitialized. TEST=ran chrome, conformance tests, unit tests and hand edited gles2_demo to test BUG=none Review URL: http://codereview.chromium.org/5254006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68480 0039d316-1c4b-4281-b951-d872f2087c98
* Move limiting how many SwapBuffer calls the clientgman@chromium.org2010-12-073-22/+12
| | | | | | | | | | | | can queue from ggl to the command buffer code. TEST=none BUG=none Review URL: http://codereview.chromium.org/5606009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68479 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.0.0.1sgjesse@google.com2010-12-071-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5561006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68478 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.0.0sgjesse@google.com2010-12-071-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5622005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68477 0039d316-1c4b-4281-b951-d872f2087c98
* Revert V8 to version 2.5.9.1sgjesse@google.com2010-12-071-1/+1
| | | | | | | | | | | Waiting for the code.google.com SVN mirror to come up-tp-date. TBR=kasperl@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/5526010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68475 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.0.0sgjesse@google.com2010-12-071-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5629004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68474 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 73431:73434.yutak@chromium.org2010-12-071-1/+1
| | | | | | | | | | TBR=pkasting BUG=none TEST=none Review URL: http://codereview.chromium.org/5570005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68472 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up PluginGroup and related code.jkummerow@chromium.org2010-12-0719-307/+393
| | | | | | | | | | | To avoid data races, do not pass pointers to PluginGroup around. Instead, create copies as plain objects. BUG=61210 TEST=existing unit tests still work; TSan no longer reports the race (see bug) Review URL: http://codereview.chromium.org/5516004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68471 0039d316-1c4b-4281-b951-d872f2087c98
* Implements keygen handler for openssl, but without private key persistencejoth@chromium.org2010-12-072-24/+37
| | | | | | | | | BUG=64917 TEST=net_unittest Keygen* Review URL: http://codereview.chromium.org/5541002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68470 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 73429:73431.yutak@chromium.org2010-12-071-1/+1
| | | | | | | | | | TBR=pkasting BUG=none TEST=none Review URL: http://codereview.chromium.org/5517005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68469 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid recursive DisplayDebugMessageInDialog call when an assert is hit on ↵joth@chromium.org2010-12-071-0/+4
| | | | | | | | | | | the IO thread BUG=None TEST=Hacked code to call NOTREACHED() from IO thread. Review URL: http://codereview.chromium.org/5614003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68468 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 604.0 to 605.0chrome-release@google.com2010-12-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68464 0039d316-1c4b-4281-b951-d872f2087c98
* fix extension_prefs.cc compilation for gcc 4.5.battre@chromium.org2010-12-071-3/+3
| | | | | | | | | BUG=50726 TEST=none Review URL: http://codereview.chromium.org/5633005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68461 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Find regression where text is not selected once youfinnur@chromium.org2010-12-0711-5/+137
| | | | | | | | | | | | switch to a tab that had the Find box selected. BUG=56326 TEST=FindInPageTest.FocusRestoreOnTabSwitch Review URL: http://codereview.chromium.org/5553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68459 0039d316-1c4b-4281-b951-d872f2087c98
* Also register read cookies in the content settings delegate.jochen@chromium.org2010-12-0713-61/+160
| | | | | | | | | BUG=63663 TEST=unit tests Review URL: http://codereview.chromium.org/5318002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68458 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the suppressions for Memcheck:Cond in SPDY. They disappeared after r68456timurrrr@chromium.org2010-12-071-32/+0
| | | | | | | | | BUG=64894 TBR=glider TEST=linux_valgrind trybot doesn't show these reports since r68456 Review URL: http://codereview.chromium.org/5621004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68457 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize HttpStreamRequest::alternate_protocol_ to avoid Valgrind false ↵timurrrr@chromium.org2010-12-073-27/+2
| | | | | | | | | | reports BUG=64918 TEST=linux_valgrind trybot Review URL: http://codereview.chromium.org/5599004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68456 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 73420:73429.yutak@chromium.org2010-12-071-1/+1
| | | | | | | | | | TBR=pkasting BUG=none TEST=none Review URL: http://codereview.chromium.org/5570004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68455 0039d316-1c4b-4281-b951-d872f2087c98
* Integrates libjpeg-turbo into Chromium (Chromium side)hbono@chromium.org2010-12-078-7/+17
| | | | | | | | | | This change is the Chromium-side change that integrates libjpeg-turbo into Chromium. (We need another change for WebKit.) It adds a GYP option 'libjpeg_turbo' so we can switch from libjpeg to libjpeg-turbo and use libjpeg-turbo when its value is 1. (Unfortunately, its value must be 0 for now to avoid build breaks until we land all changes required for libjpeg-turbo.) BUG=48789 TEST=build Chromium. Review URL: http://codereview.chromium.org/5292007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68453 0039d316-1c4b-4281-b951-d872f2087c98
* Missing comment change from last checkin.mbelshe@chromium.org2010-12-071-2/+2
| | | | | | | | BUG=none TEST=na git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68452 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 73408:73420.yutak@chromium.org2010-12-071-1/+1
| | | | | | | | | | TBR=pkasting BUG=none TEST=none Review URL: http://codereview.chromium.org/5618004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68451 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Widen a test_shell leak suppression some more.thestig@chromium.org2010-12-071-1/+1
| | | | | | | | | BUG=65664 TEST=none TBR=scherkus Review URL: http://codereview.chromium.org/5576006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68450 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFillProfile: Don't clobber data on self-assignmentisherman@chromium.org2010-12-074-0/+36
| | | | | | | | | BUG=none TEST=unit_test --gtest_filter=AutoFillProfileTest.AssignmentOperator:CreditCardTest.AssignmentOperator Review URL: http://codereview.chromium.org/5521005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68449 0039d316-1c4b-4281-b951-d872f2087c98