Closed
      
        Bug 230707
      
      
        Opened 21 years ago
          Closed 21 years ago
      
        
    
  
Want nsReferenceHashtable (nsRefPtr version of nsInterfaceHashtable)      
    Categories
(Core :: XPCOM, defect)
        Core
          
        
        
      
        
    
        XPCOM
          
        
        
      
        
    Tracking
()
        RESOLVED
        FIXED
        
    
  
People
(Reporter: neil, Assigned: dougt)
References
Details
Attachments
(1 file, 1 obsolete file)
| 6.61 KB,
          patch         | benjamin
:
              
              review+ alecf
:
              
              superreview+ | Details | Diff | Splinter Review | 
This is so biesi can store strong pointers nsDownload objects in a hashtable.
| Reporter | ||
| Comment 1•21 years ago
           | ||
| Comment 2•21 years ago
           | ||
first, we should just try changing the current nsInterfaceHashtable to use
nsRefPtr instead of nsCOMPtr and see what that does to codesize.
| Reporter | ||
| Comment 3•21 years ago
           | ||
dbaron said on irc that he didn't like nsRefPtr<nsIFoo>
| Reporter | ||
| Comment 4•21 years ago
           | ||
        Attachment #138882 -
        Attachment is obsolete: true
| Reporter | ||
| Updated•21 years ago
           | 
        Attachment #139729 -
        Flags: superreview?(alecf)
        Attachment #139729 -
        Flags: review?(bsmedberg)
| Updated•21 years ago
           | 
        Attachment #139729 -
        Flags: review?(bsmedberg) → review+
|   | ||
| Comment 5•21 years ago
           | ||
Comment on attachment 139729 [details] [diff] [review]
Updated for bsmedberg's comments
sr=alecf
        Attachment #139729 -
        Flags: superreview?(alecf) → superreview+
| Reporter | ||
| Comment 6•21 years ago
           | ||
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•