Changeset 1595

Show
Ignore:
Timestamp:
03/06/08 20:03:26 (7 months ago)
Author:
jose
Message:

[phoneyc]
Ourgame GLWorld 2.x overflow
XXX test causes abort() in spidermonkey

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • phoneyc/trunk/ActiveX.py

    r1594 r1595  
    9595        self.clsname['Aurigma.ImageUploader.4.1'] = MyspaceUploader() 
    9696        self.clsname['QSP2IE.QSP2IE'] = QuantumStreaming() 
     97        self.clsname['HanGamePluginCn18.HanGamePluginCn18.1'] = Ourgame() 
    9798 
    9899        # set up the pure JScript version 
     
    467468        self.cve_id = ('CVE-NOMATCH', ) 
    468469        self.description = 'ICQ Toolbar' 
     470 
     471class Ourgame(ActiveX): 
     472    def __init__(self): 
     473        self.js_src = self.load_js_src('Ourgame.js') 
     474        self.classname = 'Ourgame' 
     475        self.cve_id = ('CVE-NOMATCH', ) 
     476        self.description = 'Ourgame GLWorld 2.x'