summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix ability to add sub-menu items with extension context menu API.asargent@chromium.org2010-05-282-1/+12
| | | | | | | | | | | BUG=45157 TEST=Try adding a context menu item with the chrome.experimental.contextMenu API, and then adding another one whose parentId is set to the id of the first one. This should now succeed. Review URL: http://codereview.chromium.org/2296002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48514 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed bug in Core Graphics backend where it was falling through to thekbr@google.com2010-05-284-32/+48
| | | | | | | | | | | | | | AGL initialization code path in some situations, causing full-screen mode (at least) to break. Also fixed bug causing plugin to become reentrant during event dispatching. BUG=none TEST=none TBR=maf Review URL: http://codereview.chromium.org/2339002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48513 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger bots.bradnelson@google.com2010-05-281-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48510 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a suppression for leak from:bradnelson@google.com2010-05-281-0/+28
| | | | | | | | | | | | http://codereview.chromium.org/2262002/show http://src.chromium.org/viewvc/chrome?view=rev&revision=48484 BUG=45345 TEST=None Review URL: http://codereview.chromium.org/2335004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48509 0039d316-1c4b-4281-b951-d872f2087c98
* In some circumstances the O3D plugin is briefly resized to zero height,kbr@google.com2010-05-281-1/+1
| | | | | | | | | | | | | | causing the Core Graphics rendering backend to request a zero-height render target. base::bits::Log2Ceiling returns -1 for a zero input which was being translated to a huge unsigned integer value, leading to an assertion failure. Verified with submitter's use case. BUG=none TEST=none Review URL: http://codereview.chromium.org/2377002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48507 0039d316-1c4b-4281-b951-d872f2087c98
* Sync to latest breakpad which doesn't have deps on libglog.zhurunz@google.com2010-05-282-10/+1
| | | | | | Review URL: http://codereview.chromium.org/2354001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48506 0039d316-1c4b-4281-b951-d872f2087c98
* File browser crash fix.zelidrag@chromium.org2010-05-281-2/+5
| | | | | | | | | | BUG=3650 TEST=none Review URL: http://codereview.chromium.org/2343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48505 0039d316-1c4b-4281-b951-d872f2087c98
* Remove assertion on correct NetworkChangeNotifierLinux cleanup.willchan@chromium.org2010-05-281-1/+2
| | | | | | | | BUG=36890 Review URL: http://codereview.chromium.org/2340002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48504 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at experimental omnibox API. There are plenty of rough edges and ↵mpcomplete@chromium.org2010-05-2840-99/+801
| | | | | | | | | | | | | | | features to work on, but it's in a usable state. When an extension is installed that specifies an omnibox keyword in its manifest, we add that keyword to the user's list of Search Engines. The user can then edit this keyword later. I'm leveraging most of the original search engine keyword code. An extension keyword has a special URL that identifies it as an extension keyword. There is some special case code to treat these keywords slightly differently throughout the omnibox code. BUG=38884 Review URL: http://codereview.chromium.org/2078021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48503 0039d316-1c4b-4281-b951-d872f2087c98
* Rewrite of chrome_launcher.exe. ETW-based perf tests suggest that this is on ↵robertshield@chromium.org2010-05-2811-261/+516
| | | | | | | | average about 50% faster than the previous version. Review URL: http://codereview.chromium.org/2278003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48500 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Mixed content scheme should be gray.erg@chromium.org2010-05-281-0/+2
| | | | | | | | | BUG=45271 TEST=none Review URL: http://codereview.chromium.org/2343001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48499 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: More signal macro usage.erg@chromium.org2010-05-288-195/+145
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2345002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48498 0039d316-1c4b-4281-b951-d872f2087c98
* Update src/third_party/nss to r48440, which contains two changes:wtc@chromium.org2010-05-281-1/+5
| | | | | | | | | | | | 1. Mac OS X, 32-bit port. 2. Update to NSS_3_12_6_RTM. R=mark BUG=30689 TEST=No build errors on Mac and Windows. Review URL: http://codereview.chromium.org/2330001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48497 0039d316-1c4b-4281-b951-d872f2087c98
* set client state to kClientInitializing a little earlier in order to satisfy ↵wjia@google.com2010-05-281-2/+2
| | | | | | | | | | | | | pipeline checking Contributed by wjia@chromium.org BUG=none TEST=tested with omx_test on tegra Review URL: http://codereview.chromium.org/2234009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48496 0039d316-1c4b-4281-b951-d872f2087c98
* Separate version env variable for different distributions.huanr@chromium.org2010-05-285-1/+13
| | | | | | | | BUG=26819 Review URL: http://codereview.chromium.org/2339001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48495 0039d316-1c4b-4281-b951-d872f2087c98
* Changed values of Cloud Print GAIA service id and Talk service URL to ↵sanjeevr@chromium.org2010-05-281-4/+2
| | | | | | | | | | production values. BUG=None. TEST=Test with production cloudprint service. Review URL: http://codereview.chromium.org/2254003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48494 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused file render_process.cc. render_process_impl.cc is where the ↵thakis@chromium.org2010-05-281-298/+0
| | | | | | | | action is these days. Review URL: http://codereview.chromium.org/2373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48493 0039d316-1c4b-4281-b951-d872f2087c98
* Remove omx_codec since OMX client implementation is in ↵wjia@google.com2010-05-285-1676/+90
| | | | | | | | | | | | | omx_video_decode_engine. Update omx_test to use omx_video_decode_engine. Contributed by wjia@chromium.org BUG=none TEST=tested on tegra Review URL: http://codereview.chromium.org/2255005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48492 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: use web application meta tags for application shortcuts where possible.phajdan.jr@chromium.org2010-05-282-16/+2
| | | | | | | | | TEST=none BUG=45124 Review URL: http://codereview.chromium.org/2263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48491 0039d316-1c4b-4281-b951-d872f2087c98
* Introduces cros:// schema for web-page to chrome communication in ChromeOS.glotov@chromium.org2010-05-284-3/+59
| | | | | | | | | | | Add test that verifies web-page to chrome communication. BUG=cros/3177 TEST=out/Debug/browser_tests --gtest_filter=AccountScreenTest.TestSchemeInspector Review URL: http://codereview.chromium.org/2291002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48487 0039d316-1c4b-4281-b951-d872f2087c98
* Rename class to comply with style guide. Tweak comments for grammar and ↵avi@chromium.org2010-05-283-61/+61
| | | | | | | | | | | correctness. BUG=none TEST=n/a Review URL: http://codereview.chromium.org/2273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48485 0039d316-1c4b-4281-b951-d872f2087c98
* Add ppapi plugins to about:pluginsdarin@chromium.org2010-05-2823-166/+186
| | | | | | | | | | | | Querying the plugin path and actual mime type is moved from creation of the WebPluginDelegate to creation of the WebPlugin. This cleaned up some code. R=jam BUG=45289 TEST=none Review URL: http://codereview.chromium.org/2262002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48484 0039d316-1c4b-4281-b951-d872f2087c98
* Enables layout tests for Geolocation downstream.bulach@chromium.org2010-05-281-0/+4
| | | | | | | | BUG=36451 Review URL: http://codereview.chromium.org/2266002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48479 0039d316-1c4b-4281-b951-d872f2087c98
* test_shell_gtk: applies the same change as test_shell_win from ↵bulach@chromium.org2010-05-281-7/+12
| | | | | | | | | | http://codereview.chromium.org/27109 TEST=everything should still be green, Geolocation should finally pass. Review URL: http://codereview.chromium.org/2279002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48478 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 419.0 to 420.0chrome-release@google.com2010-05-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48475 0039d316-1c4b-4281-b951-d872f2087c98
* Re-landing mistakenly reverted CL http://codereview.chromium.org/2101021.denisromanov@chromium.org2010-05-2810-0/+414
| | | | | | | | | | | | Adding initial implementation of the PartnerCustomization classes. BUG=chromiumos:3176 TEST=Run out/Debug/unit_tests. Run out/Debug/chrome --login-manager --startup-manifest=./chrome/browser/chromeos/testdata/startup_manifest.json. There should be no asserts. TBR=avayvod Review URL: http://codereview.chromium.org/2333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48473 0039d316-1c4b-4281-b951-d872f2087c98
* Add localized values for keyboard layouts.zork@chromium.org2010-05-282-1/+146
| | | | | | | | | BUG=none TEST=Select a language with keyboard layouts in the IME option window. Review URL: http://codereview.chromium.org/2309001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48472 0039d316-1c4b-4281-b951-d872f2087c98
* pad yuv additional 15 bytes to allow 16 pixels at a time to be processed ↵fbarchard@chromium.org2010-05-281-1/+3
| | | | | | | | | | | without going off end of buffer. BUG=43970 TEST=play http://fbarchard0-w.ad.corp.google.com/mediatests/Etherworks-WebMadeMovies3BuildingABetterInternet799.ogg with scaling down (CTRL -). Should not crash. Review URL: http://codereview.chromium.org/2337001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48471 0039d316-1c4b-4281-b951-d872f2087c98
* Cancels an ongoing IME composition when receiving an IME_CANCEL_COMPOSITION ↵hbono@chromium.org2010-05-283-3/+22
| | | | | | | | | | | | event on Windows. This change just adds ImeInput::CancelIME() and use it when receiving an IME_CANCEL_COMPOSITION event. (I'm not sure it works well with all IMEs, though.) BUG=9883 TEST=none Review URL: http://codereview.chromium.org/2099012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48470 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60327:60341rolandsteiner@chromium.org2010-05-281-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=tony,pkasting Review URL: http://codereview.chromium.org/2363001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48469 0039d316-1c4b-4281-b951-d872f2087c98
* Create directory if the given gtest_output path is in an unexisting directory.kinuko@chromium.org2010-05-281-1/+8
| | | | | | | | | BUG=42781 TEST=Run one of out-of-process-tests (e.g. browser_tests) with --gtest_output=xml:unexisting_dir/output.xml parameter and see if the specified unexisting_dir is successfully created (if it's in a writable location). Review URL: http://codereview.chromium.org/2302003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48468 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=offjhawkins@chromium.org2010-05-283-357/+358
| | | | | | | | | | | or non-empty fields. BUG=45143 TEST=FormManagerTest.FillForm Review URL: http://codereview.chromium.org/2348001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48467 0039d316-1c4b-4281-b951-d872f2087c98
* Removes obsolete suppression rules for Bug 44879.hbono@chromium.org2010-05-281-14/+0
| | | | | | | | | | This change just removes obsolete suppression rules for Bug 44879, which is fixed by r48212. BUG=44879 TEST=keep valgrind bots green. Review URL: http://codereview.chromium.org/2268001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48466 0039d316-1c4b-4281-b951-d872f2087c98
* Use different product IO for SxS in mini installer.huanr@chromium.org2010-05-284-1/+14
| | | | | | | | | | BUG=44846 TEST=mini_installer --chrome-sxs Review URL: http://codereview.chromium.org/2267003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48465 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60276:60327rolandsteiner@chromium.org2010-05-281-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=tony,pkasting Review URL: http://codereview.chromium.org/2360001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48461 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move BoxLayout class into views/examples directory.tfarina@chromium.org2010-05-284-58/+95
| | | | | | | | | | | Also add horizontal support as well. BUG=None TEST=out/Debug/view_examples, see Widget tab. Review URL: http://codereview.chromium.org/2145001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48460 0039d316-1c4b-4281-b951-d872f2087c98
* landing chaitanya's patchoshima@chromium.org2010-05-286-0/+86
| | | | | | | | Adding accessibility setting to System options Review URL: http://codereview.chromium.org/2127014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48459 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress valgrind IPC bug.jrg@chromium.org2010-05-281-0/+19
| | | | | | | | | | | Owner unclear; candidates listed in bug report. BUG=45301 TBR=erikkay@chromium.org Review URL: http://codereview.chromium.org/2337002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48458 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a TearDown() method to class LiveSyncTest.rsimha@chromium.org2010-05-282-1/+18
| | | | | | | | | | | | | | | | The LiveSyncTest class derives from InProcessBrowserTest and overrides the SetUp method to account for the case when a local sync server needs to be started. However, there isn't a corresponding override for the TearDown method that stops the local sync server. This changelist adds an overload for TearDown that stops the local sync server if one was started in SetUp. BUG=45181 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/2260001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48457 0039d316-1c4b-4281-b951-d872f2087c98
* Remove signin and persist from gaia_authenticator. This fixes an issue where ↵chron@chromium.org2010-05-2815-213/+145
| | | | | | | | | | | Chromium OS did not persist sync cookies. TEST=included unit tests BUG=http://crosbug.com/2786 Review URL: http://codereview.chromium.org/2124020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48456 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: Fix OS_WINDOWS to OS_WIN.estade@chromium.org2010-05-281-1/+1
| | | | | | The bad macro caused the test to be wrongly enabled on windows. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48454 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for running coverity on Linux. Removes embedded passwordbevc@chromium.org2010-05-281-32/+141
| | | | | | | | | | | | in favor of it being stashed in a seperate file. Exposes most of the tune-ables as command line switches. BUG=none TEST=none Review URL: http://codereview.chromium.org/2282006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48453 0039d316-1c4b-4281-b951-d872f2087c98
* Accepted mouse moved events in NSWindow used for Cocoa full-screen code path.kbr@google.com2010-05-281-0/+1
| | | | | | | | | | | Verified with manipulators sample modified to support full-screen. BUG=http://code.google.com/p/o3d/issues/detail?id=222 TEST=none Review URL: http://codereview.chromium.org/2347001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48452 0039d316-1c4b-4281-b951-d872f2087c98
* Changed how checkers sample identifies whether a hit occurred usingkbr@google.com2010-05-281-2/+4
| | | | | | | | | | | | | | | clientId rather than object equality. In both Safari and Chrome, if the browser's JavaScript engine is used rather than O3D's embedded V8, these equality comparisons fail. It looks like we may need to disable the use of the embedded V8 for this sample due to bad interactions with event dispatching. BUG=none TEST=none Review URL: http://codereview.chromium.org/2334001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48451 0039d316-1c4b-4281-b951-d872f2087c98
* Compile all the chrome_test UI tests on the Macstuartmorgan@chromium.org2010-05-273-10/+18
| | | | | | | | | | | Removes the last of the ui test exceptions on the Mac, disabling a couple of tests as necessary to keep things green. BUG=45108,45243 TEST=Tests run Review URL: http://codereview.chromium.org/2234007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48447 0039d316-1c4b-4281-b951-d872f2087c98
* Implements video decoder filter for OpenMAXhclam@chromium.org2010-05-273-18/+141
| | | | | | | | | OpenMAX needs to stay in a separate filter. This greatly reduces the communications between different layers. Review URL: http://codereview.chromium.org/2168003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48446 0039d316-1c4b-4281-b951-d872f2087c98
* Disable TCMalloc heap sampling.willchan@chromium.org2010-05-271-1/+1
| | | | | | | | BUG=38960,40149 Review URL: http://codereview.chromium.org/2260003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48445 0039d316-1c4b-4281-b951-d872f2087c98
* Initial work to fix the IAccessible tree in circumstances where there is a ↵ctguil@chromium.org2010-05-2715-37/+110
| | | | | | | | | | widget not at the root of the UI heirarchy. Also contains misc fixes for setting correct name/role for controls found in the Options dialog. BUG=9621 TEST=none Review URL: http://codereview.chromium.org/2174002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48444 0039d316-1c4b-4281-b951-d872f2087c98
* Add a "Copy" API to Pepper, so that plugins don't have to hardcode the ↵jam@chromium.org2010-05-275-1/+36
| | | | | | | | platform specific shortcut. Also, this makes copying through the page menu work on Mac and Linux. Review URL: http://codereview.chromium.org/2329001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48443 0039d316-1c4b-4281-b951-d872f2087c98
* Retry r48417.estade@chromium.org2010-05-273-30/+39
| | | | | | | | | | | Disable UnloadTest.BrowserCloseTabWhenOtherTabHasListener on windows because it is failing. BUG=45281 TEST=tree is green Review URL: http://codereview.chromium.org/2279006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48442 0039d316-1c4b-4281-b951-d872f2087c98