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

Issue 24175004: Remove dependency on ui::ScaleFactor from ui/gfx (Closed)

Created:
7 years, 3 months ago by DaveMoore
Modified:
7 years, 3 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, sadrul, nkostylev+watch_chromium.org, browser-components-watch_chromium.org, dcheng, sievers+watch_chromium.org, rsesek+watch_chromium.org, yusukes+watch_chromium.org, piman+watch_chromium.org, stevenjb+watch_chromium.org, miu+watch_chromium.org, tim+watch_chromium.org, extensions-reviews_chromium.org, ben+watch_chromium.org, benquan, Ilya Sherman, jam, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, pedrosimonetti+watch_chromium.org, dbeam+watch-ntp_chromium.org, jennb, derat+watch_chromium.org, haitaol+watch_chromium.org, gspencer+watch_chromium.org, gauravsh+watch_chromium.org, penghuang+watch_chromium.org, jianli, yoshiki+watch_chromium.org, Albert Bodenhamer, danakj+watch_chromium.org, rouslan+autofillwatch_chromium.org, chrome-apps-syd-reviews_chromium.org, James Su, oshima+watch_chromium.org, Ian Vollick, tfarina, Dmitry Titov, joi+watch-content_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, cc-bugs_chromium.org, rsimha+watch_chromium.org, davemoore+watch_chromium.org, girard
Visibility:
Public.

Description

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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224473 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224876

Patch Set 1 #

Total comments: 5

Patch Set 2 : Rename methods and vars to make image_scale more clear #

Total comments: 6

Patch Set 3 : Resolve trybot failures #

Patch Set 4 : Try to fix android test failure #

Patch Set 5 : Fix Android unit_test #

Patch Set 6 : Fix new usage of scale in FastShowPickler #

Patch Set 7 : Fix new usage of scale in FastShowPickler #

Patch Set 8 : Fix new usage of scale in FastShowPickler #

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

Messages

Total messages: 12 (0 generated)
DaveMoore
7 years, 3 months ago (2013-09-16 22:10:07 UTC) #1
sky
As you discussed this with Ben more than me: -sky +ben
7 years, 3 months ago (2013-09-16 22:51:45 UTC) #2
Ben Goodger (Google)
https://codereview.chromium.org/24175004/diff/1/cc/layers/layer.cc File cc/layers/layer.cc (right): https://codereview.chromium.org/24175004/diff/1/cc/layers/layer.cc#newcode23 cc/layers/layer.cc:23: #include "ui/base/layout.h" why do you need this? https://codereview.chromium.org/24175004/diff/1/chrome/browser/extensions/extension_icon_image.h File ...
7 years, 3 months ago (2013-09-16 23:10:30 UTC) #3
DaveMoore
Rename methods and vars to make image_scale more clear
7 years, 3 months ago (2013-09-17 00:05:39 UTC) #4
Ben Goodger (Google)
Dave got me to understand the includes. Basically just identifies further refactoring tasks. LGTM.
7 years, 3 months ago (2013-09-17 17:00:43 UTC) #5
oshima
lgtm with nits https://codereview.chromium.org/24175004/diff/9001/chrome/browser/profiles/profile_info_util.cc File chrome/browser/profiles/profile_info_util.cc (right): https://codereview.chromium.org/24175004/diff/9001/chrome/browser/profiles/profile_info_util.cc#newcode104 chrome/browser/profiles/profile_info_util.cc:104: } // namespace profiles nit: two ...
7 years, 3 months ago (2013-09-17 17:31:19 UTC) #6
DaveMoore
Committed patchset #3 manually as r224473 (presubmit successful).
7 years, 3 months ago (2013-09-20 20:21:11 UTC) #7
DaveMoore
Try to fix android test failure
7 years, 3 months ago (2013-09-20 23:00:25 UTC) #8
DaveMoore
Fix new usage of scale in FastShowPickler
7 years, 3 months ago (2013-09-23 21:19:32 UTC) #9
DaveMoore
Fix new usage of scale in FastShowPickler
7 years, 3 months ago (2013-09-23 21:32:05 UTC) #10
DaveMoore
Fix new usage of scale in FastShowPickler
7 years, 3 months ago (2013-09-23 22:20:46 UTC) #11
DaveMoore
7 years, 3 months ago (2013-09-24 03:26:02 UTC) #12
Message was sent while issue was closed.
Committed patchset #8 manually as r224876 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698