- 26 Jan, 2011 28 commits
-
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6334011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72597 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
WebGraphicsContext3D implementations. (The GL_EXT_framebuffer_multisample and GL_ANGLE_framebuffer_multisample extensions are advertised in Chrome's command buffer implementation as GL_CHROMIUM_framebuffer_multisample.) Tested manually in WebKit with accelerated 2D canvas with multisampling turned on. This must land before the associated WebKit patch. BUG=none TEST=none Review URL: http://codereview.chromium.org/6369016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72596 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Add support for GL_OES_rgb8_rgba8. Update feature_info unit tests. Tested with the accelerated 2D canvas in WebKit with multisampling turned on. BUG=none TEST=gpu_unittests Review URL: http://codereview.chromium.org/6268016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72595 0039d316-1c4b-4281-b951-d872f2087c98
-
yuzo@chromium.org authored
BUG=none TEST=none TBR=rniwa Review URL: http://codereview.chromium.org/6274011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72594 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=70452 TEST=none Review URL: http://codereview.chromium.org/6274010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72591 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
If X errors after the notification service has been destroyed (during browser shutdown), we'll deref NULL. Instead, we should just ignore the X error (aside from logging it to ERROR). BUG=70852 TEST=none Review URL: http://codereview.chromium.org/6379009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72590 0039d316-1c4b-4281-b951-d872f2087c98
-
lzheng@chromium.org authored
BUG=70861 TEST=none Review URL: http://codereview.chromium.org/6250029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72588 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
And move the include of views/view.h from the header to the source file. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6332013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72587 0039d316-1c4b-4281-b951-d872f2087c98
-
suzhe@google.com authored
BUG=70807 TEST=See bug report. Review URL: http://codereview.chromium.org/6334017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72586 0039d316-1c4b-4281-b951-d872f2087c98
-
georgey@chromium.org authored
BUG=67039 TEST=unit-tested. Any network sniffer could be used to test that there no subsequent calls to the web for the same form. Review URL: http://codereview.chromium.org/6366014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72585 0039d316-1c4b-4281-b951-d872f2087c98
-
lzheng@chromium.org authored
BUG=70860 TEST=none Review URL: http://codereview.chromium.org/6254019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72584 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6378011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72582 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
Windows and Mac implementations lacked IDR_INPUT_SPEECH* handling. This change fixes them by removing resource ID checking. TEST=Some of LayoutTests/fast/speech/. BUG=none Review URL: http://codereview.chromium.org/6303017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72581 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Allow CDSA/CSSM to be used on worker threads in debug builds by making both the CSSM init singleton and the Mac Security Services lock singleton leaky. This primarily affects the use of <keygen> in a debug build, as the RSA private key is generated on a worker thread and needs to hold the Mac Security Services lock. BUG=none TEST=none Review URL: http://codereview.chromium.org/6354017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72580 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
BUG=70809 TEST= TBR=battre@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72579 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
* Only show the obfuscated CC number on editor load. * Clear the input field if the user modifies the obfuscated number. BUG=70452 TEST=none Review URL: http://codereview.chromium.org/6369015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72577 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
BUG=chrome-os:11110 TEST=existing Review URL: http://codereview.chromium.org/6374010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72576 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@google.com authored
This adds support for glResizeCHROMIUM for off-screen contexts. BUG=none TEST=Pepper flash. Review URL: http://codereview.chromium.org/6241015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72575 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
The sync integration tests are broken on chrome OS because a cros_string is not being passed to GetProfileSyncService() in ProfileSyncServiceHarness::SetupSync(), causing no ProfileSyncService object to be returned. This patch passes an empty cros_user string to GetProfileSyncService(), thereby fixing the sync integration tests on chrome OS. BUG=70854, chromium-os:11319, chromium-os:9262 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6248019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72574 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@google.com authored
(PrerenderBrowserTest.PrerenderPage) Also switch PrerenderManager from inheriting from NonThreadSafe to using explicit DCHECKs, so doesn't cause a debug assertion when destroyed on another thread. BUG=70398 TEST=PrerenderBrowserTest.PrerenderPage Review URL: http://codereview.chromium.org/6255005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72573 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
Partially styling focus rings on the Mac looks weird, and we can't do completely custom styling that looks good until outlines follow border-radius correctly, so use the standard OS look. Also adjust button focus ring location on the Mac to adjust for changes to button elements. BUG=None TEST=Focus rings in DOMUI prefs should look have the standard platform look on the Mac. Review URL: http://codereview.chromium.org/6320015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72572 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Currently the "Edit -> Spelling and Grammar -> Check Spelling While Typing" menu item is always disabled. The problem is that the logic to enable / disable this item lives in the render process and not in the UI. This patch implements a generic message that the render process can send to the browser to update the state of view commands. This is used to enable and disable the "Check Spelling While Typing" menu item. BUG=38440 TEST=Clicked in an edit box and verified that the "Check Spelling While Typing" menu item was enabled. Verified that changing the value from the context menu correctly updates the Edit menu as well. TBR=sail@chromium.org Review URL: http://codereview.chromium.org/6326011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72571 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Currently the "Edit -> Spelling and Grammar -> Check Spelling While Typing" menu item is always disabled. The problem is that the logic to enable / disable this item lives in the render process and not in the UI. This patch implements a generic message that the render process can send to the browser to update the state of view commands. This is used to enable and disable the "Check Spelling While Typing" menu item. BUG=38440 TEST=Clicked in an edit box and verified that the "Check Spelling While Typing" menu item was enabled. Verified that changing the value from the context menu correctly updates the Edit menu as well. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72570 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@google.com authored
CL http://codereview.chromium.org/6162008 broke descriptions for pepper plugins. This puts it back to the previous state (we don't have a way to separately give mime type descriptions vs plugin descriptions) BUG=cros:11298 TEST=Flash on CNN Review URL: http://codereview.chromium.org/6327019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72569 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Adding a refcounted PepperViewProxy so that we can detach PepperView when ChromotingInstance is destroyed. PepperViewProxy also performs the task of thread delegation for PepperView so we can assume PepperView is used only on pepper thread. BUG=65696 TEST=None Review URL: http://codereview.chromium.org/6359010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72568 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@google.com authored
Only works with logs created by the new "--log-net-log=file", which writes NetLog events to the specified file, regardless of other logging command line parameters. Using "--log-net-log" without a file name will just write NetLog events to VLOG(1), as before. BUG=63687 TEST=None Review URL: http://codereview.chromium.org/6025017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72567 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=70782 TBR=ahendrickson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72566 0039d316-1c4b-4281-b951-d872f2087c98
-
rniwa@chromium.org authored
TBR=tony,yuzo Review URL: http://codereview.chromium.org/6263013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72565 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Jan, 2011 12 commits
-
-
erg@google.com authored
This reverts commit 006f377bbb65ece3490b7c76e58e0dc4cb330909 (r72562). BUG=68682 TEST=compiles TBR=thomasvl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72564 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
with the result of that corruption. 1. Now we mark any open entry as dirty, even if we are supposed to delete the entry right away because if we crash before that, we may end up clearing the dirty flag of a dirty entry. 2. When we look for a parent of a given entry we now double check that the entry is the one that we want (and not just another entry with the same key). 3. If we have a loop on the hash collision list (result of failing to do 1 and 2 above), we figure that out. 4. Now every time we open an entry from an LRU list we end up using the same code path (with the proper handling of dirty entries). BUG=69135 TEST=net_unittests Review URL: http://codereview.chromium.org/6292011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72563 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
- Move code included from blah_unittest.h (where blah_unittest.cc has actual unittests) into their own files, often completely out-of-lining the definitions. - Remove anonymous namespaces from headers. - Reorder method declarations. - Make other unit test link against net_test_support instead of reaching in and including .h files in their targets directly. BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6264013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72562 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
In the past, the sync integration tests used to require a password file stored on every test device in order to do a gaia sign in using production gaia servers. This caused the tests to be brittle. As of today, the sync integration tests no longer rely on a password file, with gaia sign in being stubbed out locally. This patch reconfigures the tests on autotest, so that it no longer looks for a local password file. In addition, the tests run much faster now, and therefore, we reduce the max timeout to a more reasonable 2 minutes (in the extreme case). BUG=chromium-os:11294, chromium-os:9262 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6387004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72561 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
For M10, we don't want folks to turn on NaCl persistently because its API surface hasn't been vetted as thoroughly as we would like. Review URL: http://codereview.chromium.org/6299017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72560 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Fix uses of bare 'string' to be 'std::string'. BUG=55816 TEST=None Review URL: http://codereview.chromium.org/6304021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72559 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
When plugins are not properly written they don't supply any identificatrion info through their api which used to kill the plugin loading code. BUG=70775 TEST=test_shell_tests-PluginListTest.BadPluginDescription Review URL: http://codereview.chromium.org/6324014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72557 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
BUG=68672 TEST=manual; ask me for details. Review URL: http://codereview.chromium.org/6368018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72556 0039d316-1c4b-4281-b951-d872f2087c98
-
lzheng@chromium.org authored
TEST=none BUG=70810 Review URL: http://codereview.chromium.org/6260020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72555 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
TBE=lzhang BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72554 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
it to use delay-loading. TBR=nsylvain BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72553 0039d316-1c4b-4281-b951-d872f2087c98
-
lzheng@chromium.org authored
TEST=none BUG=70829 Review URL: http://codereview.chromium.org/6250028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72552 0039d316-1c4b-4281-b951-d872f2087c98
-