- 16 Apr, 2012 2 commits
-
-
tzik@chromium.org authored
BUG=103018,116615 TEST='FileSystemDirectoryDatabaseTest.*' Review URL: https://chromiumcodereview.appspot.com/9910005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132369 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=123497 Review URL: http://codereview.chromium.org/10096003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132368 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Apr, 2012 14 commits
-
-
thakis@chromium.org authored
It has been removed from -Wall in clang r143248 (Oct 2011), so there's no need to explicitly disable it. No behavior change. BUG=none TEST=none TBR=hans NOTRY=true Review URL: http://codereview.chromium.org/10097002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132367 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132363 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
The canary is pretty broken without this roll so I'm leaving it in place and disabling this test for now. BUG=123503 TBR=zmo@chromium.org Review URL: https://chromiumcodereview.appspot.com/10094004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132361 0039d316-1c4b-4281-b951-d872f2087c98
-
tedvessenes@gmail.com authored
R=grt@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/10020014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132360 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132359 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
ThreadedCompositorTest.ThreadedCompositor test started failing with the previous roll so I'm excluding some compositor changes that aren't needed to unbust the canary in an attempt to quickly fix this test. WebKit revision 114200 is the one needed to "fix" the canary. TBR=scheib@chromium.org BUG=123313 Review URL: https://chromiumcodereview.appspot.com/10093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132358 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=117493 TEST=none Review URL: http://codereview.chromium.org/10084020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132357 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Apparently it really should be a DCHECK. TBR=jam@chromium.org BUG=123495 BUG=119250 Review URL: http://codereview.chromium.org/10094003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132356 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132355 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
Roll WebKit deps to make the canary usable. BUG=123313 TBR=scheib@chromium.org Review URL: https://chromiumcodereview.appspot.com/10093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132354 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
The version number now follows the form major.minor.build.patch. Major & minor versions come from remoting/VERSION. Build & patch versions come from chrome/VERSION. BUG=122721 TEST=Remoting web-app, plugins and host component executables & DLLs have matching versions in the above form, if versioned. Review URL: http://codereview.chromium.org/10075002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132353 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
BUG=123378 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/9972003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132352 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This corrects a typo in an earlier ClientSession input pipeline cleanup CL. Review URL: http://codereview.chromium.org/10082042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132351 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Interesting changes in this range: * The tooling infrastructure landed. Not observable, but it makes it easier to write clang tools. * Honor -fno-pic, pie support * Better diagnostics for several c++11 features * Cross-compiler changes that hopefully make CrOs clang builds simpler * Many LTO fixes Also pick up a minor change to the style plugin: Instead of ignoring problems below out/, it now ignores them below gen/ and geni/. This should make it work better with custom build directories. BUG=none TEST=none TBR=mark Review URL: http://codereview.chromium.org/10081013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132350 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Apr, 2012 24 commits
-
-
tfarina@chromium.org authored
TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10092001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132349 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132348 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Changed InProcessBrowserTest to allow us to use SetUpCommandLine to specify a UserDataDir via the kUserDataDir switch. It appears this was intended in the original code, since CreateUserDataDirectory currently checks the commandline for the presence of kUserDataDir. BUG=122883 TEST=None Review URL: http://codereview.chromium.org/10037023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132347 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
R=nirnimesh Review URL: http://codereview.chromium.org/10084021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132346 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
TBR=zmo Review URL: https://chromiumcodereview.appspot.com/10073034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132345 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@google.com authored
TBR=maruel Review URL: https://chromiumcodereview.appspot.com/10084032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132343 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@google.com authored
We need to be able to merge it back into one final xml file if we want the flakiness dashboard to work. Review URL: https://chromiumcodereview.appspot.com/10082014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132342 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This patch makes UpdateRecommendedMessageBox more cleaner. R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10084023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132335 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=122953 Review URL: http://codereview.chromium.org/10068016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132334 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
CleanFlimflamDirs() restarts flimflam but does not wait for it to be fully initialized before returning. This CL mitigates the issue by restarting Chrome next, giving flimflam ample time to initialize before the test actually continues. A proper fix will be developed in crosbug.com/29421. BUG=chromium-os:29400 TEST=PyAuto chromeos_onc.py Review URL: http://codereview.chromium.org/10084005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132333 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132330 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
This archive contains all the files that need to be signed or are required to build the Me2Me host installer. This is a re-land of r132270. BUG=122228 TEST=None Review URL: http://codereview.chromium.org/10079027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132328 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=123184 TEST= Review URL: http://codereview.chromium.org/10082013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132327 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Review URL: http://codereview.chromium.org/10073028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132326 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=123384 Review URL: http://codereview.chromium.org/10081025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132325 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Found by clang's newly enabled -Wliteral-conversion: ../../chrome/browser/ui/cocoa/download/download_item_cell.mm:75:40: error: implicit conversion turns literal floating-point number into integer: 'double' to 'const int' [-Werror,-Wliteral-conversion] const int kCompleteAnimationDuration = 2.5; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~ ../../chrome/browser/ui/cocoa/download/download_item_cell.mm:78:43: error: implicit conversion turns literal floating-point number into integer: 'double' to 'const int' [-Werror,-Wliteral-conversion] const int kInterruptedAnimationDuration = 2.5; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~ 2 errors generated. BUG=none TEST=download animation runs 0.5s longer. Review URL: http://codereview.chromium.org/10082026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132324 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Also remove an obsolete comment. BUG=121612 TEST=none Review URL: http://codereview.chromium.org/9950139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132323 0039d316-1c4b-4281-b951-d872f2087c98
-
https://chromiumcodereview.appspot.com/10073005zelidrag@chromium.org authored
gdata: Remove OnDirectoryChanged from MockGDataSyncClient, added MockDirectoryChangeObserver for directory change notifications. BUG=none TEST=existing GDataFileSystemTest.* Review URL: https://chromiumcodereview.appspot.com/10081032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132322 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
pageActions.enableForTab was using the same framework as the newer pageAction API, which expects a tab ID for the first argument. BUG=122833 TEST=Load the extension from the bug. Review URL: http://codereview.chromium.org/10034037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132321 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Reset tooltip_controller explicitly so that timer stops at shutdown. Use tray_ reference in SystemTrayDelegate instead of going through ash instance. Make sure delegates doesn't access tray after the tray has been deleted. BUG=104998 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131902 Review URL: http://codereview.chromium.org/9968101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132320 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
BUG=122363 TEST=Print webpage using system print dialog on Windows. Output should look normal. Review URL: http://codereview.chromium.org/10071024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132319 0039d316-1c4b-4281-b951-d872f2087c98
-
kgr@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/10020052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132318 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Review URL: http://codereview.chromium.org/10081026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132317 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=121580, 122841 TEST=None Review URL: http://codereview.chromium.org/9969164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132316 0039d316-1c4b-4281-b951-d872f2087c98
-