brightray icon indicating copy to clipboard operation
brightray copied to clipboard

A thin shim over Chromium’s Content module, no longer active, the source code has been directly imported into Electron in https://github.com/electron/electron/pull/9423

Results 16 brightray issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to build brightray on Windows (already successfully build libchromiumcontent). When I run ./script/build I got this error" python.exe: can't open file XXXXX\gyp_main.py". How can I generate...

wontfix

Related to #53, it'd be awesome if we could add the pre-built libchromiumcontent URL to the README, so that contributing to Brightray would be easier. I can send a PR...

wontfix

Make the `WebContents` to inspect parametrizable in `InspectableWebContents`'s `ShowDevTools` method. ``` ShowDevTools(WebContents* web_content_to_inspect); ``` This method should accept to be called multiple times on different `WebContents` without calling `CloseDevTools` The...

enhancement
wontfix

I am grateful for you adding support for the `--host-rules` command line switch; however, the addition of this tag seems to have introduced errors involving the resolution of websockets (`ws://`)...

bug
wontfix

Hey! I just found this project while I began to disassemble Atom.io's editor. First I only discovered the libchromecontent dynamic library, but soon came across this. It made me waay...

wontfix

Please provide a minimal example or a basic guide line on how to use brightray in own project. I found brightray_example but it looks very old, it doesn't build with...