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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the rest of the content\test headers that are used by embedders to conte...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Move mock test headers from content\test to content\public\test. This way we ...
jam@chromium.org
2012-06-03
1
-1
/
+1
*
ui: Move surface/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-03
1
-1
/
+1
*
Allow wider than tall clipping as good clipping and add kTooWiderThanTall.
mazda@chromium.org
2012-03-20
1
-1
/
+18
*
Move MockRenderProcessHost to content/test and put it into the content namesp...
tfarina@chromium.org
2012-03-16
1
-1
/
+1
*
ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.
tfarina@chromium.org
2012-03-15
1
-6
/
+6
*
ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h
tfarina@chromium.org
2012-03-14
1
-1
/
+1
*
[Coverity] Fixed pass-by-value to pass-by-reference
groby@chromium.org
2012-03-12
1
-3
/
+3
*
Introduce abstractions to allow embedders to test RenderViewHost
joi@chromium.org
2012-03-12
1
-1
/
+1
*
Get rid of BackingStore usage in chrome. I added methods on RenderWidgetHost ...
jam@chromium.org
2012-02-29
1
-167
/
+9
*
Simplify some calls to gfx::Rect by using its gfx::Size ctor.
tfarina@chromium.org
2012-02-24
1
-6
/
+4
*
Extract first version of a RenderWidgetHost interface.
joi@chromium.org
2012-02-23
1
-33
/
+11
*
Revert 123227 - Extract first version of a RenderWidgetHost interface.
joi@chromium.org
2012-02-23
1
-11
/
+33
*
Extract first version of a RenderWidgetHost interface.
joi@chromium.org
2012-02-23
1
-33
/
+11
*
Introduce content::RenderWidgetHostViewPort (in content/port/browser).
joi@chromium.org
2012-02-16
1
-2
/
+2
*
Pass const gfx::Rect& as the first parameter to FillRect.
tfarina@chromium.org
2012-02-01
1
-3
/
+3
*
gpu: reference target surfaces through a globally unique surface id.
piman@chromium.org
2012-01-18
1
-2
/
+2
*
Ensure that view_messages.h and tab_contents.h don't get included by any more...
jam@chromium.org
2012-01-17
1
-1
/
+0
*
Get rid of RenderViewHostManager usage in chrome.
jam@chromium.org
2012-01-11
1
-1
/
+0
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
1
-1
/
+3
*
Make CanvasSkia take a gfx::Size as the first parameter.
tfarina@chromium.org
2011-12-20
1
-6
/
+6
*
Get rid of the last view_messages.h include in chrome, other than tab_content...
jam@chromium.org
2011-12-06
1
-10
/
+2
*
Fix annoying autorelease messages for browser tests.
shess@chromium.org
2011-11-04
1
-1
/
+1
*
ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-31
1
-4
/
+4
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-2
/
+2
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-2
/
+2
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-0
/
+1
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
1
-6
/
+12
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-3
/
+2
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+1
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #4
phajdan.jr@chromium.org
2011-08-03
1
-9
/
+12
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
More build fixes for linux and chrome os.
ananta@chromium.org
2011-07-10
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+1
*
GPU compositing surface handle is no longer sent to renderer process.
apatrick@chromium.org
2011-06-27
1
-1
/
+1
*
Re-enable a disabled test in ThumbnailGenerator
satorux@chromium.org
2011-06-03
1
-3
/
+11
*
Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
1
-0
/
+1
*
Revert 87264 - Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
1
-1
/
+0
*
Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
1
-0
/
+1
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-8
/
+8
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-8
/
+8
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-8
/
+8
*
Fix the disabled tests in thumbnail_generator_unittest.cc
satorux@chromium.org
2011-05-04
1
-59
/
+76
*
Revert 82854 - Fx the disabled test in thumbnail_generator_unittest.cc
satorux@chromium.org
2011-04-25
1
-44
/
+40
*
Fx the disabled test in thumbnail_generator_unittest.cc
satorux@chromium.org
2011-04-25
1
-40
/
+44
*
Removing off the record references from TestingProfile and RenderMessageFilter.
vipul.bhasin@gmail.com
2011-03-25
1
-2
/
+2
*
Refactor: Move app/surface to ui/gfx/surface.
backer@chromium.org
2011-03-25
1
-1
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-2
/
+2
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
1
-2
/
+2
*
Move files out of chrome\browser\renderer_host\test alongside their source. ...
jam@chromium.org
2011-02-24
1
-4
/
+4
[next]