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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...
jam@chromium.org
2012-01-04
10
-128
/
+136
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
8
-49
/
+55
*
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...
jam@chromium.org
2012-01-03
6
-36
/
+36
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
6
-19
/
+24
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-2
/
+2
*
Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...
jam@chromium.org
2012-01-02
2
-9
/
+23
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
5
-10
/
+15
*
Fix windows component build
jam@chromium.org
2011-12-29
1
-2
/
+2
*
Create a Content API interface around NavigationController, and move all the ...
jam@chromium.org
2011-12-29
5
-299
/
+133
*
Convert unix_hacker functions on NavigationController that are used by Chrome...
jam@chromium.org
2011-12-29
7
-235
/
+250
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
4
-4
/
+5
*
Fix components build. NavigationControllerImpl needs to be exported for tests
jam@chromium.org
2011-12-28
1
-1
/
+2
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
14
-347
/
+355
*
Remove the remaining usages of NavigationEntry in chrome by converting a few ...
jam@chromium.org
2011-12-28
11
-124
/
+173
*
Fix components build
jam@chromium.org
2011-12-28
1
-1
/
+0
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
15
-115
/
+152
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
8
-147
/
+27
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
7
-221
/
+50
*
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...
jam@chromium.org
2011-12-27
3
-42
/
+16
*
Move most of the remaining users of WebContentsObserver::tab_contents() to us...
jam@chromium.org
2011-12-26
2
-0
/
+5
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
3
-10
/
+14
*
Fix windows component build
jam@chromium.org
2011-12-25
1
-5
/
+7
*
Fix windows component build
jam@chromium.org
2011-12-25
1
-1
/
+3
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
11
-346
/
+309
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
jam@chromium.org
2011-12-22
4
-360
/
+37
*
Move the remaining TabContents methods to the WebContents interface, switchin...
jam@chromium.org
2011-12-22
8
-434
/
+336
*
Move navigation_details.h to content/public/browser.
jam@chromium.org
2011-12-22
7
-116
/
+5
*
Move a bunch of methods from TabContents into the WebContents interface. This...
jam@chromium.org
2011-12-22
6
-214
/
+194
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
5
-16
/
+21
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
7
-66
/
+65
*
Allow keyboard shortcuts on interstitial pages.
mattm@chromium.org
2011-12-21
3
-1
/
+22
*
Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent...
gbillock@chromium.org
2011-12-21
1
-3
/
+4
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
7
-65
/
+66
*
Rename TabContents::view() to GetView() and put it in the WebContents interface.
jam@chromium.org
2011-12-21
5
-23
/
+23
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
7
-66
/
+65
*
[Coverity] Removing dead code after return;
dbeam@chromium.org
2011-12-21
1
-5
/
+0
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
8
-769
/
+27
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
13
-100
/
+108
*
Don't delete the current NavigationEntry when leaving an interstitial page.
creis@chromium.org
2011-12-20
3
-83
/
+42
*
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
4
-6
/
+14
*
Start creating the content::WebPage interface around TabContents. This is jus...
jam@chromium.org
2011-12-20
7
-103
/
+111
*
Support custom MIME type data in web drag/drop for Mac and GTK.
dcheng@chromium.org
2011-12-18
4
-1
/
+45
*
Make page IDs be specific to a RenderView rather than global to its process.
creis@chromium.org
2011-12-16
6
-67
/
+90
*
Include the information whether the tab is already in a tab strip with the re...
jochen@chromium.org
2011-12-16
1
-15
/
+0
*
Make hosted apps launched via chrome.tabs.create with an URL redirect have th...
mihaip@chromium.org
2011-12-16
2
-7
/
+10
*
Trivial move of content::BrowserContext to content/public.
joi@chromium.org
2011-12-15
2
-2
/
+2
*
Group forms-related files in webkit/glue in a forms/ subdirectory.
isherman@chromium.org
2011-12-15
3
-4
/
+3
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
2
-9
/
+12
*
Adds some debugging code in hopes of identifying a crasher.
sky@chromium.org
2011-12-13
1
-0
/
+6
[prev]
[next]