Closed
Bug 733599
Opened 13 years ago
Closed 13 years ago
mozContacts should use DOMRequestIpcHelper
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: gwagner, Assigned: gwagner)
Details
Attachments
(2 files, 1 obsolete file)
14.35 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
2.87 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
This was introduced in Bug 720415
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → anygregor
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #603541 -
Attachment is obsolete: true
Assignee | ||
Updated•13 years ago
|
Attachment #603543 -
Flags: review?(fabrice)
Assignee | ||
Comment 3•13 years ago
|
||
Hm DOMRequestIpcHelper is only available in gonk builds. I guess I have to move it out.
Comment 4•13 years ago
|
||
Comment on attachment 603543 [details] [diff] [review]
patch
Review of attachment 603543 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with comments addressed
::: dom/contacts/ContactManager.js
@@ +289,5 @@
> case "Contact:Save:Return:OK":
> case "Contacts:Clear:Return:OK":
> case "Contact:Remove:Return:OK":
> req = this.getRequest(msg.requestID);
> + debug("req:" + req);
remove
::: dom/contacts/fallback/ContactService.jsm
@@ +17,5 @@
> let EXPORTED_SYMBOLS = ["DOMContactManager"];
>
> Cu.import("resource://gre/modules/XPCOMUtils.jsm");
> Cu.import("resource://gre/modules/Services.jsm");
> +Cu.import("resource://gre/modules/DOMRequestHelper.jsm");
You don't need this in the parent.
@@ +52,5 @@
> } catch(e) { debug(e); }
> },
>
> observe: function(aSubject, aTopic, aData) {
> + debug("custom observe!");
remove
Assignee | ||
Comment 5•13 years ago
|
||
Part2 with review comments and Makefile change
Attachment #603832 -
Flags: review?(fabrice)
Updated•13 years ago
|
Attachment #603543 -
Flags: review?(fabrice) → review+
Updated•13 years ago
|
Attachment #603832 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•