- 13 Aug, 2012 40 commits
-
-
sadrul@chromium.org authored
If a touch-event happens outside of the root-window bounds, then dispatch the touch-events to the root-window. This makes sure that the event-filters (installed on the root-window or env) get these touch-events. BUG=138846 Review URL: https://chromiumcodereview.appspot.com/10823295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151360 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
By the time CreateFileOnUIThread() is called, the feed is already fetched so there is no need to use FindEntryByPathAsyncOnUI() which initiates the feed loading as needed. Along the way, make callback parameter of CreateFile() mandatory. BUG=142420,126634 TEST=editing a photo from Files.app works as before. Review URL: https://chromiumcodereview.appspot.com/10832276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151359 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
BUG=127323 TEST=Enabled tests for refactored panels on Linux Review URL: https://chromiumcodereview.appspot.com/10831226 TBR=jennb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151358 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Rename all of experiments_helper to variations_helper, including files, namespaces, and various function names. TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/10795060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151357 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
We were uploading when failing to associate the synced bookmarks node, regardless of whether we expected it or not. Now we do the upload at a layer above, where we know whether we care or not. BUG=142387 TEST=Signing into sync on an account with no mobile devices should not trigger an unrecoverable error upload. Review URL: https://chromiumcodereview.appspot.com/10825325 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151356 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
R=rsleevi@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10830272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151355 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-