Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Client questions

1) Allows minified javascript to be debugged with full source in the browser by pointing to .map files.  Normal users of the site would never download these, but if you are looking at Orion source in a debugger, they will be downloaded.

https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map

> On May 18, 2015, at 10:50 AM, Ken Finnigan <ken@xxxxxxxxxxxxxx> wrote:
> 
> Hi,
> 
> I've been taking a look at the UI side of Orion and had a couple of questions.
> 
> 1) What is the purpose of the "*.js.src.js" and "*.js.map" files that are generated for some JS files within the UI bundles. I can't seem to find where they're referenced, so wasn't sure where they were used?
> 
> 2) Has there been any thought or discussion around opening up the plugin mechanism to support a "safe" plugin that isn't required to run in an iFrame? This would most likely be used for plugins that come bundled with Orion, or for plugins that a 3rd party would want to bundle into a distribution knowing that those plugins are not going to cause problems as they're from a trusted source.
> 
> Thanks
> Ken
> _______________________________________________
> orion-dev mailing list
> orion-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/orion-dev



Back to the top