summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppression for leak from GDataFileSystemTestsatorux@chromium.org2012-06-081-8/+0
| | | | | | | | | | | crrev.com/140552 fixed the leak. BUG=121450 TEST=none Review URL: https://chromiumcodereview.appspot.com/10534068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141256 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141255 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp 1409:1413steveblock@chromium.org2012-06-081-1/+1
| | | | | | | | | | | r1410 Fix bug in ninja/msvs/scons generator when there's no default action. r1411 Make backends robust to rules and actions containing slashes r1412 ninja windows: support alternative entrypoints. r1413 Fix make backend to correctly handle rules with output files of the same name Review URL: https://chromiumcodereview.appspot.com/10536070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141254 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PrerenderTaskManager. It's flaky on Win (dbg).ojan@chromium.org2012-06-081-1/+2
| | | | | | | | | | | TBR=dominich@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10533066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141253 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ScreenLocker to not send notifications with empty passwords.atwilson@chromium.org2012-06-081-14/+12
| | | | | | | | | | | | bartfab ran into this as a result of an unrelated patch he was testing. The logic in ScreenLocker should match that in LoginUtils, and not send this notification out if the password is blank. BUG=chromium-os:31600 TEST=none Review URL: https://chromiumcodereview.appspot.com/10544043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141252 0039d316-1c4b-4281-b951-d872f2087c98
* enable transaction_get_test, make it less flakeyalecflett@chromium.org2012-06-082-4/+3
| | | | | | | | | | BUG=131832 TEST= Review URL: https://chromiumcodereview.appspot.com/10545092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141250 0039d316-1c4b-4281-b951-d872f2087c98
* TabContentsWrapper -> TabContents, part 23.avi@chromium.org2012-06-088-53/+46
| | | | | | | | | | | | Prerender. BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10540078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141249 0039d316-1c4b-4281-b951-d872f2087c98
* Clear notifier when PrefService is destroyed.atwilson@chromium.org2012-06-081-0/+1
| | | | | | | | | | | | | Clear out the notifier in the PrefService destructor, to make it easier to diagnose cases where a PrefChangeRegistrar outlives the PrefService. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10547002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141248 0039d316-1c4b-4281-b951-d872f2087c98
* Switch back to the old method of launching the login flow while keeping some ↵craigdh@chromium.org2012-06-086-36/+63
| | | | | | | | | | | | | | of the benefits of the new method. BUG=chromium-os:31470 TEST=functional/chromeos_login.py Change-Id: I31555baedabb76f049b568479d7db42eebf105cc Review URL: https://chromiumcodereview.appspot.com/10533038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141247 0039d316-1c4b-4281-b951-d872f2087c98
* linux: Pass subpixel positioning setting to WebKit.derat@chromium.org2012-06-087-13/+42
| | | | | | | | | | | | | | | | This makes us configure renderers appropriately based on --enable-text-subpixel-positioning. It also updates SandboxIPCProcess to pass the flag through so the results returned by its calls to WebFontInfo::renderStyleForStrike() will reflect the setting. BUG=125066 TEST=manual: both regular and web fonts within the renderer use subpixel positioning when --enable-text-subpixel-positioning is set Review URL: https://chromiumcodereview.appspot.com/10540038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141246 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Pre-read file headers when opening files (posix).rvargas@google.com2012-06-081-2/+8
| | | | | | | | BUG=128140 TEST=none Review URL: https://chromiumcodereview.appspot.com/10454093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141245 0039d316-1c4b-4281-b951-d872f2087c98
* Make dns_fuzz_stub read and parse JSON test casettuttle@chromium.org2012-06-081-12/+82
| | | | | | | | | | BUG=130751 TEST=Adhoc; converted sample test case to JSON, and stub still works Review URL: https://chromiumcodereview.appspot.com/10527004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141244 0039d316-1c4b-4281-b951-d872f2087c98
* Use unique name for property deallocator.oshima@chromium.org2012-06-081-7/+7
| | | | | | | | | | | | | Move type completeness check into functino. anonymous namespaces within the same namespace are treated as the same namespace. This is to avoid duplicated definitions. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10533063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141243 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-081-6/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141242 0039d316-1c4b-4281-b951-d872f2087c98
* Show account part of the display email when real name is not available.saintlou@chromium.org2012-06-084-6/+14
| | | | | | | | | | | | And add better handling of corner case failures. TBR=davemoore@chromium.org (for chrome/browser/chromeos/cros/onc_network_parser.cc) BUG=131630 TEST=none Review URL: https://chromiumcodereview.appspot.com/10541036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141241 0039d316-1c4b-4281-b951-d872f2087c98
* Update PNaCl rev for SDK to 8847 -- pulls in fix for "-pthread" bug.jvoung@chromium.org2012-06-081-6/+6
| | | | | | | | | BUG= none TEST= native_client_sdk/src/sdktry-git.sh Review URL: https://chromiumcodereview.appspot.com/10534056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141240 0039d316-1c4b-4281-b951-d872f2087c98
* Make Chromoting Host report crashes to Breakpad (Windows only). The user ↵alexeypa@chromium.org2012-06-0816-11/+578
| | | | | | | | | | | | must enable crash dumps collection by setting the "usagestats" value in the ClientState or ClientStateMedium key. BUG=130678 TEST=remoting_unittests.BreakpadWinDeathTest Review URL: https://chromiumcodereview.appspot.com/10495003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141239 0039d316-1c4b-4281-b951-d872f2087c98
* Add ApiBase.Tracer.post_process_log() to do implementation specific one-time ↵maruel@chromium.org2012-06-081-210/+209
| | | | | | | | | | | | | | | | | | | | | mangling of the logs. This permits, along with the 'with' statement, to have automatic fix up of the logs upon tracing session termination. Standardize on "logname" variable instead of "filename". Still move more code around a bit. NOTRY=true R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10537059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141238 0039d316-1c4b-4281-b951-d872f2087c98
* Add battery status to settings row in uber tray bubble.jennyz@google.com2012-06-0811-214/+414
| | | | | | | | | BUG=127771 TEST=power status showing on settings row if the battery presents. Review URL: https://chromiumcodereview.appspot.com/10540041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141237 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup - remove ModuleLocalThreadAdapter.tsepez@chromium.org2012-06-081-326/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10540057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141236 0039d316-1c4b-4281-b951-d872f2087c98
* TabContentsWrapper -> TabContents, part 11.avi@chromium.org2012-06-089-49/+47
| | | | | | | | | | | | Downloads. BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10545064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141235 0039d316-1c4b-4281-b951-d872f2087c98
* Fix logic reversal bug in TraceMessageFilter.jbates@chromium.org2012-06-082-8/+13
| | | | | | | | | BUG=131326 Review URL: https://chromiumcodereview.appspot.com/10536034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141234 0039d316-1c4b-4281-b951-d872f2087c98
* Update theme_resources_touch_2x.grd to point to new assetbenrg@chromium.org2012-06-081-1/+1
| | | | | | | | | | TBR=ben@chromium.org BUG=131658 TEST=build Review URL: https://chromiumcodereview.appspot.com/10538053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141233 0039d316-1c4b-4281-b951-d872f2087c98
* Slowly transition to the "with api.get_tracer() as tracer:".maruel@chromium.org2012-06-082-33/+29
| | | | | | | | | | | | | | | This will permit in the end to be able to do multiple traces concurrently. Still not using 'tracename' parameter. NOTRY=true R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10543058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141232 0039d316-1c4b-4281-b951-d872f2087c98
* Moving the tabs_module API into a separate directory in api/vabr@chromium.org2012-06-0827-60/+61
| | | | | | | | | | | | | | Also, splitting extension_tab_modules_constants namespace into extensions::tab_modules_constants. BUG=101244 TEST=N/A, only moving code, no change in functionality TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10544023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141231 0039d316-1c4b-4281-b951-d872f2087c98
* Clarify the use of --register-chrome-browser-suffix which triggers ↵gab@chromium.org2012-06-081-2/+4
| | | | | | | | | | | | |unique_suffix| in ShellUtil::RegisterChromeBrowser() BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10535061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141230 0039d316-1c4b-4281-b951-d872f2087c98
* Change to use webkit intent delivery.gbillock@chromium.org2012-06-082-145/+81
| | | | | | | | | | BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10412058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141229 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141228 0039d316-1c4b-4281-b951-d872f2087c98
* Use a fresh, temporary profile when running content_shell in DRT modejochen@chromium.org2012-06-083-0/+14
| | | | | | | | | | | | Also fix layout test controller bindings after my last change BUG=none TEST=manual Review URL: https://chromiumcodereview.appspot.com/10545087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141227 0039d316-1c4b-4281-b951-d872f2087c98
* Roll grit to r46.flackr@chromium.org2012-06-081-1/+1
| | | | | | | | | | BUG=131483 TEST=All tests pass. Review URL: https://chromiumcodereview.appspot.com/10537076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141226 0039d316-1c4b-4281-b951-d872f2087c98
* Change custom wallpaper picker button text from custom to browsebshe@chromium.org2012-06-081-1/+1
| | | | | | | | | | | | TBR=saintlou@chromium.org BUG=131500 TEST= Go to wallpaper picker page, verify if the "Custom..." button changed to "Browse...". Review URL: https://chromiumcodereview.appspot.com/10538058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141225 0039d316-1c4b-4281-b951-d872f2087c98
* Fall back to use default wallpaper index when the logged in user didn't have ↵bshe@chromium.org2012-06-081-24/+34
| | | | | | | | | | | | | | | | | | index saved in LocalState. BUG=130685 TEST= 1. Install R20 build 2. Add few new users 3. Verify that all new added users have default wallpaper set(Do not change wallpaper) 4. Autoupdate to R21 build 5. Check the existing users desktop wallpaper Expected: default wallpaper should show up instead of a black wallpaper. Review URL: https://chromiumcodereview.appspot.com/10527006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141224 0039d316-1c4b-4281-b951-d872f2087c98
* Move chromeos::GDataFileSystem::GetCacheDirectoryPath and GetCacheFilePath ↵hashimoto@chromium.org2012-06-088-222/+266
| | | | | | | | | | | | | | | | implementation to GDataCache This is a part of an effort to move cache related code from GDataFileSystem to GDataCache. GDataFileSystem::GetCacheDirectoryPath and GetCacheFilePath are still provided to serve a number of existing users, this is a temporary solution. cache_paths() and kMountedArchiveFileExtension are exposed as a temporary solution. Tests for these methods are not moved from GDataFileSystemTest in this change, they will be removed and reimplemented once we finish moving other methods and get ready to do more comprehensive test in GDataCacheTest. BUG=131756 TEST=unit_tests --gtest_filter="GData*" Review URL: https://chromiumcodereview.appspot.com/10545084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141223 0039d316-1c4b-4281-b951-d872f2087c98
* Add flag which shows visually places where hidpi resources are supported ↵pkotwicz@chromium.org2012-06-083-0/+46
| | | | | | | | | | | however a hidpi resource cannot be shown because of missing assets Bug=131631 Test=manual Review URL: https://chromiumcodereview.appspot.com/10494013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141222 0039d316-1c4b-4281-b951-d872f2087c98
* TabContentsWrapper -> TabContents, part 5.avi@chromium.org2012-06-0815-72/+63
| | | | | | | | | | | | Autofill. BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10546054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141221 0039d316-1c4b-4281-b951-d872f2087c98
* Fix file handler executer setting wrong cache path permissions on drive.tbarzic@chromium.org2012-06-082-5/+7
| | | | | | | | | | BUG=None TEST=RemoteFileSystem.RemoteMountPoint Review URL: https://chromiumcodereview.appspot.com/10536065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141220 0039d316-1c4b-4281-b951-d872f2087c98
* TabContentsWrapper -> TabContents, part 9.avi@chromium.org2012-06-081-13/+13
| | | | | | | | | | | | Content Settings. BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10544056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141219 0039d316-1c4b-4281-b951-d872f2087c98
* Add webm_ebml_element test file.acolwell@chromium.org2012-06-081-0/+0
| | | | | | | | | | TBR=acolwell@chromium.org BUG=122913 TEST=None Review URL: https://chromiumcodereview.appspot.com/10536072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141218 0039d316-1c4b-4281-b951-d872f2087c98
* app_list: App list bubble should move with anchor widget.xiyuan@chromium.org2012-06-081-0/+1
| | | | | | | | | BUG=129768 TEST=Verify app list bubble is at correct position with an auto-hide launcher bar. Review URL: https://chromiumcodereview.appspot.com/10537061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141217 0039d316-1c4b-4281-b951-d872f2087c98
* Roll out http://crrev.com/140760 , because we encountered errors when ↵epoger@google.com2012-06-082-1829/+333
| | | | | | | | rebaselining in webkit. Review URL: https://chromiumcodereview.appspot.com/10542063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141216 0039d316-1c4b-4281-b951-d872f2087c98
* Make imageSkia:::extractSubset multi-image aware.kevers@chromium.org2012-06-082-8/+26
| | | | | | | | | | BUG=127791. TEST=Manually. Review URL: https://chromiumcodereview.appspot.com/10532009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141215 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 141206 - NSImageRep can have a size which is not it's pixel size.pkotwicz@chromium.org2012-06-082-56/+29
| | | | | | | | | | | | | | | | Fix conversion between NSImage to ImageSkia for when this is the case. Also changed unittest constants to be kWidth1x, kHeight1x etc Test=ImageMacTest.NSImageWithResizedNSImageRepToImageSkia Bug=None Review URL: https://chromiumcodereview.appspot.com/10545069 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10535079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141214 0039d316-1c4b-4281-b951-d872f2087c98
* [net/dns] Don't use memset to initialize a struct with string16 members.szym@chromium.org2012-06-081-2/+1
| | | | | | | | | | | | | Forcing string16 to 0 leads to iterator compatiblity check crash in MSVS2010 Debug builds. This bug was diagnosed by tom.cassiotis@gmail.com BUG=131589 TEST=Start MSVS2010 Debug build of chrome.exe Review URL: https://chromiumcodereview.appspot.com/10545065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141213 0039d316-1c4b-4281-b951-d872f2087c98
* Allow --aura-host-window-use-fullscreen to be used without chromeos=1.reveman@chromium.org2012-06-081-4/+10
| | | | | | | | | | BUG=131744 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10538052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141212 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Basic HighDPI implementation for web contents.thakis@chromium.org2012-06-085-11/+37
| | | | | | | | | | | | | | | Depends on https://bugs.webkit.org/show_bug.cgi?id=88596 The basics work, but a lot of stuff is broken (e.g. switching resolutions while chrome is running). BUG=31960 TEST=Go HighDPI, launch chrome. No longer pixely. TBR=sky Review URL: https://chromiumcodereview.appspot.com/10537067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141211 0039d316-1c4b-4281-b951-d872f2087c98
* Detect output state at startup to avoid changesdisher@chromium.org2012-06-082-2/+114
| | | | | | | | | | | | | | | Resetting the state of the outputs causes a black flash on the screen so avoid doing this in the cases where the outputs were already configured such that they were in a state we can recognize. BUG=chromium:130943 TEST=Manually tested on lumpy with extra instrumentation to ensure that logging in as guest does not change the CRTCs. Review URL: https://chromiumcodereview.appspot.com/10532053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141209 0039d316-1c4b-4281-b951-d872f2087c98
* Improve errors for the bluetooth.connect APIbryeung@chromium.org2012-06-081-0/+4
| | | | | | | | | | | | TEST=none BUG=none R=asargent@chromium.org Review URL: https://chromiumcodereview.appspot.com/10539054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141208 0039d316-1c4b-4281-b951-d872f2087c98
* Remove UUID sanity check.bryeung@chromium.org2012-06-081-6/+0
| | | | | | | | | | | | | | | | The UUID will not be listed for some services advertised over SDP, so this check is no longer reliable. Adding the full check for SDP services will be too resource intensive to be worthwhile. BUG=none TEST=none R=keybuk@chromium.org Review URL: https://chromiumcodereview.appspot.com/10538044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141207 0039d316-1c4b-4281-b951-d872f2087c98
* NSImageRep can have a size which is not it's pixel size.pkotwicz@chromium.org2012-06-082-29/+56
| | | | | | | | | | | | | Fix conversion between NSImage to ImageSkia for when this is the case. Also changed unittest constants to be kWidth1x, kHeight1x etc Test=ImageMacTest.NSImageWithResizedNSImageRepToImageSkia Bug=None Review URL: https://chromiumcodereview.appspot.com/10545069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141206 0039d316-1c4b-4281-b951-d872f2087c98
* Upgrade process: Add an error message for when CoCreateInstance fails.finnur@chromium.org2012-06-082-13/+37
| | | | | | | | BUG=96477 TEST=This requires a special build of Google Update to test... Review URL: https://chromiumcodereview.appspot.com/10537039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141205 0039d316-1c4b-4281-b951-d872f2087c98