summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reland r74842willchan@chromium.org2011-02-1631-1149/+1451
| | | | | | | | | | | Merged correctly this time. BUG=none TEST=none Review URL: http://codereview.chromium.org/6523067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75165 0039d316-1c4b-4281-b951-d872f2087c98
* Fix <select> appearance in RTL tabbed options.estade@chromium.org2011-02-162-1/+4
| | | | | | | | | | | the arrow image now has 5 padding pixels built in on both sides (rather than just the right side). For one reason or another, GIMP saved the png 80% more space-efficiently than whatever method was used to save the png before, even though it is now slightly larger. BUG=67849 TEST=manual Review URL: http://codereview.chromium.org/6523011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75164 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bottom of subpage sheets.estade@chromium.org2011-02-161-2/+2
| | | | | | | | | BUG=72989 TEST=see image in bug Review URL: http://codereview.chromium.org/6523016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75163 0039d316-1c4b-4281-b951-d872f2087c98
* Bump up the number of simultaneous connections in IE to 6. This is done via ↵ananta@chromium.org2011-02-163-0/+46
| | | | | | | | | | | | | | | a WinInet API InternetSetOption. Fixes bug http://code.google.com/p/chromium/issues/detail?id=50328 BUG=50328 TEST=none Review URL: http://codereview.chromium.org/6480092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75162 0039d316-1c4b-4281-b951-d872f2087c98
* Use xmpp.google.com instead of talk.google.comakalin@chromium.org2011-02-163-5/+5
| | | | | | | | | | | Basically, xmpp.google.com is the new hostname for XMPP connections. BUG=73067 TEST= Review URL: http://codereview.chromium.org/6480089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75161 0039d316-1c4b-4281-b951-d872f2087c98
* Make the use of WeakPtr threadsafe.backer@chromium.org2011-02-162-10/+12
| | | | | | | | | | | This checks that the WeakPtrs to GpuMessageFilter are always accessed from the same thread. It also ensure that the GpuMessageFilter is destroyed from that thread. This fixes a potential race where the GpuMessageFilter was being destroyed (on the IO thread) but a callback was trying to access it (on the UI thread). BUG=none TEST=stepped through ~GpuMessageFilter to ensure that switching it to the UI thread was safe Review URL: http://codereview.chromium.org/6530004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75160 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SkRectToRect.sadrul@chromium.org2011-02-163-9/+12
| | | | | | | | | BUG=none TEST=RectTest.SkRectToRect Review URL: http://codereview.chromium.org/6525031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75159 0039d316-1c4b-4281-b951-d872f2087c98
* keyboard: Slide in and out using transformationsadrul@chromium.org2011-02-163-19/+70
| | | | | | | | | | | Use some transformation (clip, translate) to show a smoothish slide animation when the keyboard's visibility changes. BUG=none TEST=none Review URL: http://codereview.chromium.org/6499037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75158 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor AutocompletePopupContentView so that it can be extended to createvarunjain@chromium.org2011-02-166-591/+699
| | | | | | | | | | | | | | popup for touch. There are mainly two refactoring tasks in this CL: 1. Move class definitions from .cc file to .h file so they can be used elsewhere 2. Refactor out some code parts of AutocompletePopupContentView that deal with drawing individual autocomplete results. BUG=none TEST=none Review URL: http://codereview.chromium.org/6286092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75157 0039d316-1c4b-4281-b951-d872f2087c98
* Bug-fixes for AudioInputStream:scherkus@chromium.org2011-02-162-2/+3
| | | | | | | | | | | | | | | - s/scoped_ptr/scoped_array/ for new[]'d memory; this fixes a bug valgrind found and which can cause memory corruption (as delete was being called instead of delete[] before, which can confuse the allocator). - Fix memory leak where AlsaPcmInputStreams would fail to be deleted. Patch by fischman@chromium.org: http://codereview.chromium.org/6523027/ BUG=none TEST=valgrind media_unittests stops complaining about leaking the AIS and using delete instead of delete[]. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75156 0039d316-1c4b-4281-b951-d872f2087c98
* Grab additional malware details from the renderer: frame hierarchy, list of ↵panayiotis@google.com2011-02-1618-45/+793
| | | | | | | | | scripts and embed urls from each frame. TEST=unit_tests, relevant browser_test Review URL: http://codereview.chromium.org/6373014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75155 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r75147 "Suppressing memory leak in CloudPolicyCache"oshima@google.com2011-02-161-13/+0
| | | | | | | | | | | | | This reverts commit d295a2eb811d4ba9726ee560ff0e420a078987ce. http://src.chromium.org/viewvc/chrome?view=rev&revision=75147 TBR=jkummerow@chromium.org BUG=73185 TEST=none Review URL: http://codereview.chromium.org/6523066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75154 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75143 - Reland r74842willchan@chromium.org2011-02-1631-1454/+1149
| | | | | | | | | | | | | | The bug was that the ProfilePolicyContext was getting initialized before the ProfileImplIOData::Handle was initialized. BUG=67237 TEST=none Review URL: http://codereview.chromium.org/6526029 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/6480120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75152 0039d316-1c4b-4281-b951-d872f2087c98
* Remove whitespace at the end of lines.wtc@chromium.org2011-02-161-4/+4
| | | | | | | | | R=rsleevi BUG=37560,45369,62027 TEST=none Review URL: http://codereview.chromium.org/6525042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75151 0039d316-1c4b-4281-b951-d872f2087c98
* detect cpu feature for all x64 and x86 platforms (no longer windows only).jiesun@chromium.org2011-02-163-5/+91
| | | | | | | | | BUG=None TEST=trybot Review URL: http://codereview.chromium.org/6526005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75150 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Fix middle click link issue in click handlerarv@chromium.org2011-02-161-12/+5
| | | | | | | | | | | | This makes sure we do not open a link twice (once due to the handler and once due to the browser behavior). BUG=Evan? TEST=Evan? Review URL: http://codereview.chromium.org/6250207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75149 0039d316-1c4b-4281-b951-d872f2087c98
* Restrict damaged region only for loading animationoshima@google.com2011-02-161-3/+3
| | | | | | | | | | | | My change r74970 mistakely restricted the damaged region for non loading animation. BUG=73138 TEST=hover mouse over inactive tab. background should be painted correctly. Review URL: http://codereview.chromium.org/6528048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75148 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing memory leak in CloudPolicyCacheoshima@google.com2011-02-161-0/+13
| | | | | | | | | | | | | There are so many in CloudPolicyCacheTest, so I'm suppressing them all in one shot. Please look into this issue as soon as possible. TBR=jkummerow@chromium.org BUG=73185 TEST=none Review URL: http://codereview.chromium.org/6530006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75147 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/6489030/ for simonmorris:sky@chromium.org2011-02-161-2/+4
| | | | | | | | | | | | | | Stop tooltips appearing for bookmark folders in drop-down menus from the bookmark bar. This only applies to views builds. BUG=72660 TEST=Create a bookmark folder within a bookmark folder, make it viewable from the bookmark bar, hover over it, and check that no tooltip appears. Review URL: http://codereview.chromium.org/6524043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75146 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r74842willchan@chromium.org2011-02-1631-1149/+1454
| | | | | | | | | | | The bug was that the ProfilePolicyContext was getting initialized before the ProfileImplIOData::Handle was initialized. BUG=67237 TEST=none Review URL: http://codereview.chromium.org/6526029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75143 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some of the more common chromium-style errors on the mac clang builder.erg@google.com2011-02-1615-41/+91
| | | | | | | | | BUG=none TEST=compiles Review URL: http://codereview.chromium.org/6525038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75141 0039d316-1c4b-4281-b951-d872f2087c98
* Allow proxy settings to be modified in guest session.kuan@chromium.org2011-02-166-39/+60
| | | | | | | | | | | | This also sets the design that all settings that can be modified for guest session must have their paths prefixed by "cros.session.". BUG=chromium-os:9477 TEST=sign in as guest, modify proxy settings via chrome://settings/proxy, verify chrome://net-internals/#proxy reflect the new settings. Review URL: http://codereview.chromium.org/6458019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75138 0039d316-1c4b-4281-b951-d872f2087c98
* Removing file that no longer exists.joi@chromium.org2011-02-161-1/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6526051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75136 0039d316-1c4b-4281-b951-d872f2087c98
* CSS style for chromoting main pagehclam@chromium.org2011-02-161-1/+1
| | | | | | | | | | | | | Change the z-index of the status message to lower and give z-index to the chromoting scroll panel. The status message interfere with the normal user actions with the plugin so show it below the plugin. BUG=None TEST=None Review URL: http://codereview.chromium.org/6480066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75135 0039d316-1c4b-4281-b951-d872f2087c98
* [ChromeOS] Respect button.has_border flag.xiyuan@chromium.org2011-02-162-11/+10
| | | | | | | | | | | This is a follow up CL after r74986. BUG=chromium:41729 TEST=Verify chromium:41729 is fixed on ChromeOS. Review URL: http://codereview.chromium.org/6499029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75131 0039d316-1c4b-4281-b951-d872f2087c98
* Blacklist GPU features on Windows XP.zmo@google.com2011-02-162-2/+20
| | | | | | | | | | | Also, gpu blacklist is ignored if use-gl=osmesa; this is for chromium bots. BUG=72975 TEST=on XP WebGL is disabled Review URL: http://codereview.chromium.org/6526020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75130 0039d316-1c4b-4281-b951-d872f2087c98
* Re-mark DOMAutomationTest.FindByXPath as FLAKY on Windows.rsesek@chromium.org2011-02-161-1/+7
| | | | | | | | | | | | This is a partial-revert of http://codereview.chromium.org/6386018/ (r73125). BUG=61636 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/6524044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75129 0039d316-1c4b-4281-b951-d872f2087c98
* Autocomplete cleanup patch. Adds AutocompleteControllerDelegate insky@chromium.org2011-02-1625-248/+204
| | | | | | | | | | | | addition to the notification. The notification is now only sent out when done. Also makes the editmodel own the controller. BUG=none TEST=none Review URL: http://codereview.chromium.org/6519014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75126 0039d316-1c4b-4281-b951-d872f2087c98
* UI changes for GSM support.ers@chromium.org2011-02-164-73/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added GSM badges and the code to display them. New badges are for GPRS, EDGE, HSPA, HSPA Plus, LTE, and LTE Advanced. Because we may not have data plan usage information available from GSM carriers, I didn't create 'warn', 'error', and 'unknown' versions of these badges. On the network settings tab, monitor the connected or connecting Wi-Fi network (if any) and all cellular networks (if any) instead of just monitoring the current active network. This ensures that all network information on this tab will stay up to date. Non-connected Wi-Fi networks will show up to date signal strength information, because that info only comes back in scan results, which trigger a Manager property change in flimflam, which causes Chrome to fetch info for all networks. BUG=chromium-os:11292 TEST=With a T-Mobile SIM in the machine, set the carrier to T-Mobile. Observed display of "E" badge when using EDGE. Used an AT&T SIM, and observed display of "H" badge when using HSPA, and "3G" badge when using UMTS. Switched carrier to Verizon Wireless and checked that CDMA still works as it did before. For the network monitoring change, I opened the network settings tab and observed that even when the cellular network was not the one being used for network traffic, the signal strength and network technology badge were being updated as changes occurred. Review URL: http://codereview.chromium.org/6314019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75125 0039d316-1c4b-4281-b951-d872f2087c98
* Add a histogram to track application launches by type. Unfortunately, this ↵jstritar@chromium.org2011-02-1617-53/+350
| | | | | | | | | | | undercounts apps that are launched via a URL that redirects to the app's web extent. BUG=62410 TEST=None. Review URL: http://codereview.chromium.org/6312189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75122 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable NaCl tests until the next WebKit rollmnaganov@chromium.org2011-02-162-2/+4
| | | | | | | | TBR=pkasting BUG=73172 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75121 0039d316-1c4b-4281-b951-d872f2087c98
* Update minimum Flash version implementing NPP_ClearSiteData.bauerb@chromium.org2011-02-161-3/+2
| | | | | | | | | BUG=58235 TEST=none Review URL: http://codereview.chromium.org/6480115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75120 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes lack of referrer when prerendering.mmenke@chromium.org2011-02-1610-42/+117
| | | | | | | | | | | | Uses the final referrer from the prefetch URLRequest as the referrer for prerendered pages. BUG=72228 TEST=PrerenderBrowserTest.PrerenderReferrer Review URL: http://codereview.chromium.org/6486009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75119 0039d316-1c4b-4281-b951-d872f2087c98
* Fix text that refers to menu entries under Linux.mmenke@chromium.org2011-02-161-1/+1
| | | | | | | | | BUG=73058 TEST=none Review URL: http://codereview.chromium.org/6523037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75118 0039d316-1c4b-4281-b951-d872f2087c98
* Expose WebCore log channels on the chrome command linegavinp@chromium.org2011-02-169-8/+33
| | | | | | | | | | | | | | Add --webcore-log-channels=Loading,ResourceLoading to your chrome command line to get WebKit debugging joy. See third_party/WebKit/Source/WebCore/platform/Logging.cpp for a list of log levels. BUG=none TEST=none Review URL: http://codereview.chromium.org/6528016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75117 0039d316-1c4b-4281-b951-d872f2087c98
* Added new network technology badge icons for Chrome OS.ers@chromium.org2011-02-167-0/+5
| | | | | | | | | | | | | | This is logically part of http://codereview.chromium.org/6314019, but for whatever reason, the try server fails because it thinks the new PNGs can't be found when it tries to compile theme_resources.grd. I'm working around this by uploading the icons and .grd in this separate CL. BUG=chromium-os:11292 TEST=same tests described in the referenced CL TBR=chocobo@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75116 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75106 - New policy protobuf protocol.jkummerow@chromium.org2011-02-1637-2158/+1339
| | | | | | | | | | | | | | | | | (Second attempt to land http://codereview.chromium.org/6409040/) - cloud_policy.proto autogenerated from policy_templats.json - C++ method decoding the protobuf also autogenerated from policy_templates.json - changed policy fetching mechanism to fetch new-style policy protobufs BUG=68309, chromium-os:11253, chromium-os:11255 TEST=CloudPolicyCacheTest.*; also manual test against python testserver Review URL: http://codereview.chromium.org/6523058 TBR=jkummerow@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75115 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for the data race in disk_cachetimurrrr@chromium.org2011-02-161-0/+1
| | | | | | | | | BUG=64075 TBR=glider TEST=TSan/UI goes green Review URL: http://codereview.chromium.org/6523061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75114 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 78698:78702 to update windows test expectationsmnaganov@chromium.org2011-02-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75113 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.1.5.kmillikin@chromium.org2011-02-161-1/+1
| | | | | | | | BUG=none Review URL: http://codereview.chromium.org/6523059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75110 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 78635:78698mnaganov@chromium.org2011-02-161-1/+1
| | | | | | | | TBR=pkasting TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75109 0039d316-1c4b-4281-b951-d872f2087c98
* Don't compile in experimental GPU video decoding IPC handling for now.cevans@chromium.org2011-02-161-1/+3
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6473016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75108 0039d316-1c4b-4281-b951-d872f2087c98
* Update minimum Java version numbers to reflect the latest critical patch:cevans@chromium.org2011-02-161-2/+2
| | | | | | | | | | | | http://www.oracle.com/technetwork/java/javase/6u24releasenotes-307697.html BUG=73150 TEST=none TBR=bauerb Review URL: http://codereview.chromium.org/6529047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75107 0039d316-1c4b-4281-b951-d872f2087c98
* New policy protobuf protocol.jkummerow@chromium.org2011-02-1637-1339/+2158
| | | | | | | | | | | | | | | (Second attempt to land http://codereview.chromium.org/6409040/) - cloud_policy.proto autogenerated from policy_templats.json - C++ method decoding the protobuf also autogenerated from policy_templates.json - changed policy fetching mechanism to fetch new-style policy protobufs BUG=68309, chromium-os:11253, chromium-os:11255 TEST=CloudPolicyCacheTest.*; also manual test against python testserver Review URL: http://codereview.chromium.org/6523058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75106 0039d316-1c4b-4281-b951-d872f2087c98
* Improve error handling in Proxy Settings API.battre@chromium.org2011-02-162-86/+117
| | | | | | | | | | | This CL sets |error_| in all cases that are not guarded by the format validation of extension_api.json BUG=72705 TEST= Review URL: http://codereview.chromium.org/6524013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75104 0039d316-1c4b-4281-b951-d872f2087c98
* Forgotten to extend the 'supported_on' list of UserDataDir for mac.pastarmovj@chromium.org2011-02-161-2/+2
| | | | | | | | | BUG=49601 TEST=None Review URL: http://codereview.chromium.org/6526045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75103 0039d316-1c4b-4281-b951-d872f2087c98
* Implementation of custom PAC scripts in Proxy Settings API.battre@chromium.org2011-02-1611-15/+297
| | | | | | | | | BUG=50725 TEST= Review URL: http://codereview.chromium.org/6504004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75102 0039d316-1c4b-4281-b951-d872f2087c98
* Plumbing for WebIDBFactory::deleteDatabasejochen@chromium.org2011-02-167-18/+129
| | | | | | | | | BUG=72002 TEST=compiles Review URL: http://codereview.chromium.org/6524012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75101 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress memory leaks in GFXtimurrrr@chromium.org2011-02-161-0/+8
| | | | | | | | | BUG=73148 TEST=Valgrind bots go green on GFX TBR=hbono Review URL: http://codereview.chromium.org/6480113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75100 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Support guest mode disabled case for captive portal, update msg text.nkostylev@chromium.org2011-02-169-20/+68
| | | | | | | | | BUG=chromium-os:3281 TEST=manual Review URL: http://codereview.chromium.org/6523024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75099 0039d316-1c4b-4281-b951-d872f2087c98