hackbrowser
hackbrowser copied to clipboard
A hackable, cross-platform Chromium-based browser written in JS
Bumps [electron](https://github.com/electron/electron) from 2.0.5 to 2.0.8. Commits - [`addf069`](https://github.com/electron/electron/commit/addf069f268527331a78c5a1e788de5515f9fce2) Bump v2.0.8 - [`80221e5`](https://github.com/electron/electron/commit/80221e52d93a96ea704cb6748ead669c55cff504) fix: inheritance of webPreferences sub properties - [`3403b4a`](https://github.com/electron/electron/commit/3403b4a4de43cdbb95c2947bfbc4d0513efe651e) ci: add better logging around request failures for releasing...
``` Yes-MacBook-Pro:hackbrowser root# ./node_modules/.bin/electron . App threw an error during load Error: ENOENT: no such file or directory, mkdir '/var/root/Library/Application Support/hackbrowser/logs' at Object.fs.mkdirSync (fs.js:855:18) at Object. (/Users/yejoopark/Downloads/hackbrowser/main.js:18:5) at Object. (/Users/yejoopark/Downloads/hackbrowser/main.js:36:3)...
Refer to https://github.com/hokein/electron-sample-apps/tree/master/pepper-flash-plugin
Chrome:  HackBrowser:  Autocomplete should fill address bar input with suggested value and select text following user's input
Need to set partition on `` elements to share session. https://electron.atom.io/docs/api/webview-tag/#partition
in TabView.js, check if navigation occured on main frame in handleDidFrameFinished()
http://10.220.212.103/ will redirect to google search
Opening a pop-up doesn't return after successfully signing in. http://d2.naver.com/helloworld/6033708 Try logging in via Github in the comment section. A new pop-up will appear. Even if the login is successful...
Pressing Ctrl+R will refresh the whole page, not the `` element.