Closed
Bug 615092
Opened 14 years ago
Closed 14 years ago
Add a way to dump gfxASurfaces to a data url
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mattwoodrow, Assigned: roc)
Details
Attachments
(3 files, 2 obsolete files)
4.52 KB,
patch
|
Details | Diff | Splinter Review | |
3.39 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
7.46 KB,
patch
|
mattwoodrow
:
review+
asa
:
approval2.0-
|
Details | Diff | Splinter Review |
Not sure if this should actually print to console, but its certainly easy to use from a debugger this way
Reporter | ||
Updated•14 years ago
|
Attachment #493554 -
Attachment is patch: true
Attachment #493554 -
Attachment mime type: application/octet-stream → text/plain
Reporter | ||
Comment 1•14 years ago
|
||
Attachment #493556 -
Flags: review?(bas.schouten)
Updated•14 years ago
|
Attachment #493556 -
Flags: review?(bas.schouten) → review+
Assignee | ||
Comment 2•14 years ago
|
||
I suggest you move the call to create the encoder down until you use the encoder. The encoder is sometimes not available (e.g. in plugin-container), and it's nice to still get to the part where we read the image data, because then you can at least read the data in the debugger.
Reporter | ||
Comment 3•14 years ago
|
||
Moved decoder initialization down.
Attachment #493554 -
Attachment is obsolete: true
Attachment #493610 -
Flags: review?(roc)
Reporter | ||
Comment 4•14 years ago
|
||
Fixed compile error, carrying forward r=Bas
Attachment #493556 -
Attachment is obsolete: true
Attachment #493611 -
Flags: review+
Reporter | ||
Updated•14 years ago
|
Attachment #493611 -
Attachment is patch: true
Attachment #493611 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Comment 5•14 years ago
|
||
Attachment #493614 -
Flags: review?(matt.woodrow+bugzilla)
Reporter | ||
Comment 6•14 years ago
|
||
Comment on attachment 493614 [details] [diff] [review] improved (?) Looks good, apart from the reftest.js debugging code that slipped in.
Attachment #493614 -
Flags: review?(matt.woodrow+bugzilla) → review+
Updated•14 years ago
|
OS: Mac OS X → All
Comment on attachment 493614 [details] [diff] [review] improved (?) This is pretty insanely useful when dealing with surfaces for which there's no system tool available to visualize them.
Attachment #493614 -
Flags: approval2.0?
Comment 8•14 years ago
|
||
Comment on attachment 493614 [details] [diff] [review] improved (?) not taking for Firefox 4. please hold until the trunk opens for post Firefox 4 changes.
Attachment #493614 -
Flags: approval2.0? → approval2.0-
Reporter | ||
Comment 9•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/e64ef5572e1b
Status: NEW → RESOLVED
Closed: 14 years ago
OS: All → Mac OS X
Resolution: --- → FIXED
Updated•13 years ago
|
Attachment #493610 -
Flags: review?(roc)
Updated•13 years ago
|
Assignee: nobody → roc
You need to log in
before you can comment on or make changes to this bug.
Description
•