- 25 Apr, 2012 40 commits
-
-
sadrul@chromium.org authored
BUG=none TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133982 Review URL: https://chromiumcodereview.appspot.com/9956056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133989 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=chromedriver:14 TEST=none Review URL: http://codereview.chromium.org/10070012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133988 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@google.com authored
Pass the file extension in the 2nd argument to DiskMountManager::MountPath to indicate the archive format (e.g.: .zip, .rar, etc.) When mounting and unmounting archive files in GData cache, call GDataFileSystem::SetMountedState to set or clear the "mounted" state accordingly. BUG=chromium-os:28678 TEST=Verify that mounting/unmounting archive files on GData works correctly. Review URL: http://codereview.chromium.org/10083067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133987 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
Due to numeric issues, interpolated rotations of 90 degrees end at 'unclean' transforms. That is, they have some entries that are not 0, 1, or -1. With this patch, interpolated rotations detect when rotations should end cleanly and massage matrix entries where appropriate. BUG=chrome-os-partner:9166 TEST=InterpolatedTransformTest.ScreenRotationEndsCleanly, InterpolatedTransformTest.MaximizeEndsCleanly Review URL: http://codereview.chromium.org/10210002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133986 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
Added parameter 'clear_bound_vars', so we could reset the statement without clearing bound variables, so and current row is reset to the beginning. It is used to support the Andorid' sqlite cursor feature which could move the cursor around the result set. BUG= TEST=Added a new test. TBR=agl,akalin,michaeln Review URL: http://codereview.chromium.org/10171014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133985 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
--- ash: Add accelerator for snapping windows left/right. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9956056 TBR=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10223014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133984 0039d316-1c4b-4281-b951-d872f2087c98
-
danhn@chromium.org authored
BUG=118420 TEST=browser_tests --gtest_filter=*.TestSettingsFrameFonts Review URL: http://codereview.chromium.org/9838055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133983 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9956056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133982 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10221002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133981 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crrev.com/132109isherman@chromium.org authored
The race is SnapshotMaps is a known race, but not one that we're worried about. BUG=102327 TEST=green tree Review URL: https://chromiumcodereview.appspot.com/10216005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133979 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TEST=none TBR=binji@chromium.org Review URL: https://chromiumcodereview.appspot.com/10223012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133978 0039d316-1c4b-4281-b951-d872f2087c98
-
benrg@chromium.org authored
from issue 122037. Also use different text when exiting incognito mode (issue 88421). BUG=122037,88421 TEST=manual Review URL: http://codereview.chromium.org/9969193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133977 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
ARM drivers don't like to have 2 EGLSurface on the same Window. So we need to make the UI shared context offscren. This also requires the image transport surface to be an "offscreen" GLSurface (a pbuffer), however the GLES2Decoder needs to be "onscreen" (i.e. it calls SwapBuffers on the surface instead managing the offscreen buffers itself). So this decouples the 2 notions of "offscreen". BUG=chrome-os-partner:8284 TEST=gpu_unittests. Aura chrome --ui-use-gpu-process with poster circle and webgl on tegra, lumpy, desktop GL. Desktop chrome with poster circle and webgl. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131177 Review URL: http://codereview.chromium.org/10007034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133975 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=124728 Review URL: http://codereview.chromium.org/10173009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133974 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TEST=none TBR=binji@chromium.org Review URL: https://chromiumcodereview.appspot.com/10191025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133973 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
BUG=None TEST=browser_tests --gtest_filter=SocketApiTest.SocketTCPExtension Review URL: https://chromiumcodereview.appspot.com/10226010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133972 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
I've seperated the WebMediaPlayerAndroid into several changes so that each change will be easier to understand. This is the first change in the series. It implements the basic functionalities needed for WebMediaPlayer on android. Here are the things that are missing and will be addressed in future changes: 1. Only audio is working after this change (for video, you can only hear audio now). Video will be in the next change. 2. Fullscreen implementation is missing in this change, it will come after the video change. BUG= TEST= Review URL: http://codereview.chromium.org/10073016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133971 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=124898 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10207028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133970 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=121755 TEST=signin/signout, should get no crashes Review URL: http://codereview.chromium.org/10213013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133969 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
Because PPB_Var_Deprecated_Proxy::OnMsgReleaseObject() can defer a ReleaseVar() call past the time an instance is destroyed, and because as part of instance destruction HostVarTracker::ForceReleaseNPObject() forcibly zeroes a variable's ref_count and deletes it, the deferred ReleaseVar() call will hit this path frequently and blow up the debugger. Review URL: https://chromiumcodereview.appspot.com/10227009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133968 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
BUG=116954 TEST=none. Review URL: http://codereview.chromium.org/9972011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133967 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/10212003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133966 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Move the few strings and one message handler into SyncSetupHandler, where the rest of the UI lives. BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/10211010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133965 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
[Chromoting] Let the Windows daemon controller read the unprivileged part of the config without elevating permissions. The elevated controller writes the unprivileged part of the config to a file with an ACL that lets the daemon controller read it. BUG=121518 Review URL: http://codereview.chromium.org/10191007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133964 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10065030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133963 0039d316-1c4b-4281-b951-d872f2087c98
-
marshall@chromium.org authored
Allow customization of remote debugger URL targets. Add a new DevToolsHttpHandler::RenderViewHostBinding interface to allow customizable mapping of page identifiers to/from RenderViewHost instances. BUG=124395 TEST=DevTools still works Review URL: http://codereview.chromium.org/10169043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133962 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
* Moved Monitor class to gfx/. * Converted all use of gfx::Screen to match new API BUG=115347,111990 TEST=none Review URL: https://chromiumcodereview.appspot.com/9960042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133961 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
GetDevicesWithServiceName was missing a SendResponse when there were no bluetooth devices known to the system. TEST=manually via my demo app BUG=119473 Review URL: http://codereview.chromium.org/10228006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133960 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
So that neither of the two points to an invalid instance. BUG=chromium-os:29669 TEST=Verify crash in chromium-os:29669 no longer happens. Review URL: http://codereview.chromium.org/10213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133959 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
BUG=121009 TEST= Review URL: http://codereview.chromium.org/10196004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133958 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=123134 TEST=media_unittests Review URL: http://codereview.chromium.org/10173012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133957 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=23581 R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10219009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133956 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This allows us to delete the separate proxy files for this. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10163012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133955 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
Added an argument to AddDomMutationObserver and WaitForDomNode automation hooks to allow the use of arbitrary javascript injection functions. This is necessary to support their use anywhere javascript can be injected. BUG=None TEST=functional/apptest.py Review URL: http://codereview.chromium.org/10218006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133952 0039d316-1c4b-4281-b951-d872f2087c98
-
krenaud@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133951 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133950 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10224003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133949 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=124836 TEST=none Review URL: http://codereview.chromium.org/10173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133948 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=no TEST=no Review URL: https://chromiumcodereview.appspot.com/10217016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133947 0039d316-1c4b-4281-b951-d872f2087c98
-
tpayne@chromium.org authored
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/10211008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133946 0039d316-1c4b-4281-b951-d872f2087c98
-