Re: WheelEvent of DOM Level 3 Events now landed

2012-08-12 Thread Masayuki Nakano
I documented the prefs in mozilla wiki: https://wiki.mozilla.org/Gecko:Mouse_Wheel_Scrolling#Preferences_for_customizing_delta_values_and_default_action On 2012/08/13 4:57, Neil wrote: Any new pref names are not same as old pref names. I.e., users need to customize them again but users can share

Re: Paint Timing Changes and Tp5

2012-08-12 Thread Robert O'Callahan
On Mon, Aug 13, 2012 at 6:51 AM, Benjamin Smedberg wrote: > On 8/11/2012 8:14 AM, Robert O'Callahan wrote: > > I think making the HWND message loop thread not be the main thread would > be very hard. Drag and drop and IME for example require synchronous > processing. > > How does Chrome do this?

Re: Downtime notice: Sunday 12august2012, 3pm-6pm PDT

2012-08-12 Thread Nick Thomas
IT completed this a little early - the trees were reopened at 5:10pm. Cheers, Nick On 11/08/12 7:50 AM, John O'Duinn wrote: Hi, IT is requesting a tree closing downtime from 3:00-6:00pm PT on Sunday, 12th August. This downtime is to improve the links between two colos, details in: * Bug 77916

Re: Verification Culture

2012-08-12 Thread Nicholas Nethercote
On Fri, Aug 10, 2012 at 2:04 PM, Jason Smith wrote: > * Flagging of a risky patch needing to be sure it works - This is >where doing a deep dive generally by formulating a test plan and >executing it is useful. This suggestion reminds me of the fact that members of the JS team occasional

Re: WheelEvent of DOM Level 3 Events now landed

2012-08-12 Thread Neil
Masayuki Nakano wrote: By the changes, some prefs of mousewheel.* don't make sense now. They are replaced with new prefs: * mousewheel.(horizscroll.)?(withshiftkey|withaltkey|withmetakey|withcontrolkey|withnokey).sysnumlines Just removed. * mousewheel.(horizscroll.)?(withshift

Re: Paint Timing Changes and Tp5

2012-08-12 Thread Benjamin Smedberg
On 8/11/2012 8:14 AM, Robert O'Callahan wrote: As a partial aside, I think it might be *better* if the OMTC thread was the thread which actually processed windows events, especially if we didn't ever need to block the OMTC thread on the main gecko thread and merely dispatch them

Re: Verification Culture

2012-08-12 Thread Robert Kaiser
Jason Smith schrieb: Note - I still think it's useful for a QA driver to look through a set of bugs fixed for a certain Firefox release, it's just the process would be re-purposed for flagging a bug for needing more extensive testing for X purpose (e.g. web compatibility). I think QA should do