summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cache certificate verification results in memory.wtc@google.com2010-12-1665-208/+1139
| | | | | | | | | R=agl BUG=63357 TEST=none Review URL: http://codereview.chromium.org/5386001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69414 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: browser CRASH upon listen socket disconnect in remote debugging.pfeldman@chromium.org2010-12-162-0/+18
| | | | | | | | BUG=59930 Review URL: http://codereview.chromium.org/5905004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69413 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate HostReferralList and StartupDNSPrefetchList from local_state to user ↵mirandac@chromium.org2010-12-168-21/+54
| | | | | | | | | | | | | preferences, in preparation for multi-profile. BUG=66717 TEST=none. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69320 Review URL: http://codereview.chromium.org/5800004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69412 0039d316-1c4b-4281-b951-d872f2087c98
* Add some local test_expectations.txt overrides for media tests due to r69490.scherkus@chromium.org2010-12-161-0/+7
| | | | | | | BUG=42895,61260 TEST=webkit bots go green git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69411 0039d316-1c4b-4281-b951-d872f2087c98
* Add error text for ERR_DETAILS_CACHE_READ_FAILURE andmmenke@chromium.org2010-12-162-2/+47
| | | | | | | | | | | ERR_NETWORK_IO_SUSPENDED. BUG=66728,63874 TEST=manual Review URL: http://codereview.chromium.org/5826003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69410 0039d316-1c4b-4281-b951-d872f2087c98
* Add audio/wav and audio/x-wav to TestShellWebMimeRegistryImpl.scherkus@chromium.org2010-12-161-1/+6
| | | | | | | | | | | We were unintentionally failing media/media-can-play-wav-audio.html and media/media-document-audio-size.html. BUG=42895,61260 TEST=media layout tests Review URL: http://codereview.chromium.org/5899003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69409 0039d316-1c4b-4281-b951-d872f2087c98
* Revert Skia roll r635:632, since it introduced a page cycler perf regression.senorblanco@chromium.org2010-12-161-1/+1
| | | | | | | | | | BUG=67112 TEST=none TBR=chase Review URL: http://codereview.chromium.org/5837002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69408 0039d316-1c4b-4281-b951-d872f2087c98
* --enable-prerender also turns on content prefetching.cbentzel@chromium.org2010-12-161-3/+6
| | | | | | | | BUG=66978 TEST=None Review URL: http://codereview.chromium.org/5868002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69407 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69401 (breaks chromiumos tests) - Use WINDOW instead of BUBBLE for ↵altimofeev@chromium.org2010-12-161-9/+5
| | | | | | | | | | | | | | | | | the throbber widget. This fix solves the problem with the throbber widget is always shown on the top of the windows. BUG=chromium-os:9770 TEST=manaual Review URL: http://codereview.chromium.org/5881002 TBR=altimofeev@chromium.org Review URL: http://codereview.chromium.org/5944003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69406 0039d316-1c4b-4281-b951-d872f2087c98
* svg/repaint/filter-repaint.svg has incorrect image result on Mac, mark this ↵yurys@chromium.org2010-12-161-0/+2
| | | | | | | | | | | | in test_expectations.txt until next WebKit roll. BUG=None TEST=None TBR=jianli Review URL: http://codereview.chromium.org/5835005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69405 0039d316-1c4b-4281-b951-d872f2087c98
* Added --enable-accelerated-layers to run_as block of ppapi demos.alokp@chromium.org2010-12-161-0/+2
| | | | | | Review URL: http://codereview.chromium.org/5933001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69404 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix the Save link crash which started occuring since the change ↵ananta@chromium.org2010-12-164-11/+12
| | | | | | | | | | | | | | | | | | | to create a resource message filter to filter IPCs. The crash occurs in the DownloadUrl code path while creating a SafeBrowsingResourceHandler instance which tries to dereference a NULL filter pointer to get the process id. Fix is pass the child id directly to the SafeBrowsingResourceHandler instance in places where it is created. This reverts back to the old way instead of passing the filter. BUG=none TEST=start chrome and right click on a link and select Save as from the menu. It should not crash Review URL: http://codereview.chromium.org/5866004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69402 0039d316-1c4b-4281-b951-d872f2087c98
* Use WINDOW instead of BUBBLE for the throbber widget.altimofeev@chromium.org2010-12-161-5/+9
| | | | | | | | | | | | This fix solves the problem with the throbber widget is always shown on the top of the windows. BUG=chromium-os:9770 TEST=manaual Review URL: http://codereview.chromium.org/5881002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69401 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to r74182yurys@chromium.org2010-12-162-3/+1
| | | | | | | | | | BUG=None TEST=None TBR=jianli Review URL: http://codereview.chromium.org/5878003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69400 0039d316-1c4b-4281-b951-d872f2087c98
* Add another suppression rule for Bug 51682.hbono@chromium.org2010-12-161-0/+17
| | | | | | | | | | | This adds another suppression for Bug 51682 rule started since <http://build.chromium.org/p/chromium.memory/builders/Chromium%20Mac%20(valgrind)/builds/996/steps/memory%20test:%20net/logs/stdio>. TBR=thestig,timurrrr BUG=51682 TEST=make the "Chromium Mac (valgrind)" bot green. Review URL: http://codereview.chromium.org/5893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69399 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression rule for Bug 50936.hbono@chromium.org2010-12-161-3/+0
| | | | | | | | | | | This change widens the suppression rule for Bug 50936. TBR=thestig,timurrrr BUG=50936 TEST=make the "Linux Tests (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/5851004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69398 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leak for Bug 67142.hbono@chromium.org2010-12-161-0/+7
| | | | | | | | | | | This change adds a suppression rule for Bug 67142, which started since Build 840 <http://build.chromium.org/p/chromium.memory/builders/Linux%20Tests%20(valgrind)(2)/builds/840/steps/memory%20test:%20ui/logs/stdio>. TBR=thestig,timurrrr BUG=67142 TEST=make the "Linux Tests (valgrind)(2)" bot green. Review URL: http://codereview.chromium.org/5896003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69397 0039d316-1c4b-4281-b951-d872f2087c98
* Mark close-during-stree-test.html as crashing in Debug buildyurys@chromium.org2010-12-161-0/+2
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/5924002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69396 0039d316-1c4b-4281-b951-d872f2087c98
* Fix random typo to trigger a build.finnur@chromium.org2010-12-161-2/+2
| | | | | | | | | | BUG=None TEST=None TBR=johnnyg Review URL: http://codereview.chromium.org/5928004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69395 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 68905 - Pull in a named constant from WebKitfinnur@chromium.org2010-12-162-200/+196
| | | | | | | | | | | | | | | | | Reason: It broke the Win Builder (dbg)(shared), aka. shared_library bot. Search for defaultMaxLength on: http://build.chromium.org/p/chromium/builders/Win%20Builder%20(dbg)(shared)/builds/9/steps/compile/logs/stdio Review URL: http://codereview.chromium.org/5770002 BUG=none TEST=none TBR=isherman@chromium.org Review URL: http://codereview.chromium.org/5891003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69392 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Respect user initiated screen lock that happens while waiting for ↵nkostylev@chromium.org2010-12-162-11/+27
| | | | | | | | | | | | | | initial online auth. Process LoginPerformer actions before delegate is called as it launches browser. Always subscribe to screen lock notifications when screen lock is requested. BUG=chromium-os:10159 TEST=Manual. Review URL: http://codereview.chromium.org/5895001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69391 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 613.0 to 614.0chrome-release@google.com2010-12-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69389 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 74133:74176yurys@chromium.org2010-12-161-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=jianli Review URL: http://codereview.chromium.org/5889002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69387 0039d316-1c4b-4281-b951-d872f2087c98
* Fix openssl x509 cert to use GetInstancejoth@chromium.org2010-12-161-1/+1
| | | | | | | | | | (follow up to singleton refactor and load test cert CL http://src.chromium.org/viewvc/chrome?view=rev&revision=69351) BUG=None TEST=http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Redux should cycle green TBR=satish@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69386 0039d316-1c4b-4281-b951-d872f2087c98
* Fix problem with %temp% paths not collapsing correctly.finnur@chromium.org2010-12-163-22/+61
| | | | | | | | | | | | | Also update the blacklist so that modules that are not suspected malware don't get linked to the Help Center (the Help Center will only have a malware article to being with). BUG=66885 TEST=Covered by unit test. Review URL: http://codereview.chromium.org/5894001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69385 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression rules for Bug 49279.hbono@chromium.org2010-12-161-7/+1
| | | | | | | | | TBR=thestig,timurrrr BUG=49279 TEST=make the valgrind bots green Review URL: http://codereview.chromium.org/5914003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69384 0039d316-1c4b-4281-b951-d872f2087c98
* Support US Colemak keyboard layout (Chrome part)yusukes@google.com2010-12-165-0/+14
| | | | | | | | | BUG=chromium-os:10275 TEST=manual Review URL: http://codereview.chromium.org/5904003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69383 0039d316-1c4b-4281-b951-d872f2087c98
* Rest of the autofill work.lipalani@chromium.org2010-12-1643-171/+1649
| | | | | | | | | | | Includes 1. change processor. 2. Migrating code. 3. new datatype registration/enabling/disabling from the UI. (It is keyed off of autofill datatype). Review URL: http://codereview.chromium.org/5159001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69382 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use empty fields as distinguishing fields for autofill.isherman@chromium.org2010-12-162-1/+27
| | | | | | | | | BUG=66953 TEST=unit_tests --gtest_filter=AutoFillProfileTest.CreateInferredLabelsSkipsEmptyFields Review URL: http://codereview.chromium.org/5848002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69381 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show duplicate Autofill suggestions.isherman@chromium.org2010-12-163-31/+75
| | | | | | | | | BUG=65133 TEST=unit_tests --gtest_filter=AutoFillManagerTest.GetProfileSuggestionsWithDuplicates Review URL: http://codereview.chromium.org/5877001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69380 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typoisherman@chromium.org2010-12-161-1/+1
| | | | | | | | | BUG=59499 TEST=none Review URL: http://codereview.chromium.org/5878001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69378 0039d316-1c4b-4281-b951-d872f2087c98
* Add heapcheck suppression for NSS certificate trust leak.rsleevi@chromium.org2010-12-161-1/+19
| | | | | | | | | BUG=66941 TEST=none Review URL: http://codereview.chromium.org/5904002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69376 0039d316-1c4b-4281-b951-d872f2087c98
* Move PlatformContext3DImpl to separate filepiman@google.com2010-12-164-114/+142
| | | | | | | | | | | This is preliminary work to hook up 3D context to fullscreen pepper BUG=none TEST=run with --enable-accelerated-layers Review URL: http://codereview.chromium.org/5842003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69375 0039d316-1c4b-4281-b951-d872f2087c98
* Makes linux honor instant_is_active when instant temporarily hides.sky@chromium.org2010-12-163-6/+12
| | | | | | | | | BUG=66720 TEST=see bug Review URL: http://codereview.chromium.org/5906001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69373 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of the dependency of a number of chrome frame projects on the ↵ananta@chromium.org2010-12-161-4/+7
| | | | | | | | | | | | | xulrunner_sdk target which brings in dependency on nspr needlessly. BUG=43461 TEST=it compiles Review URL: http://codereview.chromium.org/5931001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69372 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69356 - Regenerate the root certificate and end-entity certificates ↵rsleevi@chromium.org2010-12-1616-623/+216
| | | | | | | | | | | | | | | used for various tests in net_unittests, now that Windows can temporarily trust certificates for the duration of tests. In addition, add unittests for net::TestRootCerts, which depend on the certs being tested not being trusted by the system beforehand. BUG=8470, 5552 TEST=TestRootCertsTest.* Review URL: http://codereview.chromium.org/5535006 TBR=rsleevi@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69363 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69264 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-1612-760/+316
| | | | | | | | | | | | | | | | | | These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5749001 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69361 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69341 - Fix up problem with uninitialized member variable.dmaclach@chromium.org2010-12-161-1/+0
| | | | | | | | | | | | BUG=none TEST=build Review URL: http://codereview.chromium.org/5836002 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69360 0039d316-1c4b-4281-b951-d872f2087c98
* Two fixes for the virtual keyboard.bryeung@google.com2010-12-164-18/+30
| | | | | | | | | | | | 1) Fix layout by setting the bounds. Oops! 2) Fix the spurious hiding. BUG=none TEST=keyboard now appears when a text field is focused in a touchui build, even immediately after browser initialization Review URL: http://codereview.chromium.org/5903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69358 0039d316-1c4b-4281-b951-d872f2087c98
* Making CUPS calls non-blocking.gene@google.com2010-12-164-9/+27
| | | | | | | | | BUG=none TEST=Verify proxy is not blocked on CUPS calls. Review URL: http://codereview.chromium.org/5846001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69357 0039d316-1c4b-4281-b951-d872f2087c98
* Regenerate the root certificate and end-entity certificates used for various ↵rsleevi@chromium.org2010-12-1616-216/+623
| | | | | | | | | | | | | tests in net_unittests, now that Windows can temporarily trust certificates for the duration of tests. In addition, add unittests for net::TestRootCerts, which depend on the certs being tested not being trusted by the system beforehand. BUG=8470, 5552 TEST=TestRootCertsTest.* Review URL: http://codereview.chromium.org/5535006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69356 0039d316-1c4b-4281-b951-d872f2087c98
* Code Cleanup: Remove unused declarationsail@chromium.org2010-12-161-4/+0
| | | | | | | | | | | -[NSApplication _cycleWindowsReversed:] was declared but the code that used it was removed in change 29458. Removing the declaration. BUG=none TEST=non Review URL: http://codereview.chromium.org/5916002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69355 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Remove border from list seletion, per mocks clarificationstuartmorgan@chromium.org2010-12-164-10/+1
| | | | | | | | | BUG=None TEST=Selected list elements in DOMUI prefs should not have a dark border. Review URL: http://codereview.chromium.org/5877004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69354 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused ModalDialogDelegate class.tfarina@chromium.org2010-12-163-75/+0
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/5869001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69353 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for temporarily trusting a certificate for the duration of unit ↵rsleevi@chromium.org2010-12-1620-332/+794
| | | | | | | | | | | | | | | tests on Windows, rather than requiring the machine to be pre-configured out-of-band. Given the lack of a Microsoft-provided high-level API to supply application-level trusts to the verification routines, this implements a workaround that intercepts attempts to open the trusted system root store and injects the test certificates directly. This allows the unit tests to work without requiring that the Test CA be added to the machine's Trusted Certificates store. While doing so, clean up the interface to adding/removing trusted test certificates, so as to support more than one trusted certificate if necessary. BUG=8470 TEST=To follow Review URL: http://codereview.chromium.org/4646001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69351 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily whitelist DirectoryLister, which is blocking the IO thread.willchan@chromium.org2010-12-161-0/+4
| | | | | | | | | BUG=65331 TEST=none Review URL: http://codereview.chromium.org/5910002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69350 0039d316-1c4b-4281-b951-d872f2087c98
* Added clearing of downloads_ set on RemoveDownloadsBetween pathway.rdsmith@chromium.org2010-12-151-4/+15
| | | | | | | | | BUG=66676 TEST=66676 does not repro three times running. Review URL: http://codereview.chromium.org/5877003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69348 0039d316-1c4b-4281-b951-d872f2087c98
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-1522-27/+26
| | | | | | | | | BUG=None TEST=compiles,unittests Review URL: http://codereview.chromium.org/5849001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69347 0039d316-1c4b-4281-b951-d872f2087c98
* Some more suppressions to webkit layout test failures.jianli@chromium.org2010-12-151-4/+6
| | | | | | | | | TBR=yurys BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69346 0039d316-1c4b-4281-b951-d872f2087c98
* Make us save favicon in incognito mode if the url is bookmarked. Thissky@chromium.org2010-12-1510-5/+86
| | | | | | | | | | | way the bookmark bar/manager have a favicon for the page. BUG=22670 TEST=see bug Review URL: http://codereview.chromium.org/5753007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69345 0039d316-1c4b-4281-b951-d872f2087c98