summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix heapcheck leaks introduced by 58859.tim@chromium.org2010-09-081-11/+13
| | | | | | | | | | TEST=heapcheck bot goes green TBR=raz@chromium.org Review URL: http://codereview.chromium.org/3361011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58883 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Make WaitForInfoBarCount not Sleep.phajdan.jr@chromium.org2010-09-089-21/+108
| | | | | | | | | | | Use an observer instead, to wait more reliably. BUG=none TEST=none Review URL: http://codereview.chromium.org/3344006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58880 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add metrics to record when a bookmark is DnD'd in the bookmarks bar.andybons@chromium.org2010-09-084-1/+11
| | | | | | | | | BUG=54690 TEST=none Review URL: http://codereview.chromium.org/3290015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58879 0039d316-1c4b-4281-b951-d872f2087c98
* Back out r58861. Move ANGLE back to r402.mark@chromium.org2010-09-081-1/+1
| | | | | | | | | | | | | | | | | This may have caused the following ui_tests failures in debug mode on Windows: MediaTest.VideoBearTheora MediaTest.VideoBearSilentWebm MediaTest.VideoBearSilentTheora UILayoutTest.MediaUILayoutTest MediaTest.VideoBearWebm BUG=0 TEST=tests TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/3295021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58878 0039d316-1c4b-4281-b951-d872f2087c98
* Moving the code that disables accelerated compositing for chrome: and ↵vangelis@chromium.org2010-09-082-8/+11
| | | | | | | | | | | | chrome-extensions: URLs into TabContents::GetWebkitPrefs() so that it gets called both when the RenderView is created and on subsequent preference updates. Also removed checking for kChromeInternalScheme as it is not used (per Darin). BUG=54869 Review URL: http://codereview.chromium.org/3364015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58874 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Remove valgrind-disabled tests which seem to work.shess@chromium.org2010-09-081-20/+0
| | | | | | | | | | | | | | | | | | | | Figure while I'm sheriffing, should do some valgrind gardening. I tested these on my 10.6 box, and all seem to work fine: DownloadUtilTest.AddFileToPasteboardTest FindPasteboardTest.ReadingFromPboardUpdatesFindText FindPasteboardTest.SendsNotificationWhenTextChanges RenderViewTest.MacTestCmdUp ClearBrowsingDataControllerTest.* RenderViewTest.OnPrintPages RenderViewTest.Print* TabStripControllerTest.AddRemoveTabs BUG=21479,30378,30379,30386,30396,30397 TEST=Mac valgrind green Review URL: http://codereview.chromium.org/3322016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58873 0039d316-1c4b-4281-b951-d872f2087c98
* Fix spacing for extension omnibox keyword icons.mpcomplete@chromium.org2010-09-085-4/+62
| | | | | | | | | BUG=51981 TEST=no Review URL: http://codereview.chromium.org/3266015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58872 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate FileSystemOperation with FileSystemDispatcherHost.kinuko@chromium.org2010-09-085-81/+202
| | | | | | | | | | | | (This patch depends on unsubmitted change in file_util_proxy: http://codereview.chromium.org/3293009/show) BUG=32277 TEST=none; layout tests will be added later. Review URL: http://codereview.chromium.org/3328011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58870 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill Mac dialog should be non-modaldhollowa@chromium.org2010-09-085-473/+300
| | | | | | | | | | | | Changes the AutoFill dialog on Mac to be modeless. Changes to preferences and AutoFill profile and credit card information is now saved immediately. Nib changes: Removes Save and Cancel buttons, activates Close and Minimize controls, and compacts dialog to account for new vertical space. BUG=49935 TEST=AutoFillDialogControllerTest.* Review URL: http://codereview.chromium.org/3302015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58869 0039d316-1c4b-4281-b951-d872f2087c98
* Support accept attribute for an <input type=file> element.jianli@chromium.org2010-09-088-2/+304
| | | | | | | | | BUG=54009 TEST=none Review URL: http://codereview.chromium.org/3311016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58868 0039d316-1c4b-4281-b951-d872f2087c98
* Tabbed options: Update content settings defaults when they change.estade@chromium.org2010-09-083-30/+56
| | | | | | | | | BUG=54734 TEST=change a content setting to a non-default value, reset defaults, make sure the content setting radio has changed appropriately. Review URL: http://codereview.chromium.org/3311017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58867 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo in CBU16_IS_SURROGATEjshin@chromium.org2010-09-081-2/+2
| | | | | | | | | | | | It's pointing to U_IS_SURROGATE instead of CBU_IS_SURROGATE. BUG=NONE TEST=CBU16_IS_SURROGATE works fine in base. TBR=brettw Review URL: http://codereview.chromium.org/3294018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58866 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for 54439 Browser crash @ ↵georgey@chromium.org2010-09-081-1/+1
| | | | | | | | | | | WideToUTF8(std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > const &) Upload data was called after the InfoBar changed the current page thus resulting in the NULL pointer dereference. BUG=54439 TEST=Should not crash Review URL: http://codereview.chromium.org/3291019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58864 0039d316-1c4b-4281-b951-d872f2087c98
* Make FastShutdown ui test more reliable on linux.estade@chromium.org2010-09-085-16/+26
| | | | | | | | | | | | | | | See previous patch at http://codereview.chromium.org/2830010/show This patch puts the responsibility of waiting on the test rather than making ui_test.cc robust. The reason for moving the test to interactive tests (instead of straight up ui tests) is that waving the mouse around can break the test. BUG=46614 TEST=test passes many times locally; try bots Review URL: http://codereview.chromium.org/3338013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58863 0039d316-1c4b-4281-b951-d872f2087c98
* Improve UI of Chromoting client UI to select available hosts.garykac@chromium.org2010-09-089-139/+355
| | | | | | | | | BUG=53988 TEST=none Review URL: http://codereview.chromium.org/3338014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58862 0039d316-1c4b-4281-b951-d872f2087c98
* Rolled deps to get ANGLE r408.apatrick@chromium.org2010-09-081-1/+1
| | | | | | | | | | | This will pull in support for the GL_NV_fence extension and a fix for eglSwapInterval. TEST=try BUG=none Review URL: http://codereview.chromium.org/3347017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58861 0039d316-1c4b-4281-b951-d872f2087c98
* Adding the sync-notification-host command line parameter to the integration ↵rsimha@chromium.org2010-09-0824-144/+200
| | | | | | | | | | | | | | | | | | tests. The sync integration tests currently access the network to communicate with the notification server. We need to move to a model where all server accesses are stubbed out by local servers. This is the first step towards implementing a local notification server. BUG=53933,53931 TEST=sync_integration_tests First time committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=58768 Review URL: http://codereview.chromium.org/3326007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58860 0039d316-1c4b-4281-b951-d872f2087c98
* Implements the backend for clearing data from the servertim@chromium.org2010-09-0820-19/+428
| | | | | | | | | | | | BUG=54280 TEST=accessible only via unit test checked in this CL Original patch by raz@chromium.org Original review: http://codereview.chromium.org/3293007 Review URL: http://codereview.chromium.org/3310018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58859 0039d316-1c4b-4281-b951-d872f2087c98
* Added strings for PDF plugin.gene@chromium.org2010-09-081-0/+8
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3343012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58858 0039d316-1c4b-4281-b951-d872f2087c98
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-0831-142/+318
| | | | | | | | | | | | | The main change was to make scoped_ptr and the basic types the same for both NaCl and trusted plugins and to implement new logging code for GPU common and client code. Service code and unit tests can still use the logging code in base. I am really not happy with the new logging code but I thought I'd let you take a look at it to see what you think. The biggest thing I don't like is it uses assert(false) to throw an exception in a platform independent way, which brings up a modal dialog. Not ideal in the middle of a unit test run. I don't know if that will make the bots hang. Hopefully they'll time out or something. TEST=try BUG=none Review URL: http://codereview.chromium.org/2936009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58857 0039d316-1c4b-4281-b951-d872f2087c98
* Cause the chrome frame helper process to attempt to close down all other ↵robertshield@chromium.org2010-09-081-0/+32
| | | | | | | | | | | chrome frame helper processes on launch (after setting its own hook). BUG=53127 TEST=You can't start more than one medium/low integrity chrome_frame_helper.exe per desktop. Review URL: http://codereview.chromium.org/3371002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58855 0039d316-1c4b-4281-b951-d872f2087c98
* Have Linux checksums depend on WebKit::areLayoutTestImagesOpaquetony@chromium.org2010-09-081-0/+2
| | | | | | | | | | | This makes it possible for us to flip this flag and rebaseline the linux tests in a single commit. BUG=21386 Review URL: http://codereview.chromium.org/3348013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58854 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for a leak in CrosSettingsProviderProxy::Get.rsesek@chromium.org2010-09-081-10/+1
| | | | | | | | | | TBR=oshima BUG=54308 TEST=ChromeOS Valgrind Review URL: http://codereview.chromium.org/3371007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58853 0039d316-1c4b-4281-b951-d872f2087c98
* Downloads: Use the otr_icon_standalone image in resources/shared/images.arv@chromium.org2010-09-081-1/+1
| | | | | | | | | | | | BUG=53347 TEST=Go incognito Download a large file Go to the Downloads page (chrome://downloads) The item being downloaded should have the incognito guy Review URL: http://codereview.chromium.org/3305016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58849 0039d316-1c4b-4281-b951-d872f2087c98
* Mark FilePathWatcherTest.* flaky on Mac.mnissler@chromium.org2010-09-081-15/+23
| | | | | | | | | BUG=54822 TEST=Flakes don't make the buildbots red. Review URL: http://codereview.chromium.org/3352012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58843 0039d316-1c4b-4281-b951-d872f2087c98
* Use new touchpad apidavemoore@chromium.org2010-09-0821-285/+168
| | | | | | | | | | BUG=chromium-os:4727,chromium-os:2863 TEST=Confirm that the UI only shows 2 settings (tap-to-click and sensitivity) Confirm that the settings work on both x86-generic and x86-dogfood builds. Review URL: http://codereview.chromium.org/3315016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58842 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed a couple of variables in mft_h264_decoder.cc, and removed the ↵imcheng@chromium.org2010-09-082-6/+4
| | | | | | | | | | | <deque> header from mft_h264_decoder.h. BUG=none TEST=compile Review URL: http://codereview.chromium.org/3331019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58840 0039d316-1c4b-4281-b951-d872f2087c98
* Back out r58827. It caused browser_tests ExtensionApiTest.Rlz to fail.mark@chromium.org2010-09-084-25/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Failures: http://build.chromium.org/buildbot/waterfall/builders/XP%20Tests/builds/22649/steps/browser_tests/logs/stdio http://build.chromium.org/buildbot/waterfall/builders/Vista%20Tests/builds/22157/steps/browser_tests/logs/stdio ( RUN ) sendFinancialPing ( FAILED ) sendFinancialPing Got EXTENSION_TEST_FAILED notification. .\browser\extensions\extension_rlz_apitest.cc(67): error: Value of: RunExtensionTest("rlz") Actual: false Expected: true FAIL (no message) at Object.callback (chrome-extension://acmddjjmpkiijbjcdpchhmniojioobgh/test.js:147:63) at Object.<anonymous> (chrome/ExtensionProcessBindings:124:19) [ FAILED ] ExtensionApiTest.Rlz (1531 ms) BUG=54294 TEST=green tests TBR=rogerta@google.com Review URL: http://codereview.chromium.org/3371006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58839 0039d316-1c4b-4281-b951-d872f2087c98
* net: When using False Start merge Finished and Application Data records.agl@chromium.org2010-09-084-31/+68
| | | | | | | | | | | | | | | | | When using False Start, this patch causes NSS to perform a single write which contains the ClientKeyExchange, ChangeCipherSpec, Finished and first application data record. This removes a source of non-determinism when dealing with False Start intolerant servers. Previously, Chrome may, or may not work depending on network timing. BUG=none TEST=none http://codereview.chromium.org/3331005/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58838 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: delete TestStoragePanel which has been superseded by ↵yurys@chromium.org2010-09-081-5/+0
| | | | | | | | | | | storage-panel-show.html BUG= TEST= Review URL: http://codereview.chromium.org/3369003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58837 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use the return value of rlz_lib::SendFinancialPing() as the return valuerogerta@google.com2010-09-084-7/+25
| | | | | | | | | | | | | of the chrome extension API, since a false does not represent an error. Added an optional callback to the API so that caller can determine if the ping was sent or not. BUG=54294 TEST=n/a Review URL: http://codereview.chromium.org/3358012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58827 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing nested socket pools to socket pool info page. Each socket pool ↵mmenke@chromium.org2010-09-0814-44/+182
| | | | | | | | | | | should be displayed once and only once. Also, if more than one proxy is in use, socket pools with the same proxy will appear adjacent to each other. BUG=39756 TEST=manual Review URL: http://codereview.chromium.org/3328009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58826 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: delete TestAutocontinueOnSyntaxError test which has been ↵yurys@chromium.org2010-09-082-17/+0
| | | | | | | | | | | superseded by layout test BUG= TEST= Review URL: http://codereview.chromium.org/3356011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58825 0039d316-1c4b-4281-b951-d872f2087c98
* net: add prober results to False Start blacklist.agl@chromium.org2010-09-087-29/+1132
| | | | | | | | | | | | | | | | | | Since the blacklist has gotten rather larger, it's now precompiled into a hash table in the binary. See also: http://www.imperialviolet.org/2010/09/05/blacklisting.html (Originally landed in r58712. Reverted in r58726 because it broke the ARM builders. The processing binary was being built for the target, not the host.) TEST=net_unittests BUG=none http://codereview.chromium.org/3303008/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58824 0039d316-1c4b-4281-b951-d872f2087c98
* Added entry points to view/View to dispatch and process TouchEvents.rjkroege@google.com2010-09-089-9/+401
| | | | | | | | | | | | This change is part of a series of changes to bring TouchEvent processing to views. BUG=na TESTED=compiled with and without touchui Review URL: http://codereview.chromium.org/3192002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58823 0039d316-1c4b-4281-b951-d872f2087c98
* Demote LOG(WARNING) about unable to handle an auth scheme to LOG(INFO).cbentzel@chromium.org2010-09-081-2/+2
| | | | | | | | | | | This shows up in the field a number of times due to the Kerberos HTTP authentication protocol not being supported by Chrome, and leads people to believe it's a bigger problem than it actually is. BUG=None TEST=None Review URL: http://codereview.chromium.org/3369004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58822 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-082-2/+2
| | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3292011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58821 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Use gtk signal macro in BalloonViewImpl and move a thunk implementation ↵tfarina@chromium.org2010-09-082-4/+5
| | | | | | | | | | | to the source file. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3341018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58818 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58809 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-0820-327/+4
| | | | | | | | | | | | BUG=50943 TEST=ExtensionApiTest.WebNavigationEvents Review URL: http://codereview.chromium.org/3369007 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3359013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58816 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58814 - Increase the delay in WebNavigationEvents test from 500ms to 1s.jochen@chromium.org2010-09-085-5/+5
| | | | | | | | | | | | | BUG=50943 TEST=WebNavigationEvents doesn't fail TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3352011 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3291017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58815 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the delay in WebNavigationEvents test from 500ms to 1s.jochen@chromium.org2010-09-085-5/+5
| | | | | | | | | | BUG=50943 TEST=WebNavigationEvents doesn't fail TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3352011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58814 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused grd string from About box.finnur@chromium.org2010-09-081-4/+1
| | | | | | | | | | TBR=jrg BUG=53276 TEST=None Review URL: http://codereview.chromium.org/3372003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58811 0039d316-1c4b-4281-b951-d872f2087c98
* Add the chrome frame helper exe and dll to the list of archived files and ↵robertshield@chromium.org2010-09-082-2/+6
| | | | | | | | | | | symbols. BUG=53127 TEST=the .exe and .dll as well as their respective .pdbs get archived by the builder. Review URL: http://codereview.chromium.org/3297017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58810 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-0820-4/+327
| | | | | | | | | BUG=50943 TEST=ExtensionApiTest.WebNavigationEvents Review URL: http://codereview.chromium.org/3369007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58809 0039d316-1c4b-4281-b951-d872f2087c98
* Implement on Chromium side recently added actualMemoryUsageMB.antonm@chromium.org2010-09-082-2/+12
| | | | | | | | | This new method is needed in the cases when stale values from caches are not acceptable, for example, when estimating an effect of GC on working set of the app. Review URL: http://codereview.chromium.org/3294010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58808 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58802 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-0820-326/+4
| | | | | | | | | | | | BUG=50943 TEST=ExtensionApiTest.WebNavigationEvents Review URL: http://codereview.chromium.org/3307013 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3317013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58807 0039d316-1c4b-4281-b951-d872f2087c98
* Show help topic dialog with "Can't access your account" for online/offline ↵nkostylev@chromium.org2010-09-085-9/+46
| | | | | | | | | | | | | cases. Create HelpAppLauncher and LoginHtmlDialog instances only once. BUG= http://crosbug.com/6379 TEST=Tried on 3 cases: network not connected/connected but no internet (offline), connected to internet (online help topic) Review URL: http://codereview.chromium.org/3294012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58806 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 519.0 to 520.0chrome-release@google.com2010-09-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58804 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-0820-4/+326
| | | | | | | | | BUG=50943 TEST=ExtensionApiTest.WebNavigationEvents Review URL: http://codereview.chromium.org/3307013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58802 0039d316-1c4b-4281-b951-d872f2087c98
* Fix deserializition for message 65707 (ViewMsg_ExtensionsUpdated)dpolukhin@chromium.org2010-09-081-1/+1
| | | | | | | | | | | I'm not sure that it's right solution but EXTERNAL_PREF_DOWNLOAD is valid enum value so there is no reason to prohibit its deserialization. TEST=none BUG=54241 Review URL: http://codereview.chromium.org/3365013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58801 0039d316-1c4b-4281-b951-d872f2087c98