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
/
thumbnail_generator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow wider than tall clipping as good clipping and add kTooWiderThanTall.
mazda@chromium.org
2012-03-20
1
-3
/
+7
*
Copy a shrinked image from the backing store or compositing surface for gener...
mazda@chromium.org
2012-03-20
1
-2
/
+32
*
Support browser side thumbnailing for GPU-composited pages on Windows.
mazda@chromium.org
2012-03-15
1
-1
/
+2
*
content: Switch out from struct PaintAtSizeAckDetails to a std::pair instead.
tfarina@chromium.org
2012-03-13
1
-5
/
+4
*
[Coverity] Fixed pass-by-value to pass-by-reference
groby@chromium.org
2012-03-12
1
-5
/
+5
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
1
-0
/
+2
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-2
/
+2
*
Get rid of BackingStore usage in chrome. I added methods on RenderWidgetHost ...
jam@chromium.org
2012-02-29
1
-29
/
+14
*
Split out ThumbnailGenerator::UpdateThumbnail() from ThumbnailGenerator::Upda...
jgreenwald@chromium.org
2012-02-23
1
-1
/
+15
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
1
-9
/
+10
*
Move most of the remaining users of WebContentsObserver::tab_contents() to us...
jam@chromium.org
2011-12-26
1
-9
/
+11
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
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
-1
/
+1
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-3
/
+3
*
Remove section_util_win since it had two functions that were used in three pl...
jam@chromium.org
2011-11-28
1
-8
/
+5
*
Remove needless include of the content/browser/render_process_host.h header f...
ananta@chromium.org
2011-11-04
1
-1
/
+0
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-1
/
+2
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-11
/
+14
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-0
/
+1
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-08
1
-7
/
+5
*
Revert 104597 - base::Bind: Complete cleanup of history/.
acolwell@chromium.org
2011-10-07
1
-5
/
+7
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-07
1
-7
/
+5
*
ntp4: update topsites thumbnail generation and display slightly
estade@chromium.org
2011-08-22
1
-1
/
+10
*
Change TopSites and History to use gfx::Image instead of SkBitmap in their
pinkerton@chromium.org
2011-08-02
1
-1
/
+2
*
Removal of Profile from content part 4.
avi@chromium.org
2011-08-01
1
-2
/
+4
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
1
-1
/
+1
*
Ensures history tab displays a throbber when searching.
beaudoin@chromium.org
2011-07-21
1
-1
/
+1
*
Fix a leak I introduced in r93120
evan@chromium.org
2011-07-20
1
-3
/
+3
*
Disable AutomationProxySnapshotTest.LargeSnapshot on Linux
evan@chromium.org
2011-07-19
1
-0
/
+9
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-14
/
+14
*
Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna...
jam@chromium.org
2011-06-03
1
-3
/
+2
*
Fix invalid memory access caused by ThumbnailGenerator, part 2.
satorux@chromium.org
2011-06-02
1
-6
/
+12
*
Fix the case where the TabContents goes away before TabContentsObserver::Regi...
jam@chromium.org
2011-06-01
1
-6
/
+0
*
Fix invalid memory access caused by ThumbnailGenerator.
satorux@chromium.org
2011-06-01
1
-0
/
+6
*
Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
1
-6
/
+19
*
Revert 87264 - Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
1
-19
/
+6
*
Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
1
-6
/
+19
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-2
/
+1
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-1
/
+2
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-2
/
+1
*
Create a ThumbnailGenerator for each tab instead of using the global instance.
mazda@chromium.org
2011-04-27
1
-32
/
+19
*
Rework the in-browser thumbnailing by doing everything in ThumbnailGenerator.
satorux@chromium.org
2011-04-12
1
-244
/
+49
*
Add TopSites::GetTemporaryThumbnailScore().
satorux@chromium.org
2011-04-12
1
-4
/
+8
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Remove last dependencies on chrome\common from chrome\plugin.
jam@chromium.org
2011-03-16
1
-1
/
+1
*
Move property bag to content.
avi@chromium.org
2011-03-10
1
-1
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-1
/
+1
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
1
-1
/
+1
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-4
/
+4
[next]