summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update linux-hardy/intl*.chase@chromium.org2010-08-301-2/+2
| | | | | | | | | | | | | The regression from the WebKit roll looks worse than originally seen. BUG=none TEST=linux-release-hardy/intl* is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3248004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57832 0039d316-1c4b-4281-b951-d872f2087c98
* Implement events for extensions management API.asargent@chromium.org2010-08-3015-41/+222
| | | | | | | | | | | BUG=51178 TEST=The events described in the experimental.management API should fire for extensions and apps being installed, uninstalled, enabled, and disabled. Review URL: http://codereview.chromium.org/3278003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57831 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectations for xpdual/moz/vm_peak_b.chase@chromium.org2010-08-301-1/+1
| | | | | | | | | | | | | This vm_peak_b increase is still under investigation. Mark it as expected while that work happens. BUG=53619 TEST=xpdual/moz is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3286003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57830 0039d316-1c4b-4281-b951-d872f2087c98
* Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one.viettrungluu@chromium.org2010-08-309-38/+37
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3287002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57829 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DOMUI and Views settings for key repeat rate and delay, change the ↵yusukes@chromium.org2010-08-3012-259/+26
| | | | | | | | | | | default values instead. BUG=chromium-os:5933 TEST=manually Review URL: http://codereview.chromium.org/3181035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57827 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to ↵brettw@chromium.org2010-08-3048-368/+361
| | | | | | | | | | Graphics2D. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3255003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57825 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ExtensionApiTest.Tabs on mac.aa@chromium.org2010-08-291-0/+6
| | | | | | | TBR=erikkay@chromium.org BUG=53779 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57824 0039d316-1c4b-4281-b951-d872f2087c98
* webkit_support: Introduce indirect definitions for base::VKEY_* intkent@chromium.org2010-08-291-0/+18
| | | | | | | | | | order to remove keyboard_codes.h dependency from DumpRenderTree. BUG=none TEST=none Review URL: http://codereview.chromium.org/3226007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57823 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmit cl 3228005erikkay@chromium.org2010-08-293-33/+136
| | | | | | | | | | BUG=53323 TEST=ExtensionManifestTest.DisallowExtensionPermissions TBR=aa Review URL: http://codereview.chromium.org/3254004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57822 0039d316-1c4b-4281-b951-d872f2087c98
* remove browse extenterikkay@chromium.org2010-08-2910-111/+0
| | | | | | | | | BUG=53593 TEST=none Review URL: http://codereview.chromium.org/3242005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57821 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57816 - disallow extension permissions in hosted appserikkay@chromium.org2010-08-293-138/+36
| | | | | | | | | | | | BUG=53323 TEST=ExtensionManifestTest.DisallowExtensionPermissions Review URL: http://codereview.chromium.org/3228005 TBR=erikkay@chromium.org Review URL: http://codereview.chromium.org/3235006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57820 0039d316-1c4b-4281-b951-d872f2087c98
* disallow extension permissions in hosted appserikkay@chromium.org2010-08-293-36/+138
| | | | | | | | | BUG=53323 TEST=ExtensionManifestTest.DisallowExtensionPermissions Review URL: http://codereview.chromium.org/3228005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57816 0039d316-1c4b-4281-b951-d872f2087c98
* Add code to get the search provider install state.levin@chromium.org2010-08-295-8/+131
| | | | | | | | | BUG=38475 TEST=unit_test --gtest_filter=SearchHost* Review URL: http://codereview.chromium.org/3269001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57815 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeFrame HTTPs net tests which started failing with the change to ↵ananta@chromium.org2010-08-291-0/+4
| | | | | | | | | | | | | | | validate the certificate info in the HTTPs tests. ChromeFrame's host network stack implementation returns a fake certificate as we don't have access to the real certificate info from IE. Fix is to bypass this check for ChromeFrame. TBR=wtc Review URL: http://codereview.chromium.org/3229008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57814 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57812 - Add the new Mac manifest to the application bundlegfeher@chromium.org2010-08-292-66/+47
| | | | | | | | | | | | Add the policy templates generated from chrome/app/policy_templates.json to the Mac application bundle. (The template generator for Mac is implemented in CL 3116027) BUG=49316 TEST=add Chromium to the managed applications' list in the OSX Workgroup Manager, and see if it shows the manageable preferences TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/3267003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57813 0039d316-1c4b-4281-b951-d872f2087c98
* Add the new Mac manifest to the application bundlegfeher@chromium.org2010-08-292-47/+66
| | | | | | | | | | | Add the policy templates generated from chrome/app/policy_templates.json to the Mac application bundle. (The template generator for Mac is implemented in CL 3116027) BUG=49316 TEST=add Chromium to the managed applications' list in the OSX Workgroup Manager, and see if it shows the manageable preferences Review URL: http://codereview.chromium.org/3143036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57812 0039d316-1c4b-4281-b951-d872f2087c98
* OS X - always use "classic theme" when running Layout testsjeremy@chromium.org2010-08-291-0/+7
| | | | | | | | | | | In order to pass Image layout tests on OS X, we need to set a bunch of system values. These are only set if custom_theme is true. BUG=42352 TEST=On OS X 10.5, compile test_shell and run webkit/tools/layout_tests/run_webkit_tests.sh --debug editing/selection/3690703.html , test should pass. Review URL: http://codereview.chromium.org/3141037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57811 0039d316-1c4b-4281-b951-d872f2087c98
* This is a change that Daniel Horn did as part of this: petersont@google.com2010-08-291-34/+25
| | | | | | | | | | http://codereview.chromium.org/3072008 I don't see why it can't be a separate, short changelist. Review URL: http://codereview.chromium.org/3215005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57810 0039d316-1c4b-4281-b951-d872f2087c98
* Added createDrawElements to Transform class. One more function in the API.petersont@google.com2010-08-291-2/+10
| | | | | | Review URL: http://codereview.chromium.org/3167046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57809 0039d316-1c4b-4281-b951-d872f2087c98
* Added capability for an error (default) cube map texture, so if a cube ↵petersont@google.com2010-08-297-121/+308
| | | | | | | | sampler doesn't have a texture associated with it, it doesn't choke WebGL. Review URL: http://codereview.chromium.org/3162048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57808 0039d316-1c4b-4281-b951-d872f2087c98
* Determines which shading language o3djs should use once when the client is ↵petersont@google.com2010-08-297-395/+137
| | | | | | | | installed, sets things appropriately in effect.js and other files which generate shaders appeal to effect.js to determine how to generate the right shader. Review URL: http://codereview.chromium.org/3166038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57807 0039d316-1c4b-4281-b951-d872f2087c98
* When the client is created, it sets a couple event callbacks to an empty ↵petersont@google.com2010-08-291-0/+8
| | | | | | | | function so that when you click and drag on the HTML canvas, it doesn't act like you're selecting text. Review URL: http://codereview.chromium.org/3106029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57806 0039d316-1c4b-4281-b951-d872f2087c98
* Added getter for field params on param object. (Just one more function in ↵petersont@google.com2010-08-291-0/+11
| | | | | | | | the API that got left behind) Review URL: http://codereview.chromium.org/3108052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57803 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppressions for Mac valgrind failures (AudioQueueObject::ConvertInput()).viettrungluu@chromium.org2010-08-291-0/+19
| | | | | | | | | | BUG=53742 TEST=greener Mac valgrind TBR=satish@chromium.org,joth@chromium.org Review URL: http://codereview.chromium.org/3281003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57802 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression for leak in AutoFillManager (in webkit glue).viettrungluu@chromium.org2010-08-291-0/+11
| | | | | | | | | | BUG=53740 TEST=greener valgrind memcheck (at least on linux) TBR=dhollowa@chromium.org,jhawkins@chromium.org Review URL: http://codereview.chromium.org/3250003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57801 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstrings from bookmarks, part 17.viettrungluu@chromium.org2010-08-2919-56/+62
| | | | | | | | | | | | This converts lots of (wstring) GetTitle()s to (string16) GetTitleAsString16(). Soon, I'll be able to delete the former, and rename the latter (s/AsString16//). BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3226004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57800 0039d316-1c4b-4281-b951-d872f2087c98
* Add the collapsed 'miniview' to the apps and most visisted sections. Also, ↵aa@chromium.org2010-08-2918-42/+112
| | | | | | | | | | fix the bug where the wrench disappears on hover. BUG=53248,52199 Review URL: http://codereview.chromium.org/3236001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57799 0039d316-1c4b-4281-b951-d872f2087c98
* Review execute permissions on text filesdanno@chromium.org2010-08-282-5/+5
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3243009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57795 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the policy to disable plugins to support TYPE_LIST valuesdanno@chromium.org2010-08-2812-229/+130
| | | | | | | | | BUG=51897 TEST=ConfigurationPolicyProviderWinTest.* Review URL: http://codereview.chromium.org/3133012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57794 0039d316-1c4b-4281-b951-d872f2087c98
* Kicking a build.brettw@chromium.org2010-08-281-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57793 0039d316-1c4b-4281-b951-d872f2087c98
* Pull latest Pepper to get moved audio, video, and char set interfaces, nowbrettw@chromium.org2010-08-2813-61/+66
| | | | | | | | | | | called "dev." This also marks un-flaky the image data test which I think I fixed. BUG=51344 TEST=covered by unit tests Review URL: http://codereview.chromium.org/3243007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57792 0039d316-1c4b-4281-b951-d872f2087c98
* Kicking a buildagl@chromium.org2010-08-281-3/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57790 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-2831-283/+112
| | | | | | | | | | | | | | | | | This patch allows component (built-in) extension apps to have extension api bindings. Note that this patch adds browser-side api permission checking for extension requests. This is step two along the path to exposing an extension management api to the gallery (webstore). BUG=27431 Review URL: http://codereview.chromium.org/3163044 TBR=rafaelw@chromium.org Review URL: http://codereview.chromium.org/3249004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57789 0039d316-1c4b-4281-b951-d872f2087c98
* Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-2831-112/+283
| | | | | | | | | | | | | | This patch allows component (built-in) extension apps to have extension api bindings. Note that this patch adds browser-side api permission checking for extension requests. This is step two along the path to exposing an extension management api to the gallery (webstore). BUG=27431 Review URL: http://codereview.chromium.org/3163044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57788 0039d316-1c4b-4281-b951-d872f2087c98
* https: add support for DNS exclusion and switch to TXT records.agl@chromium.org2010-08-2815-42/+517
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This code has no effect unless --enable-dnssec-certs is given.) The existing DNSSEC code will process embeded chains in certificates and validate CERT records there in. The format of the CERT record was just something made up as a proof of concept. This change switches that code to using TXT records which are at least used by some other code. Additionally, when --enable-dnssec-certs is given. TXT record lookups are triggered for each HTTPS connection. If DNSSEC secure, these lookups can validate a HTTPS certificate. Even without DNSSEC, they can by used for exclusion: if TLS fingerprints are given, but the certificate doesn't match any of them, then the certificate is rejected. The next step in this series will be to perform the TXT lookup for some percentage of dev channel users in order to measure the latency impact. For this experiment, all behavioural changes will be disabled. BUG=none TEST=net_unittests http://codereview.chromium.org/3148037/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57787 0039d316-1c4b-4281-b951-d872f2087c98
* there are 2 threads for AVCodecThreadInitfbarchard@chromium.org2010-08-281-0/+1
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/3271002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57786 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Close file select dialogs when windows go away.rohitrao@chromium.org2010-08-281-6/+20
| | | | | | | | BUG=53361 TEST=Testcase in bug. Review URL: http://codereview.chromium.org/3216004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57785 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 508.0 to 509.0chrome-release@google.com2010-08-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57783 0039d316-1c4b-4281-b951-d872f2087c98
* Enable speech input by default on windows.satish@chromium.org2010-08-285-2/+19
| | | | | | | | | | | | Makes --enable-speech-input with available only on non-windows builds and adds --disable-speech-input for windows. BUG=none TEST=browser_tests --gtest_filter="SpeechInputBrowserTest.*" Review URL: http://codereview.chromium.org/3261001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57781 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the speech input bubble on mac.satish@chromium.org2010-08-289-8/+1543
| | | | | | | | | | | This is a popup which gets displayed below an <input> element when the user starts speech recognition on it. It displays a recognition status icon, an instruction label ('Speak now') at the top and a Cancel button at the bottom. The speech input module gets callbacks on user actions such as clicking Cancel or clicking any other window, and on both cases recognition stops and the bubble closes. TEST=manual, run chromium on mac and click on the mic button in a speech enabled input element to see the bubble appear. BUG=53598 Review URL: http://codereview.chromium.org/3214006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57780 0039d316-1c4b-4281-b951-d872f2087c98
* Hide mac background mode prefs ui if background mode is not enabled.atwilson@chromium.org2010-08-283-3/+76
| | | | | | | | | | | Change to Preferences.xib: Setup preferences_window_controller.mm as a referencing outlet for the background mode UI so we can hide it. BUG=53522 TEST=run chrome without --enable-background-mode, make sure associated prefs UI is not shown Review URL: http://codereview.chromium.org/3246004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57779 0039d316-1c4b-4281-b951-d872f2087c98
* Disable background mode when associated pref changes.atwilson@chromium.org2010-08-284-24/+151
| | | | | | | | | | | | | BUG=53173 TEST=new BackgroundModeManager unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57642 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57749 Review URL: http://codereview.chromium.org/3205008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57778 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the default argument from RegKey::WriteValue.tfarina@chromium.org2010-08-281-1/+1
| | | | | | | | | BUG=44644 TEST=base_unittests --gtest_filter=RegistryTest.* Review URL: http://codereview.chromium.org/3239005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57777 0039d316-1c4b-4281-b951-d872f2087c98
* Add xtb files for Farsi translations. mal@chromium.org2010-08-284-0/+2217
| | | | | | | | | | R = jshin BUG = http://crbug.com/45505 TEST= None. These are just data files. Review URL: http://codereview.chromium.org/3104043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57776 0039d316-1c4b-4281-b951-d872f2087c98
* fix a regression whereby the display of proxy settings got broken in text ↵eroman@chromium.org2010-08-281-2/+10
| | | | | | | | | | dump on about:net-internals. BUG=53673 TBR=rvargas Review URL: http://codereview.chromium.org/3216009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57775 0039d316-1c4b-4281-b951-d872f2087c98
* another mock failurefbarchard@chromium.org2010-08-281-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3266006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57774 0039d316-1c4b-4281-b951-d872f2087c98
* mock test 3 threads not 2 for mediafbarchard@chromium.org2010-08-281-2/+2
| | | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57773 0039d316-1c4b-4281-b951-d872f2087c98
* remove meaningless ffmpeg fast flagfbarchard@chromium.org2010-08-283-6/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3280004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57771 0039d316-1c4b-4281-b951-d872f2087c98
* Jingle_glue bugfixes.sergeyu@chromium.org2010-08-2811-205/+525
| | | | | | | | | | | | | | | Fixed Closed() methods in JingleChannel and JingleClient so that they are not blocking and guarantee that callback is not called afterwards. Changed JingleThread shutdown mechanism so that the thread doesn't stop until all tasks are finished. JingleClient now uses LocalTunnelSessionClient that allows local connections. BUG=52889 TEST=unittests Review URL: http://codereview.chromium.org/3167047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57770 0039d316-1c4b-4281-b951-d872f2087c98
* Update intl expectations after WebKit roll.chase@chromium.org2010-08-281-10/+10
| | | | | | | | | | | | | | Regression appeared in r57724 (WebKit 66079:66240). Tony Chang identified it as caused by WebKit r66115. Update expectations for now. BUG=none TEST=intl steps are green TBR=tony@chromium.org Review URL: http://codereview.chromium.org/3226013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57769 0039d316-1c4b-4281-b951-d872f2087c98