- 13 Aug, 2012 40 commits
-
-
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
-
stevenjb@google.com authored
BUG=141775 R=jennyz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151308 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
Also added replace_id to DesktopNotificationService::AddNotification so that notifications are correctly replaced/updated. BUG=135286 For minor changes to status_icons/ background/ and printing/: TBR=atwilson@chromium.org,thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151305 0039d316-1c4b-4281-b951-d872f2087c98
-
husky@chromium.org authored
This code is used by the Android port. We add a SelectRange_ACK to throttle the rate at which the selection changes. Without throttling, the selection handle updates can fall behind the user's touch input. BUG=138939 Review URL: https://chromiumcodereview.appspot.com/10823077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151304 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
Currently hidden behind a flag --enable-pnacl. This currently reuses the manifest-system of resolving URLs. Much of that can be simplified later on. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365 TEST= (1) out/Debug/chrome --user-data-dir=/tmp/temp_profile/ --enable-pnacl --component-updater-debug=fast-update (2) wait a while for it to download pnacl (3) surf to a pnacl webpage Review URL: https://chromiumcodereview.appspot.com/10689012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151303 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
This is useful e.g. to limit a set of allowed or temporarily-allowed include rules to test files, or to allow certain includes in .cc files but not in .h files. BUG=138280 Review URL: https://chromiumcodereview.appspot.com/10823271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151301 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10824246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151300 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
R=robertshield BUG=138313 Review URL: https://chromiumcodereview.appspot.com/10823287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151299 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
to a new parent. BUG=137342 TEST=covered by tests R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831281 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151298 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
I misread Aarons comment in bug 142016. The devtools APIs should NOT be shown in apps/api_index.html. BUG=142016 TBR=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151297 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=137351 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151296 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=142345 Review URL: https://chromiumcodereview.appspot.com/10824279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151294 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
to a new parent. BUG=137342 TEST=covered by tests R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831281 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151293 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Update for Handlebar so we can make cleaner templates. BUG=131095 TBR=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151292 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
This is needed so that ProfileImpl ctor can access DOMStorageContext. The ExtensionInfoMap is needed early, in ProfileIOData::InitializeOnUIThread. Construct it on demand. BUG=104292 Review URL: https://chromiumcodereview.appspot.com/10830278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151291 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The api_index page for Apps did not show the correct files. This was because the converter script was grabbing all APIs that could be in packaged_apps and hosted_apps, when it should have just been using platform_apps. BUG=142016 Review URL: https://chromiumcodereview.appspot.com/10832259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151290 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=141825 Review URL: https://chromiumcodereview.appspot.com/10828267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151286 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-