Open
      
        Bug 832540
      
      
        Opened 12 years ago
          Updated 3 years ago
      
        
    
  
Optimize child implementation of localStorage async database API 
    Categories
(Core :: Storage: localStorage & sessionStorage, enhancement, P5)
        Core
          
        
        
      
        
    
        Storage: localStorage & sessionStorage
          
        
        
      
        
    Tracking
()
        NEW
        
        
    
  
People
(Reporter: mayhemer, Unassigned)
References
Details
After bug 600307 lands each operation made by content on localStorage is propagated to the parent process (state before is identical and even synchronous!).  We can be smarted when number of operations on a single key is made within a short time and coalesce them as well as we do in single process model.
Part of this work also is to change the coalescing logic on the main db thread that IMO has too many sequential lookups to determine state.
          Comment 1•7 years ago
           
         | 
      ||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
          Updated•4 years ago
           
         | 
      
Component: DOM: Core & HTML → Storage: localStorage & sessionStorage
          Updated•3 years ago
           
         | 
      
Severity: normal → S3
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•