Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling DEVTOOLS in SDK build for using NACL functionalities without NACL specific build #4839

Closed
armoret opened this issue May 11, 2016 · 2 comments
Assignees
Milestone

Comments

@armoret
Copy link

armoret commented May 11, 2016

Background:

  • Starting with NWJS 0.14.4, specific NACL builds are not available any longer but NACL functionalities remain available in SDK build and needed by some rare -but important- applications!

Request:

  • To allow to use the NACL (or other) functionalities from SDK build without giving an access to the dev tools to the users, a flag can be added (in command line ?) and will make the NWJS application behave like if it was started with the standard runtime.
    Obviously, it must disable right-click debugger option items and keyboard debugger shortcuts.

Thanks

@rogerwang rogerwang added this to the 0.14.x milestone May 11, 2016
@rogerwang rogerwang self-assigned this May 11, 2016
@rogerwang
Copy link
Member

This is fixed in git and will be available in the next nightly build.

@rogerwang
Copy link
Member

The command line argument is '--disable-devtools'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants