64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson

git-svn-id: svn://10.0.0.236/trunk@210751 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dr%netscape.com 2006-09-14 05:57:27 +00:00
parent bcccd3b85a
commit b07b54f098

View File

@ -121,7 +121,12 @@
<command id="cmd_paste"/>
<command id="cmd_delete"/>
<command id="cmd_selectAll"/>
<!-- Content area context menu -->
<command id="cmd_copyLink"/>
<command id="cmd_copyImageLocation"/>
<command id="cmd_copyImageContents"/>
<!-- View Menu -->
<command id="View:PageSource" oncommand="BrowserViewSource();"/>
<command id="View:PageInfo" oncommand="BrowserPageInfo();"/>