Re: Scrollbar not rendered at top-level [Qt backend]

2012-12-03 Thread romaxa
Native Theme implementation in Qt port is in very bad shape, and practically was never tested, because Qt XUL Fennec use css scrollbars, and native scroll indicators are disabled. there are 2 ways to fix this problem: 1) Fix Qt native themeing. 2) disable widget native themeing (set preference m

Re: LinuxGL widget backend for Mozilla

2012-08-26 Thread romaxa
This port does allow to build without X, but offscreen rendering is not main target of this port, because it provides self-complete widget backend with Framebuffer or GLContext gecko/xul rendering. Offscreen rendering API's implementation is more related to bug https://bugzilla.mozilla.org/show_

Re: LinuxGL widget backend for Mozilla

2012-08-21 Thread romaxa
the patches separated by different logical parts of mozilla tree. Will attach initial patch queue and try to assign related reviewers for each patch. > > > > Cheers, > > Ehsan > > > > On 12-08-17 2:03 PM, romaxa wrote: > > > Hi, > > >

LinuxGL widget backend for Mozilla

2012-08-17 Thread romaxa
Hi, Recently I have been working on B2G port to mobile Linux which would be widget toolkit-independent (qt/gtk/cocoa/etc). The goal is to make it easy to build Mozilla/Gecko on boards like BeagleBoard (ubuntu-arm), PandaBoard (ubuntu-arm), Tegra (L4T), Raspberry Pi (debian-arm). Quite often s

LinuxGL widget backend for Mozilla

2012-08-17 Thread romaxa
Hi, Recently I have been working on B2G port to mobile Linux which would be widget toolkit-independent (qt/gtk/cocoa/etc). The goal is to make it easy to build Mozilla/Gecko on boards like BeagleBoard (ubuntu-arm), PandaBoard (ubuntu-arm), Tegra (L4T), Raspberry Pi (debian-arm). Quite often s