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

Issue 6154001: Move animation code to new ui/base/animation directory.... (Closed)

Created:
9 years, 11 months ago by Ben Goodger (Google)
Modified:
9 years, 6 months ago
Reviewers:
brettw
CC:
chromium-reviews, Erik does not do reviews, Paweł Hajdan Jr., Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org, pam+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Move animation code to new ui/base/animation directory. BUG=none TEST=none TBR=brettw Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70743

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1038 lines, -2305 lines) Patch
R app/animation.h View 2 chunks +3 lines, -95 lines 0 comments Download
D app/animation.cc View 1 chunk +0 lines, -120 lines 0 comments Download
R app/animation_container.h View 2 chunks +3 lines, -76 lines 0 comments Download
D app/animation_container.cc View 1 chunk +0 lines, -100 lines 0 comments Download
R app/animation_container_element.h View 2 chunks +3 lines, -20 lines 0 comments Download
R app/animation_container_observer.h View 2 chunks +3 lines, -17 lines 0 comments Download
D app/animation_container_unittest.cc View 1 chunk +0 lines, -122 lines 0 comments Download
R app/animation_delegate.h View 2 chunks +4 lines, -20 lines 0 comments Download
D app/animation_unittest.cc View 1 chunk +0 lines, -142 lines 0 comments Download
M app/app.gyp View 1 chunk +0 lines, -4 lines 0 comments Download
M app/app_base.gypi View 5 chunks +0 lines, -16 lines 0 comments Download
R app/linear_animation.h View 1 chunk +3 lines, -61 lines 0 comments Download
D app/linear_animation.cc View 1 chunk +0 lines, -92 lines 0 comments Download
R app/multi_animation.h View 2 chunks +2 lines, -81 lines 0 comments Download
D app/multi_animation.cc View 1 chunk +0 lines, -84 lines 0 comments Download
D app/multi_animation_unittest.cc View 1 chunk +0 lines, -89 lines 0 comments Download
R app/slide_animation.h View 2 chunks +2 lines, -87 lines 0 comments Download
D app/slide_animation.cc View 1 chunk +0 lines, -110 lines 0 comments Download
D app/slide_animation_unittest.cc View 1 chunk +0 lines, -30 lines 0 comments Download
R app/test_animation_delegate.h View 1 chunk +0 lines, -45 lines 0 comments Download
R app/throb_animation.h View 2 chunks +3 lines, -55 lines 0 comments Download
D app/throb_animation.cc View 1 chunk +0 lines, -77 lines 0 comments Download
R app/tween.h View 2 chunks +3 lines, -34 lines 0 comments Download
D app/tween.cc View 1 chunk +0 lines, -82 lines 0 comments Download
M build/all.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.h View 1 2 5 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc View 1 2 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/panels/panel_scroller.h View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/panels/panel_scroller.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/setting_level_bubble.h View 1 2 3 4 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/setting_level_bubble.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/status/network_dropdown_button.h View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/status/network_dropdown_button.cc View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu_button.h View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu_button.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/wm_overview_controller.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/dom_ui/app_launcher_handler.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/ntp_resource_cache.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/gtk/bookmark_bar_gtk.h View 1 2 3 5 chunks +10 lines, -7 lines 0 comments Download
M chrome/browser/gtk/bookmark_bar_gtk.cc View 1 2 5 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/gtk/browser_actions_toolbar_gtk.h View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/gtk/browser_actions_toolbar_gtk.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/gtk/custom_button.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/gtk/custom_button.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/download_item_gtk.h View 1 2 5 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/gtk/download_item_gtk.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/gtk/download_started_animation_gtk.cc View 1 2 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/gtk/hover_controller_gtk.h View 1 2 3 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/gtk/hover_controller_gtk.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/gtk/infobar_arrow_model.h View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/gtk/infobar_arrow_model.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/gtk/notifications/balloon_view_gtk.h View 1 2 5 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/gtk/notifications/balloon_view_gtk.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/gtk/slide_animator_gtk.h View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/gtk/slide_animator_gtk.cc View 1 2 3 4 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/gtk/status_bubble_gtk.h View 1 2 5 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/gtk/status_bubble_gtk.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/gtk/tabs/dragged_tab_gtk.h View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/gtk/tabs/dragged_tab_gtk.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/gtk/tabs/tab_renderer_gtk.h View 1 2 5 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/gtk/tabs/tab_renderer_gtk.cc View 1 2 3 4 8 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/gtk/tabs/tab_strip_gtk.cc View 1 2 3 11 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/gtk/translate/translate_infobar_base_gtk.h View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/gtk/translate/translate_infobar_base_gtk.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_gtk.h View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_gtk.cc View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/app_launched_animation_win.cc View 5 chunks +15 lines, -14 lines 0 comments Download
M chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmark_bar_view.h View 5 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/bookmark_bar_view.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/browser_actions_container.h View 7 chunks +13 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/browser_actions_container.cc View 7 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/download_item_view.h View 4 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/download_item_view.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/download_shelf_view.h View 3 chunks +15 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/download_shelf_view.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/download_started_animation_win.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/dropdown_bar_host.h View 5 chunks +11 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/dropdown_bar_host.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/frame/contents_container.h View 4 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/frame/contents_container.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/fullscreen_exit_bubble.h View 3 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/fullscreen_exit_bubble.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/info_bubble.h View 5 chunks +16 lines, -14 lines 0 comments Download
M chrome/browser/ui/views/info_bubble.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/infobars/extension_infobar.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/infobars.h View 5 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobars.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/infobars/translate_infobar_base.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/infobars/translate_infobar_base.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/location_bar/content_setting_image_view.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/location_bar/content_setting_image_view.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/suggested_text_view.h View 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/location_bar/suggested_text_view.cc View 4 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/ui/views/notifications/balloon_view.h View 6 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/notifications/balloon_view.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/page_info_bubble_view.h View 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/page_info_bubble_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 1 2 3 4 9 chunks +14 lines, -13 lines 0 comments Download
M chrome/browser/ui/views/tabs/base_tab.h View 5 chunks +21 lines, -18 lines 0 comments Download
M chrome/browser/ui/views/tabs/base_tab.cc View 1 2 3 4 7 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/ui/views/tabs/base_tab_strip.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/base_tab_strip.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/tabs/dragged_tab_controller.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab.cc View 4 chunks +15 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/toolbar_view.h View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A + ui/base/animation/animation.h View 2 chunks +9 lines, -5 lines 0 comments Download
A + ui/base/animation/animation.cc View 2 chunks +9 lines, -5 lines 0 comments Download
A + ui/base/animation/animation_container.h View 3 chunks +8 lines, -4 lines 0 comments Download
A + ui/base/animation/animation_container.cc View 2 chunks +8 lines, -4 lines 0 comments Download
A + ui/base/animation/animation_container_element.h View 2 chunks +8 lines, -4 lines 0 comments Download
A + ui/base/animation/animation_container_observer.h View 2 chunks +8 lines, -4 lines 0 comments Download
A + ui/base/animation/animation_container_unittest.cc View 2 chunks +9 lines, -5 lines 0 comments Download
A + ui/base/animation/animation_delegate.h View 2 chunks +8 lines, -4 lines 0 comments Download
A + ui/base/animation/animation_unittest.cc View 2 chunks +8 lines, -4 lines 0 comments Download
A + ui/base/animation/linear_animation.h View 2 chunks +8 lines, -5 lines 0 comments Download
A + ui/base/animation/linear_animation.cc View 2 chunks +8 lines, -4 lines 0 comments Download
A + ui/base/animation/multi_animation.h View 2 chunks +10 lines, -6 lines 0 comments Download
A + ui/base/animation/multi_animation.cc View 2 chunks +7 lines, -3 lines 0 comments Download
A + ui/base/animation/multi_animation_unittest.cc View 2 chunks +7 lines, -3 lines 0 comments Download
A + ui/base/animation/slide_animation.h View 2 chunks +11 lines, -7 lines 0 comments Download
A + ui/base/animation/slide_animation.cc View 2 chunks +6 lines, -2 lines 0 comments Download
A + ui/base/animation/slide_animation_unittest.cc View 2 chunks +7 lines, -3 lines 0 comments Download
A + ui/base/animation/test_animation_delegate.h View 2 chunks +9 lines, -5 lines 0 comments Download
A + ui/base/animation/throb_animation.h View 2 chunks +9 lines, -5 lines 0 comments Download
A + ui/base/animation/throb_animation.cc View 2 chunks +6 lines, -2 lines 0 comments Download
A + ui/base/animation/tween.h View 3 chunks +8 lines, -4 lines 0 comments Download
A + ui/base/animation/tween.cc View 3 chunks +6 lines, -2 lines 0 comments Download
A ui/base/run_all_unittests.cc View 1 chunk +9 lines, -0 lines 0 comments Download
A ui/base/test_suite.h View 1 chunk +38 lines, -0 lines 0 comments Download
A ui/base/ui_base.gypi View 1 1 chunk +100 lines, -0 lines 0 comments Download
A ui/ui.gyp View 1 1 chunk +52 lines, -0 lines 0 comments Download
M views/animation/bounds_animator.h View 9 chunks +24 lines, -23 lines 0 comments Download
M views/animation/bounds_animator.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M views/animation/bounds_animator_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M views/controls/button/custom_button.h View 4 chunks +7 lines, -5 lines 0 comments Download
M views/controls/button/custom_button.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M views/controls/button/image_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M views/controls/button/text_button.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Ben Goodger (Google)
9 years, 11 months ago (2011-01-07 17:23:01 UTC) #1
brettw
9 years, 11 months ago (2011-01-07 17:37:16 UTC) #2
LGTM stamp

Powered by Google App Engine
This is Rietveld 408576698