Closed
Bug 1177148
Opened 10 years ago
Closed 10 years ago
Android app switch for Chrome Dev on all URLs
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox40 affected, firefox41 unaffected, fennec41+)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | affected |
| firefox41 | --- | unaffected |
| fennec | 41+ | --- |
People
(Reporter: kbrosnan, Assigned: mcomella)
Details
I am getting an Android app switch icon in the address bar of every page. Running Android M and Chrome Dev on the device. https://play.google.com/store/apps/details?id=com.chrome.dev
Str:
* Open a web page
* Tap on the android icon in the address bar
* URL is opened in Chrome
| Reporter | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Assignee: nobody → michael.l.comella
tracking-fennec: ? → 41+
| Assignee | ||
Comment 3•10 years ago
|
||
We update the page actions in updatePageAction [1]:
7734 HelperApps.getAppsForUri(uri, { filterHttp: true }, (apps) => {
7735 this.clearPageAction();
7736 if (apps.length > 0)
7737 this._setUriForPageAction(uri, apps, contentDocument);
7738 });
getAppsForUri eventually calls out to Java, to the IntentHelper.getHandlers method. Investigating...
[1]: https://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js?rev=d716c5d113d8#7737
Flags: needinfo?(michael.l.comella)
| Assignee | ||
Comment 4•10 years ago
|
||
Kevin clarified on IRC that this only affects Chrome Dev.
Kevin, I think I may have repro'd once on my Android 4.4.4 N7, but I can't seem to anymore (maybe I imagined it). Can you still repro? Perhaps Chrome Dev got updated.
Flags: needinfo?(kbrosnan)
Summary: Android app switch for Chrome on all URLs → Android app switch for Chrome Dev on all URLs
| Reporter | ||
Comment 5•10 years ago
|
||
Nor can I atm. Lets close for now and reopen if it is seen again.
Flags: needinfo?(kbrosnan)
| Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•