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

Issue 2640983002: Rename paint data structures (Closed)

Created:
3 years, 11 months ago by enne (OOO)
Modified:
3 years, 10 months ago
CC:
ajuma+watch_chromium.org, ajuma+watch-canvas_chromium.org, apavlov+blink_chromium.org, asanka, avayvod+watch_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, blink-reviews-style_chromium.org, blundell+watchlist_chromium.org, bruthig+ink_drop_chromium.org, Rik, caseq+blink_chromium.org, cc-bugs_chromium.org, chfremer+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, danakj+watch_chromium.org, darin-cc_chromium.org, dbeam+watch-downloads_chromium.org, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dshwang, droger+watchlist_chromium.org, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, einbinder+watch-test-runner_chromium.org, eric.carlson_apple.com, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, f(malita), fs, gasubic, groby+bubble_chromium.org, gyuyoung2, haraken, hcarmona+bubble_chromium.org, jam, jbauman+watch_chromium.org, jbroman, jchaffraix+rendering, jochen+watch_chromium.org, Justin Novosad, kalyank, kinuko+watch, kouhei+svg_chromium.org, kozyatinskiy+blink_chromium.org, leviw+renderwatch, lushnikov+blink_chromium.org, mac-reviews_chromium.org, mcasas+watch+vc_chromium.org, miu+watch_chromium.org, mlamouri+watch-blink_chromium.org, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-media_chromium.org, mlamouri+watch-content_chromium.org, msw+watch_chromium.org, nasko+codewatch_chromium.org, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, pfeldman+blink_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, rwlbuis, rohitrao (ping after 24h), rouslan+bubble_chromium.org, rsesek+watch_chromium.org, Stephen Chennney, sdefresne+watchlist_chromium.org, nessy, Srirama, szager+layoutwatch_chromium.org, tfarina, Ian Vollick, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename paint data structures This patch typedefs a number of skia data structures used in painting in Blink and ui. SkCanvas -> PaintCanvas SkSurface -> PaintSurface SkPicture -> PaintRecord SkPictureRecorder -> PaintRecorder SkPaint -> PaintFlags SkShader -> PaintShader These are all typedef'd to Skia types in cc/paint headers. They are forwarded to the Blink namespace via platform/graphics/paint headers. This first step in this patch is to rename uses of these classes everywhere and then further patches will replace their implementation. This adds a cc:paint gn component that only depends on Skia that can then be depended on by ui and Blink platform without depending on the rest of cc. This allows ui and Blink platform to continue to encapsulate its use of cc while still being able to use paint data structures throughout the entire pipeline. This patch will be followed up with another patch to change all of the identifiers that refer to old names. See: https://docs.google.com/document/d/135-2dYsilJCPucW7edvuh-eGOmmGvazX4QuF7vIboBY/edit?disco=AAAAA5r88Q0 BUG=671433 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2640983002 Cr-Commit-Position: refs/heads/master@{#447861} Committed: https://chromium.googlesource.com/chromium/src/+/34f6084cd35016a633942588724e6dd7dae428a3

Patch Set 1 #

Patch Set 2 : cc paint component #

Patch Set 3 : Rebase #

Patch Set 4 : Add missing file #

Patch Set 5 : ios/win/android build fixes #

Patch Set 6 : Fix canvas issues, Android and mac build #

Patch Set 7 : Clean up comments, fix mac build #

Total comments: 69

Patch Set 8 : Rebase #

Patch Set 9 : Address danakj/vmpstr review #

Patch Set 10 : Remove cc paint from cc public deps;convert ash #

Patch Set 11 : Rebase #

Patch Set 12 : Fix windows build #

Patch Set 13 : Really fix Windows build #

Patch Set 14 : Rebase #

Total comments: 18

Patch Set 15 : three Rs: rebase, readme, review #

Total comments: 1

Patch Set 16 : TODO, rebase #

Patch Set 17 : Rebase #

Total comments: 2

Patch Set 18 : Undo ios build change after ui/gfx deps change #

Patch Set 19 : Re-add ios changes #

Total comments: 4

Patch Set 20 : Rebase #

Patch Set 21 : Rebase #

Patch Set 22 : Rebase on ui/gfx changes #

Patch Set 23 : Revert cc/playback, rebase to temporaily include GetPicture removal #

Patch Set 24 : Rebase #

Patch Set 25 : DrawingDisplayItem #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2081 lines, -1646 lines) Patch
M apps/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M apps/ui/views/app_window_frame_view.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M ash/accelerators/accelerator_controller_delegate_aura.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M ash/autoclick/common/autoclick_ring_handler.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -5 lines 0 comments Download
M ash/common/accelerators/debug_commands.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/accelerators/exit_warning_handler.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/frame/caption_buttons/frame_caption_button.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/frame/default_header_painter.cc View 1 2 3 4 5 6 7 8 9 4 chunks +3 lines, -4 lines 0 comments Download
M ash/common/shelf/app_list_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +6 lines, -6 lines 0 comments Download
M ash/common/shelf/overflow_button.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -3 lines 0 comments Download
M ash/common/shelf/shelf_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -3 lines 0 comments Download
M ash/common/shelf/shelf_widget.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/network/network_icon.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/system/toast/toast_overlay.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/system/tray/tray_background_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +5 lines, -5 lines 0 comments Download
M ash/common/system/tray/tray_details_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/user/rounded_image_view.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -2 lines 0 comments Download
M ash/common/wm/dock/docked_window_layout_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -2 lines 0 comments Download
M ash/common/wm/overview/window_grid.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/overview/window_selector.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -2 lines 0 comments Download
M ash/common/wm/overview/window_selector_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/panels/panel_layout_manager.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -3 lines 0 comments Download
M ash/common/wm/window_cycle_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M ash/laser/laser_pointer_view.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -4 lines 0 comments Download
M ash/magnifier/partial_magnification_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +6 lines, -5 lines 0 comments Download
M ash/sticky_keys/sticky_keys_overlay.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ash/touch/touch_hud_debug.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M ash/touch_hud/touch_hud_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -3 lines 0 comments Download
M ash/utility/screenshot_controller.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +3 lines, -0 lines 0 comments Download
M cc/blink/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/scrollbar_impl.h View 2 chunks +2 lines, -1 line 0 comments Download
M cc/blink/scrollbar_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_display_item_list_impl.h View 3 chunks +2 lines, -2 lines 0 comments Download
M cc/blink/web_display_item_list_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +2 lines, -2 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -2 lines 0 comments Download
M cc/input/scrollbar.h View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/layers/layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -6 lines 0 comments Download
M cc/layers/picture_layer.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -12 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -1 line 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 2 3 4 5 6 7 8 9 13 chunks +22 lines, -21 lines 0 comments Download
A cc/paint/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -0 lines 0 comments Download
A cc/paint/README.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +27 lines, -0 lines 0 comments Download
A cc/paint/paint_canvas.h View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
A cc/paint/paint_canvas.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +24 lines, -0 lines 0 comments Download
A cc/paint/paint_export.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A cc/paint/paint_flags.h View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A cc/paint/paint_record.h View 1 2 3 4 5 6 7 8 1 chunk +33 lines, -0 lines 0 comments Download
A cc/paint/paint_recorder.h View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
A cc/paint/paint_shader.h View 1 2 3 4 5 6 7 8 1 chunk +43 lines, -0 lines 0 comments Download
A cc/paint/paint_surface.h View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
M cc/playback/drawing_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -4 lines 0 comments Download
M cc/playback/drawing_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +3 lines, -7 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +10 lines, -10 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +12 lines, -10 lines 0 comments Download
M cc/test/fake_raster_source.h View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/test/fake_raster_source.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M cc/test/fake_recording_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +7 lines, -5 lines 0 comments Download
M cc/test/fake_scrollbar.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_scrollbar.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M cc/test/skia_common.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/solid_color_content_layer_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +9 lines, -9 lines 0 comments Download
M cc/tiles/tile_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +16 lines, -15 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_scrollbars.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +5 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_synchronous.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_tiles.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +7 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/download/download_shelf.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/extensions/bookmark_app_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_avatar_icon_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/thumbnails/content_analysis_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/extensions/icon_with_badge_image_source.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/libgtkui/native_theme_gtk2.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/libgtkui/native_theme_gtk2.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/libgtkui/native_theme_gtk3.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/libgtkui/native_theme_gtk3.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/create_application_shortcut_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/infobar_background.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_container_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/background_with_1_px_border.cc View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M components/favicon/core/fallback_icon_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/supervised_user_error_page/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/test_runner/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M components/test_runner/mock_web_theme_engine.cc View 13 chunks +45 lines, -34 lines 0 comments Download
M components/test_runner/pixel_dump.cc View 1 2 3 4 5 6 7 8 5 chunks +17 lines, -13 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/aura/gesture_nav_simple.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/web_contents/aura/shadow_layer_delegate.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +8 lines, -6 lines 0 comments Download
M content/renderer/media/android/webmediaplayer_android.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/html_video_element_capturer_source.h View 3 chunks +2 lines, -3 lines 0 comments Download
M content/renderer/media/html_video_element_capturer_source.cc View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -8 lines 0 comments Download
M content/renderer/media/webmediaplayer_ms.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webmediaplayer_ms.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/plugin_instance_throttler_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/sad_plugin.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 5 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLVideoElement.h View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLVideoElement.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/shapes/Shape.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.h View 3 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h View 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/PrintContextTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BoxReflectionUtils.cpp View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/FilterEffectBuilder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ObjectPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGClipPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGImagePainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 9 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/paint/SVGMaskPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGPaintContext.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGPaintContext.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGShapePainter.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/SVGShapePainter.cpp View 5 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ThemePainter.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ThemePainterMac.mm View 1 2 3 4 5 5 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/VideoPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/VideoPainterTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/SVGImage.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +20 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp View 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 9 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 28 chunks +34 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 8 chunks +12 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +11 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasStyle.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasStyle.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/ClipList.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/ClipList.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.cpp View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/README.md View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/DragImage.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/DragImageTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebScrollbarThemePainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/Font.h View 5 chunks +11 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/Font.cpp View 1 2 3 4 5 6 7 8 9 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontTest.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/BitmapImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/BitmapImage.cpp View 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/BoxReflection.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DImageBufferSurface.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 13 chunks +26 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.cpp View 5 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp View 1 2 3 4 5 6 7 8 7 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Gradient.h View 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Gradient.cpp View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContext.h View 1 2 3 4 5 11 chunks +20 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp View 1 2 3 4 5 31 chunks +46 lines, -43 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContextState.h View 3 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContextState.cpp View 3 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp View 6 chunks +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 7 chunks +11 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Image.h View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Image.cpp View 1 2 3 4 5 6 7 8 3 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.h View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBufferClient.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImagePattern.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImagePattern.cpp View 1 2 3 4 5 6 7 8 4 chunks +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/LoggingCanvas.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/LoggingCanvas.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h View 2 chunks +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Path.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/Pattern.h View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Pattern.cpp View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/PicturePattern.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/PicturePattern.cpp View 1 2 3 4 5 6 7 8 2 chunks +9 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/PictureSnapshot.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +11 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/PlaceholderImage.h View 2 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp View 3 chunks +7 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.h View 3 chunks +4 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp View 5 chunks +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ReplayingCanvas.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/StaticBitmapImage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/StrokeData.h View 4 chunks +9 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/StrokeData.cpp View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp View 1 2 3 4 5 3 chunks +3 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/PaintFilterEffect.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/PaintFilterEffect.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp View 5 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h View 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/CompositingRecorder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DisplayItemListTest.cpp View 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp View 3 chunks +12 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +16 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/paint/PaintFlags.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/paint/PaintRecord.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/paint/PaintRecorder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/paint/PaintShader.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/paint/PaintSurface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/README.md View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp View 5 chunks +13 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h View 1 2 3 4 5 6 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.mm View 21 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/testing/PictureMatchers.h View 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/PictureMatchers.cpp View 8 chunks +18 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/web/LinkHighlightImpl.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/PageOverlayTest.cpp View 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/tests/sim/SimCanvas.h View 1 2 3 4 5 2 chunks +19 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/web/tests/sim/SimCanvas.cpp View 1 2 3 4 5 3 chunks +25 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/WebCanvas.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/public/platform/WebDisplayItemList.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/WebMediaPlayer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/compositor/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/paint_context.h View 3 chunks +3 lines, -4 lines 0 comments Download
M ui/compositor/paint_context.cc View 2 chunks +1 line, -2 lines 0 comments Download
M ui/compositor/paint_recorder.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/canvas.h View 1 2 3 4 5 6 7 8 14 chunks +40 lines, -34 lines 0 comments Download
M ui/gfx/canvas.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 18 chunks +51 lines, -49 lines 0 comments Download
M ui/gfx/canvas_paint_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -2 lines 0 comments Download
M ui/gfx/canvas_skia.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/color_analysis_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/color_utils_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/harfbuzz_font_skia.cc View 1 2 3 4 5 6 7 8 4 chunks +6 lines, -6 lines 0 comments Download
M ui/gfx/image/image_skia_operations.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/nine_image_painter.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gfx/paint_throbber.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M ui/gfx/paint_vector_icon.cc View 4 chunks +8 lines, -7 lines 0 comments Download
M ui/gfx/render_text.h View 1 2 3 4 5 6 7 6 chunks +7 lines, -7 lines 0 comments Download
M ui/gfx/render_text.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +21 lines, -19 lines 0 comments Download
M ui/gfx/skia_paint_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +9 lines, -9 lines 0 comments Download
M ui/gfx/skia_paint_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +18 lines, -17 lines 0 comments Download
M ui/gfx/skia_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -1 line 0 comments Download
M ui/native_theme/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -1 line 0 comments Download
M ui/native_theme/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ui/native_theme/common_theme.h View 2 chunks +1 line, -2 lines 0 comments Download
M ui/native_theme/common_theme.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M ui/native_theme/native_theme.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +3 lines, -4 lines 0 comments Download
M ui/native_theme/native_theme_aura.h View 1 chunk +6 lines, -6 lines 0 comments Download
M ui/native_theme/native_theme_aura.cc View 1 2 3 4 7 chunks +17 lines, -15 lines 0 comments Download
M ui/native_theme/native_theme_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +53 lines, -62 lines 0 comments Download
M ui/native_theme/native_theme_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 32 chunks +73 lines, -73 lines 0 comments Download
M ui/native_theme/native_theme_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/native_theme/native_theme_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +11 lines, -9 lines 0 comments Download
M ui/native_theme/native_theme_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M ui/native_theme/native_theme_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 8 chunks +9 lines, -7 lines 0 comments Download
M ui/views/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/animation/ink_drop_mask.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M ui/views/animation/ink_drop_painted_layer_delegates.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +13 lines, -12 lines 0 comments Download
M ui/views/border.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/bubble/bubble_border.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +6 lines, -6 lines 0 comments Download
M ui/views/bubble/tray_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/color_chooser/color_chooser_view.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M ui/views/controls/button/checkbox.h View 2 chunks +2 lines, -3 lines 0 comments Download
M ui/views/controls/button/checkbox.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -3 lines 0 comments Download
M ui/views/controls/button/label_button_border.cc View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/button/radio_button.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/controls/button/radio_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/controls/button/toggle_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/combobox/combobox.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/focus_ring.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/focusable_border.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/focusable_rounded_border_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/image_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/md_slider.cc View 3 chunks +8 lines, -7 lines 0 comments Download
M ui/views/controls/menu/menu_scroll_view_container.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/progress_bar.cc View 5 chunks +13 lines, -13 lines 0 comments Download
M ui/views/controls/scrollbar/cocoa_scroll_bar.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -6 lines 0 comments Download
M ui/views/controls/scrollbar/overlay_scroll_bar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +5 lines, -4 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/table/table_header.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/table/table_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -2 lines 0 comments Download
M ui/views/painter.cc View 1 2 3 4 5 4 chunks +8 lines, -7 lines 0 comments Download
M ui/views/round_rect_painter.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M ui/views/shadow_border.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/view_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 138 (92 generated)
enne (OOO)
I think this is ready to take a look at and trybots finally agree. I ...
3 years, 11 months ago (2017-01-20 00:23:24 UTC) #39
vmiura
On 2017/01/20 00:23:24, enne wrote: > I think this is ready to take a look ...
3 years, 11 months ago (2017-01-20 03:38:19 UTC) #42
enne (OOO)
On 2017/01/20 at 03:38:19, vmiura wrote: > On 2017/01/20 00:23:24, enne wrote: > > I ...
3 years, 11 months ago (2017-01-20 18:24:37 UTC) #43
danakj
ok made it halfway thru, into the middle of blink stuff https://codereview.chromium.org/2640983002/diff/120001/cc/BUILD.gn File cc/BUILD.gn (right): ...
3 years, 11 months ago (2017-01-20 23:34:15 UTC) #44
danakj
High level questions so far are: - Printing is raster/pdf/skia based so I think maybe ...
3 years, 11 months ago (2017-01-20 23:35:58 UTC) #45
vmpstr
https://codereview.chromium.org/2640983002/diff/120001/cc/layers/picture_layer.cc File cc/layers/picture_layer.cc (right): https://codereview.chromium.org/2640983002/diff/120001/cc/layers/picture_layer.cc#newcode209 cc/layers/picture_layer.cc:209: void PictureLayer::ToLayerPropertiesProto(proto::LayerProperties* proto) { I think these proto functions ...
3 years, 11 months ago (2017-01-21 01:11:31 UTC) #47
vmiura
On 2017/01/20 23:35:58, danakj (slow) wrote: > High level questions so far are: > - ...
3 years, 11 months ago (2017-01-21 01:25:55 UTC) #48
enne (OOO)
On 2017/01/21 at 01:25:55, vmiura wrote: > On 2017/01/20 23:35:58, danakj (slow) wrote: > > ...
3 years, 11 months ago (2017-01-23 18:44:36 UTC) #49
enne (OOO)
Thanks for the detailed review, danakj and vmpstr. I looked at everything mentioned so far. ...
3 years, 11 months ago (2017-01-24 01:51:28 UTC) #50
danakj
https://codereview.chromium.org/2640983002/diff/120001/cc/BUILD.gn File cc/BUILD.gn (right): https://codereview.chromium.org/2640983002/diff/120001/cc/BUILD.gn#newcode547 cc/BUILD.gn:547: "//cc/paint", On 2017/01/24 01:51:27, enne wrote: > On 2017/01/20 ...
3 years, 11 months ago (2017-01-24 15:26:41 UTC) #55
danakj
https://codereview.chromium.org/2640983002/diff/120001/cc/test/skia_common.cc File cc/test/skia_common.cc (right): https://codereview.chromium.org/2640983002/diff/120001/cc/test/skia_common.cc#newcode50 cc/test/skia_common.cc:50: PaintCanvas canvas(bitmap); On 2017/01/24 01:51:28, enne wrote: > On ...
3 years, 11 months ago (2017-01-24 15:32:07 UTC) #56
danakj
On Mon, Jan 23, 2017 at 8:51 PM, enne@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote: > Thanks ...
3 years, 11 months ago (2017-01-24 15:32:31 UTC) #57
danakj
On Mon, Jan 23, 2017 at 8:51 PM, enne@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote: > Thanks ...
3 years, 11 months ago (2017-01-24 15:34:01 UTC) #58
enne (OOO)
Ok, removed cc/paint from cc/ and ui/ public deps. Left it in platform (which already ...
3 years, 11 months ago (2017-01-24 21:57:13 UTC) #63
danakj
I made it up to ui/ now without looking back at stuff I already looked ...
3 years, 10 months ago (2017-01-25 17:33:29 UTC) #74
danakj
Can you drop a readme.md or something in cc/paint/ saying things that are special about ...
3 years, 10 months ago (2017-01-25 19:10:07 UTC) #75
danakj
I didn't backtrack at all in each review session so if there's something I looked ...
3 years, 10 months ago (2017-01-25 19:11:31 UTC) #76
enne (OOO)
Thanks for the review. vmpstr/vmiura did you have any more comments before I go find ...
3 years, 10 months ago (2017-01-25 21:07:16 UTC) #79
danakj
https://codereview.chromium.org/2640983002/diff/260001/ui/gfx/canvas_paint_mac.mm File ui/gfx/canvas_paint_mac.mm (right): https://codereview.chromium.org/2640983002/diff/260001/ui/gfx/canvas_paint_mac.mm#newcode70 ui/gfx/canvas_paint_mac.mm:70: RecreateBackingCanvas(size, scale, opaque); On 2017/01/25 21:07:16, enne wrote: > ...
3 years, 10 months ago (2017-01-25 22:11:41 UTC) #80
danakj
https://codereview.chromium.org/2640983002/diff/260001/ui/gfx/canvas_paint_mac.mm File ui/gfx/canvas_paint_mac.mm (right): https://codereview.chromium.org/2640983002/diff/260001/ui/gfx/canvas_paint_mac.mm#newcode70 ui/gfx/canvas_paint_mac.mm:70: RecreateBackingCanvas(size, scale, opaque); On 2017/01/25 22:11:41, danakj (slow) wrote: ...
3 years, 10 months ago (2017-01-25 22:12:28 UTC) #81
enne (OOO)
On 2017/01/25 at 22:12:28, danakj wrote: > https://codereview.chromium.org/2640983002/diff/260001/ui/gfx/canvas_paint_mac.mm > File ui/gfx/canvas_paint_mac.mm (right): > > https://codereview.chromium.org/2640983002/diff/260001/ui/gfx/canvas_paint_mac.mm#newcode70 ...
3 years, 10 months ago (2017-01-25 22:30:24 UTC) #82
vmpstr
lgtm https://codereview.chromium.org/2640983002/diff/280001/chrome/browser/extensions/bookmark_app_helper.cc File chrome/browser/extensions/bookmark_app_helper.cc (right): https://codereview.chromium.org/2640983002/diff/280001/chrome/browser/extensions/bookmark_app_helper.cc#newcode113 chrome/browser/extensions/bookmark_app_helper.cc:113: background_paint.setAntiAlias(true); tbh, the implementation of setAntiAlias is more ...
3 years, 10 months ago (2017-01-25 22:42:11 UTC) #83
danakj
On Wed, Jan 25, 2017 at 5:30 PM, enne@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote: > On ...
3 years, 10 months ago (2017-01-25 22:49:21 UTC) #84
danakj
On Wed, Jan 25, 2017 at 5:30 PM, enne@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote: > On ...
3 years, 10 months ago (2017-01-25 22:56:46 UTC) #87
enne (OOO)
Sorry for the giant patch. esprehn: Blink benwells: apps, chrome/browser/(ui)/extensions sky: ash, chrome/browser, chrome/renderer, ui ...
3 years, 10 months ago (2017-01-26 19:20:07 UTC) #95
sdefresne
+rohitrao for //ios review https://codereview.chromium.org/2640983002/diff/320001/ios/build/config.gni File ios/build/config.gni (right): https://codereview.chromium.org/2640983002/diff/320001/ios/build/config.gni#newcode8 ios/build/config.gni:8: "//cc", I'm not sure we ...
3 years, 10 months ago (2017-01-26 19:51:17 UTC) #98
enne (OOO)
https://codereview.chromium.org/2640983002/diff/320001/ios/build/config.gni File ios/build/config.gni (right): https://codereview.chromium.org/2640983002/diff/320001/ios/build/config.gni#newcode8 ios/build/config.gni:8: "//cc", On 2017/01/26 at 19:51:17, sdefresne wrote: > I'm ...
3 years, 10 months ago (2017-01-26 20:11:33 UTC) #99
sky
I got through a couple of files before realizing the name of variables should be ...
3 years, 10 months ago (2017-01-26 23:00:13 UTC) #100
enne (OOO)
I was going to come back and redo all the variable and parameter names. It ...
3 years, 10 months ago (2017-01-26 23:15:46 UTC) #101
sky
Ok, LGTM then. I have a feeling you should add DEPS to exclude the includes ...
3 years, 10 months ago (2017-01-26 23:32:51 UTC) #102
sky
On 2017/01/26 23:32:51, sky wrote: > Ok, LGTM then. I have a feeling you should ...
3 years, 10 months ago (2017-01-26 23:33:49 UTC) #103
benwells
lgtm.
3 years, 10 months ago (2017-01-30 02:43:58 UTC) #104
enne (OOO)
Re: ios. Is there any explanation somewhere of what the restrictions are on skia use ...
3 years, 10 months ago (2017-01-30 19:05:47 UTC) #105
sdefresne
On 2017/01/30 19:05:47, enne wrote: > Re: ios. Is there any explanation somewhere of what ...
3 years, 10 months ago (2017-01-31 09:40:23 UTC) #106
enne (OOO)
Ok, I fixed up the ios issues in https://codereview.chromium.org/2661353002/ so ios is back to -//cc* ...
3 years, 10 months ago (2017-02-01 01:40:49 UTC) #109
sdefresne
Thank you! lgtm (though I guess my lgtm is no longer necessary as no ios/ ...
3 years, 10 months ago (2017-02-01 12:41:30 UTC) #114
enne (OOO)
Still waiting on esprehn for a Blink review. I rebased this to temporarily include https://codereview.chromium.org/2668353002. ...
3 years, 10 months ago (2017-02-01 19:57:13 UTC) #115
esprehn
lgtm, looks all mechanical?
3 years, 10 months ago (2017-02-01 20:25:33 UTC) #116
enne (OOO)
On 2017/02/01 at 20:25:33, esprehn wrote: > lgtm, looks all mechanical? Yeah, in Blink it ...
3 years, 10 months ago (2017-02-01 21:00:19 UTC) #117
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2640983002/480001
3 years, 10 months ago (2017-02-02 17:03:53 UTC) #127
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/355538)
3 years, 10 months ago (2017-02-02 17:20:09 UTC) #129
enne (OOO)
nick: content/browser OWNERS
3 years, 10 months ago (2017-02-02 22:17:56 UTC) #131
ncarter (slow)
On 2017/02/02 22:17:56, enne wrote: > nick: content/browser OWNERS
3 years, 10 months ago (2017-02-02 22:20:11 UTC) #132
ncarter (slow)
On 2017/02/02 22:17:56, enne wrote: > nick: content/browser OWNERS content/browser lgtm
3 years, 10 months ago (2017-02-02 22:20:14 UTC) #133
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2640983002/480001
3 years, 10 months ago (2017-02-02 22:21:46 UTC) #135
commit-bot: I haz the power
3 years, 10 months ago (2017-02-02 22:40:33 UTC) #138
Message was sent while issue was closed.
Committed patchset #25 (id:480001) as
https://chromium.googlesource.com/chromium/src/+/34f6084cd35016a633942588724e...

Powered by Google App Engine
This is Rietveld 408576698