summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the dirfd parameter from all Chromium code. The POSIX VFSdumi@chromium.org2010-05-1217-88/+39
| | | | | | | | | | | doesn't need it. BUG=43489 TEST=none Review URL: http://codereview.chromium.org/2055009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47006 0039d316-1c4b-4281-b951-d872f2087c98
* Add a worker test for ↵dumi@chromium.org2010-05-121-1/+31
| | | | | | | | | | | | LayoutTests/fast/workers/storage/open-database-sync-inputs.html. BUG=none TEST=none Review URL: http://codereview.chromium.org/2045003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47005 0039d316-1c4b-4281-b951-d872f2087c98
* fix another typojam@chromium.org2010-05-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47004 0039d316-1c4b-4281-b951-d872f2087c98
* fix typojam@chromium.org2010-05-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47003 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Mac buildbreakjam@chromium.org2010-05-121-0/+3
| | | | | | | TBR=estade Review URL: http://codereview.chromium.org/2047013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47002 0039d316-1c4b-4281-b951-d872f2087c98
* fix mac compileestade@chromium.org2010-05-121-2/+2
| | | | | | | | TBR=jam Review URL: http://codereview.chromium.org/2003013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47001 0039d316-1c4b-4281-b951-d872f2087c98
* Update the Pepper scrollbar widget to use the new WebKit Scrollbar interface.jam@chromium.org2010-05-128-1209/+237
| | | | | | Review URL: http://codereview.chromium.org/2008008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47000 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid DCHECK in RenderViewContextMenu following r46987estade@chromium.org2010-05-121-2/+8
| | | | | | | | BUG=none TEST=none TBR=sky git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46999 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup some deprecated webkit api usage now that we've rolled the new api ↵michaeln@chromium.org2010-05-122-12/+1
| | | | | | | | | | | into view. BUG=39368 TEST=n/a Review URL: http://codereview.chromium.org/2021008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46998 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 46996 - Removed redundant TestingProfileSyncService class.akalin@chromium.org2010-05-123-8/+34
| | | | | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/2008015 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/1979011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46997 0039d316-1c4b-4281-b951-d872f2087c98
* Removed redundant TestingProfileSyncService class.akalin@chromium.org2010-05-123-34/+8
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/2008015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46996 0039d316-1c4b-4281-b951-d872f2087c98
* Changes the toast inactive duration to 3000 days to effectively disable it.gwilson@google.com2010-05-121-1/+1
| | | | | | | | | | | BUG=43891 TEST=Trigger toast scenario, it should only appear if user data dir is 3000 days old. R=cpu Review URL: http://codereview.chromium.org/2016009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46994 0039d316-1c4b-4281-b951-d872f2087c98
* Split CustomHomePagesTableModel into its own file so it can be shared with ↵mattm@chromium.org2010-05-124-290/+320
| | | | | | | | | | | the Gtk UI. BUG=43802 TEST=manual Review URL: http://codereview.chromium.org/2061003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46993 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 59160:59170jianli@chromium.org2010-05-121-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=antonm Review URL: http://codereview.chromium.org/2001015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46991 0039d316-1c4b-4281-b951-d872f2087c98
* Bummer: Re-disabling ExtensionAPIClientTest.GetLastFocusedWindow again becausejhawkins@chromium.org2010-05-121-1/+2
| | | | | | | | | | | | the JS exception causes the test to crash. TBR=mpcomplete BUG=22248 TEST=none Review URL: http://codereview.chromium.org/1993012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46989 0039d316-1c4b-4281-b951-d872f2087c98
* Fix logic error in SSLPolicy::UpdateStateForMixedContent().pkasting@chromium.org2010-05-111-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2052007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46988 0039d316-1c4b-4281-b951-d872f2087c98
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-1139-1317/+553
| | | | | | | | | | | | | | | | | | Benefits: - less code - more straightforward code - more shared code unresolved issues: - RenderViewContextMenu{Gtk,Mac,Views} should not be a subclass of RenderViewContextMenu - On Linux, IMEs are added in the wrong place (not near the other editable stuff) BUG=31365 TEST=manual + trybots Review URL: http://codereview.chromium.org/2017001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46987 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Don't set the GDK_WINDOW_TYPE_HINT_NORMAL hint on the AutoFill dialogjhawkins@chromium.org2010-05-111-2/+0
| | | | | | | | | | | window. This matches other options sub-dialogs. BUG=41196 TEST=none Review URL: http://codereview.chromium.org/2012010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46986 0039d316-1c4b-4281-b951-d872f2087c98
* Mac coverage fix to mirror the Mac valgrind fix.jrg@chromium.org2010-05-111-16/+18
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2037007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46985 0039d316-1c4b-4281-b951-d872f2087c98
* Made the grab widget transparent so that label's background is same as ↵oshima@chromium.org2010-05-111-2/+2
| | | | | | | | | | | | | background. Make window popup to avoid animation and keep it on top of the window stack. BUG=http://crosbug.com/2914 TEST=none Review URL: http://codereview.chromium.org/2032012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46981 0039d316-1c4b-4281-b951-d872f2087c98
* For extension apps, disable the bookmark bar from the launcher page.finnur@chromium.org2010-05-111-1/+10
| | | | | | | | | BUG=None TEST=With --enable-extension-apps, make sure you don't get the bookmark bar. Review URL: http://codereview.chromium.org/1990015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46980 0039d316-1c4b-4281-b951-d872f2087c98
* BackgroundContents browser testrafaelw@chromium.org2010-05-1114-0/+337
| | | | | | | | BUG=41275 Review URL: http://codereview.chromium.org/2013015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46979 0039d316-1c4b-4281-b951-d872f2087c98
* Update password store for synczork@chromium.org2010-05-116-5/+63
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/1999005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46978 0039d316-1c4b-4281-b951-d872f2087c98
* ProcessSingletonLinux: check if lock pid is part of the current Chrome instance.mattm@chromium.org2010-05-112-7/+76
| | | | | | | | | | | | | If it is, it must be an orphaned lock file that just happens to have an unfortunate pid, since we haven't tried to create a lockfile ourselves yet. Also, don't allow kill with pid 0, which would be another way to theoretically kill ourselves. BUG=42568,43594 TEST=ui_tests, manual testing Review URL: http://codereview.chromium.org/1981009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46977 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing opening files on chromeos.dhg@chromium.org2010-05-111-3/+3
| | | | | | | | | BUG=chromium-os:2743 TEST=trying to open a file Review URL: http://codereview.chromium.org/2040008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46976 0039d316-1c4b-4281-b951-d872f2087c98
* Check in for njw@chromium.org:chocobo@chromium.org2010-05-113-6/+38
| | | | | | | | | | | | | | | http://codereview.chromium.org/1994012 Pass certificate authentication information back up to the network UI from libcros. Save the certificate authentication information with the passphrase. Display the right string in front of the private key password entry box. TEST=Manual. Log into a certificate-protected wireless network, then re-open the network dialog for that network and note that the information is still present. BUG=none TBR=njw Review URL: http://codereview.chromium.org/2048009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46975 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes possible crash when menus were destroyed. I wasn't resetting asky@chromium.org2010-05-112-0/+6
| | | | | | | | | | | pointer, leading to bad data write on destruction. BUG=42513 TEST=see bug Review URL: http://codereview.chromium.org/2013016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46974 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Only compile and run spellchecker_platform_engine_unittest.cc for Mac only,jhawkins@chromium.org2010-05-112-11/+5
| | | | | | | | | | | | as this feature only exists for Mac. Remove logic that disabled the tests on other platforms. BUG=none TEST=none Review URL: http://codereview.chromium.org/2051007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46973 0039d316-1c4b-4281-b951-d872f2087c98
* Added an about:network page for ChromeOS.chocobo@chromium.org2010-05-114-50/+204
| | | | | | | | | Also removed some unnecessary repeated comments. BUG=none TEST=Try loading about:network Review URL: http://codereview.chromium.org/1985015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46972 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing bug in url fetching. So it cleans up on the correct thread. dhg@chromium.org2010-05-111-4/+30
| | | | | | | Changing how we use the url fetcher so that the fetcher is cleaned up right after use. If the fetcher still exists at shutdown, it tries to tell the IO thread to clean it up. Review URL: http://codereview.chromium.org/2008013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46971 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 41010 on Windows: AutoFill profile shouldn't be saved when cancelled ↵georgey@chromium.org2010-05-112-33/+50
| | | | | | | | | | during initial setup BUG=41010 TEST=in the bug. Review URL: http://codereview.chromium.org/2015008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46970 0039d316-1c4b-4281-b951-d872f2087c98
* patch from issue 2023004:zork@chromium.org2010-05-115-5/+10
| | | | | | | | | | | | | Fix Chrome OS pre-initial-sync options messaging. When you first logged in to Chrome OS, it used to say "your account is not set up to sync" until you downloaded the initial sync. Now it follows the regular sync signup flow where it's "account details are not yet entered" until the authentication happens, then it's "setup in progress" while downloading the initial download, then it's "your account is set up to sync." BUG=maybe in chrome OS tracker? TEST=build chrome OS. log in to chrome OS with a new account. Immediately check wrench->options->personal stuff. It should not say "your account is not set up to sync..." Review URL: http://codereview.chromium.org/2046005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46969 0039d316-1c4b-4281-b951-d872f2087c98
* Tree fix: Initialize tab, which may be used uninitialized with certain code ↵jhawkins@chromium.org2010-05-111-2/+2
| | | | | | | | | | | | paths. TBR=huanr BUG=none TEST=none Review URL: http://codereview.chromium.org/1996013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46968 0039d316-1c4b-4281-b951-d872f2087c98
* Update icons for pre-installed apps.aa@chromium.org2010-05-1112-0/+0
| | | | | | TBR=erikkay@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46967 0039d316-1c4b-4281-b951-d872f2087c98
* Update NULL rect handling. I updated the API but forgot to change the Chromebrettw@chromium.org2010-05-111-3/+2
| | | | | | | | | | side, resulting in a crash when you try to paint the entire plugin. TEST=none BUG=none Review URL: http://codereview.chromium.org/2035015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46966 0039d316-1c4b-4281-b951-d872f2087c98
* Remove vestiges of has_unsafe_content(), which is no longer used.pkasting@chromium.org2010-05-115-56/+26
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2049008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46965 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: a couple small tweaksarv@chromium.org2010-05-114-7/+15
| | | | | | | | | | | | | 1. Change app image size to 96x96 2. Add 10px horizontal margins 3. Decrease font size a bit 4. Fix text color of the app icons BUG=None TEST=None Review URL: http://codereview.chromium.org/2033007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46964 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Blacklist the gecko-mediaplayer plugin. It sometimes hangs/crashes ↵thestig@chromium.org2010-05-111-3/+22
| | | | | | | | | | the browser. BUG=24507 TEST=none Review URL: http://codereview.chromium.org/2014013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46963 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a CrOS memory leak in FilebrowseHandler::Init.thestig@chromium.org2010-05-111-0/+12
| | | | | | | | | BUG=43914 TEST=Valgrind CrOS goes green. TBR=dhg Review URL: http://codereview.chromium.org/2017011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46962 0039d316-1c4b-4281-b951-d872f2087c98
* Added --use-ssl-tcp switch to sync_listen_notifications.akalin@chromium.org2010-05-111-2/+13
| | | | | | | | | | | | This lets us test connecting to the google talk servers with the "magic" handshake on port 443. BUG=none TEST=manual Review URL: http://codereview.chromium.org/1934002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46961 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 59149:59156jianli@chromium.org2010-05-111-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=antonm Review URL: http://codereview.chromium.org/2012009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46959 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaned up notifier and notifier_unit_tests dependencies.akalin@chromium.org2010-05-112-38/+11
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/2000010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46958 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Undo the change in r44662 to use npo3dautoplugin for the default Mac ↵tschmelcher@chromium.org2010-05-114-20/+82
| | | | | | | | | | | bundle name and instead return to using "O3D". TEST=built with default name and with an overridden name, on Mac BUG=none Review URL: http://codereview.chromium.org/2027004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46957 0039d316-1c4b-4281-b951-d872f2087c98
* Pull latest googleurlbrettw@chromium.org2010-05-111-1/+1
| | | | | | | | BUG=43819 TEST=none Review URL: http://codereview.chromium.org/2016010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46956 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an extra include.zork@chromium.org2010-05-111-1/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/1989010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46955 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS file updated to the nacl rev# 2235.abetul@google.com2010-05-111-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46954 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed destruction race bug in FakeNetworkChangeNotifierThread.akalin@chromium.org2010-05-113-10/+60
| | | | | | | | | | | Added unit tests for the above bug. BUG=none TEST=unit tests Review URL: http://codereview.chromium.org/2036010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46953 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Mark Snippets.ThaiUTF8 as flaky instead of disabling the test.jhawkins@chromium.org2010-05-111-1/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/1991007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46952 0039d316-1c4b-4281-b951-d872f2087c98
* Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set.eroman@chromium.org2010-05-112-4/+19
| | | | | | | | | | | This fixes problem where cached negative DNS entries were being used on a regular page refresh. BUG=34737 TEST=HttpNetworkTransactionTest.BypassHostCacheOnRefresh* Review URL: http://codereview.chromium.org/2051006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46951 0039d316-1c4b-4281-b951-d872f2087c98
* Move the refocus check so that the ntp code path hits it.skerner@chromium.org2010-05-114-111/+111
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2042006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46950 0039d316-1c4b-4281-b951-d872f2087c98