HTMLRenderer Runtime Files

General APL language issues
Post Reply
paulmansour
Posts: 431
Joined: Fri Oct 03, 2008 4:14 pm

HTMLRenderer Runtime Files

Post by paulmansour »

What purpose does the 90 megabyte file cef_sandbox.lib serve? It appears that I can omit it and the HTMLRenderer will instantiate itself and display HTML. I assume it performs some use in a runtime scenario.
User avatar
JohnD|Dyalog
Posts: 74
Joined: Wed Oct 01, 2008 9:35 am

Re: HTMLRenderer Runtime Files

Post by JohnD|Dyalog »

Hi Paul,

Thanks for pointing this out. I'm 99% sure we don't need to ship this, but I'll confirm that last 1%.

Best Regards
John Daintree.
paulmansour
Posts: 431
Joined: Fri Oct 03, 2008 4:14 pm

Re: HTMLRenderer Runtime Files

Post by paulmansour »

Thanks John.

There are additional files that I believe are not strictly necessary, and some applications may not require them.

For example:

devtools_resources.pak, (saving 6 meg)

which is obviously for developer tools.

and:

d3dcomplier_43.dll
d3dcomplier_47.dll
libEGL.dll
libGLESv2.dll
swiftshader\*.*

saving around 16 meg.

These latter are for rotating 3D graphics and video I think. I'm not sure exactly what else if anything I'm losing by leaving them out. For many business apps maybe these are not really needed.

Leaving out much of anything else causes the interpreter to die a horrible death.

If I add these to the 90 mb sandbox file, I can save about 110 MB on the distribution.

It would be nice addition to the documentation to describe the files and list truly required files vs optional files, and what is being lost by not including them.
Post Reply