Closed
Bug 725289
Opened 13 years ago
Closed 13 years ago
Unprefix Blob.mozSlice
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: zcorpan, Assigned: mjschranz)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 2 obsolete files)
24.45 KB,
patch
|
mjschranz
:
review+
|
Details | Diff | Splinter Review |
User Agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.7.2; U; en) Presto/2.10.229 Version/11.61
Steps to reproduce:
Please rename Blob.mozSlice to Blob.slice. Opera is working on changing the semantics of Blob.slice, but we don't want to prefix it. Since Gecko and WebKit have been shipping without Blob.slice support for several months, the existing content, if any, that relied on the old semantics of Blob.slice have had the chance to break and get updated. With Opera soon shipping Blob.slice with the new semantics, it's time to drop the prefix.
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
I think we should do this.
I agree!
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → schranz.m
Assignee | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•13 years ago
|
||
I imagine I might need to fix some of the current tests for this too, but I wanted to make sure the changes in the code were correct first before doing so.
Attachment #596057 -
Flags: review?(jonas)
Comment on attachment 596057 [details] [diff] [review]
Proposed patch removing moz prefix
Review of attachment 596057 [details] [diff] [review]:
-----------------------------------------------------------------
You need to update tests too. r=me once you do.
::: content/base/public/nsIDOMFile.idl
@@ +59,5 @@
> interface nsIURI;
> interface nsIPrincipal;
> interface nsIDOMBlob;
>
> +[scriptable, builtinclass, uuid(6640c2aa-fac0-497f-ba0f-60506f9a489f)]
This change doesn't affect the binary signature, so no need to rev the IID.
Attachment #596057 -
Flags: review?(jonas) → review+
Updated•13 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 5•13 years ago
|
||
Should cover it.
Attachment #596057 -
Attachment is obsolete: true
Attachment #596234 -
Flags: review+
Assignee | ||
Comment 6•13 years ago
|
||
You know, might have used the wrong command there when renaming the file. Let me know if that causes an issue.
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Yeah, we'd prefer to keep the history. If you use "hg mv oldname newname" that should produce a better diff.
And it'll make reviewing easier :)
Updated•13 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 9•13 years ago
|
||
Simply forgot a flag I need when generating patches with git!
Attachment #596234 -
Attachment is obsolete: true
Attachment #597682 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 11•13 years ago
|
||
Comment 12•13 years ago
|
||
Comment 13•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 14•13 years ago
|
||
Comment 15•13 years ago
|
||
Do you need verification that the bug is fixed? I am more than willing to do it.
Comment 16•13 years ago
|
||
Docs updated:
https://developer.mozilla.org/en/DOM/Blob
Added to Firefox 13 for developers.
Keywords: dev-doc-needed → dev-doc-complete
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
•