Closed
Bug 956240
Opened 11 years ago
Closed 11 years ago
WebMobileConnection: Use webidl event generator for the event that is dispatched by mozMobileConnection
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(1 file)
23.38 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
After moving to use webidl event generator, below interfaces can be removed,
- dom/network/interfaces/nsIDOMMozEmergencyCbModeEvent.idl
- dom/network/interfaces/nsIDOMMozOtaStatusEvent.idl
- dom/network/interfaces/nsIDOMUSSDReceivedEvent.idl
- dom/network/interfaces/nsIDOMDataErrorEvent.idl
- dom/network/interfaces/nsIDOMCFStateChangeEvent.idl
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8355451 [details] [diff] [review]
Patch, v1
Hi smaug, need your help to review this, thank you.
Attachment #8355451 -
Flags: review?(bugs)
Comment 3•11 years ago
|
||
Comment on attachment 8355451 [details] [diff] [review]
Patch, v1
Great, thanks!
Attachment #8355451 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Full try result: https://tbpl.mozilla.org/?tree=Try&rev=87c8e8491c2c
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Comment 7•11 years ago
|
||
So we don't want to condition these on MOZ_B2G_RIL anymore?
Assignee | ||
Comment 8•11 years ago
|
||
(In reply to Peter Van der Beken [:peterv] from comment #7)
> So we don't want to condition these on MOZ_B2G_RIL anymore?
We condition these on prefs 'dom.mobileconnection.enabled'.
And this prefs will be configured based on MOZ_B2G_RIL.
Comment 9•11 years ago
|
||
Sure, but that means that we're increasing the binary size with code that's never used (unless dom.mobileconnection.enabled is somehow ever true on non-b2g builds).
You need to log in
before you can comment on or make changes to this bug.
Description
•