Advertisement
diogogmt

CancelFullScreen

Nov 21st, 2011
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. nsGenericHTMLElement::MozRequestFullScreen()
  2.  
  3. nsEventStateManager::SetFullScreenState()
  4.  
  5. nsEventStateManager::SetFullScreenState()
  6.  
  7. nsGlobalWindow::SetFullScreen()
  8. mWindowID: 7
  9. aFullScreen: 1
  10.  
  11. rootItem != treeItem... calling SetFullScreen on root window
  12.  
  13. nsGlobalWindow::SetFullScreen()
  14. mWindowID: 1
  15. aFullScreen: 1
  16. WARNING: NS_ENSURE_SUCCESS(result, result) failed with result 0x80004005: file /home/diogogmt/mozilla-central/editor/libeditor/base/nsEditor.cpp, line 3903
  17. WARNING: NS_ENSURE_SUCCESS(res, res) failed with result 0x80004005: file /home/diogogmt/mozilla-central/editor/libeditor/text/nsTextEditRules.cpp, line 444
  18. WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x804B000A: file /home/diogogmt/mozilla-central/toolkit/components/places/AsyncFaviconHelpers.cpp, line 986
  19.  
  20. nsDocument::CancelFullScreen()
  21. Getting the window...
  22. win_outer->mWindowID: 1
  23. innerWindowID(): 2
  24.  
  25. nsEventStateManager::SetFullScreenState()
  26.  
  27. nsEventStateManager::SetFullScreenState()
  28.  
  29. nsGlobalWindow::SetFullScreen()
  30. mWindowID: 1
  31. aFullScreen: 0
  32.  
  33. Getting the mDocument->window...
  34.  
  35. Unlocking the mouse
  36.  
  37. nsGlobalWindow::GetNavigator()
  38.  
  39. mWindowID: 1
  40.  
  41. gNextWindowID: 13
  42.  
  43. outter mWindowID: 1
  44.  
  45. Navigator exists.
  46.  
  47. Navigator::GetPointer()
  48.  
  49. mPointer is TRUE
  50.  
  51. nsDOMMouseLockable exists.
  52.  
  53. nsDOMMouseLockable::Init()
  54.  
  55. pointer exists, now unlocking the mouse
  56.  
  57. nsDOMMouseLockable::Unlock()
  58.  
  59. mIsLocked: 0
  60.  
  61. unlocking....
  62.  
  63. mIsLocked: 0
  64.  
  65. nsDocument::MozCancelFullScreen()
  66.  
  67. nsDocument::CancelFullScreen()
  68.  
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement