canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
MarkFinkle (talk | contribs) (→Goals) |
MarkFinkle (talk | contribs) |
||
| Line 21: | Line 21: | ||
* We will not create a drop-in replacement for WebView. While we'll have the same concepts, we do not intend to chase 1-1 parity with the WebView interfaces. | * We will not create a drop-in replacement for WebView. While we'll have the same concepts, we do not intend to chase 1-1 parity with the WebView interfaces. | ||
== | == Details == | ||
* GeckoView is an Android View wrapper around browser.js/browser.xul | |||
** GeckoView will have an API to allow basic control, such as loading HTML content. | |||
* GeckoView does not include any browser chrome UI, such as URL editors, toolbar or tab strips | |||
** Host applications supply the chrome UI | |||
** Host applications control GeckoView behavior by implementing callback interfaces and providing GeckoView with references to the implementations | |||
== Background == | == Background == | ||