index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
external_tab_container.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modification of ExtensionPopup views to allow for pop-up views to share the s...
twiz@chromium.org
2010-03-19
1
-0
/
+9
*
ChromeFrame now uses host provided popup blocker.
stoyan@chromium.org
2010-03-08
1
-2
/
+2
*
Initial HTTP requests issued by ChromeFrame popups could bypass the host netw...
ananta@chromium.org
2010-02-22
1
-0
/
+2
*
Clone of issue 600130. (http://codereview.chromium.org/600130)
twiz@chromium.org
2010-02-16
1
-1
/
+9
*
Fix an ExternalTabContainer leak caused in the code path which attaches an Ex...
ananta@chromium.org
2010-02-11
1
-1
/
+1
*
This CL adds support for displaying Chrome InfoBars in pages rendered via Chr...
ananta@chromium.org
2010-02-05
1
-1
/
+9
*
The ExternalTabContainer enters a modal loop while waiting for the unload eve...
ananta@chromium.org
2010-02-03
1
-0
/
+5
*
In IE8 new windows opened within ChromeFrame via window.open calls at times b...
ananta@chromium.org
2010-01-30
1
-0
/
+38
*
Unload and BeforeUnload handlers would not get invoked within pages inside Ch...
ananta@chromium.org
2010-01-27
1
-0
/
+3
*
Unhandled keyboard messages coming back from the host browser running ChromeF...
ananta@chromium.org
2010-01-12
1
-1
/
+14
*
Multiple chrome frame activex controls should instantiate and navigate correc...
ananta@chromium.org
2009-12-18
1
-1
/
+2
*
Refactor the keyboard events handling code related to RenderViewHostDelegate:...
suzhe@chromium.org
2009-12-10
1
-1
/
+3
*
A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...
twiz@google.com
2009-12-10
1
-0
/
+6
*
Speculative fix for ChromeFrame crash in bug http://code.google.com/p/chromiu...
ananta@chromium.org
2009-12-02
1
-1
/
+2
*
amit, please review everything, jam please review the changes to the tab_cont...
ananta@chromium.org
2009-11-17
1
-8
/
+8
*
Modifying extension automation so that it is done through a particular
joi@chromium.org
2009-11-08
1
-0
/
+9
*
Basic wiring to enable downloads for CF's host browser network stack. A nota...
tommi@chromium.org
2009-11-07
1
-0
/
+3
*
Ninth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-07
1
-1
/
+4
*
Ensure that the correct URL and title is displayed in the host browser if the...
ananta@chromium.org
2009-10-14
1
-0
/
+4
*
This CL is for the needs of ChromeFrame.
stoyan@google.com
2009-10-13
1
-0
/
+1
*
Any time we are shutting down a tab, try to use fast shutdown.
estade@chromium.org
2009-10-02
1
-1
/
+0
*
Support the View Page Info option in the ExternalTabContainer, which would al...
ananta@chromium.org
2009-09-12
1
-0
/
+5
*
ExternalTabcontainer browser to initial URL
amit@chromium.org
2009-09-11
1
-1
/
+3
*
Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w...
ananta@chromium.org
2009-09-06
1
-7
/
+28
*
InitNavigationInfo only if there's a valid entry
amit@chromium.org
2009-08-21
1
-1
/
+1
*
Support navigating to absolute index through automation.
amit@chromium.org
2009-08-19
1
-0
/
+8
*
Added support in the ExternalTabContainer for handling the NEW_FOREGROUND_TAB...
ananta@chromium.org
2009-08-14
1
-1
/
+9
*
If URL requests are to be routed through the external host, the ExternalTabCo...
ananta@chromium.org
2009-08-10
1
-1
/
+5
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
1
-1
/
+6
*
The ExternalTabContainer object which implements the TabContentsDelegate inte...
ananta@chromium.org
2009-07-22
1
-0
/
+12
*
Remove the defunct SetAccelerator message and replace it with an
amit@chromium.org
2009-07-14
1
-7
/
+2
*
Allow TabContentsDelegates to process unhandled keyboard messages coming back...
ananta@chromium.org
2009-07-14
1
-6
/
+8
*
A prototype of resource loading through automation
amit@chromium.org
2009-07-09
1
-1
/
+9
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
1
-3
/
+0
*
Allow external hosts to handle the context menu and thus be able to customize...
ananta@chromium.org
2009-06-12
1
-0
/
+17
*
Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...
jcampan@chromium.org
2009-06-08
1
-2
/
+2
*
ExternalTabContainer should subclass WidgetWin rather than Widget and ATL CWi...
ben@chromium.org
2009-05-27
1
-93
/
+39
*
Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...
ben@chromium.org
2009-05-26
1
-0
/
+8
*
Refactors TabContentsContainerView into TabContentsContainer and associated p...
ben@chromium.org
2009-05-22
1
-2
/
+2
*
This is the first pass at themes.
glen@chromium.org
2009-05-09
1
-0
/
+1
*
Pass external tab handle when Chrome sends outgoing notifications through aut...
stoyan@chromium.org
2009-05-08
1
-0
/
+6
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-3
/
+3
*
Destroy browser/content related C++ object on WM_DESTROY message, rather than...
stoyan@chromium.org
2009-05-06
1
-1
/
+2
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-3
/
+3
*
Allowing the client to handle escape and keyup events.
tommi@google.com
2009-05-02
1
-2
/
+2
*
Two changes:
sky@chromium.org
2009-04-29
1
-1
/
+0
*
Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...
rafaelw@chromium.org
2009-04-28
1
-0
/
+5
*
Provide a way for a TabContentsDelegate to take focus when we receive a notif...
ananta@chromium.org
2009-04-23
1
-2
/
+2
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-1
/
+0
*
Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...
ben@chromium.org
2009-04-15
1
-3
/
+3
[next]