summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Fix for blocked popups crash (issue 79777).stevenjb@google.com2011-04-193-20/+43
* Added DisabledSchemes policy.joaodasilva@chromium.org2011-04-181-1/+17
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-181-1/+2
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-185-11/+6
* Remove the TabContentsDelegate::ToolbarSizeChanged() method as no one was usi...pkasting@chromium.org2011-04-154-14/+0
* Cleanup: Move TabContent::PrintNow() out of src/content.thestig@chromium.org2011-04-152-13/+0
* Don't focus popup windows / panels unless spawned by a user gesture.stevenjb@google.com2011-04-152-5/+7
* Also fire onBeforeRetarget events if now tabs/windows are opened due to user ...jochen@chromium.org2011-04-153-1/+17
* Fixes crash in TabContents. During shutdown render_view_host maysky@chromium.org2011-04-151-1/+3
* [Mac] Replace instances of IDR_DEFAULT_FAVICON with nav.pdf.rsesek@chromium.org2011-04-141-3/+4
* Use TabContentsObserver to monitor web navigation events instead of notificat...jochen@chromium.org2011-04-144-38/+72
* Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten...bauerb@chromium.org2011-04-131-1/+6
* Profile shouldn't own DesktopNotificationService.torne@chromium.org2011-04-131-1/+2
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-134-256/+0
* Pull content from TabContentsViewViews into NativeTabContentsViewWin.ben@chromium.org2011-04-121-3/+1
* Ensure URL is updated after a cross-site navigation is pre-empted bycreis@chromium.org2011-04-122-1/+84
* Revert 81277 - Profile shouldn't own DesktopNotificationService.DesktopNotifi...siggi@chromium.org2011-04-121-2/+1
* Profile shouldn't own DesktopNotificationService.torne@chromium.org2011-04-121-1/+2
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-122-1/+21
* Rework the in-browser thumbnailing by doing everything in ThumbnailGenerator.satorux@chromium.org2011-04-121-6/+8
* Revert 81158 due to memory bots - a Downloaded or retrieved favicon and touch...erg@google.com2011-04-112-21/+1
* Rename TabContentsViewWin to TabContentsViewViewsben@chromium.org2011-04-111-1/+1
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-112-1/+21
* Implemented policy for disabling the bookmark bar.pastarmovj@chromium.org2011-04-111-0/+3
* Relanding http://src.chromium.org/viewvc/chrome?view=rev&revision=80938.jam@chromium.org2011-04-082-7/+12
* Move save package to TCW from TC.avi@chromium.org2011-04-082-47/+0
* Revert 80938 - Add a new RenderViewHostObserver interface for filtering IPCs ...jam@chromium.org2011-04-082-12/+7
* Fix classification of a history.back() that interrupts a pending navigation.creis@chromium.org2011-04-082-3/+43
* Add a new RenderViewHostObserver interface for filtering IPCs send to RenderV...jam@chromium.org2011-04-082-7/+12
* Revert 80519 - Move favicon from TabContents to TabContentsWrapper.avi@chromium.org2011-04-074-13/+113
* Fix AutoFill regression which caused stale routing_ids to be used when the Re...jam@chromium.org2011-04-072-1/+8
* Fixes bug where renderer could show up parented to desktop. This wouldsky@chromium.org2011-04-061-1/+1
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* Prevent changes to NavigationEntry's URL for a provisional redirect.creis@chromium.org2011-04-061-1/+3
* Last of the app icons.avi@chromium.org2011-04-062-15/+0
* Remove last extension related code in content\browser. Have the ExtensionSer...jam@chromium.org2011-04-051-12/+0
* Move favicon from TabContents to TabContentsWrapper.avi@chromium.org2011-04-054-113/+13
* Move dispatching and sending of the last extension specific messages out of T...jam@chromium.org2011-04-056-79/+79
* Rename ConstrainedWindowWin to ConstrainedWindowViews in preparation for refa...ben@chromium.org2011-04-042-9/+0
* Get rid of extensions dependency from content\browser.jam@chromium.org2011-04-042-158/+2
* Get rid of some dependencies on chrome from content.michaeln@google.com2011-04-011-2/+4
* Send the RENDER_VIEW_HOST_DELETED notification for all RenderViewHost, instea...jam@chromium.org2011-03-311-4/+0
* Cleanup: Move more print code out of RVH.thestig@chromium.org2011-03-312-7/+0
* Take out sending NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB from Rend...jam@chromium.org2011-03-311-8/+0
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-312-2/+2
* Move WebUIFactory to chrome/, try 2.estade@chromium.org2011-03-304-22/+33
* Revert 79691 - Move WebUIFactory to chrome/browser.estade@chromium.org2011-03-294-33/+22
* Move WebUIFactory to chrome/browser.estade@chromium.org2011-03-294-22/+33
* Remove render_messages_params files since they're not needed anymore. I move...jam@chromium.org2011-03-291-1/+0
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-282-9/+14