- Aug 05, 2010
-
-
pfeldman@chromium.org authored
Review URL: http://codereview.chromium.org/3020063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55047 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
- Set the fixed width per suggestion from Cole - Reduce some padding/margin so the overlay can fit in the netbook screen. TEST=manually on the netbook BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/3058047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55046 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider BUG=http://code.google.com/p/drmemory/issues/detail?id=21 Review URL: http://codereview.chromium.org/3086018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55045 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
For instance, "Finnish - suomi". This is what we do in the C++ version options. TEST=manually; out/Release/unit_tests --gtest_filter='*InputMethodUtil*' BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/2808106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55044 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
If SocketStream closes while waiting ResolveProxy, it badly calls DoResolveProxyComplete from DoLoop invoked by SocketStream::Close, and real callback of ResolveProxy failed to call SocketStream::OnIOCompleted. So, don't run DoLoop when closed, if SocketStream is calling APIs of proxy_service or resolver. Check closing_ after the API calls back and closes the SocketStream. r54707 broke SocketStreamTest::CloseFlushPendingWrite. This CL fixes this by not closing socket if it is still writing on the socket. BUG=50394, 46750 TEST=websocket/tests doesn't crash, and net_unittests passes Review URL: http://codereview.chromium.org/3076024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55043 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Get back handleVisibleChange_() which I deleted accidentally in http://codereview.chromium.org/3041025. TEST=manually BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/3089007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55042 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
Run Chrome with --block-nonsandboxed-plugins to enable. BUG=47730 TEST=See bug description for manual test. Review URL: http://codereview.chromium.org/3040034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55041 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
The plugin group only defines a more user-friendly name than "Java Plug-In 2 for NPAPI Browsers", no Java versions. BUG=none TEST=none Review URL: http://codereview.chromium.org/3034050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55040 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
TEST=manually BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/3054046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55039 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
The original patch was prepared by mattm@ (http://codereview.chromium.org/3010051) Commiting manually so nobody does "rm -rf /" by mistake TBR=mattm,glider Review URL: http://codereview.chromium.org/3080032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55038 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
BUG=none TEST=builds Review URL: http://codereview.chromium.org/3080031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55037 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=51242 TEST=none TBR=gene Review URL: http://codereview.chromium.org/3082020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55036 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
TBR=jianli Review URL: http://codereview.chromium.org/3053045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55035 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3071012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55034 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
TBR=phajdan.jr@chromium.org BUG=25045 TEST=greener net_unittests Review URL: http://codereview.chromium.org/3067033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55033 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This code is windows specific so it's ok to call FilePath(path) directly. BUG=24672 TEST=trybots Review URL: http://codereview.chromium.org/3080025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55032 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Before the change, overlays take up the whole width of the page except padding, thus overlays are very wide. With this change, overlays only take up the width that is necessary to show the contents inside. The individual overlays can control the width using CSS as needed. If you want the original behavior (taking up the whole width), you could add "-webkit-box-flex: 1" to the overlay's CSS. If you want to set a fixed width, you could add something like "width: 600px" in the overlay's CSS. Note that the ability to set the fixed with is necessary to follow a suggestion from Cole regarding the size of the overlay for adding languages. See before.png and after.png in crosbug.com/4573 for details. TEST=manually BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/3056042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55031 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
It isn't used. BUG=none TEST=builds Review URL: http://codereview.chromium.org/3075022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55030 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
BUG=none TEST=builds Review URL: http://codereview.chromium.org/3012046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55029 0039d316-1c4b-4281-b951-d872f2087c98
-
suzhe@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3063025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55028 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
When a languge is added, select the newly added language. When a language is removed, keep the same position if possible. Along the way, remove unnecesary code from removeSelectedLanguage(). TEST=manually BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/2878079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55027 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Hopefully, the "Languages and Input" language dialog will be mostly functional with this change, although we need to polish it more. TEST=manually BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/3080026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55026 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
There are exactly zero references to them. BUG=none TEST=none Review URL: http://codereview.chromium.org/3092007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55025 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
(http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=4b7142baa0b3bf6f38843d06aadc579d8624cefc), use SHM pixmaps support to accelerate windowless plugin painting. Modify WindowlessPaint to directly use Xlib interfaces for SHM pixmaps support, similarly to the way how backing_store_x handles different SHM support levels provided by X server. BUG=50912 TEST=Open the page "http://disney.go.com/official-sites/demi-lovato/albums" using Chromium browser, compare the CPU usage of browser and X server before and after the change, and confirm CPU usage is reduced with this change (for example, on an Atom N450 Netbook with MeeGo 1.0 and Chromium browser 6.0.417.0 there's >30% CPU usage reduction, especially X server CPU usage is reduced by half). Review URL: http://codereview.chromium.org/3052039 Patch from Yuqiang Xian <yuqiang.xian@intel.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55020 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
Review URL: http://codereview.chromium.org/3031046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55018 0039d316-1c4b-4281-b951-d872f2087c98
-
luchen@google.com authored
TEST=picking-more.html demo Review URL: http://codereview.chromium.org/2805101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55017 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
BUG=50553 TEST=see bug Review URL: http://codereview.chromium.org/2819092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55016 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=chromium-os:3964 TEST=Get to the login screen. Switch IME to dvorak. Go to a virtual console. Run 'ps aux | grep ibus' Check the pid of ibus-daemon Log in. Go to a virtual console Run 'ps aux | grep ibus' Check the pid of ibus-daemon Ensure that it is different from before. Review URL: http://codereview.chromium.org/2836085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55014 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This allows us to evaluate JavaScript expressions in the renderer and read values out of the DOM of the page, which is useful for testing things like the PasswordManager. R=nirimesh@chromium.org, jrg@chromium.org, alyssad@chromium.org TEST=chrome/test/functional/test_execute_javascript.py BUG=none Review URL: http://codereview.chromium.org/3012039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55013 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
BUG=23581 TEST=builds Review URL: http://codereview.chromium.org/3030047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55012 0039d316-1c4b-4281-b951-d872f2087c98
-
jrg@google.com authored
VIEW_ID_TAB_CONTAINER only to help WebDriver doodz. BUG=none TESTS=WebDriver doodz say things work Review URL: http://codereview.chromium.org/2843054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55011 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
The AllStatus is now strictly used for status reporting in UI. Motivation is that the ST can get what it needs from other sources it already depends on, and less dependencies is a good thing (easier to get to MLs, and but also AllStatus is pretty complicated and makes it hard to follow what's going on when looking at the SyncerThread code). And GetRecommendedDelay just didn't belong in there in the first place IMO. AllStatus is complicated as it tries to keep an instantaneously up-to-date status, which is a) error prone and buggy and b) not needed by the syncer thread, which only needs to check things after a session has completed. The one subtle fact is on exit, calling Syncer::RequestEarlyExit means we may not hit SyncerEndCommand so previous_session_snapshot() will be out of date. In this case though we don't care, since we don't need SyncerThread::CalculatePollingWaitTime to do anything. BUG=26339 TEST=SyncerThreadTest Review URL: http://codereview.chromium.org/3078022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55010 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
See http://codereview.chromium.org/3036043 for background. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55009 0039d316-1c4b-4281-b951-d872f2087c98
-
fransiskusx@google.com authored
Initial version rendering 2D path for O3D. This will eventually allow O3D apps to fall back to 2D logic on systems without (working) GPUs. Incorporated 2D library Cairo to O3D. Currently only support Linux and compiled when renderer = cairo. TEST= I compiled with renderer = cairo and it worked. Also I compiled with renderer = gl and it worked. BUG=none Review URL: http://codereview.chromium.org/2825074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55008 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This changes the two-tone background to an even gradient and changes the push state of the buttons to use the blue selected menu item color. BUG=none TEST=visual Review URL: http://codereview.chromium.org/3072021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55007 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Renaming the flag so we don't expose the internal name. Review URL: http://codereview.chromium.org/3037043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55006 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=pfeldman Review URL: http://codereview.chromium.org/2884065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55005 0039d316-1c4b-4281-b951-d872f2087c98
-
- Aug 04, 2010
-
-
sergeyu@chromium.org authored
TEST=heapcheck with remoting_unittest BUG=None TBR: ajwong git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55003 0039d316-1c4b-4281-b951-d872f2087c98
-
pathorn@chromium.org authored
BUG=none TEST=collada mesh with bumpUV enabled and using the lambert shader. Review URL: http://codereview.chromium.org/3063018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55001 0039d316-1c4b-4281-b951-d872f2087c98
-
alyssad@chromium.org authored
This hook allows tests to select a different "to" language from the drop-down. Review URL: http://codereview.chromium.org/3078026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55000 0039d316-1c4b-4281-b951-d872f2087c98
-