Difference between revisions of "LXR Findings: View Image"

From CDOT Wiki
Jump to: navigation, search
(No difference)

Revision as of 12:00, 29 September 2006

LXR Findings

  • Searched for ViewImage in LXR

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

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

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

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

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

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

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(){}