Closed
Bug 291318
Opened 20 years ago
Closed 14 years ago
[BEOS]Clean up the clipboard
Categories
(Core Graveyard :: GFX: BeOS, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: thesuckiestemail, Unassigned)
References
Details
Attachments
(1 obsolete file)
nsClipboard.cpp needs a cleanup. Guess what, it's already done. Insert oohs and
aahs here :)
Comment on attachment 181426 [details] [diff] [review]
Refactored and with real logging
r?
Attachment #181426 -
Flags: review?(sergei_d)
Hmm, I tried cut'n'paste to Mozilla (a bugzilla bugreport) from bdb (stacktrace)
and got 'boxes'. Although not from other BeOS-apps. Pasted the text to
Stylededit and copied, still got 'boxes'. Saving and opening the text made it
work ok though, so maybe it's bdb and utf-8 conversion problem. It's probably
the same with the code in CVS now.
There was a problem with a recompile that caused that, so this patch was not to
blaim.
Comment 5•19 years ago
|
||
Comment on attachment 181426 [details] [diff] [review]
Refactored and with real logging
r=sergei_d
Attachment #181426 -
Flags: review?(sergei_d) → review+
Comment 6•19 years ago
|
||
looks like this is waiting review and commit? Adding to the BeOS blocking bug
so we don't forget it.
Blocks: 266252
It's not completly working, So don't check this in! It's something in the
utf8<->utf16 conversion that's wrong.
Comment on attachment 181426 [details] [diff] [review]
Refactored and with real logging
I need to create a new patch for this..
Attachment #181426 -
Attachment is obsolete: true
Comment 9•19 years ago
|
||
Does it make any difference - in one place i see UCS2-UTF8 conversion, in second
- UTF8-UTF16 conversion?
Comment 10•19 years ago
|
||
the NS_Convert* functions treat UCS-2 and UTF-16 identically.
Comment 11•18 years ago
|
||
tqh, what is status of this clipboard rewrite?
Weren't some pieces already commited in other patches?
Reporter | ||
Comment 12•18 years ago
|
||
This is completly seperate from anything else. I wrote it to learn about transfereble and mime-conversion, and to clean the current messy code up. Unfortunatly the patch has bugs in it, and as the current code works I havn't put any priority to it.
So the only thing this code would do is clean the current code up.
Comment 13•18 years ago
|
||
Moving forward to Firefox 3
Updated•16 years ago
|
Product: Core → Core Graveyard
Comment 14•14 years ago
|
||
We don't support BeOS any more.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Comment 15•14 years ago
|
||
In the graveyard, code referred to doesn't exist to be fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•