- 13 Aug, 2012 40 commits
-
-
erikwright@chromium.org authored
R=gab BUG=138615 TEST=setup.exe --multi-install --chrome; setup.exe --multi-install --uninstall --chrome; (check 'Delete user profile' option); verify C:/Users/<you>/AppData/Local/Google/Chrome is gone. Review URL: https://chromiumcodereview.appspot.com/10832210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151354 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
BUG=127323 TEST=Enabled tests for refactored panels on Linux Review URL: https://chromiumcodereview.appspot.com/10831226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151353 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
This context3d is meant to be created on the render thread but can only be dereferenced on the compositor thread. Before this CL this was violated as RenderThreadImpl::GetGpuVDAContext3D() checked for context loss to decide whether to recreate the context. Now context loss proactively notifies the render thread, instead. BUG=142047 Review URL: https://chromiumcodereview.appspot.com/10832264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151352 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
of DownloadFileImpl by DownloadItemImpl. BUG=123998 R=benjhayden@chromium.org Review URL: https://chromiumcodereview.appspot.com/10799005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151351 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=110111 Review URL: https://chromiumcodereview.appspot.com/10827265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151350 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=140037 Review URL: https://chromiumcodereview.appspot.com/10854095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151348 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
This reverts commit 145978. BUG=136462,142388 TBR=rch@chromium.org Review URL: https://chromiumcodereview.appspot.com/10826284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151347 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Pings weren't sent, so this information was only collected locally. However, other parts of the RLZ code don't collect events for non-branded builds at all, so don't do it here either. BUG=141108,138158 Review URL: https://chromiumcodereview.appspot.com/10829302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151345 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151344 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
It's yet unclear how the GR receives two press-events for the same touch-point without a release/cancel-event before the second press, but when that does happen in a release build, try to handle it gracefully instead of crashing. BUG=134486 Review URL: https://chromiumcodereview.appspot.com/10834283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151342 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
chrome and skia. Review URL: https://chromiumcodereview.appspot.com/10830286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151341 0039d316-1c4b-4281-b951-d872f2087c98
-
frankwang@google.com authored
R=gavinp@chromium.org,darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151338 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
E.g. this makes the video_decode ppapi example not error out at EOS. Review URL: https://chromiumcodereview.appspot.com/10824281 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151337 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This is a patch taken over from zel's original patch: http://codereview.chromium.org/10832258/ BUG=131915 TEST=NetworkScreenTest.* and number of other tests should start passing in BVT CrOS tests TBR=zelidrag@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151336 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
BUG=142380 Review URL: https://chromiumcodereview.appspot.com/10831292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151335 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
The ant build files for each of the jars that we create consisted of only fairly straightforward boilerplate. With the recent changes to java.gypi and java_aidl.gypi we can now build these correctly from a single .xml with GYP passing in defines for the minor differences. BUG=136756 Review URL: https://chromiumcodereview.appspot.com/10831227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151334 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
BUG=141570 Review URL: https://chromiumcodereview.appspot.com/10832260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151333 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10826280 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151332 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=141932 Review URL: https://chromiumcodereview.appspot.com/10854122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151331 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10825296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151330 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
are related. BUG=142402 R=fischman Review URL: https://chromiumcodereview.appspot.com/10831291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151329 0039d316-1c4b-4281-b951-d872f2087c98
-
danhn@chromium.org authored
This change allows testing using Chrome webdriver on App v2 windows. It exposes (via window_handles) and allows switching control to App v2 windows for testing. BUG=6801177 Review URL: https://chromiumcodereview.appspot.com/10854026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151328 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10823239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151327 0039d316-1c4b-4281-b951-d872f2087c98
-
shalev@chromium.org authored
Due to a recent cl, URLRequest must get a non-NULL context in the constructor. This means that if-statements and DCHECKs that verify the existence of context are no longer needed. BUG=None Review URL: https://chromiumcodereview.appspot.com/10830124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151326 0039d316-1c4b-4281-b951-d872f2087c98
-
pauljensen@chromium.org authored
and narrow down offline false-positives. BUG=124069 Review URL: https://chromiumcodereview.appspot.com/10837123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151325 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This way, chrome should be able to set up user keystone on first run in most cases. Also don't offer installation if /Applications/Google Chrome.app already exists. BUG=128462 TEST= 1.) Run as user. Have chrome with system ticket and user keystone installed anywhere. -> Shouldn't offer installation. Have chrome with user ticket and user keystone installed anywhere. -> Shouldn't offer installation. Have chrome with system ticket and system keystone installed anywhere. -> Shouldn't offer installation. Have chrome with system ticket and system keystone installed anywhere. -> Shouldn't offer installation. Have chrome in /Applications, no matter owned by whom and no matter if with keystone set up. -> Shouldn't offer installation. Don't have chrome installed -> Offers to install, and creates /Applications/Google Chrome.app which is owned by the current user. On first launch, Chrome registers itself successfully for a user ticket without user interaction. 2.) Same as with 1, but run as root. Should have EXACTLY the same results, i.e. chrome is still installed as current user, and when run as the current user (not root) successfully registers itself. Review URL: https://chromiumcodereview.appspot.com/10834102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151324 0039d316-1c4b-4281-b951-d872f2087c98
-
gdk@chromium.org authored
Since IOBuffers cannot be zero-length, but are used to back zero-length URBs, allocate a single unused byte to back zero-length transfers. BUG=128636 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10826273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151323 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
We make sure no system call is commented out anymore. We change the policy in a minor way. BUG= Review URL: https://chromiumcodereview.appspot.com/10829286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151321 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Chrome would not incorrectly switch the roaming setting back and forth when the cellular connection is marked as always roaming and the roaming device settings was off. BUG=chromium-os:33439 TEST=Manual, see bug. Review URL: https://chromiumcodereview.appspot.com/10854112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151320 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
All the FileSystem implementations now handle missing files the same way (by throwing a FileNotFoundError). BUG=141664 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151078 Review URL: https://chromiumcodereview.appspot.com/10830252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151319 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
The has_user_gesture flag was uninitialized which made the test random. I initialized it and set it the way the tests expect. BUG= Review URL: https://chromiumcodereview.appspot.com/10836204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151318 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
BUG=141134 Review URL: https://chromiumcodereview.appspot.com/10830138 TBR=mmenke@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151317 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Revert 150947 - Temporarily disable H/W Video decode on Windows to see if it is the cause of the spike in the gpu process crashes. BUG=none R=apatrick Review URL: https://chromiumcodereview.appspot.com/10837196 TBR=ananta@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151316 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
Native code generation rules typically add their output directory to their dependent's 'include_dirs'. This change makes targets that include java_aidl.gypi do a similar thing for other java*.gypi targets. Make java.gypi pass this variable to ant and content.xml use the variable rather than hardcoding the directory. Also, move the aidl output folder into <(SHARED_INTERMEDIATE_DIR) as it should be. BUG= Review URL: https://chromiumcodereview.appspot.com/10855060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151315 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
BUG=140117 TEST=The exit wrench menu option should be removed when running in Metro, yet available otherwise. Review URL: https://chromiumcodereview.appspot.com/10836209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151314 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This prevents the Disconnect dialog from becoming hidden by the Windows task bar, or falling off-screen when the display resolution is made smaller. BUG=129907,129835 Review URL: https://chromiumcodereview.appspot.com/10825251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151313 0039d316-1c4b-4281-b951-d872f2087c98
-
pauljensen@chromium.org authored
BUG=139811 Review URL: https://chromiumcodereview.appspot.com/10829191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151312 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Tests should auto-login on chromeos by default, since most use cases begin there. Provide a way to override it. This helps with non-login pyauto functional tests on chromeos such that if (for whatever reason) the device gets logged out in the middle of running pyauto_functional.py, individual tests can still manage to carry on. BUG=None TEST=None R=craigdh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151311 0039d316-1c4b-4281-b951-d872f2087c98
-
arun.m@samsung.com authored
VDA unittest was sending extra bytes to OMX. BUG=None TEST=Run VDA unittest for Vp8 streams Change-Id: Ied25c9b86335488585c5bce6e86fabfd10a6b1ac Review URL: https://chromiumcodereview.appspot.com/10834290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151310 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
R=grv@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151309 0039d316-1c4b-4281-b951-d872f2087c98
-