Articles tagged: Browser
Found 80 documents
- Archive/Firefox_OS/Platform/Gaia/Gaia_apps/Browser The Browser app (which is now part of System) provides browser-like functionality where it is ...
- Glossary/Chrome In a browser, the chrome is any visible aspect of a browser aside from the webpages themselves ...
- Glossary/Crawler A web crawler is a program, often called a bot or robot, which systematically browses the Web to ...
- Glossary/Doctype !DOCTYPE informs the browser which version of HTML (or XML) you used to write the document. ...
- Glossary/Domain A domain is the part of a computer network in which one entity controls the data processing ...
- Glossary/Google_Chrome Google Chrome is a free Web browser developed by Google. It's based on the Chromium open source ...
- Glossary/Microsoft_Edge Microsoft Edge is a free-of-cost graphical Web browser bundled with Microsoft Windows and ...
- Glossary/Microsoft_Internet_Explorer Internet Explorer (or IE) is a free graphical browser maintained by Microsoft for legacy ...
- Glossary/Mozilla_Firefox Mozilla Firefox is a free open-source browser whose development is overseen by the Mozilla ...
- Glossary/Netscape_Navigator Netscape Navigator or Netscape was a leading browser in the 1990s. Netscape was based on Mosaic ...
- Glossary/Opera_Browser Opera is the fifth most used web browser, publicly released in 1996 and initially running on ...
- Glossary/Three_js three.js is a JavaScript -based WebGL engine that can run GPU-powered games and other ...
- Glossary/Trident Trident (or MSHTML) is a layout engine that powers Internet Explorer. A Trident fork called ...
- Glossary/WebKit WebKit is a framework that displays properly-formatted webpages based on their markup. Apple ...
- Learn/Common_questions/What_are_browser_developer_tools The devtools live inside your browser in a subwindow that looks roughly like this:
- Learn/Getting_started_with_the_web/Installing_basic_software That looks like a scary list, but fortunately you can get started in web development without ...
- Learn/JavaScript/Building_blocks/Functions Another essential concept in coding is functions, which allow you to store a piece of code that ...
- Learn/JavaScript/First_steps/What_is_JavaScript So there you go, your first step into the world of JavaScript. We've begun with just theory, to ...
- Learn/Tools_and_testing/Cross_browser_testing/Your_own_automation_environment XXX
- Mozilla/SeaMonkey SeaMonkey is Mozilla's all in one internet suite. These pages document SeaMonkey's MailNews ...
- Tools/Browser_Console The Browser Console is like the Web Console, but applied to the whole browser rather than a ...
- Web/API/HTMLIFrameElement/addNextPaintListener The addNextPaintListener() method of the HTMLIFrameElement is used to define a handler to listen ...
- Web/API/HTMLIFrameElement/clearMatch The clearMatch() method of the HTMLIFrameElement clears any content highlighted by findAll() or ...
- Web/API/HTMLIFrameElement/download The download() method of the HTMLIFrameElement interface downloads a specified URL, storing it ...
- Web/API/HTMLIFrameElement/executeScript The executeScript() method of the HTMLIFrameElement interface allows a specified script to be ...
- Web/API/HTMLIFrameElement/findAll The findAll() method of the HTMLIFrameElement searches for a string in a browser iframe 's text ...
- Web/API/HTMLIFrameElement/findNext The findNext() method of the HTMLIFrameElement highlights the next or previous instance of a ...
- Web/API/HTMLIFrameElement/getActive The getActive() method of the HTMLIFrameElement indicates whether the current browser iframe is ...
- Web/API/HTMLIFrameElement/getCanGoBack The getCanGoBack() method of the HTMLIFrameElement interface is used to indicate whether it's ...
- Web/API/HTMLIFrameElement/getCanGoForward The getCanGoForward() method of the HTMLIFrameElement is used to indicate whether it's possible ...
- Web/API/HTMLIFrameElement/getContentDimensions The getContentDimensions() method of the HTMLIFrameElement interface retrieves the X and Y ...
- Web/API/HTMLIFrameElement/getMuted The getMuted() method of the HTMLIFrameElement indicates whether the browser iframe is currently ...
- Web/API/HTMLIFrameElement/getScreenshot The getScreenshot() method of the HTMLIFrameElement lets you request a screenshot of an content ...
- Web/API/HTMLIFrameElement/getStructuredData The getStructuredData() method of the HTMLIFrameElement interface retrieves any structured ...
- Web/API/HTMLIFrameElement/getVisible The getVisible() method of the HTMLIFrameElement is used to request the current visible state of ...
- Web/API/HTMLIFrameElement/getVolume The getVolume() method of the HTMLIFrameElement gets the current volume of the browser iframe.
- Web/API/HTMLIFrameElement/goBack The goBack() method of the HTMLIFrameElement interface is used to navigate backwards in the ...
- Web/API/HTMLIFrameElement/goForward The goForward() method of the HTMLIFrameElement is used to navigate forward in the browser ...
- Web/API/HTMLIFrameElement/mute The mute() method of the HTMLIFrameElement mutes any audio playing in the browser iframe.
- Web/API/HTMLIFrameElement/purgeHistory The purgeHistory() method of the HTMLIFrameElement interface is used to clear the browsing ...
- Web/API/HTMLIFrameElement/reload The reload() method of the HTMLIFrameElement interface is used to reload the content of the iframe.
- Web/API/HTMLIframeElement/removeNextPaintListener The removeNextPaintListener() method of the HTMLIFrameElement interface is used to remove a ...
- Web/API/HTMLIFrameElement/sendMouseEvent The sendMouseEvent() method of the HTMLIFrameElement interface allows you to fake a mouse event ...
- Web/API/HTMLIFrameElement/sendTouchEvent The sendTouchEvent() method of the HTMLIFrameElement allows you to fake a touch event and send ...
- Web/API/HTMLIFrameElement/setActive The setActive() method of the HTMLIFrameElement sets the current iframe as the active frame, ...
- Web/API/HTMLIFrameElement/setInputMethodActive The setInputMethodActive() method of the HTMLIFrameElement sets the current browser iframe as an ...
- Web/API/HTMLIFrameElement/setVisible The setVisible() method of the HTMLIFrameElement is used to change the visibility state of the ...
- Web/API/HTMLIFrameElement/setVolume The setVolume() method of the HTMLIFrameElement sets the current volume of the browser iframe.
- Web/API/HTMLIFrameElement/stop The stop() method of the HTMLIFrameElement interface is used to stop loading the content of the ...
- Web/API/HTMLIFrameElement/unmute The unmute() method of the HTMLIFrameElement unmutes any audio playing in the browser iframe.
- Web/API/HTMLIFrameElement/zoom The zoom() method of the HTMLIFrameElement interface changes the zoom factor of the browser ...
- Web/API/Using_the_Browser_API The HTML Browser API is an extension of the HTML iframe element that allows web apps to ...
- Web/Events/mozbrowseractivitydone The mozbrowseractivitydone event is fired when something inside the browser iframe triggers a ...
- Web/Events/mozbrowserasyncscroll The mozbrowserasyncscroll event is fired when the content of a browser iframe is scrolled.
- Web/Events/mozbrowsercaretstatechanged The mozbrowsercaretstatechanged event is fired when the user selects content in a page loaded in ...
- Web/Events/mozbrowserclose The mozbrowserclose event is fired when the content of a browser iframe calls the window.close() ...
- Web/Events/mozbrowsercontextmenu The mozbrowsercontextmenu event is fired when the user tried to access a context menu over a ...
- Web/Events/mozbrowserdocumentfirstpaint The mozbrowserdocumentfirstpaint event is fired when a new paint occurs on any document in the ...
- Web/Events/mozbrowsererror The mozbrowsererror event is fired when an error occurs while trying to load content within a ...
- Web/Events/mozbrowserfindchange The mozbrowserfindchange event is fired when a search method is invoked in the browser iframe ...
- Web/Events/mozbrowserfirstpaint The mozbrowserfirstpaint event is fired when the iframe paints content for the first time (this ...
- Web/Events/mozbrowsericonchange The mozbrowsericonchange event is sent when a new icon (e.g. link rel="icon" or link ...
- Web/Events/mozbrowserloadend The mozbrowserloadend event is fired when the browser iframe has finished loading all its ...
- Web/Events/mozbrowserloadstart The mozbrowserloadstart event is fired when the browser iframe starts to load a new page.
- Web/Events/mozbrowserlocationchange The mozbrowserlocationchange event is fired when a browser iframe 's location changes — it is ...
- Web/Events/mozbrowsermanifestchange The mozbrowsermanifestchange event is fired when the manifest location of the app loaded in the ...
- Web/Events/mozbrowsermetachange The mozbrowsermetachange event is fired when a meta element related to web applications is ...
- Web/Events/mozbrowseropensearch The mozbrowseropensearch event is fired when a link to a search engine is found — i.e. when an ...
- Web/Events/mozbrowseropentab The mozbrowseropentab event is fired when a new tab is opened within a browser iframe as a ...
- Web/Events/mozbrowseropenwindow The mozbrowseropenwindow event is fired when a new window is required — usually when the content ...
- Web/Events/mozbrowserresize The mozbrowserresize event is fired when a browser iframe viewport is resized in some way.
- Web/Events/mozbrowserscroll The mozbrowserscroll event is fired when the browser iframe content scrolls.
- Web/Events/mozbrowserscrollareachanged The mozbrowserscrollareachanged event is fired when the available scrolling area in the browser ...
- Web/Events/mozbrowserscrollviewchange The mozbrowserscrollviewchange event is fired when asynchronous scrolling (i.e. APCZ) starts or ...
- Web/Events/mozbrowsersecuritychange The mozbrowsersecuritychange event is fired when the browser iframe has connected to the ...
- Web/Events/mozbrowserselectionstatechanged The mozbrowserselectionstatechanged event is fired when the text selected inside the browser ...
- Web/Events/mozbrowsershowmodalprompt The mozbrowsershowmodalprompt event is fired when the content of a browser iframe calls the ...
- Web/Events/mozbrowsertitlechange The mozbrowsertitlechange event is fired when the title of a browser iframe (i.e. the contents ...
- Web/Events/mozbrowserusernameandpasswordrequired The mozbrowserusernameandpasswordrequired event is fired when the content within a browser ...
- Web/Events/mozbrowservisibilitychange The mozbrowservisibilitychange event is fired when the visibility state of the current browser ...