Advertisement
diogogmt

create navigator stack

Nov 21st, 2011
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. nsGlobalWindow::GetNavigator()
  2.  
  3. mWindowID: 13
  4.  
  5. nsGlobalWindow::GetNavigator()
  6.  
  7. mWindowID: 7
  8.  
  9. Creating navigator...
  10.  
  11. Navigator::Navigator()
  12.  
  13. Navigator::GetPointer()
  14.  
  15. mPointer is NULL
  16.  
  17. creating new nsDOMMouseLockable...
  18.  
  19. nsDOMMouseLockable::Init()
  20.  
  21. nsGenericHTMLElement::MozRequestFullScreen()
  22.  
  23. nsEventStateManager::SetFullScreenState()
  24.  
  25. nsEventStateManager::SetFullScreenState()
  26.  
  27. nsGlobalWindow::SetFullScreen()
  28.  
  29. mWindowID: 7
  30.  
  31. nsGlobalWindow::SetFullScreen()
  32.  
  33. mWindowID: 1
  34. WARNING: NS_ENSURE_SUCCESS(result, result) failed with result 0x80004005: file /home/diogogmt/mozilla-central/editor/libeditor/base/nsEditor.cpp, line 3903
  35. WARNING: NS_ENSURE_SUCCESS(res, res) failed with result 0x80004005: file /home/diogogmt/mozilla-central/editor/libeditor/text/nsTextEditRules.cpp, line 444
  36.  
  37. fullscreen true
  38. WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x804B000A: file /home/diogogmt/mozilla-central/toolkit/components/places/AsyncFaviconHelpers.cpp, line 986
  39.  
  40. nsDocument::CancelFullScreen()
  41.  
  42. innerWindowID: 2
  43.  
  44. nsEventStateManager::SetFullScreenState()
  45.  
  46. nsEventStateManager::SetFullScreenState()
  47.  
  48. nsGlobalWindow::SetFullScreen()
  49.  
  50. mWindowID: 1
  51.  
  52. fullscreen false
  53.  
  54. nsDocument::CancelFullScreen()
  55.  
  56. innerWindowID: 2
  57.  
  58. Unlocking the mouse
  59.  
  60. nsGlobalWindow::GetNavigator()
  61.  
  62. mWindowID: 1
  63.  
  64. Creating navigator...
  65.  
  66. Navigator::Navigator()
  67.  
  68. Navigator::GetPointer()
  69.  
  70. mPointer is NULL
  71.  
  72. creating new nsDOMMouseLockable...
  73.  
  74. nsDOMMouseLockable::Init()
  75.  
  76. pointer exists, now unlocking the mouse
  77.  
  78. nsDOMMouseLockable::Unlock()
  79.  
  80. mIsLocked: 0
  81.  
  82. unlocking....
  83.  
  84. mIsLocked: 0
  85.  
  86.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement