- 16 Apr, 2013 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194428 0039d316-1c4b-4281-b951-d872f2087c98
-
jchaffraix@chromium.org authored
TBR=haraken Review URL: https://codereview.chromium.org/14246010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194427 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
On Windows and Linux, the length of gamepads reported is always 4. On Mac, it's different, and varies based on the number of controllers that are connected. For consistency, this change makes Chromium report data for 4 controllers on Mac. Tested: Ran the gamepad example, and verified that it now reports 4 controllers. I connected a gamepad and it reported 1 connected and 3 disconnected. BUG=229586 Review URL: https://codereview.chromium.org/14299003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194426 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
It also now copies PDBs. BUG=none Review URL: https://codereview.chromium.org/14306002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194424 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=224531 Review URL: https://codereview.chromium.org/13901007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194423 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/13966008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194418 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
This failed the android trybots, and then broke the tree the same way... > Enable WebAudio on Android > > Set use_openmax_dl_fft=1 to enable WebAudio on Android. > > This should not be committed until https://codereview.chromium.org/12457043/ > has landed. > > BUG= > > Review URL: https://codereview.chromium.org/14047013 TBR=rtoy@google.com Review URL: https://codereview.chromium.org/14299004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194417 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
This shouldn't depend on anything in src/chrome and will be useful to use from src/ui/keyboard. BUG=none Review URL: https://codereview.chromium.org/13957005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194416 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add the required target and the .isolate file covering most test cases on linux, mac and windows. R=csharp@chromium.org BUG= Review URL: https://codereview.chromium.org/12086059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194412 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
(TODO for GTK and Cocoa.) Screenshot: http://i.imgur.com/u2EbEr6.png BUG=229083 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/14262009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194411 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
BUG=230873, 231128 Review URL: https://codereview.chromium.org/14150004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194410 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
Looks like its breaking blink build. Contact jchaffraix for more info. > Refactor android specific code in AudioManagerBase class. > > Move android specific code into AudioManagerAndroid class. > > Contributed by leozwang@chromium.org (https://chromiumcodereview.appspot.com/14265014/). > > BUG=231468 > > Review URL: https://codereview.chromium.org/14053012 TBR=wjia@chromium.org Review URL: https://codereview.chromium.org/14302003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194407 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
On Macs using AMD Radeon and/or Intel HD Graphics GPUs, the deletion of textures, FBOs, and other OpenGL objects for each frame capture was causing GPU pipeline stalls. This was causing average capture time to be too high; in many cases, not allowing even a 30 FPS rate of capture. With this change, the pipeline stalls have been removed. Confirmed: 1. Visually, using our tab capture/playback tools (several hours of video watching). 2. Via Chrome browser tracing tool. 3. Via Apple's OpenGL Profiler tool (no operations other than glReadPixels and glFlush take more than 1 ms to complete). BUG=223326 TEST=See above; and ran content_unittests. Review URL: https://codereview.chromium.org/13749002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194404 0039d316-1c4b-4281-b951-d872f2087c98
-
felipeg@chromium.org authored
Refactor our SimpleIndex file format and serialization to use Pickle instead of the previously buggy way of writing uninitialized structs and ints into the file. BUG=230772 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194347 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194387 Review URL: https://codereview.chromium.org/14263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194403 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
BUG=151051,114697 TBR=cdn Review URL: https://codereview.chromium.org/14234023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194401 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
Somehow these two were previously overlooked. BUG=169509 Review URL: https://codereview.chromium.org/14139007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194400 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Resulted in a warning message on properly formatted input as the key IS expected to be empty when the map ends (not the other way around)... Typical file being read by this code: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/test/data/firefox2_profile/history.dat&q=history.dat&sq=package:chromium&type=cs BUG=219419 Review URL: https://codereview.chromium.org/14238014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194399 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
BUG=231945 Review URL: https://codereview.chromium.org/13871015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194398 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=224911 TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/14301002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194397 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Most nacl_io calls are made off-main-thread, but mount() is not necessarily. Mounting an html5fs mount requires an asynchronous call to PPAPI; until that callback returned, all further calls to that mount would fail. The fix here does the following: * If the mount() call is made on the main thread, make an asynchronous call to open the filesystem, but block all further calls until the filesystem is open. * If the mount() call is made off-main-thread, the filesystem open call blocks until it is finished. BUG=230410 R=noelallen@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/13951014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194396 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
BUG=231969 TBR=gavinp@chromium.org TEST=waterfall.sh Review URL: https://codereview.chromium.org/13856008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194395 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Things like swap are concepts of an OutputSurface, not a context. Moving the callbacks to OutputSurface will also reduce cc's knowledge of the context guts and let us swap out the GL interface. Review URL: https://codereview.chromium.org/12545018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194394 0039d316-1c4b-4281-b951-d872f2087c98
-
felipeg@chromium.org authored
> Refactor our SimpleIndex file format and serialization to use Pickle instead of the previously buggy way of writing uninitialized structs and ints into the file. > > BUG=230772 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194347 > > Review URL: https://codereview.chromium.org/14263005 TBR=felipeg@chromium.org Review URL: https://codereview.chromium.org/14300002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194393 0039d316-1c4b-4281-b951-d872f2087c98
-
caitkp@google.com authored
BUG=230920 Review URL: https://codereview.chromium.org/13932025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194392 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194391 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This is to pick up a fix which solves a race condition in saving new recordings. BUG=None TEST=None Review URL: https://codereview.chromium.org/14053013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194390 0039d316-1c4b-4281-b951-d872f2087c98
-
caitkp@google.com authored
BUG=230920 Review URL: https://codereview.chromium.org/14121012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194389 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Status bubble does it own animation rather than relying on the framework, so pass the inhibition of animation through DesktopNativeWidgetAura (mirroring NativeWidgetAura) and make opacity setting work too. R=ben@chromium.org BUG=229453 Review URL: https://codereview.chromium.org/14121011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194388 0039d316-1c4b-4281-b951-d872f2087c98
-
felipeg@chromium.org authored
Refactor our SimpleIndex file format and serialization to use Pickle instead of the previously buggy way of writing uninitialized structs and ints into the file. BUG=230772 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194347 Review URL: https://codereview.chromium.org/14263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194387 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=229470 R=sbc@chromium.org Review URL: https://codereview.chromium.org/14210005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194385 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/13925020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194381 0039d316-1c4b-4281-b951-d872f2087c98
-
rtoy@google.com authored
Set use_openmax_dl_fft=1 to enable WebAudio on Android. This should not be committed until https://codereview.chromium.org/12457043/ has landed. BUG= Review URL: https://codereview.chromium.org/14047013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194378 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
This adds a function md5_check.CallAndRecordIfStale that makes the common (and currently only) use of Md5Checker much simpler (i.e just call this function). All the users of md5_check are updated to use this function, and everything else in md5_check is no longer part of the public API. Also, adds tests for the md5_check module. These are only run manually currently. BUG=158821 Review URL: https://codereview.chromium.org/14263006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194377 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
|RdpClientWindow| now installs WH_CBT hook to listen to window activations and closes any windows activated on the UI thread. This allows |RdpClientWindow| to cancel modal UI dialogs popped up by the RDP control. BUG=137696 Review URL: https://codereview.chromium.org/14261008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194376 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=229839 TEST=none Review URL: https://codereview.chromium.org/14080012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194375 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
On Android, when WebRTC tab goes background, we need suspend video frame delivery to remote party. When WebRTC tab becomes foreground, VideoCaptureImpl needs to resume delivering captured video frames. BUG=230962 Review URL: https://codereview.chromium.org/14175015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194374 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
It broke linux compile http://build.chromium.org/p/chromium.chrome/buildstatus?builder=Google%20Chrome%20Linux&number=29552 > Refactor our SimpleIndex file format and serialization to use Pickle instead of the previously buggy way of writing uninitialized structs and ints into the file. > > BUG=230772 > > Review URL: https://codereview.chromium.org/14263005 TBR=felipeg@chromium.org Review URL: https://codereview.chromium.org/14295012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194373 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
Move android specific code into AudioManagerAndroid class. Contributed by leozwang@chromium.org (https://chromiumcodereview.appspot.com/14265014/). BUG=231468 Review URL: https://codereview.chromium.org/14053012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194371 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/14251022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194370 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=229762 Review URL: https://codereview.chromium.org/14028005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194368 0039d316-1c4b-4281-b951-d872f2087c98
-