| BundleEventListener.java |
Handles a message sent from Gecko.
@param event The name of the event being sent.
@param message The message data.
@param callback The callback interface for this message. A callback is provided only if the
originating call included a callback argument; otherwise, callback will be null.
|
842 |
| DebugConfig.java |
|
4083 |
| EventCallback.java |
Callback interface for Gecko requests.
<p>For each instance of EventCallback, exactly one of sendResponse, sendError, or sendCancel must
be called to prevent observer leaks. If more than one send* method is called, or if a single send
method is called multiple times, an {@link IllegalStateException} will be thrown.
|
1936 |
| GeckoBackgroundThread.java |
package |
1919 |
| GeckoBundle.java |
A lighter-weight version of Bundle that adds support for type coercion (e.g. int to double) in
order to better cooperate with JS objects.
|
34123 |
| HardwareCodecCapabilityUtils.java |
|
14475 |
| HardwareUtils.java |
|
1403 |
| ImageDecoder.java |
Provides access to Gecko's Image processing library. |
3210 |
| ImageResource.java |
Represents an Web API image resource as used in web app manifests and media session metadata.
@see <a href="https://www.w3.org/TR/image-resource">Image Resource</a>
|
10678 |
| InputDeviceUtils.java |
|
758 |
| IntentUtils.java |
Utilities for Intents. |
14027 |
| IXPCOMEventTarget.java |
|
445 |
| LocaleUtils.java |
Function normalizes BCP-47 language tags to use non-legacy language codes and only return
'language-region' style codes for use with Accept-Language and Requested Locales.
<p>Locale.getLanguage() may return legacy language code until Java 17
https://developer.android.com/reference/java/util/Locale#legacy_language_codes
@param locale The BCP-47 locale to normalize. e.g., iw-IL, zn-Hans-CN, en-US-u-mu-celsius,
@return A normalized BCP-47 language code with only language-region, e.g., he-IL, zn-CN, en-US.
|
1547 |
| NetworkUtils.java |
Keep the below constants in sync with
http://searchfox.org/mozilla-central/source/netwerk/base/nsINetworkLinkService.idl
|
5205 |
| ProxySelector.java |
Returns the proxy identified by the {@code hostKey} system property, or null. |
4840 |
| ThreadUtils.java |
Controls the action taken when a method like {@link
ThreadUtils#assertOnUiThread(AssertBehavior)} detects a problem.
|
4368 |
| WebAuthnUtils.java |
package |
17363 |
| XPCOMError.jinja |
|
1253 |
| XPCOMEventTarget.java |
Wrapper for nsIEventTarget, enabling seamless dispatch of java runnables to Gecko event queues.
|
5230 |