Closed Bug 555250 Opened 14 years ago Closed 14 years ago

[OOP] add support for NPN_ConvertPoint via IPC

Categories

(Core Graveyard :: Plug-ins, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jaas, Assigned: jaas)

Details

Attachments

(1 file, 1 obsolete file)

We should add support for NPN_ConvertPoint via IPC.
Attached patch fix v1.0 (obsolete) — Splinter Review
Attachment #435220 - Flags: review?(benjamin)
Attachment #435220 - Flags: review?(jones.chris.g)
Comment on attachment 435220 [details] [diff] [review]
fix v1.0

>+  
>+template<>
>+struct ParamTraits<NPCoordinateSpace>
>+{
>+  typedef NPCoordinateSpace paramType;
>+
>+  static void Write(Message* aMsg, const paramType& aParam)
>+  {
>+    WriteParam(aMsg, int(aParam));
>+  }
>+

int32

>+  static bool Read(const Message* aMsg, void** aIter, paramType* aResult)
>+  {
>+    int intval;

int32 here too.

r=me with that.
Attachment #435220 - Flags: review?(jones.chris.g) → review+
Attachment #435220 - Flags: review?(benjamin)
Attached patch fix v1.1Splinter Review
Attachment #435220 - Attachment is obsolete: true
pushed to mozilla-central

http://hg.mozilla.org/mozilla-central/rev/6017d45d157e
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: