I was playing with gmail earlier with a hack that just disabled cert caching.
I noticed two flaws (there are plenty across the browser; these are gmail-specific and there are surely more there too): - the spacing between lines in the message view is wrong (too large) - the mouseover popups on names in my chat contacts don't stay The first is likely font metrics, which is very sad since we put so much effort into them already. :( But hopefully we can get it down to a layout test. The second is likely some input handling we're not doing correctly yet, which is no surprise because a lot of that code is temporary. Avi is refactoring it for the mac so hopefully we'll benefit from that or from fixing the NOTIMPLEMENTEDs we've been working on. But all told, those are pretty minor. Great work, everyone! On Fri, Feb 20, 2009 at 9:04 PM, Dan Kegel <[email protected]> wrote: > > Hey folks, after applying http://codereview.chromium.org/27033, > I can now use gmail in chrome for linux! > > Just in time for Scale 7X... > - Dan > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
