[chromium-dev] building with shared libraries

2008-12-25 Thread Evan Martin
I've checked in some changes that make it so you can build (on Linux) with shared libraries. This significantly reduces link times and overall build times at the cost of slower code and slower startup (i.e., you shouldn't use it for user-facing builds). == Background Chromium has historically

[chromium-dev] Re: Adding MouseRelease Events for Buttons?

2008-12-25 Thread Peter Kasting
On Wed, Dec 24, 2008 at 8:35 PM, Mohamed Mansour m0.interact...@gmail.comwrote: the way it works now is by executing the following: controller_-AddManagedButton(reload_, IDC_RELOAD); That line of code is letting the CommandHandler manage key events and mouse events. But I want to be able