summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of status tray functionality (mac-only, currently).atwilson@chromium.org2010-03-0619-6/+534
| | | | | | | | | | | | Added Mac implementation of StatusIcon, and added a simple click callback that displays the "extensions" tab when clicked on, to allow us to dogfood long-lived extensions. BUG=37375 Review URL: http://codereview.chromium.org/661454 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40847 0039d316-1c4b-4281-b951-d872f2087c98
* Added OOBE update screen stub.finnur@chromium.org2010-03-0613-71/+218
| | | | | | | | | | | | | | | Moved OOBE views classes to the chromeos namespace. BUG=35249 TEST=run out/Debug/chrome --login-manager --login-screen=update TBR=denisromanov (Checking in patch for Denis Romanov, previously reviewed here: http://codereview.chromium.org/669089/show) Review URL: http://codereview.chromium.org/669241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40842 0039d316-1c4b-4281-b951-d872f2087c98
* Make plugin buffer changes robust against synchronous plugin call nestingstuartmorgan@chromium.org2010-03-062-24/+33
| | | | | | | | | | | | | Makes SetWindowlessBuffer take a rect argument so it doesn't depend on the delegate being updated, then makes UpdateGeometry call that first so that changes can't accidentally be handled in reverse order if calling into the plugin's SetWindow results in nesting. Also combines updating the plugin geometry and context on the Mac into one call, since we don't want the plugin to have mismatched context and size information. Unblacklists Move Networks player on the Mac since these changes fix its crash. BUG=28298 TEST=Open the Move Networks sample on the Mac, and resize it. It should play without crashing. Review URL: http://codereview.chromium.org/668186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40841 0039d316-1c4b-4281-b951-d872f2087c98
* [Linux] Fix BookmarkBarGtkBrowserTest.ClickOnFloatingTestsuzhe@chromium.org2010-03-062-2/+2
| | | | | | | | | BUG=37591 TEST=none Review URL: http://codereview.chromium.org/668224 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40840 0039d316-1c4b-4281-b951-d872f2087c98
* Disable broken test: BookmarkBarGtkBrowserTest.ClickOnFloatingTestsuzhe@chromium.org2010-03-061-1/+1
| | | | | | | | | | BUG=37591 TEST=none TBR=estade Review URL: http://codereview.chromium.org/668223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40839 0039d316-1c4b-4281-b951-d872f2087c98
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-0620-36/+44
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/669184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40834 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 346.0 to 347.0chrome-release@google.com2010-03-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40831 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some tests failing after revision 40818.bauerb@chromium.org2010-03-061-1/+1
| | | | | | | | | | | I already had a patch for this. BUG=160,33038 TEST=Some tests (don't remember which ones) that were failing before should now pass. Review URL: http://codereview.chromium.org/669235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40826 0039d316-1c4b-4281-b951-d872f2087c98
* Revert previous incorrect change that tries to fix the nacl64 build failure.brettw@chromium.org2010-03-063-1/+16
| | | | | | | | | | | | | Supply a dummy implementation of url_util::AddStandardScheme that will allow us to link a 64-bit library on an otherwise 32-bit OS. We don't otherwise need googleurl (or else it wouldn't link for other reasons) so we're guaranteed not calling AddStandardScheme is OK. BUG=none TEST=none Review URL: http://codereview.chromium.org/668222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40822 0039d316-1c4b-4281-b951-d872f2087c98
* Add googleurl dependency to one of the nacl64 targets, remove previous try tobrettw@chromium.org2010-03-062-1/+1
| | | | | | | | | | fix this change. TEST=none BUG=none Review URL: http://codereview.chromium.org/668221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40821 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix nacl64 compile failure, googleurl should be pulled in, so I don'tbrettw@chromium.org2010-03-061-0/+1
| | | | | | | | | | know why it's not linking. Trying a more explicit dependency. TEST=none BUG=none Review URL: http://codereview.chromium.org/668220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40820 0039d316-1c4b-4281-b951-d872f2087c98
* Pulls the latest googleurl to get the fix forbrettw@chromium.org2010-03-0611-14/+41
| | | | | | | | | | | | | | | | BUG=http://crbug.com/160 and integrates the update to IsStandard in that version. Adds several internal schemes as "standard" and initializes them at startup. Fixes a few hardcoded URL schemes I noticed. Make typing "//foo" into the URL bar treat slashes in "strict" mode on Windows, which means we'll only accept UNC if you use backslashes. This matches IE's behavior. BUG=http://crbug.com/33038 TEST=covered by unit tests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40818 0039d316-1c4b-4281-b951-d872f2087c98
* [ChromeOS]Fix build failure caused by revision 40815.suzhe@chromium.org2010-03-061-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/669233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40817 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug 36699: Alt+Enter in windows XP+Chrome gives incorrect keycodes!!suzhe@chromium.org2010-03-061-2/+2
| | | | | | | | | BUG=36699 TEST=See bug report. Review URL: http://codereview.chromium.org/660167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40816 0039d316-1c4b-4281-b951-d872f2087c98
* [Linux] Make bookmark bar instructions shrinkable.suzhe@chromium.org2010-03-067-7/+620
| | | | | | | | | | BUG=36876 BUG=34479 TEST=Delete all bookmarks and show bookmark bar, then shirnk the browser window, the bookmark bar instructions should be shrinkable. Review URL: http://codereview.chromium.org/661364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40815 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bustage from pepper flush fix by commenting out the new test on Mac.brettw@chromium.org2010-03-061-0/+4
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40814 0039d316-1c4b-4281-b951-d872f2087c98
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-0625-235/+702
| | | | | | | | | | | | | | | | | | | | | get called asynchronously when the bits are actually copied to the screen, rather than synchronously from inside the paint function. This makes it useful for plugins to use the callback for rate limiting. This also adds a lot of infrastructure for running tests on pepper devices, and includes a unit test for the new flush behavior. I made the existing RenderProcess object an abstract interface and made the existing MockProcess (renamed to be more clear) implement that. This avoids a static cast that would actually crash during a unit test because some code was hardcoded to expect a RenderProcess object. This fixes base's IDMap iterator which has apparently never been used for an IDMap with ownership semantics. TEST=Unit test included BUG=none Original review URL: http://codereview.chromium.org/661124 Review URL: http://codereview.chromium.org/664001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40813 0039d316-1c4b-4281-b951-d872f2087c98
* Was already a 'wait for animation to complete'.jrg@chromium.org2010-03-064-0/+46
| | | | | | | | Added py interface to it. Review URL: http://codereview.chromium.org/668204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40812 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40810 (broke 10.6 bots) - Mac: Fix another crash in content ↵thakis@chromium.org2010-03-063-265/+28
| | | | | | | | | | | | | | | | exceptions dialog. Also add a couple unit tests. Also fix another potential crash and other problems uncovered by the tests. BUG=37208 TEST=See bug. Also, unittests. Review URL: http://codereview.chromium.org/668046 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/668211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40811 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Fix another crash in content exceptions dialog.thakis@chromium.org2010-03-063-28/+265
| | | | | | | | | | | Also add a couple unit tests. Also fix another potential crash and other problems uncovered by the tests. BUG=37208 TEST=See bug. Also, unittests. Review URL: http://codereview.chromium.org/668046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40810 0039d316-1c4b-4281-b951-d872f2087c98
* 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