Closed
Bug 785942
Opened 11 years ago
Closed 11 years ago
Make sure WebMobileConnection is only defined in B2G build
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
Attachments
(3 files, 3 obsolete files)
893 bytes,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
2.53 KB,
patch
|
sicking
:
superreview+
|
Details | Diff | Splinter Review |
2.69 KB,
patch
|
Details | Diff | Splinter Review |
From Bug 784709, mozMobileConnection should be only enabled in B2G. Desktop firefox should NOT see this property under navigator.
Assignee | ||
Updated•11 years ago
|
Blocks: b2g-ril-stk
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → allstars.chh
Assignee | ||
Updated•11 years ago
|
Assignee: allstars.chh → nobody
Component: General → DOM: Device Interfaces
Product: Boot2Gecko → Core
Version: unspecified → Trunk
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → allstars.chh
Assignee | ||
Comment 1•11 years ago
|
||
Hi, sicking and smaug, In order to make mozMobileConnection only exist in b2g build, I need to separate mozMobileConnection from nsIDOMNavigatorNetwork.idl first, so this is the patch for IDL modification. Can you help to review this for me ? Thanks
Attachment #655861 -
Flags: superreview?(jonas)
Attachment #655861 -
Flags: review?(bugs)
Assignee | ||
Comment 2•11 years ago
|
||
Hi, smaug This patch updates the implementation. Thanks
Attachment #655862 -
Flags: review?(bugs)
Assignee | ||
Comment 3•11 years ago
|
||
Hi, smaug This patch updates the test. Thanks
Attachment #655864 -
Flags: review?(bugs)
Comment 4•11 years ago
|
||
Comment on attachment 655861 [details] [diff] [review] Part 1: Update IDL >+[scriptable, uuid(d8672694-3334-4d0d-a4c3-38fa70c265d0)] >+interface nsIDOMMozNavigatorMobileConnection : nsISupports This interface should not have nsIDOM prefix but nsI prefix.
Attachment #655861 -
Flags: review?(bugs) → review+
Updated•11 years ago
|
Attachment #655862 -
Flags: review?(bugs) → review+
Updated•11 years ago
|
Attachment #655864 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Olli Pettay [:smaug] (slower than usual reviews for few days) from comment #4) > Comment on attachment 655861 [details] [diff] [review] > Part 1: Update IDL > > > >+[scriptable, uuid(d8672694-3334-4d0d-a4c3-38fa70c265d0)] > >+interface nsIDOMMozNavigatorMobileConnection : nsISupports > > This interface should not have nsIDOM prefix but nsI prefix. Hi, smaug Should I need to rename the filename nsIDOMNavigatorMobileConnection.idl to nsINavigatorMobileConnection.idl as well ?
Assignee | ||
Comment 6•11 years ago
|
||
Address to smaug's comments, also rename the filename as well.
Attachment #655861 -
Attachment is obsolete: true
Attachment #655861 -
Flags: superreview?(jonas)
Attachment #656126 -
Flags: superreview?(jonas)
Assignee | ||
Comment 7•11 years ago
|
||
Address to smaug's comments, also rename the filename as well.
Attachment #655862 -
Attachment is obsolete: true
Attachment #656128 -
Flags: superreview?(jonas)
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 656128 [details] [diff] [review] Part 1: Update IDL v2 network problem, update the same problem twice.
Attachment #656128 -
Attachment is obsolete: true
Attachment #656128 -
Flags: superreview?(jonas)
Assignee | ||
Comment 9•11 years ago
|
||
Assignee | ||
Comment 10•11 years ago
|
||
try result: https://tbpl.mozilla.org/?tree=Try&rev=831a1ef610fb sicking, superreview ping
Attachment #656126 -
Flags: superreview?(jonas) → superreview+
Assignee | ||
Comment 11•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/07b339718a40 https://hg.mozilla.org/integration/mozilla-inbound/rev/d87b9221e5c4 https://hg.mozilla.org/integration/mozilla-inbound/rev/3a3c2a6507e3 sicking, smaug: Great thanks to your quick reviews. \O/
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla18
Comment 12•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/07b339718a40 https://hg.mozilla.org/mozilla-central/rev/d87b9221e5c4 https://hg.mozilla.org/mozilla-central/rev/3a3c2a6507e3
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•