- 08 Jun, 2012 40 commits
-
-
avi@chromium.org authored
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
-
jbates@chromium.org authored
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
-
benrg@chromium.org authored
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
-
maruel@chromium.org authored
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
-
vabr@chromium.org authored
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
-
gab@chromium.org authored
Clarify the use of --register-chrome-browser-suffix which triggers |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
-
gbillock@chromium.org authored
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
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141228 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
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
-
flackr@chromium.org authored
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
-
bshe@chromium.org authored
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
-
bshe@chromium.org authored
Fall back to use default wallpaper index when the logged in user didn't have 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
-
hashimoto@chromium.org authored
Move chromeos::GDataFileSystem::GetCacheDirectoryPath and GetCacheFilePath 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
-
pkotwicz@chromium.org authored
Add flag which shows visually places where hidpi resources are supported 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
-
avi@chromium.org authored
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
-
tbarzic@chromium.org authored
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
-
avi@chromium.org authored
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
-
acolwell@chromium.org authored
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
-
xiyuan@chromium.org authored
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
-
http://crrev.com/140760epoger@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10542063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141216 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
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
-
pkotwicz@chromium.org authored
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
-
szym@chromium.org authored
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
-
reveman@chromium.org authored
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
-
thakis@chromium.org authored
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
-
disher@chromium.org authored
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
-
bryeung@chromium.org authored
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
-
bryeung@chromium.org authored
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
-
pkotwicz@chromium.org authored
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
-
finnur@chromium.org authored
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
-
ivankr@chromium.org authored
BUG=131647 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10537073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141204 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141203 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control group: http://codereview.chromium.org/10541032/ Review URL: https://chromiumcodereview.appspot.com/10546027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141202 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
The collision due to the mosys serial_number key has been resolved, so we can now re-prioritize the keys to try serial_number first and then fall back to legacy keys. This is important for getting the correct serial number on newer ZGBs, because they now have a valid serial number in "serial_number", but a fake serial number in "sn". BUG=chromium-os:31652 TEST=Enterprise enrollment still works for all devices. Review URL: https://chromiumcodereview.appspot.com/10542072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141201 0039d316-1c4b-4281-b951-d872f2087c98
-
satish@google.com authored
The test requires a data file which is now in the whitelist of files copied over to device. Sample failure on the bot: http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Android/builds/10125/steps/Test%20suite%20content_unittests/logs/stdio BUG=None TEST=content_unittests should run successfully on the Android FYI builder. Review URL: https://chromiumcodereview.appspot.com/10532064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141200 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
These will be used by browser_tests on chromeos. BUG= TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10545071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141199 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
BUG=131783 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141198 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=130743 TEST=none Review URL: https://chromiumcodereview.appspot.com/10544003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141197 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
Candidate window is shown upper side of composition string if there is no space to be shown. However it become too often. According to CL, candidate window can be switched the side to be shown only one time. BUG=129119 TEST=manually done on Alex Review URL: https://chromiumcodereview.appspot.com/10542051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141196 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Undo the wrong disable I did in my previous CL. Details in bug. TBR=kkania BUG=131782 Review URL: https://chromiumcodereview.appspot.com/10537074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141195 0039d316-1c4b-4281-b951-d872f2087c98
-