Re: Firefox 31.8.0: Use of Add-On "HTTPS Everywhere 5.1.2" causes 99% CPU utilization
Dave Yeo <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
Andreas Kohl wrote: > >> namely it screws up the theme and the right scroll bars are truncated >> like the edge of the browser needs to be dragged right a little. It >> works but looks weird with only 2/3rds of the scroll bar. > > Same experience here. > I didn't check the code so far. So it could be a problem of using the > linux skin resources. I think it's controlled by the mozilla app. Any > idea how to use windows skins instead? It seems to be chosen in calendar\base\jar.mn, but I'm not really sure how it is parsed. In other places the theme is chosen based on ifdefs so for us it's something like if defined WIN_XP || defined OS2_XP but the jar.mn is quite different. Looking at older versions, there only seems to have been one basic theme. I guess I can try simply changing WindowsNT to OS2 and recompile, unluckily it takes over 3 hours to rebuild. Dave