On Wed, Aug 26, 2009 at 4:17 PM, Nico Weber<[email protected]> wrote: > > When I talked with Aaron, he said porting the shelf to OS X isn't > something I should tackle unless I'm _really_ running out of things to > do, since they're not even sure they're going to keep it. Has this > changed, or is the situation different on linux for some reason?
Yes, extension UI is in a fair amount of flux, so some of this isn't really worth diving into. However, there are pieces of that work that are relatively safe to bite off (which Pawel has mostly done for Linux): - ExtensionView - a way to display a RenderViewHost outside of a TabContents in Chrome's UI - a basic implementation of ExtensionShelf (essentially just drawing a list of ExtensionViews based on an order specified by the ExtensionShelfModel). This is mostly just so you have a place to test and use your ExtensionView. Anything more than that (grab handles, dragging, moles, etc.) I'd advise against. Erik > > Nico > > On Wed, Aug 26, 2009 at 4:12 PM, Paweł Hajdan > Jr.<[email protected]> wrote: >> How do I create a SkBitmap of arbitrary size, filled with color of my choice >> (on Linux)? >> I'd need that for Linux extension shelf, and the Windows code for that seems >> not easily portable to Linux. >> > >> > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
