Difference between revisions of "LXR Findings: View Image"
Line 1: | Line 1: | ||
= LXR Findings = | = LXR Findings = | ||
− | * Searched for ViewImage in LXR | + | * Searched for ViewImage in LXR: <br/> |
− | + | <b>File Name</b> - Browser.js <br/> | |
− | b | + | <b>Line Number</b> - 4472 <br/> |
− | + | <b>Found - </b> //View image depends on whether an image was clicked on. | |
− | + | viewImage opens an image in a new tab. <br/><br/> | |
− | + | <b>File Name:</b> Browser.dtd <br/> | |
− | + | <b>Line Number:</b> 265 <br/> | |
− | b | + | <b>Found:</b> Entity viewImageCmd.label & researched viewImageCmd.label<br/><br/> |
− | + | <b>File</b> Name: browser-context.inc<br/> | |
− | + | <b>Line Number:</b> 81<br/> | |
− | + | <b>Found: </b>onCommand:gContextMenu.viewImage(event) & researched viewImage( <br/><br/> | |
− | b | + | <b>File Name: </b> browser.js <br/> |
− | + | <b>Line Number:</b> 4454 <br/> | |
− | + | <b>Found: </b> viewImage : function (e) {} <br/><br/> | |
− | + | <b>File Name:</b> utilityOverlay.js <br/> | |
− | b | + | <b>Line Number:</b> 93 <br/> |
− | + | <b>Found: </b> function openUILink() {} by doing a search on openUILink. <br/><br/> | |
− | + | <b>File Name: </b> utilityOverlay.js <br/> | |
− | + | <b>Line Number: </b> 197 <br/> | |
− | b | + | <b>Found: </b> function openUILinkIn(){} by doing a search on openUILinkIn.<br/><br/> |
− | + | <b>FileName: </b> browser.js <br/> | |
− | + | <b>Line Number: </b> 1914 <br/> | |
− | + | <b>Found: </b> function loadURI (){} which calls getWebNavigation.loadURI().<br/><br/> <b>File Name: </b> nsDocShell.cpp <br/> | |
− | b | + | <b>Line Number: </b> 2859<br/> |
− | + | <b>Found:</b> where getWebNavigation.loadURI() is called. Called using nsDocShell::LoadURI(){}<br/> | |
− | |||
− | |||
− | b | ||
− | |||
− | |||
− | |||
− | b | ||
− |
Latest revision as of 12: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(){}