summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Add support for starting NaCl win64 process if nacl64.exe is in the version ↵gregoryd@google.com2010-03-061-3/+4
| | | | | | | | | | | | directory. We now assume that nacl64.exe is in the same directory as chrome.dll (and not as chrome.exe as we assumed before). BUG=28176 TEST=none Review URL: http://codereview.chromium.org/668130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40809 0039d316-1c4b-4281-b951-d872f2087c98
* Mark nacl_ui_tests as flaky on Macgregoryd@google.com2010-03-061-1/+28
| | | | | | | | | | TEST=none BUG=none TBR=nsylvain Review URL: http://codereview.chromium.org/668199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40808 0039d316-1c4b-4281-b951-d872f2087c98
* Set the focus on the first field for login.chocobo@chromium.org2010-03-066-27/+41
| | | | | | Review URL: http://codereview.chromium.org/668194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40807 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill Mac preference for enabling Address Book "me" card usage.dhollowa@chromium.org2010-03-0617-64/+278
| | | | | | | | | | | Adds a boolean preference to specify whether to use the Mac user's Address Book "me" card as a source of information for AutoFill addresses. This CL adds the Mac UI and the preference setup only. It does not cover the functionality for fetching the actual Address Book data. The changes to AutoFillDialog.xib add the checkbox UI and bind the checkbox to the |auxiliaryEnabled| property in the controller class. The |addressSection_| outlet is set to the spacer following the new checkbox. Unit tests are included for the addition of the preference at the mac dialog controller level. BUG=36496 TEST=PersonalDataManagerTest, AutoFillDialogControllerTest Review URL: http://codereview.chromium.org/668171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40803 0039d316-1c4b-4281-b951-d872f2087c98
* Minor extensions code cleanuprafaelw@chromium.org2010-03-062-2/+2
| | | | | | | | | | This removes an extraneous ALLOW_THIS_IN_INITIALIZER, and also adds to a comment in browser_init.cc the relevant bug. TBR=aa,tfarina Review URL: http://codereview.chromium.org/668181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40802 0039d316-1c4b-4281-b951-d872f2087c98
* Display sticky and non sticky notifications separately.oshima@chromium.org2010-03-069-84/+657
| | | | | | | | | | | | Added separate containers for sitcky, non sticky notifications. I copied most of desktop notification unittest. I'll refactor it and reduce duplicate in next CL. BUG=33306 TEST=added desktop_notification_unittests for chromeos. Review URL: http://codereview.chromium.org/661289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40801 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the timeout for nacl_ui_testsgregoryd@google.com2010-03-052-7/+13
| | | | | | Review URL: http://codereview.chromium.org/669215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40798 0039d316-1c4b-4281-b951-d872f2087c98
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-1/+2
| | | | | | | | | BUG=32553,30001 TEST=none Review URL: http://codereview.chromium.org/661223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40797 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-0512-99/+206
| | | | | | | | | | | | | * Populate the tree view with appcaches * Delete selected appcaches from the tree view * Delete the date range indicated in the browsing data remover TEST=manual BUG=34634 Review URL: http://codereview.chromium.org/660423 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40796 0039d316-1c4b-4281-b951-d872f2087c98
* Add NaCl Win64 binaries to chrome dependenciesgregoryd@google.com2010-03-051-0/+1
| | | | | | Review URL: http://codereview.chromium.org/669204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40793 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor libcros calls for ChromeOSchocobo@chromium.org2010-03-052-75/+57
| | | | | | | | | | | - better UI for why libcros failed to load - fix enable/disable wifi menu item - call new ConnectToNetwork method that works with cellular BUG=1682 TEST=none Review URL: http://codereview.chromium.org/661392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40790 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing ARM build. command_buffer_service target does not build on ARM.apatrick@chromium.org2010-03-051-1/+5
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/669208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40789 0039d316-1c4b-4281-b951-d872f2087c98
* Add more tests for BillingAddress and fix the issues found by the tests.jhawkins@chromium.org2010-03-053-74/+556
| | | | | | | | BUG=none TEST=BillingAddressTest Review URL: http://codereview.chromium.org/669141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40787 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for opening a GPU command buffer from a renderer processes ↵apatrick@chromium.org2010-03-0534-170/+1058
| | | | | | | | | | | | through a GPU channel. Probably only works in windows only so far. TEST=none BUG=none Review URL: http://codereview.chromium.org/657046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40783 0039d316-1c4b-4281-b951-d872f2087c98
* Add some bookmark bar hooks for pyauto.jrg@chromium.org2010-03-0518-33/+94
| | | | | | | | | | | Refactor the implementation for x-platform happiness. Add simple pyauto script that uses it (but needs http://crbug.com32292 fixed before it works without tweaking). Review URL: http://codereview.chromium.org/670001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40782 0039d316-1c4b-4281-b951-d872f2087c98
* Use a common call to WriteAutofill in AutofillModelAssociator, add a properzork@google.com2010-03-053-44/+41
| | | | | | | | | | | update to the sync model on model association. BUG=none TEST=none Review URL: http://codereview.chromium.org/661337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40781 0039d316-1c4b-4281-b951-d872f2087c98
* Lazy AppLauncher creation to make tests stable.oshima@chromium.org2010-03-053-11/+5
| | | | | | | | | | | | | | | | | There seems to be a timing issue in renderer deletion and io thread deletion, and the resource that has to be deleted before io thread are not deleted by the time io thread is deleted. Since this will soon be changed, i just chagned this to be created on demand for now. This also reverts commit dd6c4ab11002a308bf8eede36bb632e95d3a1382. TBR=sky@chromium.org BUG=32641 TEST=none Review URL: http://codereview.chromium.org/669196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40780 0039d316-1c4b-4281-b951-d872f2087c98
* Mark MetricsServiceTest.CrashRenderers as FLAKY.andybons@chromium.org2010-03-051-1/+1
| | | | | | | TEST=ui tests should pass. BUG=32048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40777 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40769 - Remove flaky label from RSS tests.finnur@chromium.org2010-03-051-10/+10
| | | | | | | | | | | | | | | | Looks like I was not reading it correctly, or maybe I just started seeing what I want to see... TBR=cira BUG=37109 TEST=None Review URL: http://codereview.chromium.org/668178 TBR=finnur@chromium.org Review URL: http://codereview.chromium.org/668180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40776 0039d316-1c4b-4281-b951-d872f2087c98
* Add command line option for changing the max number of SPDY sessions permbelshe@chromium.org2010-03-053-0/+13
| | | | | | | | | | | | | | | domain. The default remains at 1. Command line usage to set it to 13: chrome.exe --use-spdy --max-spdy-sessions-per-domain=13 BUG=none TEST=none Review URL: http://codereview.chromium.org/669169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40775 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DeleteOnIOThread from Datatype controller to fix Valgrind and remove ↵zork@chromium.org2010-03-052-9/+10
| | | | | | | | | | | the suppression BUG=37168 TEST=Run Valgrind Review URL: http://codereview.chromium.org/661428 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40774 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure we adjust the theme source for the status bubble when moving ↵avi@chromium.org2010-03-053-5/+19
| | | | | | | | | | | between windows. BUG=http://crbug.com/37445 TEST=as in bug Review URL: http://codereview.chromium.org/669185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40771 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40768 - Flip the ui_tests framework to use the upstream http_server ↵dpranke@chromium.org2010-03-051-5/+4
| | | | | | | | | | | | | | | | | start code BUG=23099 R=dglazkov@chromium.org, maruel@chromium.org TEST=unit_tests passes Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40603 Review URL: http://codereview.chromium.org/660416 TBR=dpranke@chromium.org Review URL: http://codereview.chromium.org/669191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40770 0039d316-1c4b-4281-b951-d872f2087c98
* Remove flaky label from RSS tests. Looks like my changes worked.finnur@chromium.org2010-03-051-10/+10
| | | | | | | | | | | | | I have been monitoring the buildbots to see if it has flaked out in the last two days and it looks like it has not. TBR=cira BUG=37109 TEST=This CL is about enabling automated tests. Review URL: http://codereview.chromium.org/668178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40769 0039d316-1c4b-4281-b951-d872f2087c98
* Flip the ui_tests framework to use the upstream http_server start codedpranke@chromium.org2010-03-051-4/+5
| | | | | | | | | | | | BUG=23099 R=dglazkov@chromium.org, maruel@chromium.org TEST=unit_tests passes Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40603 Review URL: http://codereview.chromium.org/660416 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40768 0039d316-1c4b-4281-b951-d872f2087c98
* Implements mini-tab support for linux.sky@chromium.org2010-03-0515-434/+472
| | | | | | | | | BUG=36797 TEST=make sure pinned tabs work on linux. Review URL: http://codereview.chromium.org/669163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40767 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Do not redraw the status bubble if nothing has changed.rohitrao@chromium.org2010-03-051-0/+4
| | | | | | | | BUG=None TEST=No visible impact. Status bubble should look exactly the same as before when moving the mouse around. Review URL: http://codereview.chromium.org/669179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40766 0039d316-1c4b-4281-b951-d872f2087c98
* Under Chromium OS, keep track of whether sync auth has been bootstrappedalbertb@chromium.org2010-03-054-3/+28
| | | | | | | | | | | already to avoid re-enabling sync everytime the machine boots. BUG=37164 TEST=unit test Review URL: http://codereview.chromium.org/669099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40760 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a Chrome crash which occured in a chrome frame reliability test run. The ↵ananta@chromium.org2010-03-052-2/+8
| | | | | | | | | | | | | | | | | | | crash happens while sending the AutomationMsg_GetCookiesFromHost request for a NULL channel. Fix is to use the AutomationResourceMessageFilter::Send method which checks for the same and also deletes the message if the channel is NULL. The AutomationResourceMessageFilter also implements the OnFilterRemoved notification on the IPC message filter to clear out the channel just in case. Fixes bug http://code.google.com/p/chromium/issues/detail?id=37512 Bug=37512 Review URL: http://codereview.chromium.org/668163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40759 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Add details display to the cookie modal dialog.erg@chromium.org2010-03-054-24/+198
| | | | | | | | | BUG=37418 TEST=none Review URL: http://codereview.chromium.org/668122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40756 0039d316-1c4b-4281-b951-d872f2087c98
* extensions_ui: update "active views" for popups & TabContentsrafaelw@chromium.org2010-03-054-2/+48
| | | | | | | | | | This creates notifications when ExtensionFunctionDispatcher is created and destroyed. This mirrors the creation of any extension view. extensions_ui now listens to this to update it's list of active views. BUG=28423 Review URL: http://codereview.chromium.org/669028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40755 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for bug 36463. Reloading a page by pressing enter in thejcampan@chromium.org2010-03-053-4/+74
| | | | | | | | | | | | | | location bar would not bring back the translate infobar. BUG=36463 TEST=Navigate to a page in a different language so it brings up the translate infobar, close the infobar. Click on the location bar and press enter. The page should be reloaded and the translation infobar should be shown again. Review URL: http://codereview.chromium.org/661301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40754 0039d316-1c4b-4281-b951-d872f2087c98
* Several benchmark updats:mbelshe@chromium.org2010-03-053-20/+189
| | | | | | | | | | | | - several more columns of data. - added a feature to export JSON results and to compare results. BUG=none TEST=n/a Review URL: http://codereview.chromium.org/668115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40752 0039d316-1c4b-4281-b951-d872f2087c98
* Separated basic language-list code from the combobox modelglotov@google.com2010-03-052-33/+64
| | | | | | | | | | | | implementation. This is because we needed a menu (not combobox) with languages in another part of Chromium (CL 661475). BUG=none TEST=none Review URL: http://codereview.chromium.org/668068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40751 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing dependencies for sync_unit_tests for Linux and Mactimurrrr@chromium.org2010-03-051-1/+7
| | | | | | | BUG=37502 Review URL: http://codereview.chromium.org/669158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40750 0039d316-1c4b-4281-b951-d872f2087c98
* On-the-fly migration from SafeBrowsingStoreSqlite -> *File.shess@chromium.org2010-03-054-9/+245
| | | | | | | | | | | BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40605 Review URL: http://codereview.chromium.org/666001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40749 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Change when we trigger a download shelf layoutthomasvl@chromium.org2010-03-051-2/+8
| | | | | | | | | | As part of awakeFromNib a dangerous download would set it's state and trigger a layout grabbing the initial size before the proper localized text was loaded and the view sized. This made the item "stick" at the wrong size. Now setState: doesn't trigger a layout and instead only force a layout when the dangerous state is cleared. BUG=28446,28705,32775 TEST=see bugs Review URL: http://codereview.chromium.org/668161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40747 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40744 - Terminate NaCl broker process when no loader processes are ↵gregoryd@google.com2010-03-0510-86/+15
| | | | | | | | | | | | | running BUG=none TEST=none Review URL: http://codereview.chromium.org/669019 TBR=gregoryd@google.com Review URL: http://codereview.chromium.org/668165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40746 0039d316-1c4b-4281-b951-d872f2087c98
* Terminate NaCl broker process when no loader processes are runninggregoryd@google.com2010-03-0510-15/+86
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/669019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40744 0039d316-1c4b-4281-b951-d872f2087c98
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40743 0039d316-1c4b-4281-b951-d872f2087c98
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-1/+2
| | | | | | | | | BUG=32553,30001 TEST=none Review URL: http://codereview.chromium.org/661223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40742 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Comment fix for browserWindowControllerForView.rohitrao@chromium.org2010-03-051-5/+4
| | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/668080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40741 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Lock open the fullscreen overlay when browsing bookmark folders.rohitrao@chromium.org2010-03-055-2/+88
| | | | | | | | BUG=37271 TEST=Go fullscreen. Open a folder on the bookmarkbar and hover over one of its subentries. Overlay should not scroll back up. Review URL: http://codereview.chromium.org/669086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40740 0039d316-1c4b-4281-b951-d872f2087c98
* Mac Plugin context handling cleanupstuartmorgan@chromium.org2010-03-051-1/+9
| | | | | | | | | | | | | | | | Fixes a number of things about how the shared buffer context is handled for plugins on the Mac: - Explicitly send paint events to QuickDraw plugins. This was being done before only because of a missing break in a switch statement, but we do actually want to send them since that's the only way those plugins know when we have invalidated part of their content (e.g., on first paint, or because the window focus changed). Also moves the window-scraping to after the paint event, instead of before, so we get the latest bits (and moves that code to a new method for clarity). - Remove context save/restore from HandleInputEvent, since CoreGraphics plugins are not allowed to paint outside of handling a paint event. - Add safety checks to context save/restore in WindowlessPaint and WebPluginProxy's paint, to correctly handle resizes that happen during paint handling (using a new member variable that is independent of event model). Also renames cg_context_ for clarity. BUG=none TEST=QuickDraw plugins (e.g., QuickTime) should no longer have a flicker of painting artifacts when they are first drawn. Review URL: http://codereview.chromium.org/668113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40739 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up, removing a path not taken.avi@chromium.org2010-03-051-8/+0
| | | | | | | | | BUG=none TEST=no change visually Review URL: http://codereview.chromium.org/668159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40738 0039d316-1c4b-4281-b951-d872f2087c98
* Provide notification on network connecting.nkostylev@google.com2010-03-055-28/+119
| | | | | | Review URL: http://codereview.chromium.org/646022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40734 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "WebKit roll to 55572"jorlow@chromium.org2010-03-051-3/+1
| | | | | | | | | | | | | This is a speculative fix for page cycler regressions. This reverts commit 7f33868ce04ed5679e8dd3e3d9ca57d47177cfbc / 40730 TEST=none BUG=none Review URL: http://codereview.chromium.org/668152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40733 0039d316-1c4b-4281-b951-d872f2087c98
* Renames ContentBlockedImageView to ContentSettingImageView.bulach@chromium.org2010-03-0517-231/+348
| | | | | | | | | | | | | | Adds ContentSettingImageModel to provide icon and tooltips for platform-specific ContentBlockedImageView. (in preparation for: http://codereview.chromium.org/650180/show ) TEST=chrome/browser/content_setting_image_model_unittest.cc Review URL: http://codereview.chromium.org/660279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40732 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to using the CookieMessageFilter when pumping messages for ↵jorlow@chromium.org2010-03-054-10/+23
| | | | | | | | | | | StorageArea::setItem. TEST=none BUG=37350 Review URL: http://codereview.chromium.org/669072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40731 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 55572yurys@chromium.org2010-03-051-1/+3
| | | | | | | | TBR=levin,pfeldman Review URL: http://codereview.chromium.org/668148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40730 0039d316-1c4b-4281-b951-d872f2087c98