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
/
content
/
browser
/
tab_contents
/
tab_contents.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make content::DialogDelegate::GetDialogRootWindow() const.
thestig@chromium.org
2011-11-29
1
-1
/
+1
*
Fix the RenderViewImpl to adapt to the Chromium API change for Web Intents.
gbillock@chromium.org
2011-11-28
1
-1
/
+1
*
Move PropertyBag to base. Originally this was in chrome\common because only c...
jam@chromium.org
2011-11-23
1
-4
/
+4
*
Get rid of view_messages.h include from chrome since TabContentsDelegate used...
jam@chromium.org
2011-11-22
1
-1
/
+1
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-1
/
+1
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-17
1
-16
/
+18
*
Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.
mpcomplete@chromium.org
2011-11-17
1
-87
/
+88
*
Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost....
dpolukhin@chromium.org
2011-11-16
1
-88
/
+87
*
Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.
mpcomplete@chromium.org
2011-11-16
1
-87
/
+88
*
Add SwappedOut to TabContentsDelegate to allow us to correctly delete TabCont...
dominich@chromium.org
2011-11-15
1
-0
/
+1
*
Move Java Bridge files to new java/ subdirectory
steveblock@chromium.org
2011-11-11
1
-1
/
+1
*
Make BalloonHost use TabContents instead of RenderViewHost.
jam@chromium.org
2011-11-10
1
-0
/
+11
*
Make sure that TabContents' observer list outlives the RenderViewHostManager....
jam@chromium.org
2011-11-08
1
-3
/
+6
*
Fix JavaBridgeDispatcherHostManager when no RenderViewHosts are present
steveblock@chromium.org
2011-11-08
1
-0
/
+4
*
Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...
mpcomplete@chromium.org
2011-11-08
1
-87
/
+81
*
Have ExtensionHost use TabContents instead of RenderViewHost. This is part
mpcomplete@chromium.org
2011-11-08
1
-81
/
+87
*
Don't trigger the tab's throbber for webui pages
jochen@chromium.org
2011-11-07
1
-3
/
+2
*
Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...
creis@chromium.org
2011-11-03
1
-1
/
+1
*
Ensure forced process swaps use the correct page_id and SiteInstance.
creis@chromium.org
2011-11-01
1
-1
/
+1
*
Support dispositon attribute.
gbillock@chromium.org
2011-10-31
1
-7
/
+8
*
Move RendererPreferences to content/public/common and also put in the content...
jam@chromium.org
2011-10-31
1
-19
/
+8
*
Adds browser-side component of Java Bridge for a TabContents
steveblock@chromium.org
2011-10-25
1
-0
/
+6
*
Add async interface for RenderWidgetHost to ask for user's permission to lock...
yzshen@chromium.org
2011-10-17
1
-0
/
+7
*
Fix a bug in ShouldDisplayURL.
creis@chromium.org
2011-10-13
1
-0
/
+3
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Move view_types to content\public\common. Also update the enum values to matc...
jam@chromium.org
2011-10-12
1
-1
/
+1
*
Add error description to the DidFailProvisionalLoad callback.
mkosiba@chromium.org
2011-10-11
1
-6
/
+4
*
Changes for cross domain prerenders to not cancel when there is a window.open...
shishir@chromium.org
2011-10-07
1
-2
/
+2
*
Move TabContents::ShouldDisplayURL() to ToolbarModel. This doesn't really bel...
aa@chromium.org
2011-10-06
1
-6
/
+0
*
Hook into another code path that lets the renderer request a new tab to be cr...
jochen@chromium.org
2011-10-06
1
-2
/
+4
*
Split ViewType between chrome and content
jochen@chromium.org
2011-10-06
1
-1
/
+1
*
Remove unused RenderViewHostManager::SwapInRenderViewHost() and TabContents::...
steveblock@chromium.org
2011-10-03
1
-5
/
+0
*
Only allow to lock the mouse when the tab is in fullscreen mode.
yzshen@chromium.org
2011-10-01
1
-0
/
+1
*
content: Move the final headers and residual traces of contrained windows
erg@chromium.org
2011-09-30
1
-5
/
+0
*
content: Move constrained window code from TabContents to TabContentsWrapper
erg@chromium.org
2011-09-30
1
-28
/
+0
*
Here are more exports needed for content_unittests to link in the component b...
dpranke@chromium.org
2011-09-30
1
-3
/
+3
*
Rename WebIntentData for backend storage to WebIntentServiceData.
gbillock@chromium.org
2011-09-21
1
-3
/
+4
*
Annotate all of the functions in content that need to be exported, in prepara...
dpranke@chromium.org
2011-09-13
1
-4
/
+5
*
Move the ViewHostMsg_AppCacheAccessed message handling out of Chrome and repl...
ananta@chromium.org
2011-09-08
1
-0
/
+1
*
Make panel adjust bounds per preferred size change notification on Windows.
jianli@chromium.org
2011-09-07
1
-0
/
+1
*
Moved the following IPCs out of chrome into content where they are handled by
ananta@chromium.org
2011-09-06
1
-0
/
+1
*
Handle the ViewHostMsg_FindReply message which is sent by content(renderer) v...
ananta@chromium.org
2011-09-02
1
-0
/
+3
*
Dispatch the following IPC messages in TabContents and handle them via the Ta...
ananta@chromium.org
2011-08-25
1
-0
/
+13
*
Fullscreen JS API implementation.
koz@chromium.org
2011-08-25
1
-0
/
+1
*
Handle the ViewHostMsg_RunFileChooser IPC message which is sent by content(re...
ananta@chromium.org
2011-08-24
1
-5
/
+3
*
Get rid of the static ConstrainedWindow::CreateConstrainedDialog method that ...
jam@chromium.org
2011-08-24
1
-10
/
+3
*
Handle the ViewHostMsg_RunFileChooser and ViewHostMsg_EnumerateDirectory IPC ...
ananta@chromium.org
2011-08-24
1
-0
/
+4
*
Fix handling of tab contents disappearing out from underneath Javascript dial...
avi@chromium.org
2011-08-16
1
-0
/
+4
*
A number of issues weren't addressed with the earlier patch for prerender + b...
cbentzel@chromium.org
2011-08-14
1
-3
/
+4
*
Add a status message "Waiting for extension Foo..." when there's a request
mpcomplete@chromium.org
2011-08-10
1
-4
/
+4
[prev]
[next]