summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Disabling failing plugin test PluginTest.MediaPlayerNew. It fails even ↵robertshield@chromium.org2010-05-201-1/+1
| | | | | | | | | | | | though the plugin is present and created. BUG=44662 TEST=none TBR=cbentzel Review URL: http://codereview.chromium.org/2065015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47812 0039d316-1c4b-4281-b951-d872f2087c98
* helper binaries for chromium OS login manager are no longer neededcmasone@google.com2010-05-201-2/+0
| | | | | | | | BUG=chromium-os:2685 Review URL: http://codereview.chromium.org/1998017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47811 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add a preference for the tab key cycling between just form fields, or ↵rsesek@chromium.org2010-05-209-85/+171
| | | | | | | | | | | | | | | links as well. XIB change: Add a checkbox bound to FilesOwner.tabsToLinks underneath the translate webpages preference. BUG=31177 TEST=Uncheck Chromium-->Preferences-->Under the Hood-->Pressing Tab... Then press Tab on Google.com and the links don't get focus; it alternates between search field and location bar. Review URL: http://codereview.chromium.org/2082011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47807 0039d316-1c4b-4281-b951-d872f2087c98
* Boot times weren't getting displayeddavemoore@chromium.org2010-05-202-4/+4
| | | | | | | | | BUG=NONE TEST=Ensure that boot times are shown at startup. Review URL: http://codereview.chromium.org/2102011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47805 0039d316-1c4b-4281-b951-d872f2087c98
* BUG=chromium-os:3362nkostylev@google.com2010-05-202-7/+4
| | | | | | | | TEST=After bubble is shown select another window/open dialog. Review URL: http://codereview.chromium.org/2111012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47804 0039d316-1c4b-4281-b951-d872f2087c98
* Marking ExtensionTestRoundTripApiCall.RunTest as FLAKY.cbentzel@chromium.org2010-05-201-1/+3
| | | | | | | | | BUG=44650 TEST=None Review URL: http://codereview.chromium.org/2083017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47800 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent valgrind errors due to incomplete animations by providing a test ↵mrossetti@chromium.org2010-05-206-8/+29
| | | | | | | | | | | setting to have animations ignored. Apply it to the BookmarkBarControllerTest.OffTheSideButtonHidden unit test. BookmarkBarController and BookmarkBarFolderController now have a -[setIgnoreAnimations:] function for accomplishing this. BUG=44563 TEST=None Review URL: http://codereview.chromium.org/2095017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47799 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper3D test failed on buildbots again. Seems something else is going on. ↵alokp@chromium.org2010-05-201-1/+1
| | | | | | | | | Marked Pepper3D test as FAILS. TBR=gman@chromium.org BUG=44603 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47798 0039d316-1c4b-4281-b951-d872f2087c98
* Uncommented out precision statements now that glsl translator is enabled. ↵alokp@chromium.org2010-05-201-2/+1
| | | | | | | | | This also fixes Pepper3D ui-test. BUG=44603 Review URL: http://codereview.chromium.org/2105012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47793 0039d316-1c4b-4281-b951-d872f2087c98
* Clear password field when navigating though users on the login screen.nkostylev@google.com2010-05-204-9/+34
| | | | | | | | | BUG=chromium-os:2319 TEST=Enter password on the login screen. Navigate to the left/right user window. Navigate back. Password field should be empty. Review URL: http://codereview.chromium.org/2132011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47785 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 47746 - Reenabling TestAboutChromeViewAccObj.cbentzel@chromium.org2010-05-201-1/+1
| | | | | | | | | | | | | | | This test appears to be passing fine. TEST=NONE BUG=NONE TBR=dmazzoni@chromiun.org TBR=ctguil@chromium.org Review URL: http://codereview.chromium.org/2124013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47784 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 47739 - Fix failure of ↵cbentzel@chromium.org2010-05-201-8/+5
| | | | | | | | | | | | | | | | | | | browser_tests:BrowserViewsAccessibilityTest.TestChromeWindowAccObj This still failed on the continuous builds. Finish nagivation to "about:blank" before checking the name returned by the window's IAccessible. BUG=44486 TEST=browser_tests:BrowserViewsAccessibilityTest.TestChromeWindowAccObj TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/2119010 TBR=ctguil@chromium.org Review URL: http://codereview.chromium.org/2075022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47783 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 411.0 to 412.0chrome-release@google.com2010-05-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47781 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary changes for plugin.jam@chromium.org2010-05-201-12/+40
| | | | | | Review URL: http://codereview.chromium.org/2102012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47778 0039d316-1c4b-4281-b951-d872f2087c98
* Submitting http://codereview.chromium.org/2081006/show on behalf of ↵zelidrag@chromium.org2010-05-2013-83/+415
| | | | | | | | | | | | | | | rkc@chromium.org: Changes for sending user e-mail along with the feedback Changes to implement complete userfeedback stack. TBR=zelidrag@chromium.org TEST=none BUG=chromium-os:2761 Review URL: http://codereview.chromium.org/2090011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47777 0039d316-1c4b-4281-b951-d872f2087c98
* Show the extension name in the task manager for extension created worker ↵jam@chromium.org2010-05-204-2/+31
| | | | | | | | | processes. BUG=30713 Review URL: http://codereview.chromium.org/2108015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47776 0039d316-1c4b-4281-b951-d872f2087c98
* Run WebSocket experiment if reporting is active.ukai@chromium.org2010-05-202-2/+13
| | | | | | | | | BUG=44626 TEST=none Review URL: http://codereview.chromium.org/2093009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47775 0039d316-1c4b-4281-b951-d872f2087c98
* Removed tons of unused code in chrome/common/net/notifier.akalin@chromium.org2010-05-2015-1362/+0
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/2076008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47774 0039d316-1c4b-4281-b951-d872f2087c98
* Changed some asserts into DCHECKs.akalin@chromium.org2010-05-203-9/+10
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/2136016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47773 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed sync unit test leak and removed suppression.akalin@chromium.org2010-05-202-1/+4
| | | | | | | | | BUG=44540 TEST=ran valgrind on sync unit tests Review URL: http://codereview.chromium.org/2105011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47771 0039d316-1c4b-4281-b951-d872f2087c98
* The reliablity crash in webcore/v8 should be fixed by webkit roll ↵victorw@chromium.org2010-05-201-6/+0
| | | | | | | | | | | | 59773-59814, so remove them from the exception list. TBR=robertshield,cbentzel BUG=44612 TEST=none Review URL: http://codereview.chromium.org/2128015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47770 0039d316-1c4b-4281-b951-d872f2087c98
* Share the same label between the language selector and the options dialog.satorux@chromium.org2010-05-202-13/+13
| | | | | | | | | | | | The "Language and Input" dialog is opened from two places. We should share the same label in the two places. BUG=3431 TEST=manually Review URL: http://codereview.chromium.org/2094014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47769 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill UI String changes to match new specdhollowa@chromium.org2010-05-202-9/+18
| | | | | | | | | | | Changes AutoFill Infobar string to match new spec. Changes AutoFill settings strings to match new spec. Nib change: corrected resource id for AutoFill settings button on Mac. BUG=44614, 44619 TEST=Manual test to verify strings appear in Infobar and Preferences dialog. Review URL: http://codereview.chromium.org/2094013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47763 0039d316-1c4b-4281-b951-d872f2087c98
* Integrated new bug icon in status bar. It opens bug reporting dialog.zelidrag@chromium.org2010-05-2013-0/+148
| | | | | | | | | | BUG=chromium-os:3348 TEST=click on the new bug icon in the status bar, it should open bug reporting dialog Review URL: http://codereview.chromium.org/2134009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47762 0039d316-1c4b-4281-b951-d872f2087c98
* Simple change that re-positions the arrow location on displayed extension ↵twiz@google.com2010-05-203-30/+129
| | | | | | | | | | | popup views. This change allows popups to re-orient themselves if they are partially clipped by the working monitor. Note that this only applies to popups created via the experimental extension popup API. BUG=42779 TEST=None Review URL: http://codereview.chromium.org/1774012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47760 0039d316-1c4b-4281-b951-d872f2087c98
* Marking ExternalTabUITest, TabPostMessage as flaky.robertshield@chromium.org2010-05-201-1/+2
| | | | | | | | | | BUG=44617 TEST=none TBR=cbentzel,stoyan Review URL: http://codereview.chromium.org/2135008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47758 0039d316-1c4b-4281-b951-d872f2087c98
* Create gdk_event right way to elimination compilation error in chroot ↵oshima@chromium.org2010-05-201-3/+6
| | | | | | | | | | | | | | environment. I didn't bother allocating new one because i thought none is using event object except for our code, but i was wrong. TextField is copying the struct, which was causing the warning. BUG=none TEST=none Review URL: http://codereview.chromium.org/2086017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47754 0039d316-1c4b-4281-b951-d872f2087c98
* Add exception for reliability crash in webcore. Details in bug.robertshield@chromium.org2010-05-201-0/+6
| | | | | | | | | | BUG=44612 TEST=none TBR=cbentzel,victorw Review URL: http://codereview.chromium.org/2095018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47752 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 47749 - Integrated new bug icon in status bar. It opens bug reporting ↵cbentzel@chromium.org2010-05-2013-270/+0
| | | | | | | | | | | | | | dialog. BUG=chromiumos:3348 TEST=click on the new bug icon in the status bar, it should open bug reporting dialog Review URL: http://codereview.chromium.org/2135005 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/2125013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47751 0039d316-1c4b-4281-b951-d872f2087c98
* For notifications, use the same shadow border that the autocomplete dropdown ↵johnnyg@chromium.org2010-05-193-62/+87
| | | | | | | | | | | uses rather than using images. This looks a lot sharper. BUG=none TEST=none Review URL: http://codereview.chromium.org/2078019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47750 0039d316-1c4b-4281-b951-d872f2087c98
* Integrated new bug icon in status bar. It opens bug reporting dialog.zelidrag@chromium.org2010-05-1913-0/+270
| | | | | | | | | BUG=chromium-os:3348 TEST=click on the new bug icon in the status bar, it should open bug reporting dialog Review URL: http://codereview.chromium.org/2135005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47749 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Add _CHROME_LOGGED_IN property on root window.derat@chromium.org2010-05-194-15/+25
| | | | | | | | | | | | | | | This gets set to either 1 or 0 depending on whether the user is currently logged in or not. I'm doing this as a step towards using the same window manager process during and after login; this will let the WM know which log file it should be using, for instance. BUG=chromium-os:2790 TEST=tried it, and will add an autotest for this soon Review URL: http://codereview.chromium.org/2078017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47748 0039d316-1c4b-4281-b951-d872f2087c98
* Update Mac valgrind skip listsstuartmorgan@chromium.org2010-05-191-2/+2
| | | | | | | | | | | I forgot to change these when I changed the test declarations. BUG=none TEST=Happy Mac valgrind bots. Review URL: http://codereview.chromium.org/2078020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47747 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enabling TestAboutChromeViewAccObj.ctguil@chromium.org2010-05-191-1/+1
| | | | | | | | | | | | This test appears to be passing fine. TEST=NONE BUG=NONE TBR=dmazzoni@chromiun.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47746 0039d316-1c4b-4281-b951-d872f2087c98
* Add unit tests for Nigori permute and decrypt.albertb@chromium.org2010-05-191-0/+29
| | | | | | | | | BUG=none TEST=NigoriTest.* Review URL: http://codereview.chromium.org/2089019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47745 0039d316-1c4b-4281-b951-d872f2087c98
* Allow extensions to be overinstalled with extensions of sameaa@chromium.org2010-05-1916-435/+192
| | | | | | | | | | | | | | | | | | | | | | version. This is useful during development, for switching themes, and for user scripts (since user scripts have no development mode). Since we can't always immediately delete the version directory for an extension after unloading it (because some files might be in use), this required changing the directory layout of the extensions directory to allow multiple copies of the same version of the same extension to be present at once. This was done by adding a counter to the version directory name. Also get rid of all the old "Current Version" cruft, since we no longer use that. BUG=26538 Review URL: http://codereview.chromium.org/1521039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47740 0039d316-1c4b-4281-b951-d872f2087c98
* Fix failure of ↵ctguil@chromium.org2010-05-191-5/+8
| | | | | | | | | | | | | | browser_tests:BrowserViewsAccessibilityTest.TestChromeWindowAccObj Finish nagivation to "about:blank" before checking the name returned by the window's IAccessible. BUG=44486 TEST=browser_tests:BrowserViewsAccessibilityTest.TestChromeWindowAccObj TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/2119010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47739 0039d316-1c4b-4281-b951-d872f2087c98
* PepperTester.Pepper3D FAILS_.cbentzel@chromium.org2010-05-191-1/+2
| | | | | | | | | BUG=44603 TEST=None Review URL: http://codereview.chromium.org/2088010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47737 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI shared resources: Update menu style to follow Roma's spec for menusarv@chromium.org2010-05-191-10/+22
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2104011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47736 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmarks: Reorganize the HTML a bit to reduce loading flicker.arv@chromium.org2010-05-191-109/+99
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2097011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47734 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup a bunch of TODO(shess).shess@chromium.org2010-05-199-54/+22
| | | | | | | | | | | | | | | | | | The TODO on AutocompleteEditViewMac about the popup needing the field for placement and font got half done. The placement part just seemed too intrusive to be worthwhile, but the font part seemed reasonable to get rid of. The others are all either not sensible anymore, or were addressed without being removed, or have been in there long enough that if nobody has complained by now, their subject must not matter. BUG=none TEST=none Review URL: http://codereview.chromium.org/2127009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47732 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill fill billing address when credit card settings specify a billing ↵dhollowa@chromium.org2010-05-197-134/+299
| | | | | | | | | | | | | | | | | | | address. Fixes address type matching in |AddressField::AddressTypeFromText| method. Also, extends |AutoFillManager::FillAutoFillFormData| method to fill associated billing address when filling a credit card that has billing information set in preferences. Adds new unit test AutoFillManagerTest.FillCreditCardFormWithBilling and fixes others. BUG=44227 TEST=AddressFieldTest.ParseOneLineAddress, \ AddressFieldTest.ParseOneLineAddressBilling, \ AddressFieldTest.ParseOneLineAddressShipping, \ AutoFillManagerTest.FillCreditCardForm, \ AutoFillManagerTest.FillCreditCardFormWithBilling, \ FormStructureTest.HeuristicsSample8, \ and manual test with everything2.html bug file. Review URL: http://codereview.chromium.org/2078016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47731 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default pluginthakis@chromium.org2010-05-192-4/+5
| | | | | | | | | | | | | | | | | | | BUG=17392 TEST=Go to http://www.adobe.com/shockwave/welcome/. The task manager should show that the default plugin is running, and the "Missing Plugin" text should look slightly different than it did before. (this test depends on a small webkit patch) Requires commenting out if (objectContentType(url, mimeType) != ObjectContentNetscapePlugin) return 0; in WebKit/WebKit/chromium/src/FrameLoaderClientImpl.cpp's createPlugin() as well, else the default plugin won't load. Review URL: http://codereview.chromium.org/2075006 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2132018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47730 0039d316-1c4b-4281-b951-d872f2087c98
* Remove FLAKY marker from some Mac plugin testsstuartmorgan@chromium.org2010-05-191-14/+2
| | | | | | | | | | | Neither of these tests appear to have failed recently on the 10.6 bots. BUG=42340, 42086 TEST=Tests pass on 10.6 bots. Review URL: http://codereview.chromium.org/2086016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47729 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: First steps for default pluginthakis@chromium.org2010-05-192-5/+4
| | | | | | | | | | | | | | | | BUG=17392 TEST=Go to http://www.adobe.com/shockwave/welcome/. The task manager should show that the default plugin is running, and the "Missing Plug-in" text should look slightly different than it did before. (this test depends on a small webkit patch) Requires commenting out if (objectContentType(url, mimeType) != ObjectContentNetscapePlugin) return 0; in WebKit/WebKit/chromium/src/FrameLoaderClientImpl.cpp's createPlugin() as well, else the default plugin won't load. Review URL: http://codereview.chromium.org/2075006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47726 0039d316-1c4b-4281-b951-d872f2087c98
* Marking ExtensionTestSimpleApiCall, RunTest as flaky after failure on Vista ↵robertshield@chromium.org2010-05-191-1/+1
| | | | | | | | | | | | Tests. BUG=44599 TEST=none TBR=cbentzel,joi Review URL: http://codereview.chromium.org/2071019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47724 0039d316-1c4b-4281-b951-d872f2087c98
* Change default to three threads for video decoding and add command line ↵fbarchard@chromium.org2010-05-191-1/+2
| | | | | | | | | | | --video-threads. BUG=44128 TEST=player_wtl.exe --video-threads=6 d:\mediatests\crowd\crowd2.mp4 Review URL: http://codereview.chromium.org/2080008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47723 0039d316-1c4b-4281-b951-d872f2087c98
* Fix browser crash when refreshing extensions.finnur@chromium.org2010-05-1911-1/+80
| | | | | | | | | | | | | | If you have two extensions with page actions, you can get into a state where it crashes if you refresh Extension A, then Extension B and Extension A again. BUG=http://crbug.com/44415 TEST=Covered by new test ExtensionBrowserTest.PageActionRefreshCrash Review URL: http://codereview.chromium.org/2134008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47722 0039d316-1c4b-4281-b951-d872f2087c98
* Shrink the window used for the NPN_ConvertPoint teststuartmorgan@chromium.org2010-05-192-4/+3
| | | | | | | | | | | | | The test should now fit on an 800x600 display, which is apparently what the 10.6 bots have. Removes the FLAKY marker since it should now pass on 10.6 bots. BUG=36670 TEST=PluginConvertPointTest should pass on 10.6 bots Review URL: http://codereview.chromium.org/2100008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47720 0039d316-1c4b-4281-b951-d872f2087c98
* fix chrome.tabs.onUpdated bugs, add browsertest.rafaelw@chromium.org2010-05-1914-83/+195
| | | | | | | | | | | | | | This CL addresses a few issues related to the behavior of the onUpdated event. Issue 1: The page re-entering the load state and the completing was causing multiple 'complete' status events to be fired. We now only report the first 'complete' after the didNavigate message is fired (iframe navigation, for example). Issue 2: We were initializing the URL when the TabEntry was created, and this caused us to fail to send the url with the first navigation because we thought it wasn't changing. BUG=27208,37149 Review URL: http://codereview.chromium.org/2111010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47717 0039d316-1c4b-4281-b951-d872f2087c98