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

Issue 1586563009: IsNativeAppInstalled

Created:
4 years, 11 months ago by Daniel Nishi
Modified:
4 years, 10 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, nasko+codewatch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, dglazkov+blink, blink-reviews, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, blink-reviews-api_chromium.org, darin (slow to review), ben+mojo_chromium.org, kinuko+watch
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

IsNativeAppInstalled BUG=

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1078 lines, -23 lines) Patch
M components/components_tests.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download
A components/installedapp/BUILD.gn View 1 1 chunk +33 lines, -0 lines 0 comments Download
A components/installedapp/android/java/src/org/chromium/device/installedapp/AssociationVerifier.java View 1 1 chunk +138 lines, -0 lines 0 comments Download
A components/installedapp/android/java/src/org/chromium/device/installedapp/InstalledAppProviderFactory.java View 1 chunk +37 lines, -0 lines 0 comments Download
A components/installedapp/android/java/src/org/chromium/device/installedapp/InstalledAppProviderImpl.java View 1 1 chunk +73 lines, -0 lines 0 comments Download
A components/installedapp/android/junit/src/org/chromium/device/installedapp/InstalledAppProviderTest.java View 1 1 chunk +156 lines, -0 lines 0 comments Download
A components/installedapp/installed_app_export.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A components/installedapp/installed_app_provider.mojom View 1 1 chunk +10 lines, -0 lines 0 comments Download
A components/installedapp/installed_app_provider_impl.h View 1 chunk +21 lines, -0 lines 0 comments Download
A components/installedapp/installed_app_provider_impl_default.cc View 1 1 chunk +49 lines, -0 lines 0 comments Download
A + components/installedapp/installedapp.gyp View 2 chunks +30 lines, -17 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M content/content.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 chunks +4 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ServiceRegistrar.java View 1 3 chunks +18 lines, -0 lines 0 comments Download
A content/renderer/installedapp/web_installed_app_impl.h View 1 1 chunk +49 lines, -0 lines 0 comments Download
A content/renderer/installedapp/web_installed_app_impl.cc View 1 1 chunk +114 lines, -0 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 1 3 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 3 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/installedapp/InstalledApp.h View 1 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/installedapp/InstalledApp.cpp View 1 1 chunk +54 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/modules/installedapp/InstalledApp.idl View 1 2 chunks +6 lines, -5 lines 0 comments Download
A third_party/WebKit/Source/modules/installedapp/InstalledAppVerificationManager.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/installedapp/InstalledAppVerificationManager.cpp View 1 1 chunk +28 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/web/WebInstalledAppVerificationManager.cpp View 1 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/web.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/blink_headers.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/platform/Platform.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
A third_party/WebKit/public/platform/modules/installedapp/InstalledApp.h View 1 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/public/platform/modules/installedapp/WebInstalledApp.h View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/public/web/WebInstalledAppVerificationManager.h View 1 1 chunk +35 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698