- 13 Aug, 2012 40 commits
-
-
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
-
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
-