Difference between revisions of "LXR Findings: View Image"

From CDOT Wiki
Jump to: navigation, search
 
 
Line 1: Line 1:
 
= LXR Findings =
 
= LXR Findings =
  
* Searched for ViewImage in LXR
+
* Searched for ViewImage in LXR: <br/>
  
a. File Name: Browser.js   
+
<b>File Name</b> - Browser.js  <br/>
b. Line Number: 4472
+
<b>Line Number</b> - 4472 <br/>
c. Found: //View image depends on whether an image was clicked on.
+
<b>Found - </b> //View image depends on whether an image was clicked on.  
d. viewImage opens an image in a new tab.
+
viewImage opens an image in a new tab. <br/><br/>
 
+
<b>File Name:</b> Browser.dtd <br/>
a. File Name: Browser.dtd
+
<b>Line Number:</b> 265 <br/>
b. Line Number: 265
+
<b>Found:</b> Entity viewImageCmd.label & researched viewImageCmd.label<br/><br/>
c. Found: Entity viewImageCmd.label & researched viewImageCmd.label
+
<b>File</b> Name: browser-context.inc<br/>
 
+
<b>Line Number:</b> 81<br/>
a. File Name: browser-context.inc
+
<b>Found: </b>onCommand:gContextMenu.viewImage(event) & researched viewImage( <br/><br/>
b. Line Number: 81
+
<b>File Name: </b> browser.js <br/>
c. Found: onCommand:gContextMenu.viewImage(event) & researched viewImage(
+
<b>Line Number:</b> 4454 <br/>
 
+
<b>Found: </b> viewImage : function  (e) {} <br/><br/>
a. File Name: browser.js
+
<b>File Name:</b> utilityOverlay.js <br/>
b. Line Number: 4454
+
<b>Line Number:</b> 93 <br/>
c. Found: viewImage : function  (e) {}
+
<b>Found: </b> function openUILink() {} by doing a search on openUILink. <br/><br/>
 
+
<b>File Name: </b> utilityOverlay.js <br/>
a. File Name: utilityOverlay.js
+
<b>Line Number: </b> 197 <br/>
b. Line Number: 93
+
<b>Found: </b> function openUILinkIn(){} by doing a search on openUILinkIn.<br/><br/>
c. Found: function openUILink() {} by doing a search on openUILink.
+
<b>FileName: </b> browser.js <br/>
 
+
<b>Line Number: </b> 1914 <br/>
a. File Name: utilityOverlay.js
+
<b>Found: </b> function loadURI (){} which calls getWebNavigation.loadURI().<br/><br/> <b>File Name: </b> nsDocShell.cpp <br/>
b. Line Number: 197
+
<b>Line Number: </b> 2859<br/>
c. Found: function openUILinkIn(){} by doing a search on openUILinkIn.
+
<b>Found:</b> where getWebNavigation.loadURI() is called.  Called using nsDocShell::LoadURI(){}<br/>
 
 
a. FileName: browser.js  
 
b. Line Number: 1914
 
c. Found: function loadURI (){} which calls getWebNavigation.loadURI().
 
 
 
a. File Name: nsDocShell.cpp  
 
b. Line Number: 2859
 
c. Found: where getWebNavigation.loadURI() is called.  Called using nsDocShell::LoadURI(){}
 

Latest revision as of 13:14, 29 September 2006

LXR Findings

  • Searched for ViewImage in LXR:

File Name - Browser.js
Line Number - 4472
Found - //View image depends on whether an image was clicked on. viewImage opens an image in a new tab.

File Name: Browser.dtd
Line Number: 265
Found: Entity viewImageCmd.label & researched viewImageCmd.label

File Name: browser-context.inc
Line Number: 81
Found: onCommand:gContextMenu.viewImage(event) & researched viewImage(

File Name: browser.js
Line Number: 4454
Found: viewImage : function (e) {}

File Name: utilityOverlay.js
Line Number: 93
Found: function openUILink() {} by doing a search on openUILink.

File Name: utilityOverlay.js
Line Number: 197
Found: function openUILinkIn(){} by doing a search on openUILinkIn.

FileName: browser.js
Line Number: 1914
Found: function loadURI (){} which calls getWebNavigation.loadURI().

File Name: nsDocShell.cpp
Line Number: 2859
Found: where getWebNavigation.loadURI() is called. Called using nsDocShell::LoadURI(){}