This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28373 - FilePropertyBag can inherit from BlobPropertyBag
Summary: FilePropertyBag can inherit from BlobPropertyBag
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 13:12 UTC by Simon Pieters
Modified: 2015-10-21 07:52 UTC (History)
2 users (show)

See Also:


Attachments

Description Simon Pieters 2015-03-30 13:12:54 UTC
FilePropertyBag can inherit from BlobPropertyBag (and remove type from FilePropertyBag).

Minor IDL tweak that should have no effect on observable behavior I think.
Comment 1 Boris Zbarsky 2015-03-30 23:42:10 UTC
> Minor IDL tweak that should have no effect on observable behavior I think.

There's an effect on observable behavior (changes the order of the two property gets), but in sane cases that shouldn't matter.

Of course if we had exhaustive testcases for this sort of thing they'd catch the change... ;)
Comment 2 Arun 2015-10-19 16:32:17 UTC
This is now tracked at: https://github.com/w3c/FileAPI/issues/22