Closed Bug 562431 Opened 15 years ago Closed 14 years ago

Rewrite WeaveCrypto as a .jsm

Categories

(Firefox :: Sync, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: taras.mozilla, Assigned: philikon)

References

Details

(Whiteboard: [ts][qa-])

Attachments

(4 files, 1 obsolete file)

Having it as an xpcom component incurs needless overhead.
Whiteboard: [ts]
Should definitely do this, probably for 2.0 (?) when support for Firefox 3.6 and its binary WeaveCrypto component is dropped.
Target Milestone: --- → 2.0
2.0 is a planned add-on-based release around June (it might get renumbered). Future for now, but definitely wanted in the Fx4 timeframe.
Target Milestone: 2.0 → Future
This is a pre requisite for bug 570619 (which already has a patch for it; I was unaware of this bug; will move patch over).
Assignee: nobody → philipp
Blocks: 570619
Target Milestone: Future → 1.6
This is pretty much what we had in bug 570619 already. Copying comment 6: For some reason this breaks one test (test_crypto_crypt.js) because it used an improper base64 string for the 'badiv' variable (trailing =); the failure origins from bug 439276. Making this a proper base64 string makes the tests pass but fail for the binary component.
Attachment #481747 - Flags: review?(mconnor)
Move add-on test harness to the 'addon' directory and make it reusable, in preparation of Part 3 where we move the WeaveCrypto related tests to services/crypto/
Attachment #481748 - Flags: review?(mconnor)
Attached patch Build fixes on m-c (obsolete) (deleted) — Splinter Review
Attachment #482277 - Flags: review?(mconnor)
Comment on attachment 481747 [details] [diff] [review] Part 1 (v1): Make WeaveCrypto.js a JSM >-# WeaveCrypto.js >+# IWeaveCrypto.xpt > interfaces components/IWeaveCrypto.xpt >-component {7fa20841-c90e-4432-a1a1-ba3b20cb6b37} components/WeaveCrypto.js >-contract @labs.mozilla.com/Weave/Crypto;2 {7fa20841-c90e-4432-a1a1-ba3b20cb6b37} If we're not using this in Gecko 2.0, do we need to register the xpt at all? I don't see why we would, trunk doesn't have an impl, and we shouldn't hit this...
Attachment #481747 - Flags: review?(mconnor) → review+
Attachment #481748 - Flags: review?(mconnor) → review+
(In reply to comment #8) > If we're not using this in Gecko 2.0, do we need to register the xpt at all? We still refer to Ci.IWeaveCrypto in the code. But of course trunk comes with its own, already registered Ci.IWeaveCrypto. At least since 4.0b4. If we don't care about the add-on working on previous betas, then yes, we can get rid of this.
Attachment #481749 - Flags: review?(mconnor) → review+
Attachment #482277 - Flags: review?(mconnor) → review+
Blocks: 603388
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Attached patch Build fixes on m-c (v2) (deleted) — Splinter Review
Update build fixes patch to include test move.
Attachment #482277 - Attachment is obsolete: true
Whiteboard: [ts] → [ts][qa-]
Component: Firefox Sync: Crypto → Sync
Product: Cloud Services → Firefox
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: