Peter Kanev

Results 7 issues of Peter Kanev

Implement the [CSSAgent](https://chromedevtools.github.io/debugger-protocol-viewer/tot/CSS/), part of the Chrome Debugging Protocol, inside Chrome DevTools. ### Features: - [ ] Preview CSS styles used in application/page - [x] Preview computed styles - [...

feature
backlog

### Tell us about the problem Attempting to access some static constants of certain classes will result in the following exception: `JNI DETECTED ERROR IN APPLICATION: static jfieldID X not...

severity: low
bug

If the developer extends a base class with no default constructor, they have no way of explicitly specifying that they want a default constructor code to be generated in Java....

severity: low
feature

Debug log messages need to be improved by providing additional information, such as TID, Category, and provide a better verbosity overall. This will allow us to spot bugs more easily...

feature

The generated TS definitions are currently generated manually and tested with `tsc`, we can automate that work by passing various android/java libraries and testing compilability of the output.

enhancement

Implement an image (base64 data) validator. **Features:** - verify mime type (*png*, *jpeg*, garbage) - check for dimensions HxW - verify file size doesn't exceed X bytes

enhancement