summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...jam@chromium.org2011-05-192-27/+30
* Fixed group policy support for Disable3DAPIs. It looks like thekbr@chromium.org2011-05-181-0/+1
* Get rid of TabContentsSSLHelper dependency from content.jam@chromium.org2011-05-182-25/+41
* Hide translate infobar on programmatic navigation.jeremy@chromium.org2011-05-182-2/+17
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-181-3/+5
* Move view_types.h from chrome to content. Although some of the enum types ar...jam@chromium.org2011-05-162-2/+0
* Fix the right click on the keyboard causing crash.mazda@chromium.org2011-05-161-8/+18
* Added UMA histgrams for spellchecking.morrita@chromium.org2011-05-161-2/+8
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-4/+4
* Move CertificateManagerModel and CertificateViewer back to chrome. Nothing u...jam@chromium.org2011-05-131-1/+1
* Block the creation of a new window when prerendering.dominich@chromium.org2011-05-131-2/+15
* Avoid read after delete in unit test.creis@chromium.org2011-05-121-1/+0
* Support window.opener after a process swap.creis@chromium.org2011-05-123-4/+37
* Revert 84922 - Block the creation of a new window when prerendering.dmaclach@chromium.org2011-05-111-12/+1
* Block the creation of a new window when prerendering.dominich@chromium.org2011-05-111-1/+12
* Fix a browser crash involving omnibox extension keywords.mpcomplete@chromium.org2011-05-111-1/+1
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-101-2/+1
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-1/+1
* Override {CreateNew,ShowCreated}FullscreenWidgetInternal() in TabContentsView...viettrungluu@chromium.org2011-05-092-0/+29
* Cleanup: Remove a redundent InitNavigationParams implementation.thestig@chromium.org2011-05-091-57/+35
* Enable Print Preview by default for Google Chrome builds.thestig@chromium.org2011-05-091-2/+1
* Moved content/browser/gpu_* to content/browser/gpu/.apatrick@chromium.org2011-05-091-1/+1
* More work on removing content settings code from src\content.jam@chromium.org2011-05-073-670/+0
* Wire new WebCore settings for blocking mixed-content loads into Chrome.cevans@chromium.org2011-05-051-0/+4
* Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt...pkasting@chromium.org2011-05-055-37/+10
* [Mac] Fix dragging files from the download manager.asvitkine@chromium.org2011-05-042-1/+38
* Fix the disabled tests in thumbnail_generator_unittest.ccsatorux@chromium.org2011-05-041-59/+76
* Added some more OWNERS in places where we don't have any.estade@chromium.org2011-05-031-0/+2
* Start moving content_settings code out of content code.jam@chromium.org2011-05-033-85/+85
* Adopt InterstitialPage to RenderViewHost message changes which were introduce...markusheintz@chromium.org2011-05-033-4/+91
* Disable appropriate menus if file-selection dialogs are disabled by policy.gfeher@chromium.org2011-05-021-3/+30
* Submitting http://codereview.chromium.org/6901058/ on behalf of rhashimotosaintlou@chromium.org2011-04-291-1/+1
* Pick off the lowest hanging fruits in removing the chrome includes from conte...jam@chromium.org2011-04-291-1/+1
* Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixingsky@chromium.org2011-04-284-17/+20
* Move UserMetrics to content.michaeln@google.com2011-04-271-15/+8
* Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...aa@chromium.org2011-04-272-13/+0
* Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...acolwell@chromium.org2011-04-272-0/+13
* Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...aa@chromium.org2011-04-272-13/+0
* Create a ThumbnailGenerator for each tab instead of using the global instance.mazda@chromium.org2011-04-272-35/+23
* Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...aa@chromium.org2011-04-262-0/+13
* Remove weird dependency on extensions from webui.aa@chromium.org2011-04-262-13/+0
* Move GpuProcessHostUIShim and GpuDataManager now that they don't depend on gr...jam@chromium.org2011-04-261-1/+1
* Get rid of spellcheck and malware messages in RenderViewHost/RenderWidgetHost.jam@chromium.org2011-04-261-5/+10
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-251-4/+1
* Revert 82854 - Fx the disabled test in thumbnail_generator_unittest.ccsatorux@chromium.org2011-04-251-44/+40
* Fx the disabled test in thumbnail_generator_unittest.ccsatorux@chromium.org2011-04-251-40/+44
* Add and use a base::i18n::StringWithDirection for carrying titles.evan@chromium.org2011-04-211-2/+4
* Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.rsesek@chromium.org2011-04-215-13/+16
* Plumb direction of document title through IPC layer.evan@chromium.org2011-04-201-1/+2
* Send the 'page_url' parameter of the page (on which the right click was made tobrettw@chromium.org2011-04-202-12/+21