Plugins/WebKit%20Message%20View/ESWebView.m
2009-11-01 Prevent infinitely forwarding navigation events. Fixes #13251.
2009-05-14 Bad override, no cookie. Fixes #12029
2008-10-16 This is unnecessary now that we are avoiding manual shadow invalidation
2008-10-16 Use a private method on NSWindow pointed out by xenon and brought to my attention by mathuaerknedam to avoid shadow invalidation issues with transparent message views. Fixes #10271
2008-08-14 Switch all of our private method categories over to the new objc way of doing it (documented at http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_4_section_5.html#//apple_ref/doc/uid/TP30001163-CH20-SW2). This enforces having implementations for them, and in the process turned up a vast number of methods we had deleted the impl for but not the declaration. loc -= 198;
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk