- 08 Jun, 2012 40 commits
-
-
motek@chromium.org authored
Remove widgets related to restoring the default browser from uninstall view when default settings cannot be restored. BUG=123320 TEST=N/A Review URL: https://chromiumcodereview.appspot.com/10453048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141270 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141269 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=none CID=104188 Review URL: https://chromiumcodereview.appspot.com/10546075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141268 0039d316-1c4b-4281-b951-d872f2087c98
-
halyavin@google.com authored
Remove old code that uses command-line passed to NaCl loader to find this switch. BUG= 131381 TEST= manual Review URL: https://chromiumcodereview.appspot.com/10545085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141267 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Password Manager. BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10542078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141266 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
R=eroman@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10532067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141265 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Do not add it to Dtrace and LogmanTrace yet since it requires more surgery. So only enable the smoke test on linux. R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10541064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141264 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=sky@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10540081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141263 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
This is part 1 of converting public synchronous functions in GDataFileSystem to asynchronous. Eliminate the helper class GDataFileProperties and the public synchronous function GetFileInfoByPath(). BUG=127048 TEST=unit_tests, browser_tests Review URL: https://chromiumcodereview.appspot.com/10543037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141262 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
As part of the effort to build unit-tests on Android, this CL abstracts out references to the Browser object from the extension install ui code. For this, ExtensionInstallUI has been renamed ExtensionInstallPrompt and the UI specific bits have been moved to a new class that took the old name ExtensionInstallUI. BUG=None TEST=You should be able to install an extension. All browser tests/unit tests should pass. Review URL: https://chromiumcodereview.appspot.com/10388252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141261 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141260 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
TBR= BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10544079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141259 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Currently all VideoDecodeAccelerator::Clients use GL_TEXTURE_2D as their texture target. Unfortunately the Mac decoder only supports GL_TEXTURE_RECTANGLE_ARB texture targets. This CL allows decoders to choose which texture target they want. BUG=127414 TEST= Review URL: https://chromiumcodereview.appspot.com/10392141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141258 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Lifetime. BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10537079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141257 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
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
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141255 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
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
-
ojan@chromium.org authored
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
-
atwilson@chromium.org authored
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
-
alecflett@chromium.org authored
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
-
avi@chromium.org authored
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
-
atwilson@chromium.org authored
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
-
craigdh@chromium.org authored
Switch back to the old method of launching the login flow while keeping some 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
-
derat@chromium.org authored
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
-
rvargas@google.com authored
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
-
ttuttle@chromium.org authored
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
-
oshima@chromium.org authored
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
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141242 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
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
-
jvoung@chromium.org authored
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
-
alexeypa@chromium.org authored
Make Chromoting Host report crashes to Breakpad (Windows only). The user 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
-
maruel@chromium.org authored
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
-
jennyz@google.com authored
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
-
tsepez@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10540057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141236 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-