Chad Retz

Results 521 issues of Chad Retz

There was a [CEF issue](https://bitbucket.org/chromiumembedded/cef/issues/649) but it was closed. There is a [CEF PR](https://bitbucket.org/chromiumembedded/cef/pull-requests/51) but it is stalled.

cef issue

This requires `--enable-media-stream` as a CLI arg. Unfortunately, CEF does not allow a permission-based access, it's either CLI or bust (ref [this post](http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=13791)). I [asked](http://www.magpcss.org/ceforum/viewtopic.php?f=7&t=15347) but was unanswered concerning mic/vid...

cef issue

Simply support `CefGeolocationHandler::OnRequestGeolocationPermission`, not sure we even have to leverage Qt's geolocation utils.

enhancement

Need to implement ourselves because CEF [will](https://code.google.com/archive/p/chromiumembedded/issues/1160) [not](http://www.magpcss.org/ceforum/viewtopic.php?f=10&t=11408) do it (not even callbacks). We'd need to use [JS integration for window binding](https://bitbucket.org/chromiumembedded/cef/wiki/JavaScriptIntegration.md#markdown-header-window-binding) and do the IPC ourselves.

enhancement

See Chromium bug: https://bugs.chromium.org/p/chromium/issues/detail?id=746477

chromium issue

Reposting from [CEF forum](http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=15298): In Chrome, when I attempt to reload a page that was the result of a form submission, I am presented a dialog asking me if I...

cef issue

I have basically abandoned this project since I no longer use PHP regularly. If anyone wants to fork it (or just build a different dust-php project), please do. Let me...

> java -version openjdk version "1.8.0_152" OpenJDK Runtime Environment (Zulu 8.25.0.1-win64) (build 1.8.0_152-b16) OpenJDK 64-Bit Server VM (Zulu 8.25.0.1-win64) (build 25.152-b16, mixed mode) Running exe: ![image](https://user-images.githubusercontent.com/206396/33643473-eb08cef2-da04-11e7-8e44-63e909c79906.png)

Showing bytecode inside the local class of: ```java public class LocalClasses { public static void main(String[] args) { String test = "Test"; class TestPrint { void print() { System.out.println(test); }...

I know this project is just a simple game and old, but was looking around for ggez examples. Recent versions of `rust-sdl2` support automatic download and static link, add the...