diff options
author | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 00:11:20 +0000 |
---|---|---|
committer | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 00:11:20 +0000 |
commit | 7339cd25809e6fd5ec8a18a373daee7182034ba3 (patch) | |
tree | d5b061aba8710c862713101b0e119d2e5c8e36b5 /chrome/browser/cocoa | |
parent | a8e4b5a8779bed7cb5afcfb7d28cf75486a0b110 (diff) | |
download | chromium_src-7339cd25809e6fd5ec8a18a373daee7182034ba3.zip chromium_src-7339cd25809e6fd5ec8a18a373daee7182034ba3.tar.gz chromium_src-7339cd25809e6fd5ec8a18a373daee7182034ba3.tar.bz2 |
Client-side phishing detection: grab snapshot of custom sized view.
Client-side phishing detection needs to be able to take a snapshot of a
particular page that has a constant size and aspect ratio (e.g., 1024x768).
This CL adds a helper function (safe_browsing::GrabPhishingThumbnail)
which re-sizes the view a given size, grabs the snapshot, and then re-sizes
the view back to its previous size. Note: this function can be slow since
it might re-layout the page twice.
This function will only be called if we are very confident that the current page
is a phishing site in which case we are OK with taking a slow snapshot.
Also, this CL adds a test for the OnMsgPaintAtSize method in the RenderWidget
since it does something very similar than the new Thumbnailer.
BUG=None
TEST=GrabPhishingThumbnail
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60368
Review URL: http://codereview.chromium.org/3380001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa')
0 files changed, 0 insertions, 0 deletions