geary/src
Michael Catanzaro 6a0ad72182 web-process-extension: register GearyWebExtension JS in the right place
We need to register our JS when the window-object-cleared signal is
emitted. Previously we did this when the WebPage object is created, but
this only worked due to luck. Since WebKit r271642, it no longer works.
window-object-cleared is emitted right after page-created, meaning that
right after Geary registers its JS, it all gets wiped away. Oops.

Fixes #1168
2021-03-04 17:31:56 -06:00
..
client web-process-extension: register GearyWebExtension JS in the right place 2021-03-04 17:31:56 -06:00
console Geary.Imap: Make command cancellable a property of the command object 2020-09-02 14:34:41 +10:00
engine Geary.Imap.FolderSession: Use the SILENT option when sending IMAP STORE 2021-02-25 08:45:10 +11:00
mailer build: Reduce verbosity of meson vars by removing geary_ prefixes 2020-08-13 19:51:33 +10:00
meson.build build: Add minimal ICU VAPI for UBreakIterator 2021-01-19 20:49:01 +11:00