Articles tagged: Windows
Found 24 documents
- Glossary/Microsoft_Internet_Explorer Internet Explorer (or IE) is a free graphical browser maintained by Microsoft for legacy ...
- Mozilla/Add-ons/WebExtensions/API/windows Interact with browser windows. You can use this API to get information about open windows and to ...
- Mozilla/Add-ons/WebExtensions/API/windows/create Creates a new window.
- Mozilla/Add-ons/WebExtensions/API/windows/CreateType Specifies the type of browser window to create.
- Mozilla/Add-ons/WebExtensions/API/windows/get Gets details about a window, given its ID. The details are passed into a callback.
- Mozilla/Add-ons/WebExtensions/API/windows/getAll Gets information about all open windows, passing them into a callback.
- Mozilla/Add-ons/WebExtensions/API/windows/getCurrent Gets the current window, passing its details into a callback.
- Mozilla/Add-ons/WebExtensions/API/windows/getLastFocused Gets the window that was most recently focused — typically the window 'on top' — and passes it ...
- Mozilla/Add-ons/WebExtensions/API/windows/onCreated Fired when a window is created.
- Mozilla/Add-ons/WebExtensions/API/windows/onFocusChanged Fired when the currently focused window changes. Will be windows.WINDOW_ID_NONE if all browser ...
- Mozilla/Add-ons/WebExtensions/API/windows/onRemoved Fired when a window is closed.
- Mozilla/Add-ons/WebExtensions/API/windows/remove Closes a window and all the tabs inside it, given the window's ID.
- Mozilla/Add-ons/WebExtensions/API/windows/update Updates the properties of a window. Use this to move, resize, and (un)focus a window, etc.
- Mozilla/Add-ons/WebExtensions/API/windows/Window Information about a browser window.
- Mozilla/Add-ons/WebExtensions/API/windows/WindowState The state of this browser window.
- Mozilla/Add-ons/WebExtensions/API/windows/WindowType The type of browser window this is.
- Mozilla/Add-ons/WebExtensions/API/windows/WINDOW_ID_CURRENT The windowId for the current window.
- Mozilla/Add-ons/WebExtensions/API/windows/WINDOW_ID_NONE The windowId value that represents the absence of a browser window.
- Mozilla/B2G_OS/Board_guide/CHIRIMEN/Quick_start_guide/firmware_update_guide_for_windows Page moved to chrimen.org.
- Mozilla/Debugging/Capturing_a_minidump Minidumps are files created by various Windows tools which record the complete state of a ...
- Mozilla/Developer_guide/Build_Instructions/Windows_8 Windows 8 will eventually support compiling mozilla-central and related repositories and ...
- Mozilla/JavaScript_code_modules/OSFile.jsm JavaScript module OS.File contains primitives for manipulating files out of the main thread.
- Mozilla/js-ctypes/Examples/Using_COM_from_js-ctypes The Windows API mostly concerns itself with the interaction between the operating system and an ...
- Mozilla/Performance/Intel_Power_Gadget Intel Power Gadget provides real-time graphs of various power-related measures and estimates, ...