- 13 Aug, 2012 40 commits
-
-
mad@chromium.org authored
BUG=136041 TEST=Make sure metro print actions are logged as histograms. Review URL: https://chromiumcodereview.appspot.com/10831272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151285 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
The installer will update the app host and install the binaries if only the app host is present at user-level and neither Chrome nor Binaries are present at system-level. R=robertshield BUG=138313 TEST=Install Chrome at system level, apps at user level. Uninstall chrome, then run 'setup.exe --multi-install --verbose-logging' Review URL: https://chromiumcodereview.appspot.com/10829298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151283 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
*) Profile image spinner visible again. *) Camera snapshot can no longer be taken while initializing. BUG=141274 Review URL: https://chromiumcodereview.appspot.com/10825319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151281 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=142332 Review URL: https://chromiumcodereview.appspot.com/10837220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151280 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Also, consolidate infobar delegate interfaces under infobars/ rather than some under infobars/ and some under tab_contents/, as the ones under tab_contents/ were not coupled with tab_contents/ in any way. Remove feedback/proto/extension.pb.h from Autofill's DEPS file simply by dropping the include, it was not being used. BUG=140037,138280 Review URL: https://chromiumcodereview.appspot.com/10843071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151279 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
The signals coming currently via DNSObserver are too noisy. DnsConfigService can weed out false positives, so switch to using it exclusively. BUG=142138 TEST=network requests work after network changes Review URL: https://chromiumcodereview.appspot.com/10830271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151278 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is part of Chrome for Android upstreaming. This line was introduced by r137387 which turned |sock| into a scoped_refptr rather than a raw pointer (that needed to be initialized). This assignment is obviously not needed anymore. Internally we don't have this extra '= NULL' which causes an unnecessary diff. BUG=136750 Review URL: https://chromiumcodereview.appspot.com/10855123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151276 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This was an unnecessary downstream vs upstream diff. BUG=136750 Review URL: https://chromiumcodereview.appspot.com/10837218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151275 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=142316 TBR=kbr Review URL: https://chromiumcodereview.appspot.com/10834292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151274 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Annotate _mesa_add_parameter with __attribute__((no_address_safety_analysis)) to suppress a report from AddressSanitizer BUG=142316 TBR=kbr Review URL: https://chromiumcodereview.appspot.com/10823286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151272 0039d316-1c4b-4281-b951-d872f2087c98
-
alexst@chromium.org authored
This change only turns on blending for the last part of the minimize and first part of the maximize animation to save bandwidth and increase frame rate. This change also properly hides the window only once the animation is complete instead of cutting off the minimize animation with an implicit one. BUG=135177 Review URL: https://chromiumcodereview.appspot.com/10825162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151271 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151270 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none TBR=ben@chromium.org R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151269 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
TBR=yutak@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10828239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151268 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Also remove the per-platform PlatformResourceProvider function. Based on http://codereview.chromium.org/10826242/ by shouqun.liu@intel.com BUG=90445 Review URL: https://chromiumcodereview.appspot.com/10830260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151267 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=83566 TBR=kinuko Review URL: https://chromiumcodereview.appspot.com/10855126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151266 0039d316-1c4b-4281-b951-d872f2087c98
-
ibraaaa@google.com authored
Preprocessing version number for plugins to ignore leading zeros during comparisons. This eliminates wrong version number comparisons for versions like 1.7.0_05 vs. 1.7.0_5 BUGR=137388 Review URL: https://chromiumcodereview.appspot.com/10828279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151265 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151264 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
In FileManager send 'on-completed' event only when a scan is completed. Send 'on-cancelled' event when a scan is cancelled. Make search & usual spinner work with these events. BUG=141381 Review URL: https://chromiumcodereview.appspot.com/10824277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151263 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=137981 TEST=Test that dropping image from third party page has no effect. Test that files from other file manager windows do drop. Review URL: https://chromiumcodereview.appspot.com/10854117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151262 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=23433 TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10828283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151260 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=141142 Review URL: https://chromiumcodereview.appspot.com/10825318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151259 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=129203 TEST=Run chrome with --force-device-scale-factor=2 and go to bookmark manager, folder icons are high dpi. Review URL: https://chromiumcodereview.appspot.com/10855106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151258 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
This broke the WebKit Chromium Android bot. BUG=142322 Review URL: https://chromiumcodereview.appspot.com/10829291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151257 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
We deprecated it when we added RevokeFileSystemByPath but it looks we still want it. BUG=none TEST=IsolatedContextTest.RegisterAndRevokeTest Review URL: https://chromiumcodereview.appspot.com/10837217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151256 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=140887 Review URL: https://chromiumcodereview.appspot.com/10855124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151255 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
*) Animation time shortened to 200ms. *) Progress bar hidden during initial transition. *) Update screen size fixed. *) Screens are not forced to have equal size in old UI. *) No initial border flicking on login screen. *) No initial network dropdown flickering in OOBE (no slightest idea why). BUG=141560 Review URL: https://chromiumcodereview.appspot.com/10826267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151254 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
(In usual call path it errors out before it calls into FileUtil) BUG=none TEST=IsolatedFileUtilTest.UnregisteredPathsTest Review URL: https://chromiumcodereview.appspot.com/10825316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151253 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/10836080/peter@chromium.org authored
This CL broke the WebKit Android build bot and EWS bots by exporting CC and CXX, which caused the global make settings as defined in gyp to be ignored. Original review URL: https://chromiumcodereview.appspot.com/10836192 TBR=yfriedman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151251 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=141807 TEST=Navigate to a folder in Google Drive in the File Manager. Press Ctrl+R. Ensure file the list is correct (before the fix it used to contain Google Drive root directory content). Also checked the behavior described in the issue. Review URL: https://chromiumcodereview.appspot.com/10826260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151250 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151248 0039d316-1c4b-4281-b951-d872f2087c98
-
yutak@chromium.org authored
TBR=fmalita@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10836207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151247 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=141055 Review URL: https://chromiumcodereview.appspot.com/10854092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151246 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=kinaba@chromium.org BUG=126980 Review URL: https://chromiumcodereview.appspot.com/10831279 TBR=zork@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151241 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151240 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=kinaba@chromium.org BUG=126980 Review URL: https://chromiumcodereview.appspot.com/10831279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151238 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
They were used in file_util_helper.cc and by tests only, and is not needed to exist separate implementation per FileUtil. Can I remove it like this? BUG= Review URL: https://chromiumcodereview.appspot.com/10855039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151234 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Failing on the ChromiumOS Dbg Bots. BUG=141497,139117 TEST=none TBR=jochen Review URL: https://chromiumcodereview.appspot.com/10837188 TBR=dalecurtis@google.com Review URL: https://chromiumcodereview.appspot.com/10825315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151233 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
due to fame navigation flakiness. TBR=jochen@chromium.org BUG=141497 Review URL: https://chromiumcodereview.appspot.com/10827258 TBR=mmenke@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151232 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151227 0039d316-1c4b-4281-b951-d872f2087c98
-