| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move FaviconService and FaviconHandler into //components/favicon/core/browser
as they have no problematic dependencies anymore.
Update DEPS and dependencies of favicon component.
BUG=359514,359513
Review URL: https://codereview.chromium.org/983043003
Cr-Commit-Position: refs/heads/master@{#320738}
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adds a new parameter to WebContents::DownloadImage() to indicate
whether the request should bypass the cache.
BUG=455383
TEST=FaviconTabHelperTest.ReloadIgnoringCache
Review URL: https://codereview.chromium.org/934693002
Cr-Commit-Position: refs/heads/master@{#320691}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add DISALLOW_COPY_AND_ASSIGN to abstract base class FaviconClient and
FaviconDriver and turn the destructor virtual and protected.
Use C++11 for loop construct to make the reduce boilerplate and make
the code simpler to read.
Remove unnecessary virtual destructor in non-derived test classes.
Use C++11 nullptr instead of NULL.
BUG=None
Review URL: https://codereview.chromium.org/987113005
Cr-Commit-Position: refs/heads/master@{#320489}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FaviconClient usage should be restricted to favicon component implementation
which can instead directly access the FaviconService. Remove the method and
port all code to use FaviconServiceFactory to access the FaviconService
instead.
BUG=359513
Review URL: https://codereview.chromium.org/985033002
Cr-Commit-Position: refs/heads/master@{#320475}
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the patch (https://crrev.com/498547a3a74cbd304593305a5166a114000ef9b6) , we stopped updating active favicon when download_largest_favicon_ is True, but download_largest_favicon still ran into the code path which calls GetActiveFaviconValidity() and GetActiveFaviconURL(), this make the download_largest_favicon in weird status.
This patch changes download_largest_favicon to use touch icon's code path which doesn't depend on active favicon.
BUG=428218
Review URL: https://codereview.chromium.org/706663003
Cr-Commit-Position: refs/heads/master@{#303521}
|
|
|
|
|
|
|
|
|
|
| |
FaviconHandler could be used right away.
BUG=428218
Review URL: https://codereview.chromium.org/684983003
Cr-Commit-Position: refs/heads/master@{#302700}
|
|
|
|
|
|
|
|
|
|
|
|
| |
Android, but there are web site has larger favicon, we still want to download it and save the scaled down one.
This patch removes the download limitation in FaviconHandler, and relies on the renderer to scale down to the size we want, this behavior is same for all platform now.
BUG=420356
Review URL: https://codereview.chromium.org/640473002
Cr-Commit-Position: refs/heads/master@{#299616}
|
|
|
|
|
|
|
|
|
|
|
| |
desired size in DIP pixels and a desired scale.
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/331163003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282840 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=359514
TEST=None
R=blundell@chromium.org
Review URL: https://codereview.chromium.org/373463004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282819 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
resource scales.
Replaces SelectFaviconFrames with new function because new ImageSkia instance should be able to handle all cases.
This depends on https://codereview.chromium.org/335233003/.
BUG=376367,381601
TEST=WIP
Review URL: https://codereview.chromium.org/346013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279507 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First stop to fix favicon for fractional scale factor.
I'll convert the rest of ui::ScaleFactor in 38
BUG=376367,381601
R=pkotwicz@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/335233003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278853 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/333803010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277501 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* FaviconBitmapXxx to FaviconRawBitmapXxx
* FaviconRawCallback to FaviconRawBitmapCallback
* FaviconService::GetXXXForPage to FaviconService::GetXxxcForPageURL
BUG=None
R=pkotwicz@chromium.org
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/330603004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277142 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
* and replace it with ui::GetScaleForScaleFactor
* Minor simplification of if blocks in FaviconService
BUG=372212
R=ananta@chromium.org
Review URL: https://codereview.chromium.org/326143002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276421 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
A DCHECK (now on line 373) was firing consistently for a certain situation where the image_urls_ list was pruned to zero entries (by SortAndPruneImageUrls) before ProcessCurrentUrl was called.
BUG=380668
TEST=FaviconHandlerTest passes
Review URL: https://codereview.chromium.org/319443002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275098 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move FaviconImageCallback, FaviconResultsCallback and FaviconRawCallback
to favicon_base, those types are shared between favicon and history
components (methods are declared in FaviconService, but it delegates the
work to HistoryService) and only uses types from base:: and
favicon_base:: namespaces.
Also BookmarkClient::FaviconImageCallback is a copy of
FaviconService::FaviconImageCallback, replace it with favicon_base::
version.
BUG=372321
TBR=thakis for //chrome outside of //chrome/browser/history,
//chrome/browser/favicon
Review URL: https://codereview.chromium.org/291643002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272065 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=359586
Review URL: https://codereview.chromium.org/285293005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271367 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=359598
Review URL: https://codereview.chromium.org/261403003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269871 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Page IDs are not safe to use on their own, without knowing which SiteInstance
they correspond to.
BUG=369661
TEST=Dead code, no behavior change.
TBR=jam
TBR=mkosiba
Review URL: https://codereview.chromium.org/266053003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268312 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note:
Currently FaviconTabHelper implements both FaviconClient and FaviconDriver.
A follow up CL will create a ContentFaviconDriver class that implements
FaviconDriver. FaviconTabHelper will then own an instance of the
ContentFaviconDriver, instead of inheriting from FaviconDriver.
BUG=362074
Review URL: https://codereview.chromium.org/255843002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266551 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to create a favicon component, we are removing dependencies on chrome/.
TBR=bsalomon1
BUG=359592
NOTRY=true
Review URL: https://codereview.chromium.org/246893004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266547 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=359095
Review URL: https://codereview.chromium.org/247043004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265415 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=349039
Review URL: https://codereview.chromium.org/212063002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264630 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The move caused includes, DEPS, and gyp to change.
This CL also adds droger as a temporary owner to the favicon and favicon_base components.
Reasoning behind the creation of a favicon_base component:
Bookmarks and History code do not fundamentally depend on the Favicon code, so we should be able to build those components without building the Favicon code.
Deep inside the Bookmarks and History code base there's usage of certain favicon types. Those typedefs are moved to a separate component to break the dependency between the Bookmark/History components and the Favicon component.
BUG=362481
Review URL: https://codereview.chromium.org/234893002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264555 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=359104
Review URL: https://codereview.chromium.org/238823003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263980 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL introduces an interface that will be used to access all of chrome/ API.
It is implemented by the FaviconTabHelper, and allows moving the
GetFaviconService() method out of the FaviconHandler.
BUG=359095
Review URL: https://codereview.chromium.org/228783002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262960 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Have FaviconTabHelper supports IsOffTheRecord to move knowledge of Profile out of favicon_handler.
BUG=359095
Review URL: https://codereview.chromium.org/227153007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262709 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Nothing substantial here, just some name changes and other random
cleanup.
BUG=none
TEST=none
R=pkotwicz@chromium.org
Review URL: https://codereview.chromium.org/215973006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261508 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
CancelableTaskTracker is used by //chrome code that is due to componentized.
This CL moves the class to //base/task and wraps it in the ::base::task namespace.
BUG=335135
TBR=thakis
Review URL: https://codereview.chromium.org/137263007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249397 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=308153
Review URL: https://codereview.chromium.org/56143002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232939 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=298446
Review URL: https://codereview.chromium.org/28943004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231074 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As part of the work to removed dependencies on ui/base from ui/gfx I have
changed the public api to Canvas, ImageSkia, ImageSkiaRep and ImagePNGRep
to take float scale values instead of ui::ScaleFactor.
The notion of supported scale factors has been broken into 2 parts.
ui::SetSupportedScaleFactors remains and calls the
new ImageSkia::SetSupportedScales().
The initialization of the supported scale factors has been moved from layout.h
into ResourceBundle, and is done explicitly in tests that don't use
ResourceBundle.
BUG=103304
R=ben@chromium.org, oshima@chromium.org, sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224473
Review URL: https://codereview.chromium.org/24175004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224876 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Remove dependency on ui::ScaleFactor from ui/gfx
>
> As part of the work to removed dependencies on ui/base from ui/gfx I have
> changed the public api to Canvas, ImageSkia, ImageSkiaRep and ImagePNGRep
> to take float scale values instead of ui::ScaleFactor.
>
> The notion of supported scale factors has been broken into 2 parts.
> ui::SetSupportedScaleFactors remains and calls the
> new ImageSkia::SetSupportedScales().
>
> The initialization of the supported scale factors has been moved from layout.h
> into ResourceBundle, and is done explicitly in tests that don't use
> ResourceBundle.
>
> BUG=103304
> R=ben@chromium.org, oshima@chromium.org, sky@chromium.org
>
> Review URL: https://codereview.chromium.org/24175004
TBR=davemoore@chromium.org
Review URL: https://codereview.chromium.org/24262008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224499 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As part of the work to removed dependencies on ui/base from ui/gfx I have
changed the public api to Canvas, ImageSkia, ImageSkiaRep and ImagePNGRep
to take float scale values instead of ui::ScaleFactor.
The notion of supported scale factors has been broken into 2 parts.
ui::SetSupportedScaleFactors remains and calls the
new ImageSkia::SetSupportedScales().
The initialization of the supported scale factors has been moved from layout.h
into ResourceBundle, and is done explicitly in tests that don't use
ResourceBundle.
BUG=103304
R=ben@chromium.org, oshima@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/24175004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224473 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Passes in ImageHostMsg_DidDownloadImage the original sizes of the bitmaps before they were resized as a result of the max size passed by ImageMsg_DownloadImage. This enables FaviconHandler to properly score the "goodness" of a bitmap.
- Removes the unused "preferred size" parameters from the ImageMsg_DownloadImage and ImageHostMsg_DidDownloadImage messages
- Adds a method in the anonymous namespace of FaviconUtil so that FaviconUtil::SelectFaviconFramesFromPNGs() does not use SelectFaviconFrames(). The old behavior is confusing because the call to SelectFaviconFrames() in FaviconUtil::SelectFaviconFramesFromPNGs() was operating on already resized bitmaps
BUG=278457
TEST=FaviconHandlerTest.MultipleFavicons
R=joth,cevans,jam,sky
TBR=benwells (For trivial change to shell_window.*)
Review URL: https://chromiumcodereview.appspot.com/23708024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223748 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Makes the favicons (tab, bookmarks) look the same in the browser UI as they do in the renderer). This fixes a regression (probably by one of my CLs) since https://codereview.chromium.org/6117006
2) Make the favicons in the tab strip look the same after refreshing. The difference is due to the conversions PNG -> NSImage and PNG -> SkBitmap -> NSImage producing visually different NSImages. In particular, the result is different when the input PNG data has no colorspace information specified. Cocoa defaults to the device colorspace when decoding PNG data with no colorspace information. The generic RGB colorspace is used for converting from SkBitmap to NSImage.
BUG=242877
TEST=Manual, see bug
Review URL: https://chromiumcodereview.appspot.com/16370006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207990 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Favicons and touch icons have no reason to ever be larger than 114 pixels. As
we need to re-encode those on the browser process, very large favicon have an
impact on the CPU used on the browser process. It also means bigger messages
passed from a process to the other. This CL add a parameter so that the browser
process can specify the maximal size of the images it is interested in, so that
the renderer can resize the images if none match the criteria.
BUG=248561
Review URL: https://chromiumcodereview.appspot.com/17069002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207303 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to do this we moved two structs (FaviconBitmapResult and
FaviconImageResult) from history to favicon.
BUG=144783
TBR=joi@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/14699005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200425 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is because we changed the approach to componentize code into src/components. So c/b/api directory is depereated.
ProfileSyncServiceBase is going to be folded into ProfileSyncService. I will have a followup change for this.
BUG=138280
Review URL: https://chromiumcodereview.appspot.com/12614015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
URL changed since the notification was last sent.
FaviconTabHelper::NotifyFaviconUpdated() is not always called with a new icon URL. In particular, in the case where the favicon in history was expired and it was redownloaded from the web, the icon URL will be the same.
The intention of this CL is to enable telling extensions more reliably as to whether the favicon URL was chosen / changed.
BUG=180011
Test=FaviconHandlerTest.*
R=stevenjb
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/12344003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186983 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes the currently unused IconURLSizesMap.
It also uses the 'expired' parameter in the 'favicon_bitmaps' table instead of the 'sizes' attribute in the 'favicons' table.
Given that we are unlikely going to move to storing unresized bitmaps to the database due to perf problems when resizing the favicon each time it is requested, using the IconURLSizesMap is probably not the right solution in the future anyways. This CL should make the code in HistoryBackend less scary.
BUG=None
Test=No functionality change
HistoryBackendTest.*
Review URL: https://chromiumcodereview.appspot.com/11746010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178432 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=146851,144783
R=joi@chromium.org,sky@chromium.org
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/11852024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176887 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Bug=None
Test=None
R=caitkp, sky
TBR=jam
Review URL: https://chromiumcodereview.appspot.com/11777009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176028 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is continuation of https://codereview.chromium.org/11421188/
FaviconService functions converted:
GetFaviconImage (used by c/b/ui/search_engines/template_url_table_model.cc)
GetRawFavicon (used by c/b/ui/webui/favicon_source.cc)
GetFavicon (used by c/b/favicon/favicon_handler.cc)
UpdateFaviconMappingsAndFetch (used by c/b/favicon/favicon_handler.cc)
GetLargestRawFaviconForID (used by c/b/history/android/sqlite_cursor.cc)
-------- these functions depend on -------
HistoryService::GetFavicons
HistoryService::UpdateFaviconMappingsAndFetch
HistoryService::GetFaviconForID
-------- which depends on -------
HistoryBackend::GetFavicons
HistoryBackend::UpdateFaviconMappingsAndFetch
HistoryBackend::GetFaviconForID
BUG=155883
Review URL: https://chromiumcodereview.appspot.com/11489002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172503 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL converts:
FaviconService::GetFaviconImageForURL
FaviconService::GetRawFaviconForURL
FaviconService::GetFaviconForURL
---------- They depends on ---------
HistoryService::GetFaviconsForURL
---------- which depends on --------
HistoryBackend::GetFaviconsForURL
So please review above changes first.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FaviconService::GetFaviconImageForURL
---------- is used by --------------
bookmarks/bookmark_model.cc
ui/intents/web_intent_icon_loader.cc
ui/cocoa/history_menu_bridge.mm
ui/toolbar/recent_tabs_sub_menu_model.cc
ui/toolbar/back_forward_menu_model.cc
ui/webui/ntp/app_launcher_handler.cc
jumplist_win.cc
FaviconService::GetRawFaviconForURL
---------- is used by --------------
android/provider/chrome_browser_provider.cc
bookmarks/bookmark_html_writer.cc
sync/glue/session_model_associator.cc
ui/webui/extensions/extension_icon_source.cc
ui/webui/favicon_source.cc
ui/webui/ntp/android/bookmarks_handler.cc
ui/webui/ntp/favicon_webui_handler.cc
FaviconService::GetFaviconForURL
---------- is used by --------------
favicon/favicon_handler.h
BUG=155883
Review URL: https://chromiumcodereview.appspot.com/11421188
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171675 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-chrome/renderer/favicon_helper.(h|cc) ->content/renderer/...
-chrome/common/icon_messages.h -> content/common/icon_messages.h
-favicon_download_helper.(h|cc) API incorporated into web_contents
-chrome/browser/favicon/favicon_download_helper_delegate.h -> content/public/browser/favicon_download_delegate.h
Depends on:
https://codereview.chromium.org/11416179/
https://codereview.chromium.org/11421051/
BUG=160995
Review URL: https://chromiumcodereview.appspot.com/11411180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171411 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Compiles
Review URL: https://chromiumcodereview.appspot.com/11413181
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170131 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11275214
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168914 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=160995
TEST=No visible change
Review URL: https://chromiumcodereview.appspot.com/11365117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168261 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Stores a 1x representation in history
2) Returns a 1x representation upon calling FaviconService::GetFaviconImageForURL() such that the 1x favicon can be pushed to sync.
BUG=160503
Test=Manual, see instructions below
1) Go to http://www.corp.google.com/~pkotwicz/favicon_small_big/test.html on an iOS device and bookmark it. On the iOS device, the favicon should be red.
2) On a windows device, make sure that the favicon which is received via sync is blue
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168079
Review URL: https://chromiumcodereview.appspot.com/11360233
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168233 0039d316-1c4b-4281-b951-d872f2087c98
|