- 25 Apr, 2012 40 commits
-
-
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
-
thakis@chromium.org authored
No functionality change. Just makes the code more valid C++ (clang complains). BUG=none TEST=none Review URL: http://codereview.chromium.org/10224001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133945 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133944 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
A navigation's timestamps are updated only if the navigation is new or if the user recently moved back/foward to the navigation entry. Otherwise, we preserve old timestamps. To do this, we switch to using SyncedTabNavigations, which also contains the unique id of the navigation (pulled from NavigationEntry) and the timestamp of the navgation, and SyncedSessionTab (which we have to use in order to support SyncedTabNavigations). Lastly, the protos have been updated to include unique_id/timestamp per navigation, remove some obsolete fields that were unimportant, and add comments about what transitions mean and when they're set. BUG=98892 TEST=unit_tests, manually inspecting timestamps in sync node browser. Review URL: http://codereview.chromium.org/10125002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133942 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
This item is only shown for GSM modems w/o SIM card and when mobile config has setup URL defined (initial locale specific). Initial locale (ex.: en-US, de, es) defines a country where ChromeOS device was bought. Depends on http://codereview.chromium.org/10141006/ BUG=chrome-os-partner:8092 TEST=Manual. Review URL: http://codereview.chromium.org/10201015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133941 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
My Metro/HiDPI change (r133613) broke the official build. The problem was that I was referencing the new 2x pak files but they aren't created by default yet. Fix was to mark the references as optional. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10207021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133939 0039d316-1c4b-4281-b951-d872f2087c98
-
tturchetto@google.com authored
Adding the latest secure shell BUG= TEST=This is for a test Review URL: https://chromiumcodereview.appspot.com/10212012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133936 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/10134008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133935 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=123140 TEST=Manual Review URL: http://codereview.chromium.org/10222004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133934 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133932 0039d316-1c4b-4281-b951-d872f2087c98
-