Google Code Exporter

Results 21406 comments of Google Code Exporter

Original comment by `[email protected]` on 21 Oct 2014 at 10:37 - Added labels: **Restrict-AddIssueComment-Commit**

``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/80 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:26

``` A javascript example for requesting additional space for local storage or indexed db: https://code.google.com/p/phpdesktop/source/browse/phpdesktop-chrome/www/request -quota.php?r=a08269c0e01b Currently it doesn't work, the result is "Granted 0 bytes". OnQuotaRequest needs to be...

Minimizing and maximizing is not enough to implement custom styled windows. It would also be needed to allow for dragging and resizing the window. These API functions would need to...

See the css properties like "-webkit-app-region" (with drag/no-drag values) and "-webkit-user-select" used in Frameless window in Node-Webkit: https://github.com/rogerwang/node-webkit/wiki/Frameless-window Original comment by `[email protected]` on 16 Feb 2014 at 3:44

``` The x-webkit-speech on an input worked for me only after I've set the --enable-speech-input flag in settings.json: "command_line_switches": { "enable-speech-input": "" }, On the google.com website I get the...

``` Thanks for fast response! Of course I forgot to mention that flag that need to be set, sorry. Anyway, maybe you will be able to debug speech recognition inside...

``` Added comment #8 in the CEF issue that compares google speech logs with the html5rocks speech logs. ``` Original comment by `[email protected]` on 3 Feb 2014 at 12:17

Original comment by `[email protected]` on 21 Oct 2014 at 10:37 - Added labels: **Restrict-AddIssueComment-Commit**

``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/75 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:25