Difference between revisions of "EditFind"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Paul St-Denis , Jeff Mossop | ||
* Go to [http://lxr.mozilla.org/ LXR] | * Go to [http://lxr.mozilla.org/ LXR] | ||
* Access SeaMonkey | * Access SeaMonkey | ||
Line 9: | Line 10: | ||
* Do a search on 'Browser:Find' | * Do a search on 'Browser:Find' | ||
* Found that '/suite/browser/navigatorOverlay.xul' is where the find bar is defined. | * Found that '/suite/browser/navigatorOverlay.xul' is where the find bar is defined. | ||
+ | * Did search for the Find command itself inside browser | ||
+ | * Found nsWebBrowser.cpp line number 579 which returns mDocShellAsItem | ||
+ | * Backtracked to 'Browser:Find' | ||
+ | * Found browser.js which contained browser.find | ||
+ | * |
Latest revision as of 11:52, 29 September 2006
Paul St-Denis , Jeff Mossop
- Go to LXR
- Access SeaMonkey
- Search for the label 'Find in This Page...'
- Found entity called 'findOnCmd.label'
- Do a search on 'findOnCmd.label'
- Found menuitem id 'menu_find'
- Do a search on 'menu_find'
- Found command 'Browser:Find'
- Do a search on 'Browser:Find'
- Found that '/suite/browser/navigatorOverlay.xul' is where the find bar is defined.
- Did search for the Find command itself inside browser
- Found nsWebBrowser.cpp line number 579 which returns mDocShellAsItem
- Backtracked to 'Browser:Find'
- Found browser.js which contained browser.find