summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Valgrind: Add an updated suppression for a leak in ↵thestig@chromium.org2010-10-081-0/+10
| | | | | | | | | | net::HttpNetworkLayer::GetSession. BUG=31985 TEST=none Review URL: http://codereview.chromium.org/3628003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62025 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo that caused some strangeness on options page.xiyuan@chromium.org2010-10-081-1/+1
| | | | | | | | | BUG=none. TEST=Go to "Personal stuff" options page, verify that "Themes:" section header is in the same font size as other section headers. Review URL: http://codereview.chromium.org/3532020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62024 0039d316-1c4b-4281-b951-d872f2087c98
* add app histogramserikkay@chromium.org2010-10-086-16/+86
| | | | | | | | | BUG=58490 TEST=about:histograms/Extensions Review URL: http://codereview.chromium.org/3640003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62023 0039d316-1c4b-4281-b951-d872f2087c98
* Sets the referrer for media resource requests.vrk@google.com2010-10-082-2/+2
| | | | | | | | | | | | | Uses the frame->url() to set the referer parameter in the MediaResourceLoaderBridgeFactory when the RenderView creates a MediaPlayer. Had to also modify test_webview_delegate.cc because render_view.cc is not built in TestShell. Contributed by annacc@chromium.org BUG=16751 TEST=http/tests/media/video-referer.html Review URL: http://codereview.chromium.org/3632003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62022 0039d316-1c4b-4281-b951-d872f2087c98
* Change some link tricks for safe_browsing_tests on Mac to make it run.lzheng@chromium.org2010-10-081-0/+9
| | | | | | | | TEST=none BUG=47318 Review URL: http://codereview.chromium.org/3528017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62021 0039d316-1c4b-4281-b951-d872f2087c98
* Finalize UI strings.scottbyer@chromium.org2010-10-081-8/+8
| | | | | | | | | | | Finalized UI strings for the cloud print proxy enablement UI. BUG=none TEST=none Review URL: http://codereview.chromium.org/3550025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62020 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Add a updated suppression for bug 42942.thestig@chromium.org2010-10-081-0/+12
| | | | | | | | BUG=42942 TEST=none Review URL: http://codereview.chromium.org/3564024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62019 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure global extension events (like bookmarks) are sent to the incognitompcomplete@chromium.org2010-10-0828-87/+203
| | | | | | | | | | | | | extension process for split-mode extensions. Also cleaned up some naming. BUG=58189 TEST=no Review URL: http://codereview.chromium.org/3578017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62018 0039d316-1c4b-4281-b951-d872f2087c98
* Replace DCHECK in the FileSystemQuota test code with ASSERT_TRUE.kinuko@chromium.org2010-10-081-3/+3
| | | | | | | | | | BUG=none TEST=FileSystemQuotaTest.* TBR=phajdan Review URL: http://codereview.chromium.org/3638002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62017 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes issue in extending menu'oshima@chromium.org2010-10-089-46/+104
| | | | | | | | | | | | | * Changed the way to pass DataSource from subclass. CreateDataSource was called in the constructor, so virtual function does not work. Moved to constructor argument. * extra JS source has to be embedded. * removed unnecessary padding-left BUG=none TEST=none Review URL: http://codereview.chromium.org/3595019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62015 0039d316-1c4b-4281-b951-d872f2087c98
* Invoke OnEventsDisabled before clearing the provider state to allow the ↵ericdingle@chromium.org2010-10-081-3/+3
| | | | | | | | | | | provider subclass to do last chance logging to the session. BUG=none TEST=none Review URL: http://codereview.chromium.org/3549030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62014 0039d316-1c4b-4281-b951-d872f2087c98
* Used ScopedTempDir dir for the FileBackedDC unit test.sanjeevr@chromium.org2010-10-081-1/+6
| | | | | | | | | BUG=None TEST=Printing unittests. Review URL: http://codereview.chromium.org/3535011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62013 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some incorrect usages of l10n_util::GetStringestade@chromium.org2010-10-082-22/+36
| | | | | | | | | | | I ran into the DCHECK with the GPU process case, although I'm not sure how I triggered it because most of these child process types don't appear to ever show up in the task manager. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/3521019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62012 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress leak inside SSLConfigServiceManager.thestig@chromium.org2010-10-081-0/+13
| | | | | | | | | BUG=58546 TEST=none TBR=stuartmorgan Review URL: http://codereview.chromium.org/3624009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62011 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the 'About Chrome Frame' option in the context menu for the NPAPI ↵ericdingle@chromium.org2010-10-082-0/+11
| | | | | | | | | | | plugin. BUG=none TEST=none Review URL: http://codereview.chromium.org/3614014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62010 0039d316-1c4b-4281-b951-d872f2087c98
* The start of the instant opt-in mocks.sky@chromium.org2010-10-089-17/+209
| | | | | | | | | | | I also had to make it so you can turn off animations in CustomButton. BUG=54833 TEST=none Review URL: http://codereview.chromium.org/3544015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62009 0039d316-1c4b-4281-b951-d872f2087c98
* Add new chromeos specific message loop observer to map Alt-Click todavemoore@chromium.org2010-10-084-2/+77
| | | | | | | | | | | | | | right click. BUG=chromium-os:7239 TEST=Hold Alt key while clicking (or tapping with that enabled) Context menu should appear. Ensure it works in tabs, empty part of tab strip, web content, text input areas, links. Review URL: http://codereview.chromium.org/3551019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62008 0039d316-1c4b-4281-b951-d872f2087c98
* Add --help and --man-page to chrome-wrapper.tony@chromium.org2010-10-081-0/+13
| | | | | | | | | --help shows command line args and --man-page opens the man page in the tree (preprocessed). Review URL: http://codereview.chromium.org/3529025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62007 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up safe_browsing_database.cc histograms.shess@chromium.org2010-10-082-11/+54
| | | | | | | | | | | | | | | | Sizes were being logged in bytes, which meant they were pegged at one million. Change to log kilobytes. Unify a bunch of separate single-value histograms into a since enum. The existing histograms have been left in place for now for continuity for the next release. BUG=58401 TEST=none Review URL: http://codereview.chromium.org/3551020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62006 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Return better error messages when AmIBundled() fails. We're seeing ↵rohitrao@chromium.org2010-10-081-5/+7
| | | | | | | | | | this error on the bots, so better messages may help us track down the problem. BUG=None TEST=None Review URL: http://codereview.chromium.org/3625003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62005 0039d316-1c4b-4281-b951-d872f2087c98
* Adding strings for new TMP information dialogglotov@chromium.org2010-10-082-1/+14
| | | | | | | | | BUG=chromium-os:7134 TEST=none Review URL: http://codereview.chromium.org/3608017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62004 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Update a suppression after refactoring in r61996.thestig@chromium.org2010-10-081-1/+1
| | | | | | | | BUG=58340 TEST=test_shell_tests valgrind goes green. Review URL: http://codereview.chromium.org/3619013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62003 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61997 - Fix a memory leak in ChromeFrame which is caused by leaking ↵jar@chromium.org2010-10-082-51/+10
| | | | | | | | | | | | | | | | | | | | | the urlmon transaction objects. This occurs because we return INET_E_TERMINATED_BIND from our IBindStatusCallback::OnDataAvailable implementation to keep the transaction around, which leaks. To ensure that it is freed correctly we issue a dummy BindToObject call on the moniker which fails and cleans up the transaction. Fixes bug http://code.google.com/p/chromium/issues/detail?id=57549 Bug=57549 Review URL: http://codereview.chromium.org/3570017 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/3619014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62002 0039d316-1c4b-4281-b951-d872f2087c98
* [GTK] update infobars to new, harder-to-spoof versions.estade@chromium.org2010-10-0816-24/+358
| | | | | | | | | | | | | | | | | | This doesn't support the multiple infobar case. It does however support the following: - There is a drop shadow over the render view content, over the toolbar area, and an arrow to the location icon. - animations while enabling/disabling the bookmark bar, on normal page or NTP - different infobar colors - switching between tabs with or without infobars - animated appearance/disappearance (animation is alpha-fade) Popup windows don't appear to support infobars (at least I can't get an infobar to open in a popup window), but this new code doesn't cause crashes there either. BUG=48996 TEST=manual (see above) Review URL: http://codereview.chromium.org/3621010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62001 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Handle TabReplacedAt() notifications in TabStripModelObserverBridge. ↵rohitrao@chromium.org2010-10-086-4/+41
| | | | | | | | | | | Adds a new |-tabReplacedWithContents:previousContents:atIndex:| method and calls that if it exists. TabStripController now listens for this notification and replaces the corresponding entry in its |tabContentsArray_|. BUG=56385 TEST=No visible changes. This notification is not sent on Mac (yet). Review URL: http://codereview.chromium.org/3606020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62000 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61975 - Remove TSan supporessions on windows for remoting_unittests.sergeyu@chromium.org2010-10-081-0/+5
| | | | | | | | | | | | BUG=57832 TEST=None Review URL: http://codereview.chromium.org/3606014 TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/3538017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61999 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a memory leak in ChromeFrame which is caused by leaking the urlmon ↵ananta@chromium.org2010-10-082-10/+51
| | | | | | | | | | | | | | | | | | transaction objects. This occurs because we return INET_E_TERMINATED_BIND from our IBindStatusCallback::OnDataAvailable implementation to keep the transaction around, which leaks. To ensure that it is freed correctly we issue a dummy BindToObject call on the moniker which fails and cleans up the transaction. Fixes bug http://code.google.com/p/chromium/issues/detail?id=57549 Bug=57549 Review URL: http://codereview.chromium.org/3570017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61997 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-0829-467/+531
| | | | | | | | | | | | | This moves inner structs into the namespace toplevel so we can foreward declare them; then we forward declare them in render_messages.h so we can drop that header. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3616014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61996 0039d316-1c4b-4281-b951-d872f2087c98
* Copy mesa lib into TestShell bundle so TestShell will use Mesa GL instead of ↵zmo@google.com2010-10-082-2/+19
| | | | | | | | | | the local GL. BUG=none, TEST=LayoutTests Review URL: http://codereview.chromium.org/3529026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61995 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Add some padding to the lower buttons.arv@chromium.org2010-10-081-1/+1
| | | | | | | | | BUG=None TEST=Close the most visited section. Now click the button. There should be some more space between the menu and the button. Review URL: http://codereview.chromium.org/3598018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61994 0039d316-1c4b-4281-b951-d872f2087c98
* Changes the style of the username label.altimofeev@chromium.org2010-10-081-2/+63
| | | | | | | | | | | | | | Background of the label changed to the 35% opaque black color. Label alignment changed to be left oriented. Also gradient part was added to the end of the label. BUG=chromium-os:5756 TEST=Go to login screen (non-first login). Notice changes of the label appearance. Review URL: http://codereview.chromium.org/3604008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61993 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented default images for users who skip profile image screen.avayvod@chromium.org2010-10-084-34/+131
| | | | | | | | | BUG=chromium-os:5780 TEST=Verify that the default image belongs to the set of four images of four colors. The least used color should be chosen each time in the following order: blue, green, yellow, red. Review URL: http://codereview.chromium.org/3619011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61992 0039d316-1c4b-4281-b951-d872f2087c98
* net: mark SSLClientSocketTest.(ConnectExpired|ConnectMismatched) as FAILS_agl@chromium.org2010-10-081-4/+21
| | | | | | | | | They are failing on the Windows tsan builder only. This change also adds logging to figure out why. TBR=aboodman git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61991 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61986 - Adds a list of kernel extensions to the net-internals screen ↵aa@chromium.org2010-10-086-118/+6
| | | | | | | | | | | | | | on Macs BUG=56697 TEST=manual Review URL: http://codereview.chromium.org/3611003 TBR=mmenke@chromium.org Review URL: http://codereview.chromium.org/3544016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61990 0039d316-1c4b-4281-b951-d872f2087c98
* Implement generic GetUpdates support in python sync server. This was a recentnick@chromium.org2010-10-082-48/+262
| | | | | | | | | | | change to the sync protocol. BUG=58217 TEST=chromiumsync_test.py Review URL: http://codereview.chromium.org/3552010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61989 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add the PreviewableContentsController's view into the view hierarchy.rohitrao@chromium.org2010-10-083-13/+23
| | | | | | | | BUG=56835 TEST=No visible changes. Review URL: http://codereview.chromium.org/3618019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61988 0039d316-1c4b-4281-b951-d872f2087c98
* TPM ownership code added to the normal login flow.glotov@chromium.org2010-10-081-0/+11
| | | | | | | | | | | TPM code for EULA added in http://codereview.chromium.org/3516020 BUG=chromium-os:3065 TEST=TPM ownership should be taken if it has been cleared (e.g. in BIOS) and no OOBE passed. Review URL: http://codereview.chromium.org/3597018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61987 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a list of kernel extensions to the net-internals screen on Macsmmenke@chromium.org2010-10-086-6/+118
| | | | | | | | | BUG=56697 TEST=manual Review URL: http://codereview.chromium.org/3611003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61986 0039d316-1c4b-4281-b951-d872f2087c98
* TPM ownership code added to OOBEglotov@chromium.org2010-10-082-8/+22
| | | | | | | | | BUG=chromium-os:3065 TEST=TPM password should appear in the "System security setting" of the EULA screen after TPM has been cleared and rebooted. Review URL: http://codereview.chromium.org/3516020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61985 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue where opening a new tab using the ext API would not focus the omnibox.andybons@chromium.org2010-10-081-14/+9
| | | | | | | | | | | The current behavior was correct for all other pages (focusing the contents, not the omnibox) but was not for the new tab page. BUG=40977 TEST=see bug for some example reduced test cases. Review URL: http://codereview.chromium.org/3579013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61984 0039d316-1c4b-4281-b951-d872f2087c98
* linux: Allow showing icons in menus.erg@google.com2010-10-0810-22/+218
| | | | | | | | | | | | | | | | This patch adds nice little icons in the menus (both for context and window menus). At this moment, only standard stock icons are used. It will be possible to add new stock icons of Chrome's own for the items that currently don't have any corresponding GTK+ stock icons. BUG=None TEST=Open the wrench menu, or context menu for the tab content/tab title etc., and you should see nice little icons on the left for many items. Review URL: http://codereview.chromium.org/3619010 Patch from Sadrul Chowdhury <sadrul@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61983 0039d316-1c4b-4281-b951-d872f2087c98
* Support chrome://blob-internals to inspect the blob storage.jianli@chromium.org2010-10-0811-0/+345
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3516019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61982 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor domui menu to make extending easieroshima@chromium.org2010-10-0813-130/+291
| | | | | | | | | | | | | | | | * Moved the code to build JS model to MenuUI. * Added ModelUpdated/CreateMenuItem/AddCustomConfigValues for subclass to extends behavior. * Uses the actual icon size to compute left padding * Adjusted css padding parameters to match the mock (http://www.corp.google.com/~roma/design/chrome/native-widgets/menus/menus-spec.png) wrech_menu.{cc,h} not used yet, but added for Steven to look at it. BUG=none TEST=none Review URL: http://codereview.chromium.org/3613015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61981 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding 61904 with missing file this time.apatrick@chromium.org2010-10-0811-0/+276
| | | | | | | | | | | | | | | | Original description: Added DirectX Diagnostics information to about:gpu on Windows. This includes the name of the GPU hardware and the driver version and release date and some other information that might potentially also be valuable in the GPU stats. TEST=try BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61980 0039d316-1c4b-4281-b951-d872f2087c98
* Implement additional IAccessibleText methods to return the nearestdmazzoni@chromium.org2010-10-083-65/+304
| | | | | | | | | | | | character, word, line, sentence, or paragraph within a text field. These methods are needed by SAToGo. BUG=36217 TEST=Added new unit test. Review URL: http://codereview.chromium.org/3550017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61979 0039d316-1c4b-4281-b951-d872f2087c98
* gpu: Removed unused class declaration.thakis@chromium.org2010-10-081-13/+0
| | | | | | | | | BUG=None TEST=Compiles Review URL: http://codereview.chromium.org/3570019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61978 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up communication between Chromoting plugin and JS so that it can notify ↵garykac@chromium.org2010-10-0818-117/+407
| | | | | | | | | | | | | the JS UI of status changes. Push SetState handling down ChromotingView so that UI changes are contained in the View. BUG=54855 TEST=chromoting unittests Review URL: http://codereview.chromium.org/3446020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61977 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-0829-114/+234
| | | | | | | | | BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3627002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61976 0039d316-1c4b-4281-b951-d872f2087c98
* Remove TSan supporessions on windows for remoting_unittests.sergeyu@chromium.org2010-10-081-5/+0
| | | | | | | | | BUG=57832 TEST=None Review URL: http://codereview.chromium.org/3606014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61975 0039d316-1c4b-4281-b951-d872f2087c98
* Add myself to the labs watchlist.thakis@chromium.org2010-10-081-1/+6
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3550024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61974 0039d316-1c4b-4281-b951-d872f2087c98