On 11/25/2013 01:17 AM, Richard Newman wrote:
> As far as I understand it, GeckoView doesn't include Fennec's favicon 
> machinery (and none of the other background services, either). It delegates 
> favicon handling to your own content delegate:
>
>     private void handleLinkFavicon(final JSONObject message) throws 
> JSONException {
>         if (mContentDelegate != null) {
>             int id = message.getInt("tabID");
>             mContentDelegate.onReceivedFavicon(GeckoView.this, new 
> Browser(id), message.getString("href"), message.getInt("size"));
>         }
>     }
Is there API documentation published somewhere for methods like
"onReceivedFavIcon", or should I just generate it myself from source?

> As such, it's up to you whether you load favicons, and how you do so.
That is exactly what I like to hear.

+n
_______________________________________________
mobile-firefox-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to