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
/
tab_contents
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...
jam@chromium.org
2012-01-02
4
-7
/
+6
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
5
-17
/
+22
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
3
-1
/
+7
*
Remove CreateViewForWidget from ContentBrowserClient now that all the RenderW...
jam@chromium.org
2011-12-30
1
-4
/
+2
*
Add more per-tab preferences.
mnaganov@chromium.org
2011-12-29
1
-16
/
+17
*
Create a Content API interface around NavigationController, and move all the ...
jam@chromium.org
2011-12-29
1
-0
/
+1
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
3
-10
/
+11
*
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
3
-5
/
+5
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
4
-25
/
+37
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
4
-8
/
+17
*
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...
jam@chromium.org
2011-12-27
4
-5
/
+20
*
Move most of the remaining users of WebContentsObserver::tab_contents() to us...
jam@chromium.org
2011-12-26
2
-10
/
+12
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
3
-3
/
+5
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
3
-5
/
+5
*
Add --dart-flags and --disable-dart command line switches.
podivilov@chromium.org
2011-12-23
1
-0
/
+1
*
Change most of the methods of WebContentsObserver to take a content::WebConte...
jam@chromium.org
2011-12-23
3
-7
/
+9
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
jam@chromium.org
2011-12-22
4
-9
/
+8
*
Move the remaining TabContents methods to the WebContents interface, switchin...
jam@chromium.org
2011-12-22
3
-12
/
+12
*
Move navigation_details.h to content/public/browser.
jam@chromium.org
2011-12-22
4
-4
/
+4
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
5
-7
/
+7
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
6
-14
/
+14
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
6
-14
/
+14
*
Rename TabContents::view() to GetView() and put it in the WebContents interface.
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
6
-14
/
+14
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
5
-10
/
+10
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
8
-30
/
+30
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
1
-1
/
+2
*
Make CanvasSkia take a gfx::Size as the first parameter.
tfarina@chromium.org
2011-12-20
1
-6
/
+6
*
Start creating the content::WebPage interface around TabContents. This is jus...
jam@chromium.org
2011-12-20
5
-25
/
+25
*
Allow all URLPatterns to have ports.
aa@chromium.org
2011-12-19
1
-1
/
+1
*
--enable-partial-swap plumbed up to WebKit.
backer@chromium.org
2011-12-17
1
-0
/
+2
*
Include the information whether the tab is already in a tab strip with the re...
jochen@chromium.org
2011-12-16
3
-10
/
+46
*
Add a command-line switch --enable-per-tile-painting and make it consistent b...
reveman@google.com
2011-12-15
1
-4
/
+5
*
Print preview: Prevent a crash when zooming with the scroll wheel.
thestig@chromium.org
2011-12-15
1
-9
/
+13
*
Removed obsolete TOUCH_UI from render_view_host_delegate_helper.cc
saintlou@chromium.org
2011-12-15
1
-1
/
+1
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
1
-10
/
+11
*
Only show platfom app context menus in its own windows.
benwells@chromium.org
2011-12-14
1
-1
/
+2
*
Hide default context menu for platform apps.
benwells@chromium.org
2011-12-13
1
-2
/
+19
*
Move/replace/rename URL-based extension getters from ExtensionService to/in E...
yoz@chromium.org
2011-12-13
2
-4
/
+6
*
Add a policy pref for the --enable-memory-info flag.
mmoss@chromium.org
2011-12-12
1
-1
/
+1
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
3
-2
/
+5
*
Remove Hunspell on OS X - step 2
jeremy@chromium.org
2011-12-12
2
-5
/
+7
*
Handle AddNewContents in BackgroundContents so we can open windows.
atwilson@chromium.org
2011-12-10
2
-1
/
+16
*
Print preview: Disable the right context menu items in print preview.
thestig@chromium.org
2011-12-10
2
-0
/
+13
*
Remove "open in new tab" items from context menu if the process doesn't
tsepez@chromium.org
2011-12-09
2
-13
/
+98
*
Added a switch to enable a unified text checker and asynchronous
shinyak@google.com
2011-12-09
1
-0
/
+3
*
Move URLPattern::ParseOption into a field.
aa@chromium.org
2011-12-09
1
-3
/
+2
*
Revert 113591 - Revert 113579 - Content settings: allow scripts on interstiti...
dgozman@chromium.org
2011-12-08
1
-0
/
+4
*
Revert 113579 - Content settings: allow scripts on interstitial pages even if...
dgozman@chromium.org
2011-12-08
1
-4
/
+0
[next]