Fflackr@chromium.orgUse new find in page resource on Windows too.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add more OWNERS inside chrome/browser. Review URL: https://chromiumcodereview.appspot.com/10877002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152827 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Load 2x resources on demand Currently, this always load 1x. This will be fixed in follow up CL to use currently used scale factor. * Added thread check to ImageSkiaStorage using NonThreadSafe. This is important as GetRepresentation may change the stage now even for the Image obtained from ResourceBundle. * Added SetReadOnly to protect read only resources (ones in ResourceBundle) from being modified by accident. * Addded MakeThreadSafe to guarantee that it can be safely accessed from multiple threads. BUG=141351,144367 TEST=covered by tests. Also run with --force-device-scale-factor=2 and --load-2x-resources and make sure chrome still uses 2x resources where available. Review URL: https://chromiumcodereview.appspot.com/10820049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153846 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Load 2x resources on demand Currently, this always load 1x. This will be fixed in follow up CL to use currently used scale factor. * Added thread check to ImageSkiaStorage using NonThreadSafe. This is important as GetRepresentation may change the stage now even for the Image obtained from ResourceBundle. * Added SetReadOnly to protect read only resources (ones in ResourceBundle) from being modified by accident. * Addded MakeThreadSafe to guarantee that it can be safely accessed from multiple threads. BUG=141351,144367 TEST=covered by tests. Also run with --force-device-scale-factor=2 and --load-2x-resources and make sure chrome still uses 2x resources where available. Review URL: https://chromiumcodereview.appspot.com/10820049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153846 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Now with unit test fixes. [Try 2 with fixes for unit tests.] Make history easily filterable. We're renaming the two profile directories that we want to keep, and dropping GTK specific tests in anticipation of the changeover later this year. Every change to the history, theme or profile format required a new giant binary file added to our repository. There are tens of versions of the history database alone, each weighing at over 10 megabytes. In the proposed pruned git repository, these are the largest files. This standardizes both remaining test profile directories on the same set of binaries (they're currently out of sync), and moves them to new path names so we can purge the previous paths from history. BUG=111570 TEST=none TBR=pkotwicz,brettw First Review URL: https://chromiumcodereview.appspot.com/10698009 Review URL: https://chromiumcodereview.appspot.com/10897033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154448 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use new find in page resource on Windows too. Screenshots are in bug. BUG=129757 TEST=None. Review URL: https://codereview.chromium.org/10965042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158560 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Chrome does not support hidpi themes other than the default. However, Chrome generates images which are a combination of the toolbar icon from the default theme + a tint. Added the ability for themes to store hidpi assets in the data pack such that the few hidpi assets which are generated are preserved when a user closes Chrome and reopens it. Repro steps/steps for testing: 1) Run chrome with --force-device-scale-factor=2 2) Change the theme. 3) Close Chrome and relaunch with --force-device-scale-factor=2 4) Ensure that the toolbar buttons are still hidpi Test=Manual, see instructions above Bug=136888 Review URL: https://chromiumcodereview.appspot.com/10783015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150054 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 年前 | |
Convert GdkPixbufFromSkBitmap(const SkBitmap*) to GdkPixbufFromSkBitmap(const SkBitmap&) Convert GdkPixbufToSkBitmap to GdkPixbufToImageSkia BUG=124566 TEST=Compiles Review URL: https://chromiumcodereview.appspot.com/10377122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138064 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove deprecated gfx::Image::operator NSImage*(). BUG=58030 TEST=Compiles. TBR=rohitrao@chromium.org Review URL: https://chromiumcodereview.appspot.com/10933083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156820 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
retry r123804 - ntp theme fixes 1. fix where the theme background is displayed for default (0) alignment -- it should be center center. This matches what the bookmar 1a. fix tests for alignment conversions 2. Fix the bookmark bar for vertical center alignment. 3. update the ntp background when the bookmark bar is attached/detached. TODO: transition (3) so that it looks good on windows and mac. BUG=115594 TEST=unit tests Review URL: https://chromiumcodereview.appspot.com/9477018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124014 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 |