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
/
favicon
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
2
-4
/
+4
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
1
-8
/
+6
*
Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...
jam@chromium.org
2012-01-04
1
-1
/
+1
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
1
-4
/
+7
*
Create a Content API interface around NavigationController, and move all the ...
jam@chromium.org
2011-12-29
2
-2
/
+2
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
5
-19
/
+21
*
Remove the remaining usages of NavigationEntry in chrome by converting a few ...
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
6
-25
/
+36
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
3
-41
/
+43
*
Remove temporary redirect header and DEPS exception for cancelable_request.h
joi@chromium.org
2011-12-27
2
-2
/
+2
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-9
/
+11
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
2
-10
/
+11
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
jam@chromium.org
2011-12-22
2
-5
/
+4
*
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
2
-7
/
+13
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-5
/
+5
*
base::Bind: Remove includes of base.bind in header files.
jhawkins@chromium.org
2011-12-21
2
-2
/
+1
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-5
/
+5
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-5
/
+5
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
1
-1
/
+1
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Tweaks to the launcher favicon painting code. Current code resulted in
sky@chromium.org
2011-12-16
1
-1
/
+1
*
base::Bind fixes
groby@chromium.org
2011-11-29
4
-22
/
+27
*
callback_forward.h forward-declares base::Callback and base::Closure.
erikwright@chromium.org
2011-11-28
1
-1
/
+1
*
Get rid of a bunch of view_messages.h includes from chrome by making the TabC...
jam@chromium.org
2011-11-21
2
-2
/
+2
*
Provide assumed favicon for intents if page was never visited.
groby@chromium.org
2011-11-18
2
-0
/
+14
*
Cleanup: Remove more forward declarations in various chrome/browser directories.
thestig@chromium.org
2011-11-16
1
-1
/
+2
*
Switch BackgroundContents to use TabContents instead of RenderViewHost.
jam@chromium.org
2011-11-11
2
-2
/
+2
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-3
/
+3
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-1
/
+1
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-08
6
-40
/
+40
*
Revert 104597 - base::Bind: Complete cleanup of history/.
acolwell@chromium.org
2011-10-07
6
-40
/
+40
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-07
6
-40
/
+40
*
ui/gfx: Refactor favicon_size.h
tfarina@chromium.org
2011-09-26
3
-9
/
+9
*
Make FaviconService a scoped_ptr and remove call to base::RefCountedThreadSafe
kushi.p@gmail.com
2011-09-16
1
-4
/
+3
*
Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...
jochen@chromium.org
2011-09-14
1
-2
/
+2
*
Removal of Profile from content part 5.
avi@chromium.org
2011-08-01
1
-6
/
+13
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
2
-7
/
+10
*
Re-land r93365 - add RefCountedString
joth@chromium.org
2011-07-22
1
-5
/
+5
*
Revert 93365 - it broke on Chrome OS
joth@chromium.org
2011-07-21
1
-5
/
+5
*
Added RefCountedString, as this is what many RefCountedMemory users seem to want
joth@chromium.org
2011-07-21
1
-5
/
+5
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+2
*
ntp4: show larger favicons in most visited page
estade@chromium.org
2011-07-05
1
-1
/
+2
*
Reland 90035 - Deflakify Prerender Favicon Test by removing timer and using
rvargas@google.com
2011-06-23
1
-0
/
+5
*
Revert 90035 - Deflakify Prerender Favicon Test by removing timer and using
rvargas@google.com
2011-06-23
1
-5
/
+0
*
Deflakify Prerender Favicon Test by removing timer and using
tburkard@chromium.org
2011-06-22
1
-0
/
+5
*
Refactor FaviconHandler to move code into delegate
rohitrao@chromium.org
2011-06-17
6
-85
/
+194
*
Retry r88137:
estade@chromium.org
2011-06-09
1
-1
/
+1
*
Revert 88137 - Add code to calculate the dominant color for a favicon.
estade@chromium.org
2011-06-07
1
-1
/
+1
*
Add code to calculate the dominant color for a favicon.
estade@chromium.org
2011-06-07
1
-1
/
+1
[next]