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

Issue 2629743003: Remove all blimp engine code (Closed)

Created:
3 years, 11 months ago by nyquist
Modified:
3 years, 11 months ago
Reviewers:
Dirk Pranke, Nico, Kevin M
CC:
chromium-reviews, anandc+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, Aaron Boodman, bgoldman+watch-blimp_chromium.org, viettrungluu+watch_chromium.org, steimel+watch-blimp_chromium.org, gcasto+watch-blimp_chromium.org, yzshen+watch_chromium.org, shaktisahu+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, perumaal+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, abarth-chromium, darin (slow to review), dtrainor+watch-blimp_chromium.org, scf+watch-blimp_chromium.org, khushalsagar+watch-blimp_chromium.org, qsr+mojo_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove all blimp engine code This CL deletes the //blimp/engine directory and related files. List of things that are updated: - Build files. - Top-level presubmit file regarding ScopedAllowIO access. - Resource IDs for grit resources for both blimp engine and client. - Comments in files that refer to //blimp/engine. - The client_engine_integration.py script and build config. - Default GN arguments for the blimp engine (file is kept empty). Documentation is not updated yet. BUG=677556 Review-Url: https://codereview.chromium.org/2629743003 Cr-Commit-Position: refs/heads/master@{#443730} Committed: https://chromium.googlesource.com/chromium/src/+/790e4f0610545c7e41ab4642e7856b058687e1e6

Patch Set 1 #

Total comments: 4

Patch Set 2 : Prettified comment in //chrome/common/crash_keys.cc #

Patch Set 3 : merge master #

Patch Set 4 : Use consistent comment style in //chrome #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -9974 lines) Patch
M PRESUBMIT.py View 1 chunk +0 lines, -1 line 0 comments Download
M blimp/BUILD.gn View 2 chunks +0 lines, -151 lines 0 comments Download
D blimp/engine/BUILD.gn View 1 chunk +0 lines, -764 lines 0 comments Download
D blimp/engine/DEPS View 1 chunk +0 lines, -32 lines 0 comments Download
D blimp/engine/Dockerfile View 1 chunk +0 lines, -21 lines 0 comments Download
D blimp/engine/app/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D blimp/engine/app/blimp_browser_main_parts.h View 1 chunk +0 lines, -62 lines 0 comments Download
D blimp/engine/app/blimp_browser_main_parts.cc View 1 chunk +0 lines, -80 lines 0 comments Download
D blimp/engine/app/blimp_browser_resources.grd View 1 chunk +0 lines, -14 lines 0 comments Download
D blimp/engine/app/blimp_content_browser_client.h View 1 chunk +0 lines, -49 lines 0 comments Download
D blimp/engine/app/blimp_content_browser_client.cc View 1 chunk +0 lines, -72 lines 0 comments Download
D blimp/engine/app/blimp_content_browser_manifest_overlay.json View 1 chunk +0 lines, -12 lines 0 comments Download
D blimp/engine/app/blimp_content_main_delegate.h View 1 chunk +0 lines, -46 lines 0 comments Download
D blimp/engine/app/blimp_content_main_delegate.cc View 1 chunk +0 lines, -96 lines 0 comments Download
D blimp/engine/app/blimp_engine_config.h View 1 chunk +0 lines, -61 lines 0 comments Download
D blimp/engine/app/blimp_engine_config.cc View 1 chunk +0 lines, -72 lines 0 comments Download
D blimp/engine/app/blimp_engine_config_unittest.cc View 1 chunk +0 lines, -87 lines 0 comments Download
D blimp/engine/app/blimp_engine_crash_keys.h View 1 chunk +0 lines, -20 lines 0 comments Download
D blimp/engine/app/blimp_engine_crash_keys.cc View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D blimp/engine/app/blimp_engine_crash_reporter_client.h View 1 chunk +0 lines, -45 lines 0 comments Download
D blimp/engine/app/blimp_engine_crash_reporter_client.cc View 1 chunk +0 lines, -65 lines 0 comments Download
D blimp/engine/app/blimp_main.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D blimp/engine/app/blimp_metrics_service_client.h View 1 2 1 chunk +0 lines, -83 lines 0 comments Download
D blimp/engine/app/blimp_metrics_service_client.cc View 1 2 1 chunk +0 lines, -163 lines 0 comments Download
D blimp/engine/app/blimp_metrics_service_client_unittest.cc View 1 chunk +0 lines, -112 lines 0 comments Download
D blimp/engine/app/blimp_network_delegate.h View 1 chunk +0 lines, -38 lines 0 comments Download
D blimp/engine/app/blimp_network_delegate.cc View 1 chunk +0 lines, -51 lines 0 comments Download
D blimp/engine/app/blimp_permission_manager.h View 1 chunk +0 lines, -64 lines 0 comments Download
D blimp/engine/app/blimp_permission_manager.cc View 1 chunk +0 lines, -78 lines 0 comments Download
D blimp/engine/app/blimp_stability_metrics_provider.h View 1 chunk +0 lines, -61 lines 0 comments Download
D blimp/engine/app/blimp_stability_metrics_provider.cc View 1 chunk +0 lines, -87 lines 0 comments Download
D blimp/engine/app/blimp_stability_metrics_provider_unittest.cc View 1 chunk +0 lines, -115 lines 0 comments Download
D blimp/engine/app/blimp_system_url_request_context_getter.h View 1 chunk +0 lines, -42 lines 0 comments Download
D blimp/engine/app/blimp_system_url_request_context_getter.cc View 1 chunk +0 lines, -50 lines 0 comments Download
D blimp/engine/app/blimp_system_url_request_context_getter_unittest.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D blimp/engine/app/blimp_url_request_context_getter.h View 1 chunk +0 lines, -70 lines 0 comments Download
D blimp/engine/app/blimp_url_request_context_getter.cc View 1 chunk +0 lines, -96 lines 0 comments Download
D blimp/engine/app/engine_settings.h View 1 chunk +0 lines, -38 lines 0 comments Download
D blimp/engine/app/settings_manager.h View 1 chunk +0 lines, -51 lines 0 comments Download
D blimp/engine/app/settings_manager.cc View 1 chunk +0 lines, -53 lines 0 comments Download
D blimp/engine/app/settings_manager_unittest.cc View 1 chunk +0 lines, -69 lines 0 comments Download
D blimp/engine/app/switches.h View 1 chunk +0 lines, -23 lines 0 comments Download
D blimp/engine/app/switches.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D blimp/engine/app/test_content_main_delegate.h View 1 chunk +0 lines, -30 lines 0 comments Download
D blimp/engine/app/test_content_main_delegate.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D blimp/engine/app/ui/blimp_layout_manager.h View 1 chunk +0 lines, -41 lines 0 comments Download
D blimp/engine/app/ui/blimp_layout_manager.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D blimp/engine/app/ui/blimp_screen.h View 1 chunk +0 lines, -49 lines 0 comments Download
D blimp/engine/app/ui/blimp_screen.cc View 1 chunk +0 lines, -61 lines 0 comments Download
D blimp/engine/app/ui/blimp_screen_unittest.cc View 1 chunk +0 lines, -119 lines 0 comments Download
D blimp/engine/app/ui/blimp_window_parenting_client.h View 1 chunk +0 lines, -35 lines 0 comments Download
D blimp/engine/app/ui/blimp_window_parenting_client.cc View 1 chunk +0 lines, -32 lines 0 comments Download
D blimp/engine/app/ui/blimp_window_tree_host.h View 1 chunk +0 lines, -36 lines 0 comments Download
D blimp/engine/app/ui/blimp_window_tree_host.cc View 1 chunk +0 lines, -27 lines 0 comments Download
D blimp/engine/browser/font_data_fetcher.h View 1 chunk +0 lines, -37 lines 0 comments Download
D blimp/engine/browser/font_data_fetcher_impl.h View 1 chunk +0 lines, -42 lines 0 comments Download
D blimp/engine/browser/font_data_fetcher_impl.cc View 1 chunk +0 lines, -44 lines 0 comments Download
D blimp/engine/browser/font_data_fetcher_impl_unittest.cc View 1 chunk +0 lines, -57 lines 0 comments Download
D blimp/engine/common/blimp_browser_context.h View 1 chunk +0 lines, -97 lines 0 comments Download
D blimp/engine/common/blimp_browser_context.cc View 1 chunk +0 lines, -214 lines 0 comments Download
D blimp/engine/common/blimp_browser_context_unittest.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D blimp/engine/common/blimp_content_client.h View 1 chunk +0 lines, -36 lines 0 comments Download
D blimp/engine/common/blimp_content_client.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D blimp/engine/common/blimp_user_agent.h View 1 chunk +0 lines, -21 lines 0 comments Download
D blimp/engine/common/blimp_user_agent.cc View 1 chunk +0 lines, -32 lines 0 comments Download
D blimp/engine/feature/engine_render_widget_feature.h View 1 chunk +0 lines, -194 lines 0 comments Download
D blimp/engine/feature/engine_render_widget_feature.cc View 1 chunk +0 lines, -400 lines 0 comments Download
D blimp/engine/feature/engine_render_widget_feature_unittest.cc View 1 chunk +0 lines, -350 lines 0 comments Download
D blimp/engine/feature/engine_settings_feature.h View 1 chunk +0 lines, -40 lines 0 comments Download
D blimp/engine/feature/engine_settings_feature.cc View 1 chunk +0 lines, -55 lines 0 comments Download
D blimp/engine/feature/engine_settings_feature_unittest.cc View 1 chunk +0 lines, -44 lines 0 comments Download
D blimp/engine/feature/geolocation/blimp_location_provider.h View 1 chunk +0 lines, -69 lines 0 comments Download
D blimp/engine/feature/geolocation/blimp_location_provider.cc View 1 chunk +0 lines, -98 lines 0 comments Download
D blimp/engine/feature/geolocation/blimp_location_provider_unittest.cc View 1 chunk +0 lines, -196 lines 0 comments Download
D blimp/engine/feature/geolocation/engine_geolocation_feature.h View 1 chunk +0 lines, -58 lines 0 comments Download
D blimp/engine/feature/geolocation/engine_geolocation_feature.cc View 1 chunk +0 lines, -162 lines 0 comments Download
D blimp/engine/feature/geolocation/engine_geolocation_feature_unittest.cc View 1 chunk +0 lines, -212 lines 0 comments Download
D blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h View 1 chunk +0 lines, -39 lines 0 comments Download
D blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D blimp/engine/mojo/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D blimp/engine/mojo/blob_channel.mojom View 1 chunk +0 lines, -32 lines 0 comments Download
D blimp/engine/mojo/blob_channel_service.h View 1 chunk +0 lines, -74 lines 0 comments Download
D blimp/engine/mojo/blob_channel_service.cc View 1 chunk +0 lines, -117 lines 0 comments Download
D blimp/engine/mojo/font_fetcher.mojom View 1 chunk +0 lines, -16 lines 0 comments Download
D blimp/engine/mojo/font_fetcher_mojo_impl.h View 1 chunk +0 lines, -48 lines 0 comments Download
D blimp/engine/mojo/font_fetcher_mojo_impl.cc View 1 chunk +0 lines, -85 lines 0 comments Download
D blimp/engine/mojo/font_fetcher_mojo_impl_unittest.cc View 1 chunk +0 lines, -77 lines 0 comments Download
D blimp/engine/renderer/blimp_content_renderer_client.h View 1 chunk +0 lines, -47 lines 0 comments Download
D blimp/engine/renderer/blimp_content_renderer_client.cc View 1 chunk +0 lines, -41 lines 0 comments Download
D blimp/engine/renderer/blimp_engine_picture_cache.h View 1 chunk +0 lines, -63 lines 0 comments Download
D blimp/engine/renderer/blimp_engine_picture_cache.cc View 1 chunk +0 lines, -64 lines 0 comments Download
D blimp/engine/renderer/blimp_engine_picture_cache_unittest.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D blimp/engine/renderer/blimp_remote_compositor_bridge.h View 1 chunk +0 lines, -59 lines 0 comments Download
D blimp/engine/renderer/blimp_remote_compositor_bridge.cc View 1 chunk +0 lines, -91 lines 0 comments Download
D blimp/engine/renderer/blimp_remote_compositor_bridge_unittest.cc View 1 chunk +0 lines, -155 lines 0 comments Download
D blimp/engine/renderer/blob_channel_sender_proxy.h View 1 chunk +0 lines, -77 lines 0 comments Download
D blimp/engine/renderer/blob_channel_sender_proxy.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D blimp/engine/renderer/blob_channel_sender_proxy_unittest.cc View 1 chunk +0 lines, -90 lines 0 comments Download
D blimp/engine/renderer/engine_image_serialization_processor.h View 1 chunk +0 lines, -63 lines 0 comments Download
D blimp/engine/renderer/engine_image_serialization_processor.cc View 1 chunk +0 lines, -210 lines 0 comments Download
D blimp/engine/renderer/frame_scheduler.h View 1 chunk +0 lines, -98 lines 0 comments Download
D blimp/engine/renderer/frame_scheduler.cc View 1 chunk +0 lines, -93 lines 0 comments Download
D blimp/engine/renderer/frame_scheduler_unittest.cc View 1 chunk +0 lines, -75 lines 0 comments Download
D blimp/engine/session/blimp_engine_session.h View 1 chunk +0 lines, -225 lines 0 comments Download
D blimp/engine/session/blimp_engine_session.cc View 1 chunk +0 lines, -590 lines 0 comments Download
D blimp/engine/session/page_load_tracker.h View 1 chunk +0 lines, -60 lines 0 comments Download
D blimp/engine/session/page_load_tracker.cc View 1 chunk +0 lines, -75 lines 0 comments Download
D blimp/engine/session/tab.h View 1 chunk +0 lines, -107 lines 0 comments Download
D blimp/engine/session/tab.cc View 1 2 1 chunk +0 lines, -218 lines 0 comments Download
D blimp/engine/start_engine.sh View 1 chunk +0 lines, -31 lines 0 comments Download
D blimp/engine/testing/Dockerfile View 1 chunk +0 lines, -24 lines 0 comments Download
D blimp/tools/client_engine_integration.py View 1 chunk +0 lines, -341 lines 0 comments Download
M build/args/blimp_engine.gn View 1 chunk +1 line, -29 lines 0 comments Download
M chrome/app/chrome_crash_reporter_client_win.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/common/crash_keys.cc View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 chunk +1 line, -9 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (11 generated)
nyquist
dpranke: PTAL //PRESUBMIT.py and //build/args. thakis: //tools/gritsettings/resource_ids and //chrome cleanup. kmarshall: PTAL //blimp
3 years, 11 months ago (2017-01-13 19:23:05 UTC) #2
Dirk Pranke
lgtm
3 years, 11 months ago (2017-01-13 19:25:42 UTC) #5
Nico
lgtm https://codereview.chromium.org/2629743003/diff/1/blimp/BUILD.gn File blimp/BUILD.gn (right): https://codereview.chromium.org/2629743003/diff/1/blimp/BUILD.gn#newcode22 blimp/BUILD.gn:22: group("blimp_tests") { are we keeping these, or is ...
3 years, 11 months ago (2017-01-13 19:28:08 UTC) #7
Kevin M
lgtm
3 years, 11 months ago (2017-01-13 19:28:23 UTC) #8
nyquist
https://codereview.chromium.org/2629743003/diff/1/blimp/BUILD.gn File blimp/BUILD.gn (right): https://codereview.chromium.org/2629743003/diff/1/blimp/BUILD.gn#newcode22 blimp/BUILD.gn:22: group("blimp_tests") { On 2017/01/13 19:28:07, Nico wrote: > are ...
3 years, 11 months ago (2017-01-13 19:39:44 UTC) #9
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/2629743003/60001
3 years, 11 months ago (2017-01-13 21:54:53 UTC) #14
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 23:57:29 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/790e4f0610545c7e41ab4642e785...

Powered by Google App Engine
This is Rietveld 408576698