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

Issue 1560553002: Framelet Prototype 2016

Created:
4 years, 11 months ago by Fady Samuel
Modified:
4 years, 11 months ago
Reviewers:
CC:
chromium-reviews, blink-reviews-html_chromium.org, szager+layoutwatch_chromium.org, droger+watchlist_chromium.org, blundell+watchlist_chromium.org, nasko+codewatch_chromium.org, eae+blinkwatch, dcheng, kinuko+watch, rwlbuis, extensions-reviews_chromium.org, sdefresne+watchlist_chromium.org, jam, blink-reviews-dom_chromium.org, dglazkov+blink, darin-cc_chromium.org, gavinp+loader_chromium.org, jchaffraix+rendering, blink-reviews, chromium-apps-reviews_chromium.org, blink-reviews-api_chromium.org, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, zoltan1, blink-reviews-layout_chromium.org, sof, loading-reviews_chromium.org, Nate Chapin, tyoshino+watch_chromium.org, mlamouri+watch-blink_chromium.org, pdr+renderingwatchlist_chromium.org, leviw+renderwatch, mkwst+moarreviews-renderer_chromium.org, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Framelet Prototype 2016 BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

Patch Set 1 #

Patch Set 2 : Disable viewport meta tag #

Patch Set 3 : Fixed gn + component builds #

Patch Set 4 : Click to play works #

Patch Set 5 : Rebooting via Click-to-Play turns off resource monitoring #

Patch Set 6 : Make memory usage levels relative to low #

Patch Set 7 : Click to Play works on Android #

Patch Set 8 : Builds on desktop again #

Patch Set 9 : Rebased + Applied Brett's Windows + Fixed security issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3525 lines, -1427 lines) Patch
M cc/trees/layer_tree_settings.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 7 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/chrome_extensions_api_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc View 3 chunks +0 lines, -3 lines 0 comments Download
A chrome/browser/guest_view/DEPS View 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/browser/guest_view/chrome_content_browser_client_guest_view_part.h View 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/browser/guest_view/chrome_content_browser_client_guest_view_part.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A + chrome/browser/guest_view/chrome_extensions_guest_view_manager_delegate.h View 2 chunks +9 lines, -8 lines 0 comments Download
A + chrome/browser/guest_view/chrome_extensions_guest_view_manager_delegate.cc View 2 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/guest_view/chrome_guest_view_manager_delegate.h View 1 chunk +29 lines, -12 lines 0 comments Download
M chrome/browser/guest_view/chrome_guest_view_manager_delegate.cc View 1 chunk +31 lines, -24 lines 0 comments Download
A chrome/browser/guest_view/chrome_guest_view_message_filter.h View 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/browser/guest_view/chrome_guest_view_message_filter.cc View 1 chunk +140 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 5 6 7 8 3 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/themes/theme_service.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 4 chunks +10 lines, -2 lines 0 comments Download
M chrome/chrome_renderer.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/renderer/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/chrome_extensions_renderer_client.h View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/renderer/extensions/chrome_extensions_renderer_client.cc View 2 chunks +0 lines, -4 lines 0 comments Download
A chrome/renderer/guest_view/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/renderer/guest_view/chrome_guest_view_container_dispatcher.h View 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/renderer/guest_view/chrome_guest_view_container_dispatcher.cc View 1 chunk +57 lines, -0 lines 0 comments Download
M components/components.gyp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M components/components_chromium_strings.grd View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M components/components_google_chrome_strings.grd View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
A components/framelet.gypi View 1 2 3 4 5 6 7 8 1 chunk +77 lines, -0 lines 0 comments Download
A components/framelet/browser/BUILD.gn View 1 chunk +29 lines, -0 lines 0 comments Download
A + components/framelet/browser/DEPS View 1 chunk +3 lines, -3 lines 0 comments Download
A components/framelet/browser/framelet_guest.h View 1 2 3 4 1 chunk +84 lines, -0 lines 0 comments Download
A components/framelet/browser/framelet_guest.cc View 1 2 3 4 1 chunk +222 lines, -0 lines 0 comments Download
A components/framelet/browser/framelet_memory_tracker.h View 1 chunk +66 lines, -0 lines 0 comments Download
A components/framelet/browser/framelet_memory_tracker.cc View 1 chunk +103 lines, -0 lines 0 comments Download
A components/framelet/browser/framelet_memory_tracker_client.h View 1 chunk +21 lines, -0 lines 0 comments Download
A components/framelet/browser/resource_usage_range.h View 1 chunk +62 lines, -0 lines 0 comments Download
A components/framelet/browser/resource_usage_reporter.h View 1 chunk +68 lines, -0 lines 0 comments Download
A components/framelet/browser/resource_usage_reporter_client.h View 1 chunk +29 lines, -0 lines 0 comments Download
A + components/framelet/common/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -5 lines 0 comments Download
A + components/framelet/common/DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
A components/framelet/common/framelet_constants.h View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download
A components/framelet/common/framelet_constants.cc View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
A + components/framelet/common/framelet_message_generator.h View 1 chunk +1 line, -1 line 0 comments Download
A + components/framelet/common/framelet_message_generator.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A components/framelet/common/framelet_messages.h View 1 2 3 4 5 6 7 8 1 chunk +99 lines, -0 lines 0 comments Download
A components/framelet/common/framelet_param_traits.h View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A components/framelet/renderer/BUILD.gn View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A components/framelet/renderer/DEPS View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A components/framelet/renderer/framelet_container.h View 1 2 3 4 1 chunk +120 lines, -0 lines 0 comments Download
A components/framelet/renderer/framelet_container.cc View 1 2 3 4 5 6 7 8 1 chunk +389 lines, -0 lines 0 comments Download
M components/guest_view/browser/guest_view_base.h View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -1 line 0 comments Download
M components/guest_view/browser/guest_view_base.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M components/guest_view/browser/guest_view_message_filter.cc View 1 chunk +22 lines, -1 line 0 comments Download
M components/guest_view/renderer/guest_view_container.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M components/guest_view/renderer/guest_view_container_dispatcher.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/guest_view/renderer/guest_view_request.h View 3 chunks +27 lines, -15 lines 0 comments Download
M components/guest_view/renderer/guest_view_request.cc View 3 chunks +22 lines, -16 lines 0 comments Download
M components/guest_view/renderer/iframe_guest_view_request.h View 1 chunk +1 line, -1 line 0 comments Download
M components/guest_view/renderer/iframe_guest_view_request.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/resources/components_scaled_resources.grd View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
A + components/resources/default_100_percent/framelet/click_to_play.png View 1 2 3 Binary file 0 comments Download
A components/resources/framelet_scaled_resources.grdp View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.h View 6 chunks +13 lines, -7 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 12 chunks +106 lines, -53 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M content/browser/renderer_host/event_with_latency_info.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/input_router_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/input_router_impl_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/motion_event_web.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_emulator_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_event_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_event_queue_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/web_input_event_util.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/web_input_event_util_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/ui_events_helper.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/android/sync_compositor_messages.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/common/content_param_traits.h View 1 chunk +0 lines, -10 lines 0 comments Download
M content/common/content_param_traits.cc View 1 chunk +0 lines, -49 lines 0 comments Download
M content/common/content_param_traits_macros.h View 2 chunks +0 lines, -4 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/common/input/gesture_event_stream_validator.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/input/input_event.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/input/input_event.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/input/input_event_stream_validator.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/input/input_param_traits.h View 1 chunk +0 lines, -9 lines 0 comments Download
M content/common/input/input_param_traits.cc View 2 chunks +0 lines, -29 lines 0 comments Download
D content/common/input/scoped_web_input_event.h View 1 chunk +0 lines, -27 lines 0 comments Download
D content/common/input/scoped_web_input_event.cc View 1 chunk +0 lines, -26 lines 0 comments Download
M content/common/input/synthetic_web_input_event_builders.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/common/input/touch_event_stream_validator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/input/touch_event_stream_validator_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
D content/common/input/web_input_event_traits.h View 1 chunk +0 lines, -38 lines 0 comments Download
D content/common/input/web_input_event_traits.cc View 1 chunk +0 lines, -503 lines 0 comments Download
D content/common/input/web_input_event_traits_unittest.cc View 1 chunk +0 lines, -236 lines 0 comments Download
D content/common/input/web_touch_event_traits.h View 1 chunk +0 lines, -44 lines 0 comments Download
D content/common/input/web_touch_event_traits.cc View 1 chunk +0 lines, -86 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 2 chunks +1 line, -1 line 0 comments Download
M content/public/browser/browser_plugin_guest_delegate.h View 2 chunks +10 lines, -0 lines 0 comments Download
M content/public/browser/browser_plugin_guest_delegate.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M content/public/browser/guest_host.h View 3 chunks +30 lines, -0 lines 0 comments Download
M content/public/common/common_param_traits.h View 1 2 3 4 5 6 7 8 2 chunks +20 lines, -0 lines 0 comments Download
M content/public/common/common_param_traits.cc View 1 2 3 4 5 6 7 8 2 chunks +71 lines, -0 lines 0 comments Download
M content/public/common/common_param_traits_macros.h View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -0 lines 0 comments Download
A + content/public/common/input/scoped_web_input_event.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + content/public/common/input/scoped_web_input_event.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + content/public/common/input/web_input_event_traits.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + content/public/common/input/web_input_event_traits.cc View 1 2 3 9 chunks +39 lines, -73 lines 0 comments Download
A + content/public/common/input/web_touch_event_traits.h View 1 chunk +1 line, -1 line 0 comments Download
A + content/public/common/input/web_touch_event_traits.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -0 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
A + content/public/test/web_input_event_traits_unittest.cc View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M content/renderer/input/input_event_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/input/input_handler_manager.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/input/render_widget_input_handler.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/mus/compositor_mus_connection.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/event_conversion.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 3 chunks +10 lines, -0 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/guest_view/extensions_guest_view_manager_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/guest_view/extensions_guest_view_message_filter.h View 2 chunks +7 lines, -1 line 0 comments Download
M extensions/browser/guest_view/extensions_guest_view_message_filter.cc View 1 chunk +12 lines, -2 lines 0 comments Download
M extensions/renderer/guest_view/extensions_guest_view_container_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_message_start.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 6 7 8 4 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/core/frame/Framelet.h View 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/frame/Framelet.cpp View 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/frame/FrameletClient.h View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/frame/FrameletView.h View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/frame/FrameletView.cpp View 1 chunk +104 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCollection.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/html/HTMLFrameletElement.h View 1 2 3 4 5 6 7 8 1 chunk +37 lines, -25 lines 0 comments Download
A third_party/WebKit/Source/core/html/HTMLFrameletElement.cpp View 1 chunk +145 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/html/HTMLFrameletElement.idl View 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLTagNames.in View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLStackItem.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/core/layout/LayoutFramelet.h View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/layout/LayoutFramelet.cpp View 1 chunk +55 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutPart.cpp View 1 2 3 4 5 6 1 chunk +7 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/EmptyClients.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/EmptyClients.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoaderClient.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/page/FocusController.cpp View 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Widget.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp View 1 2 3 4 5 6 7 8 4 chunks +10 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/web/FrameletClientImpl.h View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/web/FrameletClientImpl.cpp View 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/web/WebFrameletImpl.h View 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/web/WebFrameletImpl.cpp View 1 chunk +71 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/web.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/public/blink_headers.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebFrameClient.h View 2 chunks +4 lines, -0 lines 0 comments Download
A third_party/WebKit/public/web/WebFramelet.h View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/public/web/WebFrameletClient.h View 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
Fady Samuel
4 years, 11 months ago (2016-01-04 23:54:02 UTC) #1
Description was changed from

==========
Framelet Prototype 2016

BUG=
==========

to

==========
Framelet Prototype 2016

BUG=
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
==========

Powered by Google App Engine
This is Rietveld 408576698