Opened 14 years ago

Closed 11 years ago

Last modified 11 years ago

#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

Change History (4)

comment:1 Changed 14 years ago by erikos

so I guess we can set the milestone to 0.90?

comment:2 Changed 13 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 11 years ago by manuq

  • Resolution set to obsolete
  • Status changed from new to closed

Obsolete, we use webkit now.

comment:4 Changed 11 years ago by dnarvaez

  • Milestone 0.94 deleted

Milestone 0.94 deleted

Note: See TracTickets for help on using tickets.