Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Run Brackets as a Chrome Packaged App #1709

@huningxin

Description

@huningxin

According to Chrome Packaged Apps (http://developer.chrome.com/apps/), it will be a web app runtime breaking out of browser and be able to access more native platform capabilities such as files, windows and devices. Do you guys consider to run brackets as a Chrome Packaged App?

The benefits I can see include:

  1. Multiple platforms support: support Windows, OSX and Linux by default.
  2. To leverage native platform capabilities accessing of chrome instead of custom v8/CEF3 bindings.
    For example, brackets could use chrome.fileSystem.* (http://developer.chrome.com/apps/fileSystem.html) to access native files via W3C file API (directory support is in progress). Brackets could also use chrome.app.window.* (http://developer.chrome.com/apps/app.window.html) to handle application window creation, position, sizing and even title bar customization.

Any of your thoughts?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions