Search completed in 1.27 seconds.
8 results for "getBrowserForDocument":
getBrowserForDocument - Archive of obsolete content
ArchiveMozillaXULMethodgetBrowserForDocument
« xul reference home getbrowserfordocument( document ) return type: browser element returns a browser for the specified document.
tabbrowser - Archive of obsolete content
ArchiveMozillaXULtabbrowser
contenttitle, contentvieweredit, contentviewerfile, contentwindow, currenturi, docshell, documentcharsetinfo, homepage, markupdocumentviewer, securityui, selectedbrowser, selectedtab, sessionhistory, tabcontainer, tabs, visibletabs, webbrowserfind, webnavigation, webprogress methods addprogresslistener, addtab, addtabsprogresslistener,appendgroup, getbrowseratindex, getbrowserindexfordocument, getbrowserfordocument, getbrowserfortab, geticon, getnotificationbox, gettabforbrowser, gettabmodalpromptbox, goback, gobackgroup, goforward, goforwardgroup, gohome, gotoindex, loadgroup, loadonetab, loadtabs, loaduri, loaduriwithflags, movetabto, pintab, reload, reloadalltabs, reloadtab, reloadwithflags, removealltabsbut, removecurrenttab, removeprogresslistener, removetab, removetabsprogresslistener,replacegroup, se...
... getbrowserfordocument( document ) return type: browser element returns a browser for the specified document.
Tabbed browser - Archive of obsolete content
ArchiveAdd-onsTabbed browser
achannel.notificationcallbacks : achannel.loadgroup.notificationcallbacks; if (!notificationcallbacks) return null; var domwin = notificationcallbacks.getinterface(components.interfaces.nsidomwindow); return gbrowser.getbrowserfordocument(domwin.top.document); } catch (e) { dump(e + "\n"); return null; } } getting the browser that fires the http-on-modify-request notification (example code updated for loadcontext) here an example of the previous section is shown.
Index - Archive of obsolete content
ArchiveIndex
1208 getbrowserfordocument method, mozilla, reference, xul, xul methods, xul reference no summary!
Index of archived content - Archive of obsolete content
ArchiveIndex of archived content
interaction between privileged and non-privileged pages jetpack processes legacy add-ons legacy extensions for firefox for android api accounts.jsm browserapp addtab closetab deck getbrowserfordocument getbrowserforwindow gettabforbrowser gettabforid gettabforwindow loaduri quit selecttab tabs helperapps.jsm home.jsm banner panels ...
Index - Archive of obsolete content
ArchiveMozillaXULIndex
477 getbrowserfordocument method, mozilla, reference, référence(2), xul, xul methods, xul reference no summary!
Methods - Archive of obsolete content
ArchiveMozillaXULMethod
dcustomtoolbar appendgroup appenditem appendnotification blur cancel canceldialog centerwindowonscreen checkadjacentelement clearresults clearselection click close collapsetoolbar contains decrease decreasepage docommand ensureelementisvisible ensureindexisvisible ensureselectedelementisvisible expandtoolbar extra1 extra2 focus getbrowseratindex getbrowserfordocument getbrowserfortab getbrowserindexfordocument getbutton getdefaultsession geteditor getelementsbyattribute getelementsbyattributens getformattedstring gethtmleditor getindexoffirstvisiblerow getindexofitem getitematindex getnextitem getnotificationbox getnotificationwithvalue getnumberofvisiblerows getpagebyid getpreviousitem getresultat getresultcount getr...
Cross Process Object Wrappers
MozillaFirefoxMultiprocess LeftoversCross Process Object Wrappers
to enable this, gbrowser.getbrowserfordocument and gbrowser.getbrowserforcontentwindow can be passed a cpow for the content document and content window, respectively, and return the xul <browser> that these documents / windows belong to.