Closed
Bug 1035405
Opened 11 years ago
Closed 7 years ago
GeckoView HTTP Auth
Categories
(GeckoView :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: heath.borders, Unassigned)
Details
GeckoView#ChromeDelegate should have callbacks to satisfy HTTP Auth requests.
Similarly, there should be an API to remove all previously entered HTTP Auth credentials, get previously entered HTTP Auth credentials, and pre-set HTTP Auth credentials.
| Reporter | ||
Comment 1•11 years ago
|
||
This should be similar to Android's WebViewClient#onReceivedHttpAuthRequest [1]
[1] http://developer.android.com/reference/android/webkit/WebViewClient.html#onReceivedHttpAuthRequest(android.webkit.WebView, android.webkit.HttpAuthHandler, java.lang.String, java.lang.String)
Comment 2•9 years ago
|
||
Mass change of bugs in the "Embedding: GRE Core" component in preparation for archiving it. I believe that these are no longer relevant; but if they are, they should be reopened and moved into a component relevant to the code in question.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
Comment 3•9 years ago
|
||
Reopening and moving to Core::Embedding: APIs, where we'll continue to triage and track GeckoView issues.
Status: RESOLVED → REOPENED
Component: Embedding: GRE Core → Embedding: APIs
Ever confirmed: true
Product: Core Graveyard → Core
Resolution: INCOMPLETE → ---
Component: Embedding: APIs → GeckoView
Product: Core → Firefox for Android
Version: unspecified → Trunk
This is satisfied today by GeckoSession.PromptDelegate.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 7 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox for Android → GeckoView
You need to log in
before you can comment on or make changes to this bug.
Description
•