Closed
Bug 1053033
Opened 11 years ago
Closed 7 years ago
Use webidl dictionaries for the manifests properties
Categories
(Core Graveyard :: DOM: Apps, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: fabrice, Assigned: fabrice)
References
Details
Attachments
(1 file)
|
3.22 KB,
patch
|
marco
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Comment 1•11 years ago
|
||
Does this bug include fixing DOMApplication.receipts or does that need a separate bug?
Flags: needinfo?(fabrice)
| Assignee | ||
Comment 2•11 years ago
|
||
I'm not sure. receipts are |sequence<DOMString>| so that may need different binding support? If not, I'll wrap everything in this bug.
Flags: needinfo?(fabrice)
Comment 3•11 years ago
|
||
Bug 963382 will apply to sequences as well as dictionaries.
Comment 4•11 years ago
|
||
Looks like the dep was fixed. Let us know if you need anything else, Fabrice. Thanks for doing this!
Flags: needinfo?(fabrice)
| Assignee | ||
Comment 5•11 years ago
|
||
That's the easy part!
Attachment #8483676 -
Flags: review?(mar.castelluccio)
Flags: needinfo?(fabrice)
Updated•11 years ago
|
Attachment #8483676 -
Flags: review?(mar.castelluccio) → review+
| Assignee | ||
Comment 6•11 years ago
|
||
I'm moving the receipts patch into bug 1063852 because the manifest conversion is not so simple. I need to dig a bit more but it seems that we hit some limitations of our current bindings implementation.
Comment 7•11 years ago
|
||
(In reply to Fabrice Desré [:fabrice] from comment #6)
> I'm moving the receipts patch into bug 1063852 because the manifest
> conversion is not so simple. I need to dig a bit more but it seems that we
> hit some limitations of our current bindings implementation.
Please file bugs! We will fix them promptly. ;-)
| Assignee | ||
Comment 8•11 years ago
|
||
(In reply to Bobby Holley (:bholley) from comment #7)
> (In reply to Fabrice Desré [:fabrice] from comment #6)
> > I'm moving the receipts patch into bug 1063852 because the manifest
> > conversion is not so simple. I need to dig a bit more but it seems that we
> > hit some limitations of our current bindings implementation.
>
> Please file bugs! We will fix them promptly. ;-)
I'm blocked on bug 767924 because the manifests have an "orientation" property that can be either a Orientation or a sequence<Orientation> (Orientation is a enum of strings).
I'm working on getting a reduced test case for the other issue I'm having, and will file.
Depends on: 767924
Comment 9•11 years ago
|
||
(In reply to Fabrice Desré [:fabrice] from comment #8)
> (In reply to Bobby Holley (:bholley) from comment #7)
> > (In reply to Fabrice Desré [:fabrice] from comment #6)
> > > I'm moving the receipts patch into bug 1063852 because the manifest
> > > conversion is not so simple. I need to dig a bit more but it seems that we
> > > hit some limitations of our current bindings implementation.
> >
> > Please file bugs! We will fix them promptly. ;-)
>
> I'm blocked on bug 767924 because the manifests have an "orientation"
> property that can be either a Orientation or a sequence<Orientation>
> (Orientation is a enum of strings).
That bug appears to be fixed, so I don't fully understand what it means to be blocked on it.
> I'm working on getting a reduced test case for the other issue I'm having,
> and will file.
Works for me!
| Assignee | ||
Updated•11 years ago
|
Updated•8 years ago
|
Product: Core → Core Graveyard
Comment 10•7 years ago
|
||
Core Graveyard / DOM: Apps is inactive. Closing all bugs in this component.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•