Closed
Bug 755122
Opened 12 years ago
Closed 12 years ago
remove bufferToArrayHack from frameworker
Categories
(Firefox Graveyard :: SocialAPI, defect)
Firefox Graveyard
SocialAPI
Tracking
(firefox17 fixed)
RESOLVED
FIXED
Firefox 18
Tracking | Status | |
---|---|---|
firefox17 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: markh)
References
Details
(Whiteboard: [Fx17][qa-])
Attachments
(1 file)
(deleted),
patch
|
markh
:
review+
Gavin
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
moved from https://github.com/mozilla/socialapi-dev/issues/24
There are js compartment issues with Uint8Array, related to bug 734215.
Reporter | ||
Comment 1•12 years ago
|
||
We still have a problem, now getting "permission denied to access object".
Reporter | ||
Updated•12 years ago
|
Whiteboard: [ms2]
Updated•12 years ago
|
Whiteboard: [ms2] → [Fx17]
Comment 2•12 years ago
|
||
This should have been fixed by bug 734215 - need to re-test.
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → mhammond
Assignee | ||
Comment 3•12 years ago
|
||
My testing shows this as now working correctly - but I'm leaving this open as a reminder to remove the bufferToArrayHack from frameworker (or at least create a strategy to remove it - immediate removal might break amigo in the short term)
Comment 4•12 years ago
|
||
Is the relevant functionality not covered by the landed tests? testArrayUsingBuffer seems to cover it.
Comment 5•12 years ago
|
||
Attachment #638781 -
Flags: review?(mhammond)
Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 638781 [details] [diff] [review]
remove the hack
Yeah, testArrayUsingReader should cover it, so I guess a trivial s/todo// in browser_frameworker is also needed (I'm still getting a FF crash running that test from the addon, so I'm struggling to confirm it via the tests)
Attachment #638781 -
Flags: review?(mhammond) → review+
Assignee | ||
Updated•12 years ago
|
Hardware: x86 → All
Summary: ArrayBuffer/Uint8Array stuff not working in nightly → remove bufferToArrayHack from frameworker
Reporter | ||
Comment 7•12 years ago
|
||
this hack function has not been in use for a few weeks, we can remove it.
Assignee | ||
Comment 8•12 years ago
|
||
Status: NEW → ASSIGNED
Comment 9•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 18
Updated•12 years ago
|
Attachment #638781 -
Flags: approval-mozilla-aurora+
Comment 10•12 years ago
|
||
status-firefox17:
--- → fixed
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•