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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-11
/
+4
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-4
/
+12
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-12
/
+4
*
Add a new notification for automation customers that the
amit@chromium.org
2009-04-16
1
-13
/
+24
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-4
/
+0
*
Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...
ben@chromium.org
2009-04-15
1
-2
/
+2
*
Remove TabContentsType from the NavigationController external interface and in
brettw@chromium.org
2009-04-15
1
-1
/
+1
*
Support the new popup and new window dispositions in the external tab contain...
ananta@chromium.org
2009-04-08
1
-0
/
+8
*
Make the RenderViewHostFactory a global. This prevents us from having to pass
brettw@chromium.org
2009-04-07
1
-12
/
+3
*
Remove some uses of custom tab contents types from some tests.
brettw@chromium.org
2009-04-04
1
-1
/
+2
*
Only create one downloads tab per window. If there is already a Downloads
estade@chromium.org
2009-04-02
1
-0
/
+1
*
Move widget related files into views/widget
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Make Widget return a gfx::NativeView instead of a HWND.
ben@chromium.org
2009-03-12
1
-2
/
+2
*
Changing ForwardMessageToExternalHost to postMessage and passing a proper
tommi@chromium.org
2009-03-09
1
-2
/
+4
*
Add url to AutomationMsg_DidNavigate
amit@chromium.org
2009-03-06
1
-1
/
+2
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
1
-1
/
+2
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Fix a crash in chrome.exe caused by the external tab container instance getti...
ananta@chromium.org
2009-03-05
1
-6
/
+13
*
Don't send the receiver function name in the ExternalHostBindings::ForwardMes...
ananta@chromium.org
2009-02-25
1
-2
/
+2
*
Removing WS_POPUP before calling SetParent to avoid stealing the focus (flick...
tommi@chromium.org
2009-02-24
1
-5
/
+12
*
Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...
ananta@chromium.org
2009-02-19
1
-8
/
+39
*
Fixing reverse tabbing.
tommi@chromium.org
2009-02-13
1
-2
/
+2
*
Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...
avi@chromium.org
2009-02-10
1
-2
/
+2
*
Try reverting r9409 to see if it fixes crashes on chromebot.
kuchhal@chromium.org
2009-02-10
1
-2
/
+2
*
Reapplying tab support (change 9388). I synced and re-applied my change and ...
tommi@chromium.org
2009-02-10
1
-13
/
+44
*
Switch from HWNDs to NativeViews.
avi@chromium.org
2009-02-09
1
-2
/
+2
*
Reverting 9388 to see if this fixes ui tests.
kuchhal@chromium.org
2009-02-09
1
-44
/
+13
*
Adding support for tab notifications and initializing the focus of an automat...
tommi@chromium.org
2009-02-09
1
-13
/
+44
*
Explicitly removing WS_POPUP after initialization so that users of the Extern...
tommi@chromium.org
2009-02-04
1
-1
/
+5
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-11
/
+11
*
Better control over window creation of external tabs
joshia@google.com
2009-01-28
1
-2
/
+10
*
Give the container a chance to handle function keys.
tommi@chromium.org
2009-01-27
1
-0
/
+1
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-2
/
+2
*
Replace some CRects with gfx::Rect
agl@chromium.org
2008-12-17
1
-2
/
+5
*
Rename Container->Widget
ben@chromium.org
2008-11-21
1
-1
/
+1
*
Re-land this change: http://codereview.chromium.org/10967/show
ben@chromium.org
2008-11-19
1
-2
/
+1
*
Rollback! Now with 25% more HWND.
ben@chromium.org
2008-11-17
1
-1
/
+2
*
Remove HWND from TabContents creation.
ben@chromium.org
2008-11-17
1
-2
/
+1
*
This is r4523, with a few changes to make things work under Vista.
erg@google.com
2008-11-05
1
-8
/
+0
*
Revert change r4523 because Vista doesn't like it.
erg@google.com
2008-11-04
1
-0
/
+8
*
Redo how we block popups. Rip out the old constrained popup window cruft (whi...
erg@google.com
2008-11-04
1
-8
/
+0
*
Plumb the referrer throughout the OpenURL APIs.
ericroman@google.com
2008-10-27
1
-0
/
+1
*
Convert SchedulePaint and a few other methods to use gfx types.
ben@chromium.org
2008-10-17
1
-2
/
+3
*
Rename ChromeViews namespace to views
ben@chromium.org
2008-10-16
1
-7
/
+7
*
Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.
ben@chromium.org
2008-10-16
1
-1
/
+2
*
Remove DidNavigate from the tab contents delegate and all the related plumbing.
brettw@google.com
2008-09-24
1
-9
/
+20
*
Move more UI stuff into browser/views
beng@google.com
2008-09-13
1
-1
/
+1
*
Revert the change that fixed the encoding when viewing source in subframes.
brettw@google.com
2008-09-12
1
-6
/
+4
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Code review changes. Incorporated all the suggestions from previous review.
joshia@google.com
2008-08-21
1
-3
/
+9
[next]