Closed Bug 725289 Opened 13 years ago Closed 13 years ago

Unprefix Blob.mozSlice

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla13

People

(Reporter: zcorpan, Assigned: mjschranz)

References

Details

(Keywords: dev-doc-complete)

Attachments

(1 file, 2 obsolete files)

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.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: nobody → schranz.m
Status: NEW → ASSIGNED
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+
Should cover it.
Attachment #596057 - Attachment is obsolete: true
Attachment #596234 - Flags: review+
You know, might have used the wrong command there when renaming the file. Let me know if that causes an issue.
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 :)
Simply forgot a flag I need when generating patches with git!
Attachment #596234 - Attachment is obsolete: true
Attachment #597682 - Flags: review+
Keywords: checkin-needed
Keywords: checkin-needed
OS: Mac OS X → All
Hardware: x86 → All
Target Milestone: --- → mozilla13
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Do you need verification that the bug is fixed? I am more than willing to do it.
Depends on: 732709
Docs updated: https://developer.mozilla.org/en/DOM/Blob Added to Firefox 13 for developers.
Depends on: 757284
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: