summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add basic support for Content Blocked icons in the omnibox. Not yet pkasting@chromium.org2010-01-302-0/+10
* If an extension crashes or is killed by the task manager then reloaded, the i...andybons@chromium.org2010-01-301-0/+7
* This CL makes the TranslationService class send the text to be translated to ...jcampan@chromium.org2010-01-291-0/+14
* Added a "Reload Frame" command to context menu of a frame in the html page.erg@google.com2010-01-281-0/+6
* implement infobars and delegates placeholders for translate feature.kuan@chromium.org2010-01-271-1/+9
* Enable the appcache by default and add a cmd line switch to optionally disabl...michaeln@chromium.org2010-01-261-1/+1
* Associate popups with the top level frame instead of the security origin.erg@google.com2010-01-265-25/+22
* [Linux] Implement input methods context menu.suzhe@chromium.org2010-01-242-2/+15