User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:32, 27 November 2011 (diff | hist) . . (-23) . . Implementing the Mouse Lock API in Firefox (→Participants)
- 20:25, 27 November 2011 (diff | hist) . . (+4,431) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 20:02, 27 November 2011 (diff | hist) . . (+5) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 20:01, 27 November 2011 (diff | hist) . . (+38) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 13:23, 25 November 2011 (diff | hist) . . (+23) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 13:22, 25 November 2011 (diff | hist) . . (+86) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 13:21, 25 November 2011 (diff | hist) . . (+23) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 12:00, 25 November 2011 (diff | hist) . . (+74,666) . . N Mac Crash with Jesse's SynthesizeMouseMove change (Created page with 'Looks like we're causing a loop with simulated mouse move events. Here's my crash stack on Mac: <pre> Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 XUL …') (current)
- 11:58, 25 November 2011 (diff | hist) . . (+66) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 22:54, 24 November 2011 (diff | hist) . . (+185) . . News Coverage of CDOT
- 20:27, 23 November 2011 (diff | hist) . . (+87) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 15:37, 23 November 2011 (diff | hist) . . (+103) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 19:58, 22 November 2011 (diff | hist) . . (+474) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 19:00, 21 November 2011 (diff | hist) . . (+3,536) . . N Void lock (in Element target, optional in VoidCallback successCallback, optional in VoidCallback failureCallback); (Created page with '==Doing the callbacks in IDL/C++== Consider a similar interface already in the DOM, navigator.geolocation.getCurrentPosition: https://mxr.mozilla.org/mozilla-central/source/dom…') (current)
- 18:40, 21 November 2011 (diff | hist) . . (+4) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 18:16, 21 November 2011 (diff | hist) . . (+217) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 17:27, 20 November 2011 (diff | hist) . . (+821) . . Mouse Lock Implementation FAQ
- 17:15, 20 November 2011 (diff | hist) . . (+170) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 22:00, 19 November 2011 (diff | hist) . . (+375) . . Where to store the state info (e.g., previous position) between mouse events? (current)
- 21:35, 19 November 2011 (diff | hist) . . (+3,549) . . N Where to store the state info (e.g., previous position) between mouse events? (Created page with 'Discussion from #introduction with khuey <pre> 20:40 <@humph> evening 20:41 <@humph> any content/dom folks about? 20:41 <@humph> I need to bounce some ideas off someone 20:43 < …')
- 21:34, 19 November 2011 (diff | hist) . . (+85) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 21:05, 19 November 2011 (diff | hist) . . (+1,218) . . Stack Trace for nsDOMMouseEvent::GetScreenX (current)
- 21:01, 19 November 2011 (diff | hist) . . (+11,533) . . N Stack Trace for nsDOMMouseEvent::GetScreenX (Created page with 'Attach a 'mousemove' event listener, move your mouse, access event.screenX: <pre> #0 nsDOMMouseEvent::GetScreenX (this=0x11ac73880, aScreenX=0x7fff5fbf9478) at /Users/dave/repo…')
- 21:00, 19 November 2011 (diff | hist) . . (+51) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 20:50, 19 November 2011 (diff | hist) . . (+159) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 20:40, 19 November 2011 (diff | hist) . . (+6,674) . . N Stack Trace for nsDOMMouseEvent::nsDOMMouseEvent ctor (Created page with 'Here is what happens when an nsDOMMouseEvent gets created: <pre> #0 nsDOMMouseEvent::nsDOMMouseEvent (this=0x11acc2380, aPresContext=0x11cc08c00, aEvent=0x7fff5fbfc390) at /Use…') (current)
- 20:38, 19 November 2011 (diff | hist) . . (+85) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 22:09, 17 November 2011 (diff | hist) . . (+577) . . Mouse Lock Implementation FAQ
- 20:49, 17 November 2011 (diff | hist) . . (+309) . . Mouse Lock Implementation FAQ
- 16:19, 17 November 2011 (diff | hist) . . (+121) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 22:45, 16 November 2011 (diff | hist) . . (+604) . . Refactor nsIDOMNavigator changes for pointer attribute to be in separate interface (current)
- 21:28, 16 November 2011 (diff | hist) . . (-4) . . Refactor nsIDOMNavigator changes for pointer attribute to be in separate interface
- 21:27, 16 November 2011 (diff | hist) . . (+1,893) . . N Refactor nsIDOMNavigator changes for pointer attribute to be in separate interface (Created page with 'When implementing the <code>navigator.pointer</code> [https://github.com/humphd/mozilla-central/blob/b9be545b1ab71aa12b337b63a1967bea1960f9af/dom/interfaces/base/nsIDOMNavigator.…')
- 20:19, 16 November 2011 (diff | hist) . . (+89) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 15:22, 13 November 2011 (diff | hist) . . (+5,207) . . N Notes on MouseLock DOM Implementation Nov 13, 2011 (Created page with ' First attempt at putting MouseLockable and navigator.pointer into the DOM: https://github.com/humphd/mozilla-central/commit/951c8b505b2be1e4503f1a252e2384b75787eb34 This throw…') (current)
- 15:12, 13 November 2011 (diff | hist) . . (0) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 15:11, 13 November 2011 (diff | hist) . . (+37) . . Implementing the Mouse Lock API in Firefox (→High-Level Mouse Lock Implementation Tasks)
- 13:25, 12 November 2011 (diff | hist) . . (+819) . . Implementing the Mouse Lock API in Firefox (Added high-level mouse lock tasks)
- 21:04, 9 November 2011 (diff | hist) . . (+99) . . Mouse Lock Implementation FAQ (→After building a debug version of Firefox on Windows, should I be seeing a lot of WARNING messages?)
- 21:03, 9 November 2011 (diff | hist) . . (-572) . . Mouse Lock Implementation FAQ
- 21:05, 8 November 2011 (diff | hist) . . (-751) . . m D-Bus and other Linux desktop integration improvements (Reverted edits by Saoagent (Talk) to last revision by Mattar1) (current)
- 08:31, 2 November 2011 (diff | hist) . . (+234) . . Mouse Lock Implementation FAQ (→How do I resolve the windows line ending error when trying to build FireFox?)
- 08:20, 2 November 2011 (diff | hist) . . (+241) . . Mouse Lock Implementation FAQ (→How do I resolve the windows line ending error when trying to build FireFox?)
- 09:31, 1 November 2011 (diff | hist) . . (+73) . . DPS909 and OSD600 Fall 2011 Weekly Schedule and Notes (→Week 8 (Oct 31) Introduction to Mozilla Firefox Development and Mouse Lock) (current)
- 21:27, 31 October 2011 (diff | hist) . . (+47) . . Implementing the Mouse Lock API in Firefox (→Communication)
- 14:07, 31 October 2011 (diff | hist) . . (0) . . Mouse Lock Implementation FAQ (→How do I build Fireofx?)
- 14:05, 31 October 2011 (diff | hist) . . (+121) . . Implementing the Mouse Lock API in Firefox (→Participants)
- 14:04, 31 October 2011 (diff | hist) . . (+112) . . Implementing the Mouse Lock API in Firefox (→Introduction)
- 14:03, 31 October 2011 (diff | hist) . . (+107) . . Implementing the Mouse Lock API in Firefox (→Communication)
- 14:02, 31 October 2011 (diff | hist) . . (+95) . . Implementing the Mouse Lock API in Firefox
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)