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.
|
34782 |
HardwareCodecCapabilityUtils.java |
|
13545 |
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. |
3718 |
IXPCOMEventTarget.java |
|
445 |
LocaleUtils.java |
|
1151 |
NetworkUtils.java |
Keep the below constants in sync with
http://searchfox.org/mozilla-central/source/netwerk/base/nsINetworkLinkService.idl
|
5213 |
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 |
15992 |
XPCOMError.jinja |
|
1253 |
XPCOMEventTarget.java |
Wrapper for nsIEventTarget, enabling seamless dispatch of java runnables to Gecko event queues.
|
5230 |