summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.tfarina@chromium.org2011-01-1012-23/+23
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/5991010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70956 0039d316-1c4b-4281-b951-d872f2087c98
* Don't create a WebDataService in AutoFillManagerTest tests, since that ↵jam@chromium.org2011-01-102-8/+9
| | | | | | | | object is hard to clean up correctly in unit tests because of all the PostTasking it does. Just make AutoCompleteHistoryManager handle a null WebDataService. Review URL: http://codereview.chromium.org/6211002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70955 0039d316-1c4b-4281-b951-d872f2087c98
* Adding new sync data type AUTOFILL_PROFILE to python server.rsimha@chromium.org2011-01-101-3/+7
| | | | | | | | | | | | This patch updates the python sync server implementation with the newly added AUTOFILL_PROFILE sync data type. BUG=69127 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6096010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70954 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakjam@chromium.org2011-01-101-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70953 0039d316-1c4b-4281-b951-d872f2087c98
* More changes to code to use new WebView::create function that takes in a ↵jam@chromium.org2011-01-103-1/+13
| | | | | | | | WebAutoFillClient. Review URL: http://codereview.chromium.org/6211003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70952 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored the screenshot mechanism.rkc@chromium.org2011-01-1012-98/+72
| | | | | | | | | | | | Added a new method to browser window to get a screenshot in a platform independent way. Changed user feedback UI code to use the new method. BUG=65119 TEST=Tested with sending feedback with the new code. Screenshots are being taken and sent correctly. Review URL: http://codereview.chromium.org/6145001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70951 0039d316-1c4b-4281-b951-d872f2087c98
* Registration of new known crash signature for issue reported via the ↵twiz@google.com2011-01-101-0/+1
| | | | | | | | | | | | | following reliability test: http://build.chromium.org/p/chromium/builders/Win%20Reliability/builds/1431/steps/reliability:%20partial%20result%20of%20current%20build/logs/stdio BUG=63647 TEST=Reliability Review URL: http://codereview.chromium.org/6192003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70947 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show remoting options on ChromeOS.sergeyu@chromium.org2011-01-103-7/+6
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6149003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70946 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: Gesture manager should ignore already handled touch events.sadrul@chromium.org2011-01-102-11/+44
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6184002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70945 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak atomicops implementation for Mac OS X to compile correctly when __LP64__mark@chromium.org2011-01-102-11/+13
| | | | | | | | | | | | | | is defined. Patch by Ben Karel <eschew@gmail.com>. BUG=54554 TEST= - base_unittests --gtest_filter='AtomicOpsTest.*' - Compile base/string_util.cc (outside of Chromium) as 64-bit code on Mac OS X 10.6. Review URL: http://codereview.chromium.org/6091007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70942 0039d316-1c4b-4281-b951-d872f2087c98
* Switch a wstring to a string16.evan@chromium.org2011-01-102-2/+3
| | | | | | | | | | | | This code is currently only used on Windows, so though the caller still uses a wstring this compiles. BUG=23581 TEST=compiles Review URL: http://codereview.chromium.org/6167003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70941 0039d316-1c4b-4281-b951-d872f2087c98
* fix bustage by adding system dependencies.ben@chromium.org2011-01-101-0/+9
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70940 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting plugin script interface to support login challengehclam@chromium.org2011-01-102-5/+50
| | | | | | | | | | | | | Added an attribute to accept loginChallenge callback. This callback will be called with another callback, JS code is supposed to call the received callback to provide username and password. BUG=None TEST=None Review URL: http://codereview.chromium.org/5962008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70939 0039d316-1c4b-4281-b951-d872f2087c98
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-1060-299/+374
| | | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6135006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70938 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstring from views. Part 2: Switch accelerator strings to string16.avi@chromium.org2011-01-107-30/+32
| | | | | | | | | BUG=68267 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6199005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70936 0039d316-1c4b-4281-b951-d872f2087c98
* Add SettingUp page in the Remoting Host setup wizardsergeyu@chromium.org2011-01-109-11/+102
| | | | | | | | | BUG=67218 TEST=None Review URL: http://codereview.chromium.org/6094013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70935 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an incorrect use of wstring::npos.evan@chromium.org2011-01-101-2/+1
| | | | | | | | | | | | It's a good thing wstring::npos == string::npos, otherwise this would've been a bug! BUG=23581 TEST=compiles Review URL: http://codereview.chromium.org/6191002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70934 0039d316-1c4b-4281-b951-d872f2087c98
* Made ObserverListThreadSafe's destructor private since it's ref-counted.akalin@chromium.org2011-01-101-7/+9
| | | | | | | | | BUG=None TEST=Compiles Review URL: http://codereview.chromium.org/3832006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70933 0039d316-1c4b-4281-b951-d872f2087c98
* Start reordering the methods in headers in app/.erg@google.com2011-01-1011-67/+69
| | | | | | | | | | | (Trying to carfully not touch whatever Ben is currently refactoring.) BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6162002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70932 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling WebKit from 75315 to 75393.jschuh@google.com2011-01-101-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6180004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70931 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing crash in UpdateAppIconDownloadProgress().ahendrickson@chromium.org2011-01-103-1/+9
| | | | | | | | | BUG=47800 TEST=none Review URL: http://codereview.chromium.org/5965015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70928 0039d316-1c4b-4281-b951-d872f2087c98
* Second try at fixing Chrome OS build.jam@chromium.org2011-01-103-14/+16
| | | | | | Review URL: http://codereview.chromium.org/6223001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70926 0039d316-1c4b-4281-b951-d872f2087c98
* 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