Open
      
        Bug 1495664
      
      
        Opened 7 years ago
          Updated 3 years ago
      
        
    
  
[wpt-sync] Sync PR 13304 - ServiceWorker: Add script_type field in ServiceWorkerDatabase in order to record a script type 'classic' or 'module'.    
    Categories
(Testing :: web-platform-tests, enhancement, P4)
        Testing
          
        
        
      
        
    
        web-platform-tests
          
        
        
      
        
    Tracking
(Not tracked)
        NEW
        
        
    
  
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13304 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13304
Details from upstream follow.
Asami Doi <asamidoi@google.com> wrote:
>  ServiceWorker: Add script_type field in ServiceWorkerDatabase in order to record a script type 'classic' or 'module'.
>  
>  The goal is to import and evaluate as a module script at ServiceWorker.
>  Users can use it by adding type 'module' when register a service
>  worker script.
>  
>  This CL allows to store script type into ServiceWorkerDatabase and
>  use it when starting an installed service worker.
>  
>  
>  Bug: 824647
>  Change-Id: I4d26b774fa662a6e6587bf10137fd8b1dae2e42a
>  Reviewed-on: https://chromium-review.googlesource.com/1226488
>  WPT-Export-Revision: fdde393296f962d19d8bb4ef2103d3689ff55cfe
| Assignee | ||
| Comment 1•7 years ago
           | ||
PR 13304 applied with additional changes from upstream: 0c9042da11fa00e2df7d3115b7629a65a5d0fee9
| Assignee | ||
| Updated•7 years ago
           | 
Component: web-platform-tests → DOM: Service Workers
Product: Testing → Core
| Assignee | ||
| Comment 2•7 years ago
           | ||
| Assignee | ||
| Comment 3•7 years ago
           | ||
| Assignee | ||
| Comment 4•7 years ago
           | ||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=3dd9fc558ba88903130b2879163f95f100608ff1
| Assignee | ||
| Comment 5•7 years ago
           | ||
| Assignee | ||
| Comment 6•7 years ago
           | ||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=16443eaaa484ba64863fd509e3e594dd1b63b9d8
| Assignee | ||
| Updated•7 years ago
           | 
Component: DOM: Service Workers → web-platform-tests
Product: Core → Testing
| Assignee | ||
| Comment 7•7 years ago
           | ||
| Assignee | ||
| Comment 8•7 years ago
           | ||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d7f7f1d6c5978655d76a23fc604119de0e79ff7a
| Updated•3 years ago
           | 
Severity: normal → S3
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•