https://bugzilla.wikimedia.org/show_bug.cgi?id=46184

       Web browser: ---
            Bug ID: 46184
           Summary: NavigationTiming extension's .js gives 404 in RL debug
                    mode
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

On enwiki with ?debug=1 or the resourceLoaderDebug=true cookie set, the
NavigationTiming extension's ext.navigationTiming.js module fails to load. The
request for
https://bits.wikimedia.org/static-1.21wmf11/extensions/NavigationTiming/ext.navigationTiming.js
is a 404.

The fix is to add '/modules' to remoteExtPath in the extension setup, because
the resource is available at
https://bits.wikimedia.org/static-1.21wmf11/extensions/NavigationTiming/modules/ext.navigationTiming.js
. Trivial gerrit patch forthcoming.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to