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

Issue 1814693003: Added support to blimp to be usable as a default browser (Closed)

Created:
4 years, 9 months ago by shaktisahu
Modified:
4 years, 8 months ago
CC:
chromium-reviews, anandc+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, dtrainor+watch-blimp_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added support to blimp to be usable as a default browser Currently blimp cannot be launched from other applications i.e. blimp doesn't show up as one of the browser options when user taps on an URL. This CL enables blimp to be a default browser which can handle http:// and https:// URL schemes. Intent is handled at the beginning of the application and also on any subsequent onNewIntent call. BUG=594660 Committed: https://crrev.com/4aadad4d568976931a377f567f25b93458a2530c Cr-Commit-Position: refs/heads/master@{#384455}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Removed menu button functionality to a separate CL #

Total comments: 12

Patch Set 3 : Handled onNewIntent for new intents #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -3 lines) Patch
M blimp/client/app/android/AndroidManifest.xml.jinja2 View 1 1 chunk +12 lines, -2 lines 0 comments Download
M blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java View 1 2 2 chunks +36 lines, -1 line 0 comments Download

Messages

Total messages: 26 (12 generated)
shaktisahu
4 years, 9 months ago (2016-03-17 02:15:36 UTC) #2
Khushal
Can you split this into 2 separate patches? One for the default browser and the ...
4 years, 9 months ago (2016-03-25 18:59:30 UTC) #5
shaktisahu
On 2016/03/25 18:59:30, Khushal wrote: > Can you split this into 2 separate patches? One ...
4 years, 8 months ago (2016-03-29 19:03:56 UTC) #6
shaktisahu
https://codereview.chromium.org/1814693003/diff/1/blimp/client/app/android/AndroidManifest.xml.jinja2 File blimp/client/app/android/AndroidManifest.xml.jinja2 (right): https://codereview.chromium.org/1814693003/diff/1/blimp/client/app/android/AndroidManifest.xml.jinja2#newcode30 blimp/client/app/android/AndroidManifest.xml.jinja2:30: <category android:name="android.intent.category.NOTIFICATION_PREFERENCES" /> On 2016/03/25 18:59:30, Khushal wrote: > ...
4 years, 8 months ago (2016-03-29 19:04:12 UTC) #7
Khushal
https://codereview.chromium.org/1814693003/diff/20001/blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java File blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java (right): https://codereview.chromium.org/1814693003/diff/20001/blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java#newcode148 blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java:148: String url = getUrlFromIntent(getIntent()); Is this the only place ...
4 years, 8 months ago (2016-03-30 17:46:03 UTC) #8
nyquist
The CL description seems a bit off. The first line should be the one-liner, then ...
4 years, 8 months ago (2016-03-30 17:58:13 UTC) #9
shaktisahu
https://codereview.chromium.org/1814693003/diff/20001/blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java File blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java (right): https://codereview.chromium.org/1814693003/diff/20001/blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java#newcode148 blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java:148: String url = getUrlFromIntent(getIntent()); On 2016/03/30 17:46:02, Khushal wrote: ...
4 years, 8 months ago (2016-03-30 21:17:21 UTC) #13
Khushal
lgtm. Thanks!
4 years, 8 months ago (2016-03-31 03:11:19 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1814693003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1814693003/40001
4 years, 8 months ago (2016-03-31 03:54:55 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/162397)
4 years, 8 months ago (2016-03-31 04:04:22 UTC) #18
nyquist
lgtm
4 years, 8 months ago (2016-04-01 00:41:56 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1814693003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1814693003/40001
4 years, 8 months ago (2016-04-01 00:42:28 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-01 01:03:24 UTC) #24
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 01:04:30 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4aadad4d568976931a377f567f25b93458a2530c
Cr-Commit-Position: refs/heads/master@{#384455}

Powered by Google App Engine
This is Rietveld 408576698