Samuel Mannehed
19dfb7901c
Rename variables in setCapture proxy
...
The names of many variables were too similar. To make the code easier
to follow we renamed:
* _captureElem to _capturedElem
* _captureElemChanged() to _capturedElemChanged()
* captureElem to proxyElem
* elem to target
Co-authored-by: Alex Tanskanen <aleta@cendio.se>
Co-authored-by: Niko Lehto <nikle@cendio.se>
2021-03-29 11:55:13 +03:00
Samuel Mannehed
0dcb896920
Update copyright to 2019 for modified files
2021-03-29 11:54:44 +03:00
Niko Lehto
19f0803636
Fix url cursor detection on Edge
...
_supportCursorURIs was set to true even when Edge didn't support
URIs because the fallback value "default" was used.
2021-03-29 11:51:50 +03:00
Juanjo Diaz
c6c278f9d5
Replace unnecessary function supportsCursorURIs by a constant variable
2021-03-29 11:35:44 +03:00
Juanjo Diaz
37c17ddbf9
Move support check from display to browser
2021-03-29 11:35:38 +03:00
Juanjo Diaz
5964156a6f
Remove unnecessary context from eventtarget
2021-03-29 11:35:11 +03:00
Juanjo Diaz
1ff792cf4b
Remove unnecessary constructor parameter from Cursor
2021-03-29 11:35:06 +03:00
Pierre Ossman
d20f751441
Throw correct Error object
...
We've already defined the name Error as a logging function, so we
need to be more explicit when we want to refer to the exception
class.
2021-03-29 11:34:45 +03:00
matt
408c005d3e
Initial commit
2020-09-20 12:16:44 +00:00