Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Issue 24262008: Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx" (Closed)

Created:
7 years, 3 months ago by DaveMoore
Modified:
7 years, 3 months ago
Reviewers:
DaveMoore
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx" > 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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224499

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1040 lines, -1010 lines) Patch
M trunk/src/apps/shell_window.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ash/desktop_background/wallpaper_resizer_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M trunk/src/ash/display/mirror_window_controller.cc View 2 chunks +4 lines, -1 line 0 comments Download
M trunk/src/ash/drag_drop/drag_drop_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ash/drag_drop/drag_image_view.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M trunk/src/ash/launcher/launcher_delegate.h View 1 chunk +0 lines, -4 lines 0 comments Download
M trunk/src/ash/launcher/launcher_item_delegate_manager.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M trunk/src/ash/shell/app_list.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/ash/shell/window_watcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/ash/system/chromeos/network/network_icon.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M trunk/src/ash/wm/frame_painter.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/android/provider/chrome_browser_provider.cc View 2 chunks +1 line, -2 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/extensions/wallpaper_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/extensions/wallpaper_private_api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/login/helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/login/wallpaper_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc View 10 chunks +25 lines, -20 lines 0 comments Download
M trunk/src/chrome/browser/extensions/api/extension_action/extension_action_api.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M trunk/src/chrome/browser/extensions/api/notifications/notifications_api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/app_icon_loader_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/extension_action.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M trunk/src/chrome/browser/extensions/extension_action_icon_factory_unittest.cc View 6 chunks +22 lines, -21 lines 0 comments Download
M trunk/src/chrome/browser/extensions/extension_icon_image.h View 2 chunks +1 line, -2 lines 0 comments Download
M trunk/src/chrome/browser/extensions/extension_icon_image.cc View 6 chunks +15 lines, -14 lines 0 comments Download
M trunk/src/chrome/browser/extensions/extension_icon_image_unittest.cc View 16 chunks +41 lines, -41 lines 0 comments Download
M trunk/src/chrome/browser/extensions/extension_icon_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/extension_install_prompt.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M trunk/src/chrome/browser/extensions/extension_uninstall_dialog.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/extensions/extension_web_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/image_loader.cc View 1 chunk +1 line, -2 lines 0 comments Download
M trunk/src/chrome/browser/favicon/favicon_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/favicon/favicon_handler_unittest.cc View 2 chunks +1 line, -5 lines 0 comments Download
M trunk/src/chrome/browser/favicon/favicon_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/favicon/favicon_util.cc View 7 chunks +10 lines, -11 lines 0 comments Download
M trunk/src/chrome/browser/history/select_favicon_frames.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/history/select_favicon_frames_unittest.cc View 7 chunks +9 lines, -10 lines 0 comments Download
M trunk/src/chrome/browser/profiles/profile_info_util.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M trunk/src/chrome/browser/speech/speech_recognition_bubble.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/speech/speech_recognition_bubble.cc View 5 chunks +11 lines, -9 lines 0 comments Download
M trunk/src/chrome/browser/sync/test/integration/bookmarks_helper.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M trunk/src/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/task_manager/browser_process_resource_provider.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/themes/browser_theme_pack.cc View 12 chunks +24 lines, -25 lines 0 comments Download
M trunk/src/chrome/browser/themes/browser_theme_pack_unittest.cc View 7 chunks +14 lines, -14 lines 0 comments Download
M trunk/src/chrome/browser/thumbnails/content_analysis_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M trunk/src/chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/thumbnails/render_widget_snapshot_taker.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/thumbnails/simple_thumbnail_crop.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M trunk/src/chrome/browser/ui/app_list/search/common/url_icon_source.h View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/app_list/search/common/url_icon_source.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M trunk/src/chrome/browser/ui/app_list/search/people/people_result.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/app_list/search/webstore/webstore_result.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/ash/launcher/launcher_item_controller.h View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/cocoa/infobars/extension_infobar_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.mm View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/gtk/avatar_menu_item_gtk.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/gtk/gtk_theme_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/gtk/panels/panel_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/libgtk2ui/gtk2_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/metro_pin_tab_helper_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/ui/toolbar/wrench_icon_painter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/dropdown_bar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/frame/browser_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/ui/views/location_bar/content_setting_image_view.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/omnibox/omnibox_view_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/panels/panel_frame_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/tab_icon_view.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/tabs/dragged_tab_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/tabs/tab.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M trunk/src/chrome/browser/ui/views/tabs/tab_strip.cc View 3 chunks +5 lines, -8 lines 0 comments Download
M trunk/src/chrome/browser/ui/web_applications/web_app_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/webui/chromeos/login/network_dropdown.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M trunk/src/chrome/browser/ui/webui/fileicon_source.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/ui/webui/ntp/ntp_login_handler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M trunk/src/chrome/common/badge_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/common/icon_with_badge_image_source.cc View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/renderer/pepper/pepper_pdf_host.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M trunk/src/content/browser/aura/software_output_device_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/backing_store_aura.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/content/browser/renderer_host/dip_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/render_view_host_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/content/browser/renderer_host/render_widget_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/render_widget_host_view_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/render_widget_host_view_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/render_widget_host_view_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/render_widget_host_view_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/test_render_view_host.h View 2 chunks +0 lines, -4 lines 0 comments Download
M trunk/src/content/browser/renderer_host/test_render_view_host.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M trunk/src/content/browser/web_contents/web_contents_view_aura.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M trunk/src/ui/app_list/views/app_list_item_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/app_list/views/app_list_main_view.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M trunk/src/ui/app_list/views/cached_label.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/base/clipboard/clipboard_gtk.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/ui/base/clipboard/clipboard_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/base/clipboard/clipboard_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/base/cursor/cursor_loader_x11.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/ui/base/cursor/cursors_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/base/layout.h View 2 chunks +17 lines, -18 lines 0 comments Download
M trunk/src/ui/base/layout.cc View 5 chunks +112 lines, -69 lines 0 comments Download
M trunk/src/ui/base/layout_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/base/layout_unittest.cc View 3 chunks +68 lines, -31 lines 0 comments Download
M trunk/src/ui/base/resource/resource_bundle.h View 2 chunks +3 lines, -4 lines 0 comments Download
M trunk/src/ui/base/resource/resource_bundle.cc View 11 chunks +24 lines, -78 lines 0 comments Download
M trunk/src/ui/base/resource/resource_bundle_ios.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/ui/base/resource/resource_bundle_unittest.cc View 6 chunks +15 lines, -36 lines 0 comments Download
M trunk/src/ui/base/resource/resource_bundle_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/base/x/x11_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/compositor/layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/gfx/canvas.h View 3 chunks +16 lines, -16 lines 0 comments Download
M trunk/src/ui/gfx/canvas.cc View 9 chunks +25 lines, -23 lines 0 comments Download
M trunk/src/ui/gfx/canvas_paint_gtk.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/ui/gfx/canvas_paint_mac.mm View 2 chunks +3 lines, -2 lines 0 comments Download
M trunk/src/ui/gfx/canvas_paint_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/gfx/canvas_skia.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/ui/gfx/color_analysis_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/ui/gfx/image/canvas_image_source.h View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/ui/gfx/image/canvas_image_source.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M trunk/src/ui/gfx/image/image.cc View 8 chunks +13 lines, -11 lines 0 comments Download
M trunk/src/ui/gfx/image/image_ios.mm View 4 chunks +10 lines, -8 lines 0 comments Download
M trunk/src/ui/gfx/image/image_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/ui/gfx/image/image_mac_unittest.mm View 8 chunks +35 lines, -31 lines 0 comments Download
M trunk/src/ui/gfx/image/image_png_rep.h View 3 chunks +3 lines, -3 lines 0 comments Download
M trunk/src/ui/gfx/image/image_png_rep.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia.h View 5 chunks +13 lines, -21 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia.cc View 15 chunks +51 lines, -63 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia_operations.cc View 15 chunks +52 lines, -44 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia_rep.h View 4 chunks +7 lines, -5 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia_rep.cc View 1 chunk +17 lines, -6 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia_source.h View 2 chunks +6 lines, -7 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia_unittest.cc View 11 chunks +36 lines, -32 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia_util_ios.h View 2 chunks +7 lines, -4 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia_util_ios.mm View 1 chunk +10 lines, -8 lines 0 comments Download
M trunk/src/ui/gfx/image/image_skia_util_mac.mm View 4 chunks +8 lines, -6 lines 0 comments Download
M trunk/src/ui/gfx/image/image_unittest.cc View 17 chunks +40 lines, -46 lines 0 comments Download
M trunk/src/ui/gfx/image/image_unittest_util.h View 3 chunks +3 lines, -2 lines 0 comments Download
M trunk/src/ui/gfx/image/image_unittest_util.cc View 4 chunks +20 lines, -16 lines 0 comments Download
M trunk/src/ui/gfx/image/image_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/ui/gfx/skia_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/gfx/win/dpi.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/message_center/views/notification_view.cc View 1 chunk +1 line, -2 lines 0 comments Download
M trunk/src/ui/native_theme/native_theme_base.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M trunk/src/ui/views/controls/button/image_button.h View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/ui/views/controls/glow_hover_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/ui/views/controls/menu/menu_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/ui/views/controls/menu/native_menu_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/ui/views/drag_utils.cc View 3 chunks +8 lines, -6 lines 0 comments Download
M trunk/src/ui/views/win/hwnd_message_handler.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M trunk/src/ui/webui/web_ui_util.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
DaveMoore
7 years, 3 months ago (2013-09-20 21:54:09 UTC) #1
DaveMoore
7 years, 3 months ago (2013-09-20 21:54:57 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r224499.

Powered by Google App Engine
This is Rietveld 408576698