summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-1020-107/+59
| | | | | | | | | | | | | | | | | Made --enable-dcheck a parameter to InitLogging() and fixed up all callsites. BUG=62736 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70782 Review URL: http://codereview.chromium.org/6070006 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/6099012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70923 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeOS build failure.jam@chromium.org2011-01-103-24/+21
| | | | | | Review URL: http://codereview.chromium.org/6166005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70922 0039d316-1c4b-4281-b951-d872f2087c98
* Make the balloon bounding box code more generic and not dependent on which ↵johnnyg@chromium.org2011-01-106-27/+60
| | | | | | | | | | | layout the notifications are using. BUG=none TEST=included unit test Review URL: http://codereview.chromium.org/6210001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70921 0039d316-1c4b-4281-b951-d872f2087c98
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-1020-59/+107
| | | | | | | | | | | | | | Made --enable-dcheck a parameter to InitLogging() and fixed up all callsites. BUG=62736 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70782 Review URL: http://codereview.chromium.org/6070006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70920 0039d316-1c4b-4281-b951-d872f2087c98
* net: add touchnet.com to False Start blacklistagl@chromium.org2011-01-101-0/+1
| | | | | | | BUG=68769 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70919 0039d316-1c4b-4281-b951-d872f2087c98
* Pass in right parameter for safe_browsing valgrind test on trybot.lzheng@chromium.org2011-01-101-4/+5
| | | | | | | | | Test=safe_browsing_tests green on valgrind (and actually runs!) BUG=68239 Review URL: http://codereview.chromium.org/6009012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70917 0039d316-1c4b-4281-b951-d872f2087c98
* Make RenderView implement WebAutoFillClient, in preparation of making WebKit ↵jam@chromium.org2011-01-106-36/+50
| | | | | | | | code call the functions on that interface. Once that's rolled, then the listener will be changed to AutoFillManager so that RenderView doesn't have to know about autofill code. Review URL: http://codereview.chromium.org/6156003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70916 0039d316-1c4b-4281-b951-d872f2087c98
* Make RenderViewHost not know about AutoFill and AutoComplete.jam@chromium.org2011-01-1015-622/+470
| | | | | | | This only takes care of the browser side portion, the renderer change will be done separately once the WebKit change it depends on is rolled. Review URL: http://codereview.chromium.org/5958021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70914 0039d316-1c4b-4281-b951-d872f2087c98
* infobar: Use InfoBarTextButton instead of NativeButton'ssadrul@chromium.org2011-01-102-15/+10
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5977009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70913 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling instant test on macrohitbm@google.com2011-01-101-0/+1
| | | | | | Review URL: http://codereview.chromium.org/6198002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70912 0039d316-1c4b-4281-b951-d872f2087c98
* Remove more IMAGE suppressions for a few tests that I rebased and that pass now.thakis@chromium.org2011-01-101-117/+0
| | | | | | TBR=senorblanco git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70911 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg roll for chromium to improve wav duration calculationfbarchard@chromium.org2011-01-101-1/+1
| | | | | | | | | BUG=68910 TEST=duration warning should not appear Review URL: http://codereview.chromium.org/6097011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70910 0039d316-1c4b-4281-b951-d872f2087c98
* Make accelerated plugin support aware of the requirement to use thekbr@google.com2011-01-102-1/+22
| | | | | | | | | | | | | real OpenGL implementation rather than the Mesa software renderer. If not using desktop GL, then do not advertise Core Animation support, and make accelerated surface initialization fail. BUG=68751 TEST=none (ran reliability_tests with these changes) Review URL: http://codereview.chromium.org/6166003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70909 0039d316-1c4b-4281-b951-d872f2087c98
* Remove IMAGE suppressions for a few tests that I rebased and that pass now.thakis@chromium.org2011-01-101-268/+0
| | | | | | TBR=senorblanco git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70907 0039d316-1c4b-4281-b951-d872f2087c98
* Fix situation where a new drag could start before previous one completes.tsepez@chromium.org2011-01-102-4/+19
| | | | | | | | | BUG=61094 TEST=manually select a region of text and repeatedly drag it into an inactive portion of the screen. Review URL: http://codereview.chromium.org/5981011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70906 0039d316-1c4b-4281-b951-d872f2087c98
* Check for NULL backing store before painting.sadrul@chromium.org2011-01-103-10/+17
| | | | | | | | | | | | Backing store for a RenderWidgetHostViewViews can be NULL. So make sure the backing store was allocated correctly before painting to it. BUG=66375 TEST=TabRestoreUITest.RestoreWindowAndTab and TabRestoreUITest.RestoreWindow passes with touchui=1 Review URL: http://codereview.chromium.org/6050009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70904 0039d316-1c4b-4281-b951-d872f2087c98
* Fix null pointer dereferences in IndexedDBjorlow@chromium.org2011-01-101-0/+20
| | | | | | | | | | | | | | | | When the channel is disconnected, the various dispatcher hosts are released and sent to the WebKit thread for dereferencing. Between then and when the object actually gets destroyed (which could be some time later), it's possible for map_->Add() to be called on the various dispatcher hosts. Clearly this can lead to a null dereference. Thus we should delete the object and return zero in such cases. BUG=68078 TEST=none Review URL: http://codereview.chromium.org/6172004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70903 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce warning level if extension has no installation timebattre@chromium.org2011-01-102-5/+11
| | | | | | | | | BUG=67107 TEST=n/a Review URL: http://codereview.chromium.org/6180003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70902 0039d316-1c4b-4281-b951-d872f2087c98
* Fix file descriptor leak in base_unittests ProcessUtilTest.LaunchApp. Themark@chromium.org2011-01-101-2/+5
| | | | | | | | | | TestLaunchApp helper function should close base_unittests' end of the pipe. BUG=none TEST=base_unittests --gtest_filter=ProcessUtilTest.LaunchApp Review URL: http://codereview.chromium.org/6128004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70901 0039d316-1c4b-4281-b951-d872f2087c98
* Converted download UI tests to Browser tests.ahendrickson@chromium.org2011-01-105-49/+803
| | | | | | | | | | | Converted NavigateWithURLAsync/WaitForDownloadShelfVisible calls to NavigateToURLWithDisposition. This waits until the navigation is done before returning, avoiding the need for the 'sleep and wait' loop. BUG=none TEST=Run browser_tests --gtest_filter=DownloadTest.* Review URL: http://codereview.chromium.org/5610006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70900 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-1023-59/+69
| | | | | | | | | BUG=68267 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70899 0039d316-1c4b-4281-b951-d872f2087c98
* Create a new breakpad target that is built in a manner suitable for use in a ↵robertshield@chromium.org2011-01-102-7/+27
| | | | | | | | | | | DLL. Specifically, do NOT #define BREAKPAD_NO_TERMINATE_THREAD in this new target since that makes crash reporting shutdown racy and crash-prone. BUG=68536 TEST=NONE Review URL: http://codereview.chromium.org/6102001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70898 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for gtk_im_multicontext leakjochen@chromium.org2011-01-101-16/+0
| | | | | | | | | | BUG=41231 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6147004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70897 0039d316-1c4b-4281-b951-d872f2087c98
* Enable speech input by default and remove unused code.satish@chromium.org2011-01-1011-82/+18
| | | | | | | | | BUG=61677 TEST=browser_tests --gtest_filter="SpeechInputBrowserTest.*" Review URL: http://codereview.chromium.org/6133006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70896 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress sqlite related leak in NSSjochen@chromium.org2011-01-101-0/+14
| | | | | | | | | | BUG=69073 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6209003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70895 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.0.7.kmillikin@chromium.org2011-01-102-1/+5
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6216001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70894 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored app cache clear on exit code to happen in the object owning the ↵pastarmovj@chromium.org2011-01-109-21/+165
| | | | | | | | | | | | | | | | | files. In an effort to remove the static functions that used to be called from the BrowserProcessImpl very late in the shutdown process and move the code to immediately after the files get freed from their respective users. Which will help to parallelize the shutdown sequence better and ensure files are deleted when they are not used anymore. BUG=65076 TEST=TBA Review URL: http://codereview.chromium.org/6077005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70893 0039d316-1c4b-4281-b951-d872f2087c98
* Add methods GetWindowBounds and IsWindowMaximized to TestingAutomationProvider.mirandac@chromium.org2011-01-101-7/+23
| | | | | | | | | | I'm adding a test using these methods to another larger patch, so I want to break this file out so as not to encumber the big patch. Test using these will be in that bigger patch (hard to break that test out nicely because it's part of a wholescale preferences migration). BUG=none TEST=next patch Review URL: http://codereview.chromium.org/6124006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70892 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling back WebKit for nowjorlow@chromium.org2011-01-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70891 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for string tables allocated during webkit initialization.jochen@chromium.org2011-01-101-27/+2
| | | | | | | | | | BUG=46162 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6166004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70890 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress another instance of sqlite errors in WebDatabase codejochen@chromium.org2011-01-101-0/+10
| | | | | | | | | | BUG=60556 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6171003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70889 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 634.0 to 635.0chrome-release@google.com2011-01-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70885 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, rolled the deps backwards. Now to 75365jorlow@chromium.org2011-01-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70883 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 75315:75252jorlow@chromium.org2011-01-101-1/+1
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6217001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70882 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ErrorPageTest.Page404 on Chromium Mac Valgrindjochen@chromium.org2011-01-101-0/+2
| | | | | | | | | | BUG=69040 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6131004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70880 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ProcessInfoSnapshotMacTest.EffectiveVsRealUserIDTest on Chromium Mac ↵jochen@chromium.org2011-01-101-0/+2
| | | | | | | | | | | | valgrind BUG=69039 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6206002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70879 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FirefoxImporterTest.Firefox3NSS3Decryptor on Chromium Mac (valgrind)jochen@chromium.org2011-01-101-0/+3
| | | | | | | | | | BUG=69037 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6161003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70878 0039d316-1c4b-4281-b951-d872f2087c98
* Add options to enable stressing of the V8 crankshaft optimizations when ↵sgjesse@google.com2011-01-1012-41/+219
| | | | | | | | | | | | | | | | | | | running reliability tests To do stress testing V8 crankshaft optimizations the same JavaScript code needs to be run a number of times first without optimizations and then with different levels of optimizations. V8 has a stress test API which can provide information on how many times to run the same code and set the optimization level for each run. This change adds an automation message to tell the V8 instance in the renderer: * which type of stress test to conduct * the number of times the page is loaded. The two options --stress-opt and --stress-deopt have been added the reliability test runner. When one of these options is used the reliability test runner will load each page several times and notify the render using the new automation messages. BUG=none TEST=none Review URL: http://codereview.chromium.org/5594008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70877 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SSLUITest.TestCNInvalidStickiness, flakily hits an assertion.phajdan.jr@chromium.org2011-01-101-8/+2
| | | | | | | | | | TBR=rsleevi BUG=68448, 49377 TEST=browser_tests Review URL: http://codereview.chromium.org/6178005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70876 0039d316-1c4b-4281-b951-d872f2087c98
* Mark BrowserFocusTest.BrowsersRememberFocus as flakyphajdan.jr@chromium.org2011-01-101-1/+2
| | | | | | | | | | TBR=ben BUG=69034 TEST=interactive_ui_tests Review URL: http://codereview.chromium.org/6171002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70875 0039d316-1c4b-4281-b951-d872f2087c98
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-0957-245/+269
| | | | | | | | | | | | | | | Fixed the problem with rlz library. Now should be fine to land this again. This reverts commit 3620d9501af7bff688862c54fdd60f7eb41797f3. Original Review URL: http://codereview.chromium.org/6126002/ BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6110005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70861 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure the histogram counters for about:conflicts get uploaded.finnur@chromium.org2011-01-091-16/+18
| | | | | | | | | BUG=51105 TEST=None Review URL: http://codereview.chromium.org/6098009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70860 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SSLClientSocketTest.CipherSuiteDisables flakiness.rsleevi@chromium.org2011-01-091-5/+13
| | | | | | | | | | | Depending on timing, the test server may shutdown the socket before the unit test resumes, causing an extra read to appear in the NetLog. In testing, this only seemed to happen with TCPClientSocketWin. Make the final assertion check the last or second-to-last entry to accomodate the EOF. BUG=64843 TEST=SSLClientSocketTest.CipherSuiteDisables Review URL: http://codereview.chromium.org/6072011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70859 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SSL renegotiation on OS X when using system SSL and on 10.5.x. By ↵rsleevi@chromium.org2011-01-091-0/+25
| | | | | | | | | | | default, system SSL is disabled unless --use-system-ssl is passed via the command-line. BUG=66931 TEST=none Review URL: http://codereview.chromium.org/6051013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70858 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for rlz r31:32.tfarina@chromium.org2011-01-081-1/+1
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6134004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70854 0039d316-1c4b-4281-b951-d872f2087c98
* Enable "Always Open Files of This Type" even for dangerous file types. Thecevans@chromium.org2011-01-086-14/+7
| | | | | | | | | | | | advanced user knows what they were doing, and dangerous file types will still go through the warning dialog depending on user gesture level. BUG=65895 TEST=download_manager_unittest.cc Review URL: http://codereview.chromium.org/6196001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70853 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crasher caused by non-ExtensionHost-based RenderViewHostDelegates inerikkay@chromium.org2011-01-081-6/+11
| | | | | | | | | | | | | extension processes (notifications or sidebars currently) when viewing about:memory. BUG=68773 TEST=create an HTML notification (webkitNotifications.createHTMLNotification) from an extension process and show about:memory. the browser shouldn't crash. Review URL: http://codereview.chromium.org/6174003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70852 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Windows newlines in directory_backing_store.hnick@chromium.org2011-01-081-3/+3
| | | | | | | | | | | | | | ( the newlines in the diff confuse the trybots, causing the patch to not apply. hence, submitting this without trybots ) TBR=timsteele TEST=none BUG=none Review URL: http://codereview.chromium.org/6128005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70851 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 633.0 to 634.0chrome-release@google.com2011-01-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70847 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS and adjust references to WebCore.abarth@chromium.org2011-01-083-13/+13
| | | | | | Review URL: http://codereview.chromium.org/6087014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70844 0039d316-1c4b-4281-b951-d872f2087c98