summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net: add --enable-snap-startagl@chromium.org2010-10-119-1/+48
| | | | | | | | | | | | This adds --enable-snap-start to enable an experimental zero round trip TLS handshake. Use of this option disables certificate checking. TEST=it's complicated BUG=none Review URL: http://codereview.chromium.org/3557013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62152 0039d316-1c4b-4281-b951-d872f2087c98
* Update sqlite's README.chromium with a note to keep webkit sidephajdan.jr@chromium.org2010-10-111-0/+5
| | | | | | | | | | | in sync. BUG=22208 TEST=none Review URL: http://codereview.chromium.org/3570009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62151 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gtest to r445.thakis@chromium.org2010-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | I want to get to r492 to pick up the fix for http://code.google.com/p/googletest/issues/detail?id=321 (fix clang warning when building tests in release), but rolling all the way doesn't pass the try servers – gtest introduced some new warnings somewhere in between. gtest changelog: r445 Fixes warnings when built by GCC with -Wswitch-default. r444 Fixes definitions from pthread.h used before the header inclusion. r443 Makes gtest_break_on_failure_unittest work on minGW; improves the NULL-dereferencing hack to work with LLVM. r442 Fixes sample code in the "Important note for Visual C++ users" section of the GoogleTestPrimer wiki page. r441 akes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS(). r440 Adds tests for SkipPrefix(). r439 Fixes a wrong comment for OnTestPartResult(). r438 Fixes a typo in the event listener sample. r437 Fixes issue 286. r436 Corrects test binary paths in the CMake build script. BUG=None TEST=None Review URL: http://codereview.chromium.org/3669005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62148 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed 58452 + disabled clear server button, don't hide the UIraz@chromium.org2010-10-112-19/+44
| | | | | | | | | BUG=58452 TEST=repro steps in 58452, and in UI clear server data, note the button is greyed out not disabled Review URL: http://codereview.chromium.org/3626006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62147 0039d316-1c4b-4281-b951-d872f2087c98
* Change plugin content settings to three states: Allow, click-to-play, and block.bauerb@chromium.org2010-10-1126-325/+226
| | | | | | | | | | | | | The click-to-play default setting says "Let me choose which plug-ins to run". XIB changes: Change the middle radio button label in plug-in default settings from IDS_PLUGINS_LOAD_SANDBOXED_RADIO to IDS_PLUGINS_ASK_RADIO. BUG=35316,56514,56270 TEST=ContentSettingsBubbleModelTest.*, mainly Review URL: http://codereview.chromium.org/3608007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62146 0039d316-1c4b-4281-b951-d872f2087c98
* Add more temporartraces to track down test failure on the bots.finnur@chromium.org2010-10-114-0/+23
| | | | | | | | | BUG=57694 TEST=AllUrlsApiTest.WhitelistedExtension Review URL: http://codereview.chromium.org/3687004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62145 0039d316-1c4b-4281-b951-d872f2087c98
* base: comment fixes onlyagl@chromium.org2010-10-112-5/+6
| | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62144 0039d316-1c4b-4281-b951-d872f2087c98
* Explicitly create the TestAttemptState if it's needed.jochen@chromium.org2010-10-111-1/+23
| | | | | | | | | | | | The ownership if this state is transferred to the parallel authenticator, but only in some tests. It's therefore not deleted in the TearDown method, so it also shouldn't be created in the SetUp method. BUG=none TEST=leak #FFFFFFFFA994B305# goes away TBR=cmasone@chromium.org Review URL: http://codereview.chromium.org/3673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62143 0039d316-1c4b-4281-b951-d872f2087c98
* TPM disabled string added.glotov@chromium.org2010-10-111-0/+3
| | | | | | | | | BUG=chromium-os:7256 TEST=none Review URL: http://codereview.chromium.org/3672002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62142 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 551.0 to 552.0chrome-release@google.com2010-10-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62140 0039d316-1c4b-4281-b951-d872f2087c98
* Use 64bit error hashes everywhere.jochen@chromium.org2010-10-112-7/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3711001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62138 0039d316-1c4b-4281-b951-d872f2087c98
* Marking a test as non-flaky and add temporary traces in case it fails on the ↵finnur@chromium.org2010-10-113-5/+45
| | | | | | | | | | | | | | bots. According to the flakiness dashboard, this test hasn't failed in over a week. It used to fail a few times a day, so I am enabling it to see what happens and watch the bots. TBR=aa BUG=57694 TEST=This CL is an effort to fix the test. Review URL: http://codereview.chromium.org/3687003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62137 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part16:tfarina@chromium.org2010-10-1130-119/+119
| | | | | | | | | | | - Rename entries starting from shell_integration.cc. More 30 files covered. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3708001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62136 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression for TestWebViewDelegate::createWorkerjochen@chromium.org2010-10-111-3/+3
| | | | | | | | | | BUG=42842 TEST=leak #FFFFFFFF854B1718# goes away TBR=glider@chromium.org Review URL: http://codereview.chromium.org/3696004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62135 0039d316-1c4b-4281-b951-d872f2087c98
* Added suppressions for SSSE3 versions of strcmp/strncmp and libc.2.*glider@chromium.org2010-10-111-0/+36
| | | | | | | | | BUG=58730 TBR=willchan Review URL: http://codereview.chromium.org/3658002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62134 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill - "Clear form" failed to clear the select popup valuesdhollowa@chromium.org2010-10-114-9/+105
| | | | | | | | | | | Enhances Autofill "Clear form" functionality to reset select-one input elements to their original values. The initial values are captured during form load and saved in the FormManager cache. BUG=50412 TEST=FormManagerTest.ClearFormWithNodeContainingSelectOne Review URL: http://codereview.chromium.org/3707001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62133 0039d316-1c4b-4281-b951-d872f2087c98
* Fix inconsistent line endings problem.asargent@chromium.org2010-10-111-2/+2
| | | | | | | | | | | | | | | | | For some reason invoking 'svn cat' on this file was failing with an error about inconsistent line endings, and that is preventing me from using gcl upload of a review where I have some changes. I just ran 'dos2unix' on the file for this CL - hopefully that will fix the problem. BUG=none TEST=none TBR=tim@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62132 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Attempt offline and online login simultaneouslycmasone@chromium.org2010-10-1118-15/+1760
| | | | | | | | | | | This feature is behind the switch "--parallel-auth" BUG=chromium-os:4929 TEST=unit testss Review URL: http://codereview.chromium.org/3442009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62131 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part15:tfarina@chromium.org2010-10-1138-235/+236
| | | | | | | | | | | - Rename entries in more 40 files under chrome/browser. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3704001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62130 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Final tweaks to the Page Info bubble, per Cole.rsesek@chromium.org2010-10-111-9/+5
| | | | | | | | | | | | * Lower the opacity of the separators. * Left-align the help center link. BUG=58480 TEST=Visual Review URL: http://codereview.chromium.org/3616016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62129 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Let everything compile in Release builds.thakis@chromium.org2010-10-103-0/+6
| | | | | | | | | | | Release builds also require http://code.google.com/p/googletest/issues/detail?id=321 BUG=None TEST=None Review URL: http://codereview.chromium.org/3700001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62128 0039d316-1c4b-4281-b951-d872f2087c98
* Add a combobox (menu button) which allow users to switch the current ↵yusukes@chromium.org2010-10-106-5/+48
| | | | | | | | | | | | | keyboard layout to the OOBE network selection screen. This change depends on http://codereview.chromium.org/3547014 BUG=chromium-os:6185 TEST=manually done. Review URL: http://codereview.chromium.org/3525019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62127 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part14:tfarina@chromium.org2010-10-1036-175/+175
| | | | | | | | | | | - Rename the entries under the first 40 files. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3667002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62126 0039d316-1c4b-4281-b951-d872f2087c98
* Removes the #ifdef around Instant-related AutocompleteEditController ↵rohitrao@chromium.org2010-10-106-12/+30
| | | | | | | | | | methods. Adds empty implementations on Mac and Linux. BUG=56385 TEST=No visible impact. Review URL: http://codereview.chromium.org/3625004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62125 0039d316-1c4b-4281-b951-d872f2087c98
* Fix forgotten wmi line in base.gypibrettw@chromium.org2010-10-101-3/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62124 0039d316-1c4b-4281-b951-d872f2087c98
* Move wmi_util out of base and into chrome/installer/util since that's the ↵brettw@chromium.org2010-10-108-44/+156
| | | | | | | | | | only place where it's used. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3696001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62123 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part13:tfarina@chromium.org2010-10-1027-90/+90
| | | | | | | | | | | | | - Rename entries under appcache, automation, chromeos, cocoa, file_system, metrics, policy, prefs, remoting, search_engines and tab_contents. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3660002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62120 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62115 - Adds a list of kernel extensions to the net-internals screen ↵mmenke@chromium.org2010-10-105-91/+1
| | | | | | | | | | | | | | | | on Macs Fixed version of http://codereview.chromium.org/3611003/show BUG=56697 TEST=manual Review URL: http://codereview.chromium.org/3548023 TBR=mmenke@chromium.org Review URL: http://codereview.chromium.org/3701002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62116 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a list of kernel extensions to the net-internals screen on Macsmmenke@chromium.org2010-10-105-1/+91
| | | | | | | | | | | Fixed version of http://codereview.chromium.org/3611003/show BUG=56697 TEST=manual Review URL: http://codereview.chromium.org/3548023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62115 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part12:tfarina@chromium.org2010-10-1018-181/+182
| | | | | | | | | | | - Rename entries under in_process_webkit and notifications. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3669002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62114 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a test as flaky. My fix didn't work well enough.finnur@chromium.org2010-10-101-0/+4
| | | | | | | | | BUG=57694 TEST=None Review URL: http://codereview.chromium.org/3652002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62113 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 57090: NTP apps sorted in random-looking order.finnur@chromium.org2010-10-105-0/+94
| | | | | | | | | | | Add the concept of app_launch_index, stored with the extension that determines an install order which is used to order the apps on the new tab page. BUG=57090 TEST=None Review URL: http://codereview.chromium.org/3611014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62112 0039d316-1c4b-4281-b951-d872f2087c98
* The test exposed similar problems on Linux and Mac as I fixed on Windows.finnur@chromium.org2010-10-103-7/+21
| | | | | | | | | | | The test was failing because we get a call to UpdatePageActions while we are in the process of creating PageActions, which leads to an infinite loop (create vector, add page action, update page actions, delete vector, create vector, ...). BUG=58141 TEST=ExtensionApiTest.TestCrash57333 Review URL: http://codereview.chromium.org/3632001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62111 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Propagate use of base::WeakPtr for base_task.akalin@chromium.org2010-10-104-13/+20
| | | | | | | | | | | | | Speculative fix for crash described in the bug. Implicit conversions are evil. :( BUG=49274 TEST=None :( Review URL: http://codereview.chromium.org/3569019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62110 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed a bug in the implementation of GetServiceProcessLockFileName which ↵sanjeevr@chromium.org2010-10-101-14/+9
| | | | | | | | | | | caused the version to not get appended. This also caused an error in the clang buidbot. BUG=None TEST=clang buildbot, Cloud Print proxy on Linux. Review URL: http://codereview.chromium.org/3699001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62109 0039d316-1c4b-4281-b951-d872f2087c98
* Synchronize the mappings between Windows/Mac error codes and their net:: ↵rsleevi@chromium.org2010-10-102-12/+58
| | | | | | | | | | | | error code counter-parts, ensuring they both will return the same values when either --use-system-ssl is specified or when performing client certificate authentication. R=wtc BUG=56330 TEST=None Review URL: http://codereview.chromium.org/3683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62108 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62105 - Test change to fix a leak. Will revert after getting in a ↵willchan@chromium.org2010-10-1012-270/+103
| | | | | | | | | | | | | run on ChromiumOS valgrind bots. Revert "Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO loop used for OCSP." Review URL: http://codereview.chromium.org/3681003 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/3669003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62107 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part11:tfarina@chromium.org2010-10-1034-182/+183
| | | | | | | | | | | - Rename entries under geolocation, google, gtk, history and importer. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3646002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62106 0039d316-1c4b-4281-b951-d872f2087c98
* Test change to fix a leak. Will revert after getting in a run on ChromiumOS ↵willchan@chromium.org2010-10-1012-103/+270
| | | | | | | | | | valgrind bots. Revert "Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO loop used for OCSP." Review URL: http://codereview.chromium.org/3681003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62105 0039d316-1c4b-4281-b951-d872f2087c98
* Add a way to get proxy information to the Private2 Pepper API.brettw@chromium.org2010-10-105-3/+49
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/3594020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62104 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for the shared library build issue. This reverts my previous two tries ↵brettw@chromium.org2010-10-103-17/+1
| | | | | | | | | which werer incorrect. perftimer just needed to be added to test_support_base. TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62099 0039d316-1c4b-4281-b951-d872f2087c98
* More fixes for the Linux shlib build, probably not everything yet.brettw@chromium.org2010-10-102-0/+11
| | | | | | | TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62098 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix the Linux shlib build. This won't fix all of the errors, but shouldbrettw@chromium.org2010-10-101-0/+6
| | | | | | | | | fix some of them (making sure this is the right fix before doing everything). TEST=linux shlib build works BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62097 0039d316-1c4b-4281-b951-d872f2087c98
* Add limits include for arm compiler to fix build break.davemoore@chromium.org2010-10-101-0/+2
| | | | | | | | | | TBR: piman BUG=None TEST=None Review URL: http://codereview.chromium.org/3679003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62096 0039d316-1c4b-4281-b951-d872f2087c98
* Move PerfTestSuite implementation into a .cc file and add it to the basebrettw@chromium.org2010-10-108-43/+63
| | | | | | | | | | namespace. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3695001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62095 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Delete sign in button from user pod.nkostylev@chromium.org2010-10-105-56/+6
| | | | | | | | | BUG=chromium-os:5756 TEST=manual Review URL: http://codereview.chromium.org/3592015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62094 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed include in test_webkit_clientdavemoore@chromium.org2010-10-1018-6/+1028
| | | | | | | | | | | | | retrying "Revert 62068 - Move implementation of linux scrollbars from webkit using new" See: http://codereview.chromium.org/3618014 TBR:jam@chromium.org BUG=chromium-os:6857 TEST=Verify that both linux and chromeos scrollbars look right. Review URL: http://codereview.chromium.org/3697001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62093 0039d316-1c4b-4281-b951-d872f2087c98
* Enable IndexedDB by default.jorlow@chromium.org2010-10-095-11/+6
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/3676001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62092 0039d316-1c4b-4281-b951-d872f2087c98
* Have OpenSSL simply increment the ref-count, rather than copy and reparse ↵rsleevi@chromium.org2010-10-091-1/+4
| | | | | | | | | | | | the entire certificate R=wtc BUG=None TEST=Build with use_openssl=1, X509Certificate* tests continue to work Review URL: http://codereview.chromium.org/3677001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62091 0039d316-1c4b-4281-b951-d872f2087c98
* net: enable SSLClientSocketTest.(ConnectExpired|ConnectMismatched)agl@chromium.org2010-10-091-21/+5
| | | | | | | | | | r62085 made the tests pass on the Windows tsan bot. TBR=aboodman TEST=net_unittests BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62088 0039d316-1c4b-4281-b951-d872f2087c98