summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Modify NPAPI::PluginList::GetPluginInfo() to return true also for disabled ↵bauerb@chromium.org2010-06-306-13/+9
| | | | | | | | | | | | | plugins. GetPluginInfo() now returns true if the plugin is found, whether it's enabled or not. To find out whether the plugin is enabled, check the enabled flag in the WebPluginInfo struct output parameter. This enables getting information about disabled plugins. TEST=none BUG=none Review URL: http://codereview.chromium.org/2858035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51254 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62182yurys@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=levin BUG=None TEST=None Review URL: http://codereview.chromium.org/2815038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51253 0039d316-1c4b-4281-b951-d872f2087c98
* Don't crash on a right-aligned link in a LinkInfoBarDelegate.bauerb@chromium.org2010-06-302-1/+6
| | | | | | | | | TEST=LinkInfoBarControllerTest.* BUG=47728 Review URL: http://codereview.chromium.org/2842031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51252 0039d316-1c4b-4281-b951-d872f2087c98
* Fix multiple issues with ADM/ADMX templatesdanno@chromium.org2010-06-304-103/+162
| | | | | | | | | | | | | | | Correct descriptions in ADM/ADMX template and change registry key to "Chrome" from "Google Chrome". Fix numerous punctuation, verbiage and wording issues. Fix HomepageIsNewTabPage so that not checking the checkbox actually forces the hompage to the homepage URL. BUG=none TEST=manual Review URL: http://codereview.chromium.org/2806040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51251 0039d316-1c4b-4281-b951-d872f2087c98
* Mark OOBE process as completed in Local State.nkostylev@google.com2010-06-305-38/+81
| | | | | | | | | | | Add 10% when checking for update. If image is not cached on server it will take some time. BUG= http://crosbug.com/4208, http://crosbug.com/4003 TEST=Manual. Start with fresh install. After Sign In screen is shown, select BWSI and then Sign out. OOBE should not be started again. Review URL: http://codereview.chromium.org/2833038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51250 0039d316-1c4b-4281-b951-d872f2087c98
* Make menu button for language selection focusable on new user login screen.dpolukhin@chromium.org2010-06-301-0/+1
| | | | | | | | | BUG=crosbug.com/4116 TEST=Language menu should be focusable by keyboard on new user login. Review URL: http://codereview.chromium.org/2815037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51249 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 2.2.1.lrn@chromium.org2010-06-301-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2868040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51246 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 452.0 to 453.0chrome-release@google.com2010-06-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51244 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed positions of label and border windows to avoid flickering on initial ↵avayvod@chromium.org2010-06-301-16/+15
| | | | | | | | | | | show of login screen. BUG=cros:4356 TEST=Verify that no white rectangles flicker near user pods on initial show. Review URL: http://codereview.chromium.org/2887002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51242 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leak for Bug 47950.hbono@chromium.org2010-06-301-0/+7
| | | | | | | | | TBR=ukai BUG=47950 TEST=make the "Linux Tests (valgrind)(3)" bot green. Review URL: http://codereview.chromium.org/2802023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51241 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the valgrind error for Issue 47949.hbono@chromium.org2010-06-301-0/+12
| | | | | | | | | TBR=avi BUG=47949 TEST=make the "Webkit Mac (valgrind)" bot green. Review URL: http://codereview.chromium.org/2880006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51240 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 62165yurys@chromium.org2010-06-302-4/+1
| | | | | | | | | | TBR=levin@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/2859035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51239 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51231 - Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-3012-143/+18
| | | | | | | | | | | | | | | | | | | | Issue 35198 can not be reproduced locally. To enable users to do experiments, three command line flags are added to chrome: --issue35198-crxdir-browser: Have the browser process create the directory in which the extension will be unzipped. --issue35198-logging: Enable log messages from directory creation in the utility process to be moved to the browser process. --issue35198-permission: Use the most permissive file permissions possible on the extension unpack directory. BUG=35198 TEST=manual Review URL: http://codereview.chromium.org/2802018 TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/2861039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51238 0039d316-1c4b-4281-b951-d872f2087c98
* Trigger a rebuild.skerner@chromium.org2010-06-301-1/+1
| | | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51235 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62160.levin@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=yurys@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/2814041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51234 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for HandleDocumentLoad.darin@chromium.org2010-06-306-38/+66
| | | | | | | | | | R=jam BUG=47341 TEST=none Review URL: http://codereview.chromium.org/2842036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51233 0039d316-1c4b-4281-b951-d872f2087c98
* Update to latest ppapi.darin@chromium.org2010-06-301-1/+1
| | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/2799046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51232 0039d316-1c4b-4281-b951-d872f2087c98
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-3012-18/+143
| | | | | | | | | | | | | | | | | Issue 35198 can not be reproduced locally. To enable users to do experiments, three command line flags are added to chrome: --issue35198-crxdir-browser: Have the browser process create the directory in which the extension will be unzipped. --issue35198-logging: Enable log messages from directory creation in the utility process to be moved to the browser process. --issue35198-permission: Use the most permissive file permissions possible on the extension unpack directory. BUG=35198 TEST=manual Review URL: http://codereview.chromium.org/2802018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51231 0039d316-1c4b-4281-b951-d872f2087c98
* Decomped registration logic into its own class.akalin@chromium.org2010-06-309-43/+548
| | | | | | | | | | | Handle registration events properly. BUG=34647 TEST=new unittests Review URL: http://codereview.chromium.org/2861034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51230 0039d316-1c4b-4281-b951-d872f2087c98
* Fix GCC warning about unhandled enum cases.darin@chromium.org2010-06-301-1/+2
| | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/2799045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51229 0039d316-1c4b-4281-b951-d872f2087c98
* Add basic Pepper URLLoader implementation.darin@chromium.org2010-06-306-14/+219
| | | | | | | | | | R=jam BUG=47222 TEST=none Review URL: http://codereview.chromium.org/2861036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51228 0039d316-1c4b-4281-b951-d872f2087c98
* Move GetPageSizeAndMarginsInPoints from linux code to generic code.hamaji@chromium.org2010-06-303-66/+126
| | | | | | | | | | | It seems we can use this function in other environments. BUG=47277 TEST=none Review URL: http://codereview.chromium.org/2807029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51227 0039d316-1c4b-4281-b951-d872f2087c98
* Enable extensions sync by default.akalin@chromium.org2010-06-302-8/+28
| | | | | | | | | BUG=32413 TEST=manual Review URL: http://codereview.chromium.org/2833042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51226 0039d316-1c4b-4281-b951-d872f2087c98
* Remove extended attributes. The lame broken codepath in the DBS was causingnick@chromium.org2010-06-3013-519/+183
| | | | | | | | | | | several tests to fail their SaveChanges()es. Add unit test for the DBS migrations. BUG=47466 TEST=sync_unit_tests (and included new tests). Review URL: http://codereview.chromium.org/2830027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51225 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62157.levin@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=yurys@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/2864031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51224 0039d316-1c4b-4281-b951-d872f2087c98
* Add EnableInputMethodsAndKeyboardLayouts function.yusukes@google.com2010-06-305-15/+111
| | | | | | | | | | I'll use the function to implement crosbug.com/2619 (Implement input language selector on the log in page) BUG=none Review URL: http://codereview.chromium.org/2861022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51220 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling a layout test that started failing with the WebKit roll.levin@chromium.org2010-06-301-0/+3
| | | | | | | | | | TBR=ajwong@chromium.org TEST=Disabling a layout test momentarily. BUG=None Review URL: http://codereview.chromium.org/2886004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51219 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up syntax problems in known_crashes.txtace@chromium.org2010-06-301-18/+10
| | | | | | Review URL: http://codereview.chromium.org/2817042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51218 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: akalin@chromium.orgajwong@chromium.org2010-06-301-5/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51217 0039d316-1c4b-4281-b951-d872f2087c98
* Move chrome/common/net/notifier to jingle/notifier so that it can be used by ↵ajwong@chromium.org2010-06-3073-338/+365
| | | | | | | | | | | remoting/remoting.gyp. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/2885005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51216 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed invalid read in ExtensionsServiceTest.ReloadExtensions.akalin@chromium.org2010-06-301-0/+4
| | | | | | | | | BUG=47843,47863 TEST=unittests, valgrind Review URL: http://codereview.chromium.org/2872024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51215 0039d316-1c4b-4281-b951-d872f2087c98
* Update ChromeFrame reference build to 51194 to fix a crash during chrome ↵ananta@chromium.org2010-06-301-1/+1
| | | | | | | | | | frame perf test runs. TBR=amit Review URL: http://codereview.chromium.org/2821024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51214 0039d316-1c4b-4281-b951-d872f2087c98
* Reland - Fix NULL dereference in ExtensionTabsModule.rafaelw@chromium.org2010-06-301-16/+18
| | | | | | | | | | | | | | | | original review: http://codereview.chromium.org/2885006 ---------- This is almost certainly caused by a start-up or shut-down race, but CreateWindowValue doesn't have much meaning without a window attached to the browser, so just return an error in those cases BUG=47808 TEST=none. TBR=asargent Review URL: http://codereview.chromium.org/2858036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51213 0039d316-1c4b-4281-b951-d872f2087c98
* Roll to WebKit 62151.levin@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=mnaganov@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/2860039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51212 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix the ChromeFrame tests which rely on sending input to the IE ↵ananta@chromium.org2010-06-301-1/+1
| | | | | | | | | | | | | | address bar to initiate navigation. These tests fail at times on the builders because of an incorrect URL actually being sent in to Chrome. Fix is to increase the delay between selecting the address bar via Alt+D and sending the url. TBR=amit Review URL: http://codereview.chromium.org/2827036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51211 0039d316-1c4b-4281-b951-d872f2087c98
* Implement getAttachedShaders for WebGL.zmo@google.com2010-06-302-0/+8
| | | | | | Review URL: http://codereview.chromium.org/2805047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51206 0039d316-1c4b-4281-b951-d872f2087c98
* Windows: Replace tabs in content settings with a listbox.thakis@chromium.org2010-06-304-66/+107
| | | | | | | | | | | Depends on http://codereview.chromium.org/2815034 BUG=45546 TEST=Open content settings dialog. Should have a list on the left instead of tabs on top. Other than that, the dialog should work as before. Review URL: http://codereview.chromium.org/2799042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51205 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Remove command line flag that allowed a local file to be used for the ↵arv@chromium.org2010-06-303-43/+2
| | | | | | | | | | | new tab page. BUG=None TEST=None Review URL: http://codereview.chromium.org/2886002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51204 0039d316-1c4b-4281-b951-d872f2087c98
* Split options page code/html into its own set of files.zelidrag@chromium.org2010-06-3012-223/+691
| | | | | | | | | | | | Changed grit to support generic <!--include file="..."--> tag in html files to support the scenario above. TEST=make sure chrome:options page still shows correctly BUG=chromium-os:4429 Review URL: http://codereview.chromium.org/2835009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51203 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Add support for multi-select and delete.tfarina@chromium.org2010-06-302-10/+17
| | | | | | | | | BUG=46075 TEST=see bug Review URL: http://codereview.chromium.org/2828014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51202 0039d316-1c4b-4281-b951-d872f2087c98
* Change MenuItems to use divs and add disabled propertyfeldstein@chromium.org2010-06-301-2/+8
| | | | | | | | | | | | | Stops using buttons for menu items so that it doesn't conflict with the button.css file. Added a BOOL_ATTR disabled property so the attribute is set on the element. It was originally not being set and not being styled as disabled. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/2863031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51201 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill fills only clicked field when form was filled prior.dhollowa@chromium.org2010-06-303-0/+70
| | | | | | | | | | | | These changes make it so that individual fields are filled with the value selected from the input element popup menu. AutoFill profile data is not queried in this case. BUG=44618, 47917 TEST=RenderViewTest.SendForms, RenderViewTest.FillFormElement Review URL: http://codereview.chromium.org/2808036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51200 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "gyp: update to r834"evan@chromium.org2010-06-301-1/+1
| | | | | | | This reverts commit r51195. Linker ran out of file descriptors. Tears. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51198 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable ConcurrencyTestdavidben@chromium.org2010-06-302-3/+2
| | | | | | | | | | | | | We disable it under Valgrind because it takes a while. The Chrome OS crash was resolved in r51091. R=agl BUG=37289,47587 TEST=KeygenHandler.ConcurrencyTest Review URL: http://codereview.chromium.org/2819029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51197 0039d316-1c4b-4281-b951-d872f2087c98
* Win: Add listbox view.thakis@chromium.org2010-06-307-10/+375
| | | | | | | | | | | | | See http://codereview.chromium.org/2799042 for how I intend to use this. BUG=45546 TEST=None BUG=45546 TEST=None Review URL: http://codereview.chromium.org/2815034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51196 0039d316-1c4b-4281-b951-d872f2087c98
* gyp: update to r834evan@chromium.org2010-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes following changes. ------------------------------------------------------------------------ r834 | evan@chromium.org | 2010-06-29 13:58:08 -0700 (Tue, 29 Jun 2010) | 6 lines Don't use ranlib, use ar's "s" flag instead. Patch by Shinichiro Hamaji <hamaji@chromium.org>. Review URL: http://codereview.chromium.org/2800033 ------------------------------------------------------------------------ r833 | mark@chromium.org | 2010-06-28 13:15:06 -0700 (Mon, 28 Jun 2010) | 5 lines Xcode support for already-assembled .o (object) files as sources. BUG=gyp:157 TEST=none Review URL: http://codereview.chromium.org/2878002 ------------------------------------------------------------------------ r832 | evan@chromium.org | 2010-06-25 10:46:11 -0700 (Fri, 25 Jun 2010) | 30 lines Use GNU ar's thin archive if this feature is available. The thin archives don't have actual copy of object files. Instead, they have the paths to object files like symbolic links. With this option, ar and ranlib in chromium build become much faster on linux. Before this change: Total size of .a files: 1726537946 (1726M) ./ar.sh 8.73s user 12.28s system 26% cpu 1:19.24 total ./link.sh 9.14s user 4.54s system 14% cpu 1:36.01 total After this change: Total size of .a files: 43157870 (43M) ./ar.sh 7.77s user 1.75s system 97% cpu 9.797 total ./link.sh 9.10s user 5.26s system 21% cpu 1:06.18 total I'm not sure why link also becomes faster. Maybe other processes were running when I ran link.sh. The link.sh just links chrome and the ar.sh is generated by grepping our build process. The actual file is here: http://shinh.skr.jp/t/ar.sh.txt Unfortunately, this feature is relatively new (2008-03-27, http://sourceware.org/ml/binutils/2008-03/msg00150.html), so I think we cannot expect everyone have this feature. So we autodetect it at build time. Code review: http://codereview.chromium.org/2841004 ------------------------------------------------------------------------ r831 | mark@chromium.org | 2010-06-24 09:44:51 -0700 (Thu, 24 Jun 2010) | 5 lines Make loadable_modules without mac_bundle buildable. BUG=none TEST=none Review URL: http://codereview.chromium.org/2859021 ------------------------------------------------------------------------ r830 | stuartmorgan@chromium.org | 2010-06-23 08:01:31 -0700 (Wed, 23 Jun 2010) | 1 line Add support for target-level Xcode config files. Review URL: http://codereview.appspot.com/1687044/show ------------------------------------------------------------------------ r827 | thestig@chromium.org | 2010-05-21 18:44:01 -0700 (Fri, 21 May 2010) | 5 lines Raise an error when a configuration dictionary contains invalid keys. BUG=none TEST=included Review URL: http://codereview.chromium.org/2094021 Review URL: http://codereview.chromium.org/2806038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51195 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change.thakis@chromium.org2010-06-291-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51193 0039d316-1c4b-4281-b951-d872f2087c98
* Adding 2d and hud-2d demos to samples. Small addition to state.js to ↵luchen@google.com2010-06-294-0/+1057
| | | | | | | | actually use the depthMask flag. Review URL: http://codereview.chromium.org/2830020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51192 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51110 because of regression 47858- Group plugins in about:plugins and ↵jam@chromium.org2010-06-2910-979/+255
| | | | | | | | | | | | | | | | | | | | | show update link for out-of-date ones. Tracking patch by mavrommatis, original review here: <http://codereview.chromium.org/1991005> Original description follows: (1) Group plugins with the same name together. (2) Show a download link for plugin versions with known security problems in about:plugins. BUG=3910 TEST=Open "chrome://plugins", see that plugins are grouped, and that any vulnerable plugins are marked red. Try enabling and disabling plugin groups. Review URL: http://codereview.chromium.org/2835018 TBR=bauerb@chromium.org Review URL: http://codereview.chromium.org/2805048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51191 0039d316-1c4b-4281-b951-d872f2087c98
* grd: Add "Features:" string.thakis@chromium.org2010-06-291-0/+3
| | | | | | Review URL: http://codereview.chromium.org/2862037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51190 0039d316-1c4b-4281-b951-d872f2087c98