Re: [webkit-dev] Potential performance/responsiveness problem with timers

2007-01-12 Thread Maciej Stachowiak
On Jan 11, 2007, at 7:10 PM, Don Gibson wrote: I've been looking at the code in Timer.cpp lately, and I have a vague worry that there might be problems, but no real concrete testcases of something actually being wrong. When firing timers, we set a single system timer for the soonest time

[webkit-dev] Reporting FCKeditor related bugs

2007-01-12 Thread Frederico Caldeira Knabben
It is really nice to see that FCKeditor is almost running with the nightly. There are still some bugs, and before I do any move, I would like to be sure this is something acceptable. I've always tried to create bug reports whithout associating them to FCKeditor. I simply got a buggy thing in the e

Re: [webkit-dev] Reporting FCKeditor related bugs

2007-01-12 Thread David D. Kilzer
Hi FredCK, I'd recommend filing all of the bugs. That way if someone else gets the notion to create a reduced test case or fix the bug, that's less work you'll have to do in the long run! Please do a cursory search for existing bugs before filing new ones as well. For example, "links ar

Re: [webkit-dev] font metrics

2007-01-12 Thread Mike Reed
Thanks for the reply David. I may end up taking the approach you describe down the road. My first experiment was to add a seed to the FontCache objects, and have them check it when a width was requested, and clear their cache if the seed was out of date. I didn't follow that too far, and now I'm

RE: [webkit-dev] Reporting FCKeditor related bugs

2007-01-12 Thread Frederico Caldeira Knabben
Hi David, Thanks a lot for the precision. I'll proceed with it, taking care to avoid duplicates whenever possible. Best regards, Frederico Caldeira Knabben http://www.fckeditor.net "Support Open Source Software" > -Original Message- > From: David D. Kilzer [mailto:[EMAIL PROTECTE

Re: [webkit-dev] Reporting FCKeditor related bugs

2007-01-12 Thread Maciej Stachowiak
On Jan 12, 2007, at 6:36 AM, David D. Kilzer wrote: Hi FredCK, I'd recommend filing all of the bugs. That way if someone else gets the notion to create a reduced test case or fix the bug, that's less work you'll have to do in the long run! Please do a cursory search for existing bugs be