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
/
tabs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce abstractions to allow embedders to test RenderViewHost
joi@chromium.org
2012-03-12
1
-0
/
+1
*
Modify tab strip behavior to make the next index in the tab selection the act...
aaron.randolph@gmail.com
2012-03-08
2
-1
/
+26
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-1
/
+1
*
Introduce ManifestFeatureProvider.
kalman@chromium.org
2012-02-24
1
-2
/
+8
*
Updates OWNERS files.
sky@chromium.org
2012-02-13
1
-0
/
+1
*
Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par...
erg@chromium.org
2012-02-13
1
-1
/
+1
*
Add openerTabId to chrome.tabs.create and chrome.tabs.update.
jstritar@chromium.org
2012-01-28
3
-1
/
+30
*
Define the public interface for content browser SiteInstance. This interface ...
ananta@chromium.org
2012-01-25
6
-4
/
+9
*
Profiles: Make PinnedTabService use the same interface as every other service.
erg@google.com
2012-01-25
3
-15
/
+41
*
Profiles: Add a --dump-profile-graph option when !NDEBUG.
erg@chromium.org
2012-01-24
1
-2
/
+3
*
Creates a mock TabStripDelegate implementation. I'm going to need this
sky@chromium.org
2012-01-20
4
-33
/
+157
*
gpu: reference target surfaces through a globally unique surface id.
piman@chromium.org
2012-01-18
1
-3
/
+4
*
Rename TabContentsView to WebContentsView and move to content/public.
joi@chromium.org
2012-01-18
1
-4
/
+4
*
Remove a few trivial tab_contents.h includes in chrome that I missed earlier.
jam@chromium.org
2012-01-06
1
-6
/
+4
*
Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...
jam@chromium.org
2012-01-06
2
-8
/
+7
*
Convert the remaining trivial tab_contents.h includes in chrome to use web_co...
jam@chromium.org
2012-01-05
1
-29
/
+30
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
3
-20
/
+20
*
Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.
jam@chromium.org
2012-01-04
4
-29
/
+30
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
4
-36
/
+43
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
2
-2
/
+4
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
2
-11
/
+10
*
Convert unix_hacker functions on NavigationController that are used by Chrome...
jam@chromium.org
2011-12-29
2
-2
/
+2
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
1
-5
/
+5
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
3
-6
/
+9
*
Remove the remaining usages of NavigationEntry in chrome by converting a few ...
jam@chromium.org
2011-12-28
2
-3
/
+3
*
Bug repro
pkotwicz@chromium.org
2011-12-28
1
-1
/
+3
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
3
-7
/
+8
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
2
-0
/
+2
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
1
-1
/
+0
*
Remove temporary redirect header and DEPS exception for cancelable_request.h
joi@chromium.org
2011-12-27
1
-1
/
+1
*
Move most of the remaining users of WebContentsObserver::tab_contents() to us...
jam@chromium.org
2011-12-26
2
-32
/
+33
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
3
-9
/
+15
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
2
-4
/
+4
*
Change most of the methods of WebContentsObserver to take a content::WebConte...
jam@chromium.org
2011-12-23
1
-3
/
+5
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
jam@chromium.org
2011-12-22
2
-21
/
+23
*
Move the remaining TabContents methods to the WebContents interface, switchin...
jam@chromium.org
2011-12-22
2
-3
/
+3
*
Move navigation_details.h to content/public/browser.
jam@chromium.org
2011-12-22
1
-1
/
+1
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-2
/
+2
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
5
-24
/
+27
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
5
-27
/
+24
*
Rename TabContents::view() to GetView() and put it in the WebContents interface.
jam@chromium.org
2011-12-21
1
-2
/
+2
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
5
-24
/
+27
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
2
-2
/
+2
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Really forward declare FullscreenController in browser.h
tfarina@chromium.org
2011-12-20
1
-1
/
+1
*
Start creating the content::WebPage interface around TabContents. This is jus...
jam@chromium.org
2011-12-20
2
-4
/
+4
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
1
-10
/
+12
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
4
-23
/
+31
*
Update CreateTabContents to use a content::Referrer instead of a plain URL
jochen@chromium.org
2011-12-06
4
-4
/
+7
*
Change NavigationController::LoadURL to take a Referrer class instead of a GU...
jochen@chromium.org
2011-12-05
1
-1
/
+1
[next]