Re: RFR: 8234471: Canvas in webview displayed with wrong scale on Windows

2020-01-05 Thread Guru Hb
On Mon, 9 Dec 2019 13:09:04 GMT, Arun Joseph wrote: > This bug can be reproduced when the screen resolution is at 125%, 150% and > 175% for Windows, which correpsonds to `pixelScale` values of 1.25, 1.5 and > 1.75, respectively. > > Issue: The rectangle inside canvas is rendered on `pixelScale

Re: [Rev 03] RFR: 8233747: JVM crash in com.sun.webkit.dom.DocumentImpl.createAttribute

2020-01-05 Thread Guru Hb
On Mon, 6 Jan 2020 04:32:34 GMT, Arun Joseph wrote: >> Issue: Native part of WebView throws a DOMException and then, continues >> executing the rest of the function assuming that value is present. This >> causes the JVM to crash when retrieving the value. >> >> Fix: Return from the function if

Re: [Rev 02] RFR: 8236651: Simplify and update glass gtk backend

2020-01-05 Thread Thiago Milczarek Sayao
> This proposed change does the following: > > - Ports DND target to use GTK reducing code size and adding extra text / > image formats (such as .gif); > - Use gtk signals instead of gdk events (also to reduce code size); > - Simplifies geometry (sizing/positioning) with a more straightforward co

Re: [Rev 01] RFR: 8236651: Simplify and update glass gtk backend

2020-01-05 Thread Thiago Milczarek Sayao
> This proposed change does the following: > > - Ports DND target to use GTK reducing code size and adding extra text / > image formats (such as .gif); > - Use gtk signals instead of gdk events (also to reduce code size); > - Simplifies geometry (sizing/positioning) with a more straightforward co

RFR: 8236651: Simplify and update glass gtk backend

2020-01-05 Thread Thiago Milczarek Sayao
This proposed change does the following: - Ports DND target to use GTK reducing code size and adding extra text / image formats (such as .gif); - Use gtk signals instead of gdk events (also to reduce code size); - Simplifies geometry (sizing/positioning) with a more straightforward code (less sp