Lines Matching full:browser
17 package com.android.browser;
28 import android.provider.Browser;
63 // Don't allow urls to leave the browser app when in
98 // The "about:" schemes are internal to the browser; don't want these to
135 Log.w("Browser", "Bad URI " + url + ": " + ex.getMessage());
162 Log.w("Browser", "No activity found to handle " + url);
170 // sanitize the Intent, ensuring web pages can not bypass browser
184 intent.putExtra(Browser.EXTRA_APPLICATION_ID, tab.getAppId());
205 // eg about:blank, assume the browser can handle it.
226 // Error on the side of staying in the browser, ignore
285 // abort if we left browser already
321 // Taken largely from Chrome source, src/chrome/browser/google_url_tracker.cc