| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Sometimes we register a listener a lot on an event target. This change allows
us to pass NULL as the event type to the remove call in order to remove every
instance of the given listener, regardless of event type and capture vs.
bubble.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes: NetSurf bug #2466.
|
| |
|
|
|
|
| |
error: expression result unused [-Werror,-Wunused-value]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|