Closed
Bug 56635
Opened 24 years ago
Closed 24 years ago
">>>> Writing to clipboard" must be stopped!
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: shaver, Assigned: mikepinkerton)
Details
Attachments
(2 files)
1.60 KB,
patch
|
Details | Diff | Splinter Review | |
1.61 KB,
patch
|
Details | Diff | Splinter Review |
I'm about to attach a patch. Need r= and sr=.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Hey! Please get my name out of those DEBUG_ statements! I want to see these go
away too, and I had nothing to do with putting them there. Pavlov might
conceivably want them.
Comment 4•24 years ago
|
||
Re review: I'd nitpick that in two cases there's no need for the else clause to
be there at all, and it would be better to put the ifdefs around the whole else
clause rather than inserting braces and ifdefing the contents of the braces.
But that is a nit, and any reasonable compiler will make them equivalent.
Other than that, r=akkana if you remove my name from the DEBUG_clipboard
definition.
Reporter | ||
Comment 5•24 years ago
|
||
I thought you commented on IRC to the effect that you found them useful. I
didn't mean to malign you!
I'll take your name out, but I don't like #ifdef around complete else clauses,
so I resist that change. Unless someone insists, I'll not bother to repost the
patch sans-akkana.
Comment 6•24 years ago
|
||
No, don't repost it. Yes, I found it occasionally helpful, but not so much that
I want to see it every single time the clipboard contents change ... I'll flip
it on locally if I want to debug clipboard stuff. :-) As for the ifdef around
else, it's your choice, and I certainly don't insist on that for the r=akk.
Sure would be nice if we could turn this off for rtm! Sigh.
Assignee | ||
Comment 7•24 years ago
|
||
personally, i think this is good since it has already caught all sorts of
problems on linux with overzealous hitting of the clipboard, but i agree it
should not be a naked printf.
I'd like to see it #ifdef DEBUG, but i'll settle for DEBUG_clipboard if it's
what the masses insist upon.
Target Milestone: --- → mozilla0.9
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 8•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•