DescriptionWork in progress implementation of Icon URI scheme.
Submitting to get feedback and direction for the implementation as well as insight on the future of the Icon URI scheme (http://tools.ietf.org/html/draft-lafayette-icon-uri-scheme). The draft currently has provisional registration and will expire at the end of the year.
Current implementation only supports the 3 IconLoader::IconSizes. Only can load icons by file extension; media type and keyword resolution not yet supported.
The design is based on that of ChromeURLDataManager where we have the URLRequestJob, DataSource and the DataManager. There is definitely some opportunity to refactor out some of the common code in ChromeURLDataManager and IconURLDataManager. An IconURI class has been added to parse icon URIs in accordance to the draft.
See screenshot of test page here: http://goo.gl/gk8d
BUG=54650
TEST=icon_url_data_manager_unittest.cc
Patch Set 1 #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|