You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by gruehle Monday Jun 11, 2012 at 21:20 GMT Originally opened as adobe#1
Add brackets_extensions.js. This is loaded from client_app.cpp, and has stubbed out versions of all brackets.fs.* and brackets.app.* functions.
The entry point for the V8 extensions is in client_app.cpp, in the AppShellExtensionHandler class. All messages except getElapsedMilliseconds() are forwarded to the browser process (the AppShellExtensionHandler code is run in the renderer process).
Add appshell_extensions.cpp/.h, appshell_extensions_mac.mm, and appshell_extensions_win.cpp. These implement the bulk of the extension functionality and are run in the browser process.
The mac functionality for the implemented methods is complete. There is still work to do on Windows - look for the TODOs in the code.
Other changes:
Fix includes so we don't grab them from the cefclient directory
Add file_access_from_file_url and universal_access_from_file_url settings
Issue by gruehle
Monday Jun 11, 2012 at 21:20 GMT
Originally opened as adobe#1
Add brackets_extensions.js. This is loaded from client_app.cpp, and has stubbed out versions of all brackets.fs.* and brackets.app.* functions.
The entry point for the V8 extensions is in client_app.cpp, in the AppShellExtensionHandler class. All messages except getElapsedMilliseconds() are forwarded to the browser process (the AppShellExtensionHandler code is run in the renderer process).
Add appshell_extensions.cpp/.h, appshell_extensions_mac.mm, and appshell_extensions_win.cpp. These implement the bulk of the extension functionality and are run in the browser process.
The mac functionality for the implemented methods is complete. There is still work to do on Windows - look for the TODOs in the code.
Other changes:
gruehle included the following code: https://github.com/adobe/brackets-shell/pull/1/commits
The text was updated successfully, but these errors were encountered: