Difference between revisions of "ReloadPageMylau"

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
 
:*Opened tabbrowser.xml file
 
:*Opened tabbrowser.xml file
 
::*http://lxr.mozilla.org/seamonkey/source/toolkit/content/widgets/tabbrowser.xml#2065
 
::*http://lxr.mozilla.org/seamonkey/source/toolkit/content/widgets/tabbrowser.xml#2065
:*We found the line “return this.mCurrentBrowser.reload();”
+
:*This line of code looked interesting “return this.mCurrentBrowser.reload();”
:*We searched for the word “reload” again and searched for “function” and we found the a matched :*description “function BrowserReload()” .. :*“http://lxr.mozilla.org/seamonkey/source/browser/base/content/browser.js#1544”
+
:*We searched for ““function reload” in LXR, found a match “function BrowserReload()”
 +
:*“http://lxr.mozilla.org/seamonkey/source/browser/base/content/browser.js#1544”
 
:*BrowserReload used the BrowserReloadWithFlags function to reload the page
 
:*BrowserReload used the BrowserReloadWithFlags function to reload the page
 
:*Searched for BrowserReloadWithFlags function
 
:*Searched for BrowserReloadWithFlags function

Revision as of 13:10, 29 September 2006

  • Used LXR for this exercise [seamonkey]
  • Searched LXR using the following query: "reload”
  • Opened tabbrowser.xml file
:*searched for sessionHistory