Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 411610

Summary: Some default plugins still not minified
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: RelengAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: gabriel.luong, simon_kaegi
Version: 3.0   
Target Milestone: 4.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-06-25 10:43:29 EDT
The following plugins are not minified:
* esprimaJsContentAssistPlugin.html (10 HTTP requests / 98KB)
* npmPlugin.html (19 requests / 72KB)
* shellPagePlugin.html (2 requests / 4KB)
* searchPagePlugin.html (2 requests / 4KB)

They are in the server's defaults.pref, so they are loaded when the plugins need to be refreshed (eg. if localStorage is empty).

The last 2 are pretty trivial so maybe minification is not required (although they do use window.onload)
Comment 1 Mark Macdonald CLA 2013-06-26 12:41:49 EDT
client repo changes
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=8025797

server repo changes
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=0517f8f

I left shellPagePlugin.html and searchPagePlugin.html as is.