summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent resizing tab content to 0.dpolukhin@chromium.org2010-02-171-1/+7
* Adds a NULL check for the RenderViewHost pointer within TabContents::ExecuteC...andybons@chromium.org2010-02-161-4/+7
* Reloading a page would not show a translate infobar.jcampan@chromium.org2010-02-161-1/+2
* Implements the auto-translate on click: if you have translatedjcampan@chromium.org2010-02-121-6/+9
* Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled...pkasting@chromium.org2010-02-121-4/+5
* Send "content blocked" ipc messages more reliably.thakis@chromium.org2010-02-121-3/+1
* Adds code to restore application extensions. I'm also enabling tabsky@chromium.org2010-02-101-0/+5
* Whitelist all content for various internal schemes.pkasting@chromium.org2010-02-091-5/+8
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-091-6/+8
* Do the remaining renames after http://codereview.chromium.org/585008phajdan.jr@chromium.org2010-02-091-2/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-11/+34
* 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-051-10/+10
* Let renderer notify browser if content gets blocked.thakis@chromium.org2010-02-031-10/+36
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-3/+5
* Wire popup blocking UI to the new machinery and port over the user's old whit...pkasting@chromium.org2010-02-021-60/+37
* Send a message to the renderers when content settings change.thakis@chromium.org2010-02-021-0/+21
* Relanding the hooking of the translate feature UI.jcampan@chromium.org2010-02-011-14/+22
* Revert 37674 - Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-311-22/+14
* Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-311-14/+22
* Add basic support for Content Blocked icons in the omnibox. Not yet pkasting@chromium.org2010-01-301-0/+5
* This CL makes the TranslationService class send the text to be translated to ...jcampan@chromium.org2010-01-291-0/+14
* Associate popups with the top level frame instead of the security origin.erg@google.com2010-01-261-9/+11
* Extension tweaks for phantom tabs. I did the following modifications:sky@chromium.org2010-01-231-2/+2
* Split platform specific settings out from locale_settings.grd so we cantony@chromium.org2010-01-221-0/+1
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-221-0/+22
* One more attempt at landing this CL.jcampan@chromium.org2010-01-211-5/+14
* Revert 36589 - Still failing the reliability tests.jcampan@chromium.org2010-01-201-14/+5
* Another try at landing this.jcampan@chromium.org2010-01-201-5/+14
* Moving the page contents message processing to the RenderViewHost.jcampan@chromium.org2010-01-181-0/+20
* Revert 36442 - Still causing test failuresjcampan@chromium.org2010-01-161-33/+4
* 4th attempt at landing this.jcampan@chromium.org2010-01-161-4/+33
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-2/+33
* Don't show sad tab page for TabContents in browser shutdown.akalin@chromium.org2010-01-151-1/+6
* Lands http://codereview.chromium.org/545058 for Dmitry:sky@chromium.org2010-01-151-1/+4
* Revert 36362 - It breaks NACLTests and Chrome Frame Testsjcampan@chromium.org2010-01-151-33/+4
* 3rd attempt at landing the language detection on page load.jcampan@chromium.org2010-01-151-4/+33
* Revert 35735 - Relanding the language detection code.jcampan@chromium.org2010-01-071-53/+4
* Relanding the language detection code.jcampan@chromium.org2010-01-071-4/+53
* Only calculate the GTK scrollbar colors once and then update all RenderPrefer...erg@google.com2010-01-071-2/+6
* Check permissions for chrome.tabs.executeScript() in theaa@chromium.org2009-12-221-3/+4
* Fix a number of issues with extension disable-on-update:mpcomplete@chromium.org2009-12-181-1/+4
* Reverting the CLD CL altogether, the reliability bot is still red.jcampan@chromium.org2009-12-171-48/+4
* Disabling the language detection on Linux and Mac.jcampan@chromium.org2009-12-161-0/+4
* Makes the language detection happen with every page load jcampan@chromium.org2009-12-161-4/+44
* Get web app icon via FavIconHelper and auto repair/updatexiyuan@chromium.org2009-12-111-1/+0
* Find bar fixes:estade@chromium.org2009-12-111-4/+8