Closed
Bug 1286662
Opened 7 years ago
Closed 7 years ago
Convert network events to native methods
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(firefox50 fixed)
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(3 files)
8.89 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
5.01 KB,
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
13.80 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
Convert the NETWORK_* events in GeckoEvent to native method calls in GeckoNetworkManager.
Assignee | ||
Comment 1•7 years ago
|
||
Add and use onConnectionChanged and onStatusChanged native methods in GeckoNetworkManager in place of the network events in GeckoEvent.
Attachment #8772064 -
Flags: review?(snorp)
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8772073 -
Flags: review+
Assignee | ||
Comment 3•7 years ago
|
||
Remove the now-obsolete network events from GeckoEvent.
Attachment #8772074 -
Flags: review?(snorp)
Attachment #8772064 -
Flags: review?(snorp) → review+
Attachment #8772074 -
Flags: review?(snorp) → review+
Pushed by nchen@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/7cca4a08498e Add native methods for GeckoNetworkManager notifications; r=snorp https://hg.mozilla.org/integration/mozilla-inbound/rev/73754b53ea3b Update auto-generated bindings; r=me https://hg.mozilla.org/integration/mozilla-inbound/rev/f4981006cbcf Remove network events from GeckoEvent; r=snorp
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7cca4a08498e https://hg.mozilla.org/mozilla-central/rev/73754b53ea3b https://hg.mozilla.org/mozilla-central/rev/f4981006cbcf
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•