#1773 closed defect (obsolete)
Browse should provide titles for the clippings that places in the clipboard
Reported by: | tomeu | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Browse | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
For that, https://bugzilla.mozilla.org/show_bug.cgi?id=462508 needs to be fixed.
Change History (4)
comment:1 Changed 13 years ago by erikos
comment:2 Changed 12 years ago by RafaelOrtiz
- Milestone changed from Unspecified by Release Team to 0.94
Tomeu had a fix in bugzilla
Not really a mime type, we are adding some selections for passing metadata about the clipping that is displayed in Sugar's clipboard manager. We'd prefer these selections to be in UTF-8, as I understand that it's the preferred encoding for selections that contain text (we'd like these properties to be added to some spec in freedesktop.org some day). If we need to maintain the contract that Neil explained above, then we may do the following: if text/plain: QI to nsISupportsCString return single-byte string if available elif text/unicode: QI to nsISupportsString return doublebyte string if available elif QIs to nsISupportsCString return single-byte string elif QIs to nsISupportsString return double-byte string
comment:3 Changed 10 years ago by manuq
- Resolution set to obsolete
- Status changed from new to closed
Obsolete, we use webkit now.
Note: See
TracTickets for help on using
tickets.
so I guess we can set the milestone to 0.90?