summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Reset the AutoFillManager's cache of forms when the main page is loaded, not ...jhawkins@chromium.org2010-03-121-0/+4
* Fixes navigation issues with interstitial pages.creis@chromium.org2010-03-114-2/+74
* Rename RenderViewHostDelegate::FormFieldHistory to Autocomplete.jhawkins@chromium.org2010-03-112-4/+2
* Allow users to close the find session and activate the current link via ctrl-...estade@chromium.org2010-03-112-7/+8
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-7/+7
* This CL ensures the SafeBrowsingService is only notified oncejcampan@chromium.org2010-03-092-15/+21
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-092-4/+4
* Open new tab in foreground from app windowxiyuan@chromium.org2010-03-091-1/+5
* Use web app icon as ICON_BIG for Windowsxiyuan@chromium.org2010-03-082-0/+16
* chrome 3: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-082-2/+4
* First cut at custom user style sheets.tony@chromium.org2010-03-083-14/+26
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-062-1/+3
* Remove DeleteOnIOThread from Datatype controller to fix Valgrind and remove t...zork@chromium.org2010-03-051-3/+10
* Fix for bug 36463. Reloading a page by pressing enter in thejcampan@chromium.org2010-03-051-3/+3
* Turns out making this opaque breaks the findbar overlapping... reverting 40532.avi@chromium.org2010-03-031-8/+0
* Remove ancient comments that aren't valid any more. The details have been fil...avi@chromium.org2010-03-031-3/+0
* Fix flicker of themed window background by making the tab contents opaque (it...avi@chromium.org2010-03-031-0/+8
* Rename FormFieldHistoryManager to AutocompleteHistory manager to better refle...jhawkins@chromium.org2010-03-022-8/+8
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-022-2/+2
* Theoretical crash fix: deleted |blocked_popups_| sticks around un-NULLed.erg@chromium.org2010-02-251-0/+1
* Handle keyboard events correctly in extension popups.suzhe@chromium.org2010-02-253-74/+1
* Windows: deemphasize render view when tab contents is blocked due to constrai...estade@chromium.org2010-02-252-8/+3
* Make sure in-page navigations don't make the page actions disappear.finnur@chromium.org2010-02-241-4/+1
* Remove usages of obsolete WebSettings::setGeolocation so it can be removed fr...joth@chromium.org2010-02-231-2/+0
* Make the translation bar not show up again when you closed it in a page jcampan@chromium.org2010-02-235-9/+56
* Make sure bookmarks_drag_ is initialized to NULL to prevent crash.arv@chromium.org2010-02-231-0/+1
* Remove more TODOs that are un-necessarypinkerton@chromium.org2010-02-221-3/+3
* Initial HTTP requests issued by ChromeFrame popups could bypass the host netw...ananta@chromium.org2010-02-224-7/+15
* Bookmark Manager Drag and Drop backend.arv@chromium.org2010-02-203-0/+44
* Disable the "Copy Image" context menu option when the user right-clicks a blo...pkasting@chromium.org2010-02-201-2/+4
* Adding command line flag (--show-composited-render-layers) to enable the show...vangelis@chromium.org2010-02-191-0/+2
* linux: plumb shift-reload down into new shift-reload APIevan@chromium.org2010-02-194-19/+49
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-196-6/+6
* We need to traverse the infobars with a reverse loop asjcampan@chromium.org2010-02-181-1/+1
* Remove all infobars from a tab when its renderer crashes.jcampan@chromium.org2010-02-181-0/+4
* Flip the "unique file:// URI origin" flag to on. Add thecevans@chromium.org2010-02-181-0/+2
* Revert 39287 - Chromium pieces to use the WebKit support for isolation file:/...cevans@chromium.org2010-02-181-2/+0
* Chromium pieces to use the WebKit support for isolation file:// documents incevans@chromium.org2010-02-171-0/+2
* Prevent resizing tab content to 0.dpolukhin@chromium.org2010-02-171-1/+7
* Makes sure we don't display several times the translate infobar for a page.jcampan@chromium.org2010-02-172-1/+12
* Calls InfoBarClosed on InfoBarDelegates in unit-tests tojcampan@chromium.org2010-02-172-0/+39
* Adds a NULL check for the RenderViewHost pointer within TabContents::ExecuteC...andybons@chromium.org2010-02-161-4/+7
* GTK: visually de-emphasize the render view contents when a constrained window...estade@chromium.org2010-02-161-0/+8
* Reloading a page would not show a translate infobar.jcampan@chromium.org2010-02-163-6/+9
* Implements the auto-translate on click: if you have translatedjcampan@chromium.org2010-02-125-16/+152
* Remove --disable-images and --disable-javascript now that we have UI that doe...pkasting@chromium.org2010-02-121-2/+1
* Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled...pkasting@chromium.org2010-02-122-7/+8
* Remove TODOs or add bug numbers to TODOspinkerton@chromium.org2010-02-121-1/+0
* Send "content blocked" ipc messages more reliably.thakis@chromium.org2010-02-121-3/+1
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-1/+1