summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-0733-36/+15
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3041049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55349 0039d316-1c4b-4281-b951-d872f2087c98
* Fix testBigZipnirnimesh@chromium.org2010-08-071-1/+1
| | | | | | | | | | python2.4 doesn't have os.SEEK_CUR. Replace with 0. TBR=alyssad@chromium.org Review URL: http://codereview.chromium.org/3087017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55348 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the HTTPSRequestTest.ClientAuthTest for chrome frame net tests on ↵ananta@chromium.org2010-08-071-0/+1
| | | | | | | | | | | | the same lines as the other https tests which fail due to a certificate dialog. TBR=amit Review URL: http://codereview.chromium.org/3098002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55347 0039d316-1c4b-4281-b951-d872f2087c98
* Convert browser/dom_ui/f*.cc to not use wstrings/wchar_t*s.viettrungluu@chromium.org2010-08-072-59/+59
| | | | | | | | | BUG=23581 TEST=builds and tests pass Review URL: http://codereview.chromium.org/3037052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55346 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-0757-47/+67
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2819094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55345 0039d316-1c4b-4281-b951-d872f2087c98
* Convert browser/dom_ui/[g-m]*.cc to not use wstrings/wchar_t*s.viettrungluu@chromium.org2010-08-074-78/+79
| | | | | | | | | | | At least the easy cases anyway. BUG=23581 TEST=builds and tests pass Review URL: http://codereview.chromium.org/3094004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55344 0039d316-1c4b-4281-b951-d872f2087c98
* Convert browser/dom_ui/d*.cc to not use wstrings/wchar_t*s.viettrungluu@chromium.org2010-08-072-33/+33
| | | | | | | | | | | (Well, the super-easy cases anyway.) BUG=23581 TEST=builds and tests pass Review URL: http://codereview.chromium.org/3036052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55343 0039d316-1c4b-4281-b951-d872f2087c98
* Convert browser/dom_ui/c*.cc to not use wstrings/wchar_t*s ...viettrungluu@chromium.org2010-08-074-171/+172
| | | | | | | | | | | ... except those still required by prefs. (I'm working on that separately.) BUG=23581 TEST=builds and tests pass Review URL: http://codereview.chromium.org/3075027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55342 0039d316-1c4b-4281-b951-d872f2087c98
* Add new downloads testsnirnimesh@chromium.org2010-08-076-10/+120
| | | | | | | | | | | testBigZip -- test downloads for a 1 GB file, from Sunand This required methods to temporarily increase automation timeout, since it might not be possible to download 1 GB file in the default 25 secs. testDownloadsPersistence -- verify that download history persists browser restart, from Srikanth Review URL: http://codereview.chromium.org/3046030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55341 0039d316-1c4b-4281-b951-d872f2087c98
* Convert browser/dom_ui/browser_options_handler.cc to stop using ↵viettrungluu@chromium.org2010-08-071-42/+42
| | | | | | | | | | | wstrings/wchar_t*s. BUG=23581 TEST=builds and tests pass Review URL: http://codereview.chromium.org/3061059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55340 0039d316-1c4b-4281-b951-d872f2087c98
* Convert browser/dom_ui/a*.cc to not use wstrings/wchar_t*s.viettrungluu@chromium.org2010-08-074-92/+96
| | | | | | | | | BUG=23581 TEST=builds and tests pass Review URL: http://codereview.chromium.org/3078032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55339 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more test to TreeNodeModelTest.tfarina@chromium.org2010-08-071-0/+15
| | | | | | | | | | | | This add a SetTitle test, so we can verify if the TreeNodeModelChanged is properly called and the node is properly renamed. BUG=None TEST=out/Debug/app_unittests --gtest_filter=TreeNodeModelTest.SetTitle. Review URL: http://codereview.chromium.org/3015059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55338 0039d316-1c4b-4281-b951-d872f2087c98
* Allow native (nt-style) paths to be used for sandbox policy specificationcpu@chromium.org2010-08-074-17/+61
| | | | | | | | | | | | | 1- bypass fixup when adding the path into the policy 2- make SameObject() do case-insensitive perfect match BUG=50774 TEST= unit test included Review URL: http://codereview.chromium.org/3092014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55329 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Do not use |+[NSColor selectedMenuItemColor]| in a gradient due to ↵rsesek@chromium.org2010-08-071-1/+1
| | | | | | | | | | | color space issues. BUG=49448 TEST=On both 10.5 and 10.6, open the Wrench menu and click a button. Button has blue gradient. Review URL: http://codereview.chromium.org/3046052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55327 0039d316-1c4b-4281-b951-d872f2087c98
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-0718-43/+43
| | | | | | | | | | | This is the part 4 and the latest of this series. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3029062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55326 0039d316-1c4b-4281-b951-d872f2087c98
* Added defense in depth mechanism to host resolver to prevent long hostnames ↵cdn@chromium.org2010-08-072-0/+22
| | | | | | | | | | from getting into glibc's getaddrinfo. BUG=50383 TEST=HostResolverImplTest.LongHost Review URL: http://codereview.chromium.org/3052044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55319 0039d316-1c4b-4281-b951-d872f2087c98
* Add rudimentary support for client auth in testserver.py and unit testsdavidben@chromium.org2010-08-075-4/+136
| | | | | | | | | | | | | Nothing fancy for now. Just some tests that ERR_SSL_CLIENT_AUTH_CERT_NEEDED is returned from the socket layer, and that URLRequest requests a certificate. R=wtc BUG=51132,51127 TEST=SSLClientSocketTest.ConnectClientAuthNoCert,HTTPRequestTest.ClientAuthTest Review URL: http://codereview.chromium.org/3014055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55318 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromotingPlugin -> ChromotingInstance to be more consistent withgarykac@google.com2010-08-078-53/+53
| | | | | | | | | | | Pepper terminology. BUG=50453 TEST=remoting unittests Review URL: http://codereview.chromium.org/3078005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55317 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55311 - Add remoting to wrench menu.erikchen@google.com2010-08-0610-324/+0
| | | | | | | | | | | | | | | | | | | This change adds remoting item to wrench menu. The change is under flag enable-remoting, so end users will not see it. The CL is cleaned up. It was compiling and working. I added the check for kEnableRemoting and resynched and it is no longer compiling. Submitted for: pranavk@chromium.org Reviewed: http://codereview.chromium.org/3075024/show BUG=50242 TEST=NONE Review URL: http://codereview.chromium.org/3080038 TBR=hclam@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55316 0039d316-1c4b-4281-b951-d872f2087c98
* Reverse rows in DecoderZlib for remotinghclam@chromium.org2010-08-063-4/+31
| | | | | | | | | | | | | Windows images are upside down, so when we decode the stream and paint the image we need to reverse the rows. This is a temporary solution since it sets to reverse rows by default. We'll move to use the information from the update stream to determine we should reverse or not. Review URL: http://codereview.chromium.org/2883055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55314 0039d316-1c4b-4281-b951-d872f2087c98
* WebGL web preferences do not disable WebGL if already enabled.apatrick@chromium.org2010-08-061-1/+2
| | | | | | | | | | | This means WebGL is enabled in the test shell. TEST=try, layout tests BUG=none Review URL: http://codereview.chromium.org/3047051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55313 0039d316-1c4b-4281-b951-d872f2087c98
* Unit test stub for ServiceProcesshclam@chromium.org2010-08-062-0/+10
| | | | | | | | | | | Adding ServiceProcessTest so I can add test for the service process. TEST=This is a test dude! BUG=none Review URL: http://codereview.chromium.org/3081020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55312 0039d316-1c4b-4281-b951-d872f2087c98
* Add remoting to wrench menu.hclam@chromium.org2010-08-0610-0/+324
| | | | | | | | | | | | | | | | | This change adds remoting item to wrench menu. The change is under flag enable-remoting, so end users will not see it. The CL is cleaned up. It was compiling and working. I added the check for kEnableRemoting and resynched and it is no longer compiling. Submitted for: pranavk@chromium.org Reviewed: http://codereview.chromium.org/3075024/show BUG=50242 TEST=NONE Review URL: http://codereview.chromium.org/3080038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55311 0039d316-1c4b-4281-b951-d872f2087c98
* Moved files from media/media_foundation to media/mf. Cleaned up the code a ↵imcheng@chromium.org2010-08-067-410/+344
| | | | | | | | | | | little bit. BUG=none TEST=coming Review URL: http://codereview.chromium.org/3072030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55310 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up SpdyStream.erikchen@google.com2010-08-069-159/+97
| | | | | | | | | | Removed a lot of duplicate/unnecessary logic. BUG=none TEST=none Review URL: http://codereview.chromium.org/3075023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55308 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for translate.py testSessionRestore on Mac. BUG=51439alyssad@chromium.org2010-08-061-9/+15
| | | | | | | | On Mac, when restarting the browser, the url on the page is not restored in some cases. Fixing the test to account for that until the bug is fixed. Review URL: http://codereview.chromium.org/3040045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55307 0039d316-1c4b-4281-b951-d872f2087c98
* Re-apply r52616 (speed up docs generation) with a longer timeout.aa@chromium.org2010-08-065-485/+509
| | | | | | | | | | | This should prevent it from failing on debug builds. Also, fix the samples script to not generate different output depending on local filesystem paths. Review URL: http://codereview.chromium.org/3020076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55306 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Don't fade text on bookmark items if we don't have to.jeremy@chromium.org2010-08-061-1/+1
| | | | | | | | | | | Fix a float <-> int comparison so items whose width is fractionally larger than the width of the cell aren't truncated. BUG=51183 TEST=See bug Review URL: http://codereview.chromium.org/3096007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55305 0039d316-1c4b-4281-b951-d872f2087c98
* Bad interaction between 2 A/B experimentsziadh@chromium.org2010-08-063-4/+23
| | | | | | | | | | | | | | There is a 1/20 chance that the max number of sockets per group be greater than the max number of sockets per proxy server. This would result in hitting a DCHECK in client_socket_pool_base.cc:145. This CL attempts to circumvent that event. r=jar Review URL: http://codereview.chromium.org/3044051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55303 0039d316-1c4b-4281-b951-d872f2087c98
* linux: pass --as-needed to linkerevan@chromium.org2010-08-061-0/+1
| | | | | | | | | | | | | Gentoo has some nice docs on it here: http://www.gentoo.org/proj/en/qa/asneeded.xml on my Maverick box I couldn't see a difference in the ldd output, but I suppose it can't hurt on older systems. BUG=11595 Review URL: http://codereview.chromium.org/3050043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55302 0039d316-1c4b-4281-b951-d872f2087c98
* When user enters wrong password or bad wep key, we popup the login dialog ↵chocobo@chromium.org2010-08-065-7/+114
| | | | | | | | | | again with an error message. BUG=chromium-os:2556 TEST=manual Review URL: http://codereview.chromium.org/2808108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55301 0039d316-1c4b-4281-b951-d872f2087c98
* The Selenium window.open target blank test fails in ChromeFrame as the ↵ananta@chromium.org2010-08-061-1/+15
| | | | | | | | | | | | | | | | | | | | navigation is treated as a non local top level navigation and is routed to IE thus causing the test to fail. The test calls window.open with an empty url. The renderer logic which detects whether the navigation is to be routed to the external host matches the origin of the frame and the url and as they differ ends up routing the navigation to the host. Fix is to allow only http/https navigations to be routed to the host. All other navigations stay within Webkit. Fixes bug http://code.google.com/p/chromium/issues/detail?id=51412 Bug=51412 Review URL: http://codereview.chromium.org/3044053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55300 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 64821:64865jianli@chromium.org2010-08-061-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=yuzo Review URL: http://codereview.chromium.org/3064046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55299 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Make the default background style for InfoBubbleView white, per alcor.rsesek@chromium.org2010-08-062-3/+4
| | | | | | | | | | | This affects the bookmark bubble and the extension installed bubble. BUG=51429 TEST=Press the Star button. Resulting bubble has a white, not gradient, background. Review URL: http://codereview.chromium.org/3038054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55298 0039d316-1c4b-4281-b951-d872f2087c98
* Initial pass at integrating Differ into the chromoting host code.garykac@google.com2010-08-0633-217/+387
| | | | | | | | | BUG=none TEST=run Win host; x11 client Review URL: http://codereview.chromium.org/3013015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55297 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove now obsolete Nigori params.albertb@chromium.org2010-08-063-23/+0
| | | | | | | | | BUG=none TEST=NigoriTest.* Review URL: http://codereview.chromium.org/3088002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55296 0039d316-1c4b-4281-b951-d872f2087c98
* rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I)pvalchev@google.com2010-08-0618-69/+65
| | | | | | Review URL: http://codereview.chromium.org/2089010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55289 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Copy the npapi pepper test plugin during the build so we don't"tony@chromium.org2010-08-067-90/+84
| | | | | | | | This reverts commit r55235. Review URL: http://codereview.chromium.org/3090020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55287 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55232 - Dispatch key event to bindings processing.nsylvain@chromium.org2010-08-061-4/+0
| | | | | | | | | | | | | | This properly activates the default widget on a GtkWindow. BUG=chromium-os:4005 TEST=Default button of hosted native dialogs in ChromeOS should work. Review URL: http://codereview.chromium.org/3087011 TBR=xiyuan@chromium.org Review URL: http://codereview.chromium.org/3038053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55284 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent browser actions toolbar's overflow button from being shown unexpectedly.suzhe@chromium.org2010-08-061-0/+1
| | | | | | | | | BUG=51268 TEST=See bug report. Review URL: http://codereview.chromium.org/3073035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55282 0039d316-1c4b-4281-b951-d872f2087c98
* Fix map iteration error caught by Coverity.jcivelli@chromium.org2010-08-061-2/+4
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3073013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55281 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Use the new {EXPECT,ASSERT}_NS{EQ,NE} macros in unit tests where possible.rsesek@chromium.org2010-08-0631-279/+290
| | | | | | | | | BUG=none TEST=unit_tests Review URL: http://codereview.chromium.org/3095004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55280 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Replace DCHECK with EXPECT_TRUE in UITestBase.phajdan.jr@chromium.org2010-08-061-1/+1
| | | | | | | | | | | We should avoid crashing entire ui_tests in case of failure. With EXPECT_TRUE we still see it, but tests continue to run. TBR=huanr Review URL: http://codereview.chromium.org/2868116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55279 0039d316-1c4b-4281-b951-d872f2087c98
* SwapBuffers notification is sent from GPU process to renderer process.apatrick@chromium.org2010-08-067-2/+59
| | | | | | | | | | | Once the notification has been received, it is safe to bind an offscreen "front buffer" in its parent context. Binding before the notification is received might result in getting the previous frame. TEST=try, WebGL BUG=none Review URL: http://codereview.chromium.org/3083017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55278 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the following States from HttpProxyClientSocket:rch@chromium.org2010-08-061-2/+0
| | | | | | | | | | | | | - STATE_RESOLVE_CANONICAL_NAME, - STATE_RESOLVE_CANONICAL_NAME_COMPLETE, They appear to be totally unused. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55276 0039d316-1c4b-4281-b951-d872f2087c98
* In RenderViewHostDelegate::View, distinguish between MouseMove() and ↵johnnyg@chromium.org2010-08-0614-19/+35
| | | | | | | | | | | MouseDown() events, previously combined in a single MouseEvent(). This is a preliminary patch to allowing desktop notifications to capture click events, which require capturing MouseDown but not MouseOver. BUG=51226 TEST=none Review URL: http://codereview.chromium.org/3072023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55274 0039d316-1c4b-4281-b951-d872f2087c98
* Update Breakpad to r639.mark@chromium.org2010-08-061-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3092013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55272 0039d316-1c4b-4281-b951-d872f2087c98
* linux: pass -Wl,-O1 to the linkerevan@chromium.org2010-08-061-0/+5
| | | | | | | | | | This produced a ~7% startup performance gain in my local tests, with no extra binary size cost(!?). I'll watch the perf bots after commit to verify. Review URL: http://codereview.chromium.org/3093009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55271 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes ↵phajdan.jr@chromium.org2010-08-0622-321/+157
| | | | | | | | | | | | the default." Introduced new crashes. TBR=nshkrob Review URL: http://codereview.chromium.org/3026059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55268 0039d316-1c4b-4281-b951-d872f2087c98
* Skip unresolved hosts for sync notifications instead of having libjingle ↵akalin@chromium.org2010-08-061-0/+7
| | | | | | | | | | | | | resolve them. This is a speculative fix for the crash in the bug below. BUG=chromeos:5145 TEST=manual Review URL: http://codereview.chromium.org/2868113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55264 0039d316-1c4b-4281-b951-d872f2087c98