Kkaiwang@chromium.orgMove cancelable_request.cc/h to chrome/browser/common.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Move cancelable_request.cc/h to chrome/browser/common. It is a commonly shared utility. Also move "!chrome/browser/browser_process.h" to test section in bookmarks/DEPS BUG=144783 Review URL: https://codereview.chromium.org/10958031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158151 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Start the process of making Favicon into a Browser Component. This means, add the intended DEPS rules for a Browser Component (depend on nothing within chrome/browser outside the component except chrome/browser/api) and add a temporary owner for pure refactoring changes so that such changes can be done more quickly. Larger changes (that affect functionality or interfaces in non-refactoring ways) will still be sent to a proper OWNER. With the new DEPS, a presubmit check will warn developers that add new temporarily-allowed (the files designated with a "!" rule in the DEPS file). BUG=146851 Review URL: https://chromiumcodereview.appspot.com/10928053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157370 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove crashy unneeded line BUG=151016 Test=Crash stops occuring TBR=sky Review URL: https://chromiumcodereview.appspot.com/10970021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157934 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move cancelable_request.cc/h to chrome/browser/common. It is a commonly shared utility. Also move "!chrome/browser/browser_process.h" to test section in bookmarks/DEPS BUG=144783 Review URL: https://codereview.chromium.org/10958031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158151 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Added FaviconTabHelper::GetNextFaviconDownloadRequestId() such that the id used in IconMsg_DownloadFavicon is unique. Currently, the ids are not unique as multiple classes send IconMsg_DownloadFavicon messages each with a locally generated id. This is necessary for 10500015. Bug=None Test=Compiles Review URL: https://chromiumcodereview.appspot.com/10765021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146397 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Expire favicons which were added with default favicon sizes Bug=148669,130896 Test=If a user clicks on a bookmark which is low res (it was added before hidpi favicons were added to Chrome, it becomes hidpi when the user clicks on it). The bookmark should be updated after the user has visited the page and the user restarted Chrome Review URL: https://chromiumcodereview.appspot.com/10918186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156573 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable hidpi favicons for favicons history does not know about. Bug=130896, 147713 Test=Run chrome in HiDPI mode with a new --user-data-dir Favicons should show up in hidpi for sites which have hidpi favicons. Favicons should stay hidpi after sync updates. (I tested this by changing the title of the bookmark of "amazon.com") Review URL: https://chromiumcodereview.appspot.com/10910212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156478 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move cancelable_request.cc/h to chrome/browser/common. It is a commonly shared utility. Also move "!chrome/browser/browser_process.h" to test section in bookmarks/DEPS BUG=144783 Review URL: https://codereview.chromium.org/10958031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158151 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Remove ProfileKeyedBaseFactory::ForceRegisterPrefsForTest() Review URL: https://chromiumcodereview.appspot.com/10908088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155073 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Remove ProfileKeyedBaseFactory::ForceRegisterPrefsForTest() Review URL: https://chromiumcodereview.appspot.com/10908088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155073 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable hidpi favicons for favicons history does not know about. Bug=130896, 147713 Test=Run chrome in HiDPI mode with a new --user-data-dir Favicons should show up in hidpi for sites which have hidpi favicons. Favicons should stay hidpi after sync updates. (I tested this by changing the title of the bookmark of "amazon.com") Review URL: https://chromiumcodereview.appspot.com/10910212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156478 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup FaviconHandler code now that http://codereview.chromium.org/10870022/ has landed. Fix FaviconHandler::DownloadImage to return the best matching unresized bitmap as specified in favicon_tab_helper.h Bug=130896 Test=FaviconHandlerTest.* Review URL: https://chromiumcodereview.appspot.com/10911149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156222 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move SelectFaviconFrames from favicon/ to history/ so that HistoryBackend can use it. BUG=10802066 Test=chrome and unit_tests compile R=thakis TBR=sky Review URL: https://chromiumcodereview.appspot.com/10908114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155139 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
favicon handler: Consider all frames when receiving favicons from the history db Also use SelectFaviconFrames() for resizing. This is a prerequisite for serving hidpi favicons for (most) webui pages. BUG=145228 TEST=On a retina mac, go to a webui page. The favicon is now pixel-scaled instead of linearly interpolated. Go to any page where the favicon is served from history. The same happens here. Review URL: https://chromiumcodereview.appspot.com/10912088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154957 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |