Closed
Bug 894088
Opened 11 years ago
Closed 11 years ago
Add argument for opening URL in new tab in GeckoView
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: stully, Assigned: stully)
References
Details
Attachments
(1 file)
1.26 KB,
patch
|
mfinkle
:
review-
|
Details | Diff | Splinter Review |
The GeckoView loadUrl() should have an argument to request the URL be opened in a new tab. Otherwise, it's impossible to load any pages since the browser needs at least one open tab.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #775994 -
Flags: review?(blassey.bugs)
Comment 2•11 years ago
|
||
I don't think we should allow the basic GeckoView to support this until we add a way to select the active tab. I think that requires a Host implemented interface.
Updated•11 years ago
|
Attachment #775994 -
Flags: review-
Comment 3•11 years ago
|
||
Comment on attachment 775994 [details] [diff] [review]
1/1 Add argument to loadUrl() function in GeckoView for opening URL in new tab
as finkle said
Attachment #775994 -
Flags: review?(blassey.bugs)
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Assignee | ||
Comment 5•11 years ago
|
||
> https://hg.mozilla.org/mozilla-central/rev/d17e4a0cba94
This is part of 880118. To copy the argument from that bug, this function is needed to get GeckoView to load a page when used as a library. Until a proper GeckoView interface is defined, it useful to have this otherwise GeckoView won't do anything interesting.
Updated•4 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
•