Changeset 1601
- Timestamp:
- 03/18/08 15:48:02 (5 months ago)
- Files:
-
- phoneyc/trunk/ActiveX.py (modified) (3 diffs)
- phoneyc/trunk/modules/jscript/CABrightStor.js (added)
- phoneyc/trunk/tests/5264.html (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
phoneyc/trunk/ActiveX.py
r1599 r1601 71 71 self.clsid['855F3B16-6D32-4FE6-8A56-BBB695989046'] = ICQToolbar() 72 72 self.clsid['D82303B7-A754-4DCB-8AFC-8CF99435AACE'] = Kingsoft() 73 self.clsid['BF6EFFF3-4558-4C4C-ADAF-A87891C5F3A3'] = CABrightStor() 73 74 74 75 self.clsname = {} … … 97 98 self.clsname['QSP2IE.QSP2IE'] = QuantumStreaming() 98 99 self.clsname['HanGamePluginCn18.HanGamePluginCn18.1'] = Ourgame() 100 self.clsname['LISTCTRL.ListCtrlCtrl.1'] = CABrightStor() 99 101 100 102 # set up the pure JScript version … … 483 485 self.cve_id = ('CVE-NOMATCH', ) 484 486 self.description = 'Kingsoft Antivirus' 487 488 class CABrightStor(ActiveX): 489 def __init__(self): 490 self.js_src = self.load_js_src('CABrightStor.js') 491 self.classname = 'CABrightStor' 492 self.cve_id = ('CVE-NOMATCH', ) 493 self.description = 'CA BrightStor ARCserve Backup'
