Closed
      
        Bug 1313793
      
      
        Opened 9 years ago
          Closed 8 years ago
      
        
    
  
Remove Date.prototype.toLocaleFormat uses in browser/base/content    
    Categories
(Firefox :: Search, defect)
        Firefox
          
        
        
      
        
    
        Search
          
        
        
      
        
    Tracking
()
        RESOLVED
        FIXED
        
    
  
        
            Firefox 52
        
    
  
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed | 
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(1 file)
| 1.52 KB,
          patch         | florian
:
              
              review+ | Details | Diff | Splinter Review | 
Date.prototype.toLocaleFormat is a non-standard API and we plan to warn when it's used (bug 1299900) and eventually want to remove it completely (bug 818634). As a first step we need to replace all Date.prototype.toLocaleFormat uses in Firefox with standardized APIs.
Date.prototype.toLocaleFormat is used in browser/base/content/urlbarBindings.xml and could easily be replaced with standard JavaScript API.
| Assignee | ||
| Comment 1•9 years ago
           | ||
        Attachment #8805722 -
        Flags: review?(florian)
| Updated•8 years ago
           | 
        Attachment #8805722 -
        Flags: review?(florian) → review+
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6e4a31120b53
Remove Date.prototype.toLocaleFormat uses in browser/base/content. r=florian
Keywords: checkin-needed
| Comment 4•8 years ago
           | ||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•