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
*
Simplifying JS dialog interfaces.
jam@chromium.org
2012-01-30
1
-12
/
+9
*
Send replies to sync IPCs from swapped out renderers.
creis@chromium.org
2012-01-28
1
-3
/
+4
*
Define the public interface for content browser SiteInstance. This interface ...
ananta@chromium.org
2012-01-25
1
-9
/
+10
*
Get rid of RenderViewHostDelegate::GetAsTabContents.
jam@chromium.org
2012-01-24
1
-1
/
+0
*
Change grow box computation back to a method on BrowserWindow
thakis@chromium.org
2012-01-23
1
-0
/
+2
*
Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...
jam@chromium.org
2012-01-20
1
-1
/
+3
*
Rename WebUI to WebUIImpl.
jam@chromium.org
2012-01-19
1
-1
/
+1
*
Move RenderViewHostDelegate to content/public and content namespace.
joi@chromium.org
2012-01-18
1
-4
/
+4
*
Rename TabContentsView to WebContentsView and move to content/public.
joi@chromium.org
2012-01-18
1
-4
/
+4
*
Switch chrome code to use content::WebUI interface instead of WebUI concrete ...
jam@chromium.org
2012-01-18
1
-7
/
+7
*
Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...
jam@chromium.org
2012-01-17
1
-0
/
+1
*
Fix window zoom in a sane way, remove nasty casts.
avi@chromium.org
2012-01-14
1
-0
/
+5
*
Get rid of RenderViewHostManager usage in chrome.
jam@chromium.org
2012-01-11
1
-1
/
+3
*
Copy all the max page IDs to Instant/Prerender's TabContents
creis@chromium.org
2012-01-10
1
-1
/
+6
*
Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...
jam@chromium.org
2012-01-06
1
-12
/
+1
*
Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...
jam@chromium.org
2012-01-04
1
-5
/
+5
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
1
-2
/
+5
*
Create a Content API interface around NavigationController, and move all the ...
jam@chromium.org
2011-12-29
1
-2
/
+2
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
1
-1
/
+1
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-2
/
+3
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-1
/
+1
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-10
/
+3
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-1
/
+1
*
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...
jam@chromium.org
2011-12-27
1
-7
/
+1
*
Move most of the remaining users of WebContentsObserver::tab_contents() to us...
jam@chromium.org
2011-12-26
1
-0
/
+1
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-3
/
+1
*
Fix windows component build
jam@chromium.org
2011-12-25
1
-5
/
+7
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
jam@chromium.org
2011-12-22
1
-6
/
+5
*
Move the remaining TabContents methods to the WebContents interface, switchin...
jam@chromium.org
2011-12-22
1
-227
/
+87
*
Move a bunch of methods from TabContents into the WebContents interface. This...
jam@chromium.org
2011-12-22
1
-128
/
+39
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-18
/
+5
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-5
/
+18
*
Rename TabContents::view() to GetView() and put it in the WebContents interface.
jam@chromium.org
2011-12-21
1
-11
/
+3
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-18
/
+5
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
1
-6
/
+6
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-3
/
+8
*
Rename content::WebPage to content::WebContents
jam@chromium.org
2011-12-20
1
-3
/
+3
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
1
-2
/
+5
*
Start creating the content::WebPage interface around TabContents. This is jus...
jam@chromium.org
2011-12-20
1
-12
/
+10
*
Make page IDs be specific to a RenderView rather than global to its process.
creis@chromium.org
2011-12-16
1
-19
/
+26
*
[Web Intents] Make IntentInjector adapt to the new content API
gbillock@chromium.org
2011-12-09
1
-2
/
+1
*
views: Add an Options enum to MessageBoxView control.
tfarina@chromium.org
2011-12-07
1
-1
/
+1
*
Revert 113110 - backing out 113015 didn't fix the interactive test bot. Resto...
sail@chromium.org
2011-12-06
1
-1
/
+0
*
Revert 113015 - speculative revert to see if this fixes the interactive test ...
sail@chromium.org
2011-12-06
1
-0
/
+1
*
Remove OnMessageReceived that was using internal content IPCs in a chrome tes...
jam@chromium.org
2011-12-05
1
-1
/
+0
*
Replace the GURL referrer field of OpenURLParams with a content::Referrer
jochen@chromium.org
2011-12-05
1
-1
/
+1
*
Pass along the referrer policy (renderer side)
jochen@chromium.org
2011-12-03
1
-1
/
+1
*
Fix a bug where redirect chain gets lost on process swap.
mpcomplete@chromium.org
2011-12-03
1
-0
/
+6
*
Add url and is_main_frame to DidFinishLoad and DidFailLoad.
mkosiba@chromium.org
2011-11-29
1
-1
/
+8
[next]