hackbrowser icon indicating copy to clipboard operation
hackbrowser copied to clipboard

A hackable, cross-platform Chromium-based browser written in JS

Results 17 hackbrowser issues
Sort by recently updated
recently updated
newest added

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...

dependencies

``` 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)...

bug

Refer to https://github.com/hokein/electron-sample-apps/tree/master/pepper-flash-plugin

enhancement

Chrome: ![image](https://cloud.githubusercontent.com/assets/1064036/24087800/d45ae6a6-0d66-11e7-86f4-1bcc3f469c29.png) HackBrowser: ![image](https://cloud.githubusercontent.com/assets/1064036/24087806/e4bb2aec-0d66-11e7-83ac-22e18aae1599.png) Autocomplete should fill address bar input with suggested value and select text following user's input

enhancement

Need to set partition on `` elements to share session. https://electron.atom.io/docs/api/webview-tag/#partition

enhancement

in TabView.js, check if navigation occured on main frame in handleDidFrameFinished()

bug

http://10.220.212.103/ will redirect to google search

bug

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...

bug

Switching & animating tab order not working

bug

Pressing Ctrl+R will refresh the whole page, not the `` element.

enhancement