summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds code to restore application extensions. I'm also enabling tabsky@chromium.org2010-02-101-0/+5
* Remove the temporary scaffolding stubs.phajdan.jr@chromium.org2010-02-102-9/+1
* Make several tests more snappy, less sleepy.phajdan.jr@chromium.org2010-02-101-1/+0
* Whitelist all content for various internal schemes.pkasting@chromium.org2010-02-091-5/+8
* Make the content settings dialog dependent on its parent. This re-plumbs the...pkasting@chromium.org2010-02-091-0/+4
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-092-8/+11
* Add back disabled menu itemsdavemoore@chromium.org2010-02-091-0/+2
* Do the remaining renames after http://codereview.chromium.org/585008phajdan.jr@chromium.org2010-02-092-4/+4
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-0915-54/+85
* Makes mini-tabs work on the UI side (at least for views). I still havesky@chromium.org2010-02-061-3/+10
* Refactored out JS specific part of modal dialog stack into its own class, exp...zelidrag@chromium.org2010-02-051-1/+1
* Wires TabContents to app extensions.sky@chromium.org2010-02-052-18/+24
* WebKit side is in https://bugs.webkit.org/show_bug.cgi?id=34524jeremy@chromium.org2010-02-051-1/+62
* Support disabling items in submenus of a context menu.jeremy@chromium.org2010-02-032-0/+2
* Let renderer notify browser if content gets blocked.thakis@chromium.org2010-02-032-10/+43
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-022-3/+15
* Wire popup blocking UI to the new machinery and port over the user's old whit...pkasting@chromium.org2010-02-025-157/+55
* Send a message to the renderers when content settings change.thakis@chromium.org2010-02-021-0/+21
* [Mac] Enable some left-behind unit tests.shess@chromium.org2010-02-011-6/+2
* Relanding the hooking of the translate feature UI.jcampan@chromium.org2010-02-012-14/+29
* Revert 37674 - Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-312-29/+14
* Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-312-14/+29
* ExtensionInstalledBubble for Mac.mirandac@chromium.org2010-01-311-1/+1