supernova_00 Posted August 12, 2005 Author Share Posted August 12, 2005 Crippled OpenGL for Windows VistaI just found out from beyond3d.com that the future of OpenGL on Windows Vista seems very bleak ? specifically, with Vista, OpenGL will be implemented on top of DirectX9, and will be a vanilla OpenGL 1.4 (no extensions, including 1.5/2.0 ARB extensions, no new hardware features until Microsoft says so). Ignoring the feature loss, this is probably a performance loss of up to 50%. It apparently is possible to get a full OpenGL ICD under Vista, but doing so requires disabling the Aero eyecandy UI. So your choices are full OpenGL, but a Windows 2000 desktop, or crippled wrapped OpenGL and Aero. This not only sucks for OpenGL which has always been at best a second-class citizen on Windows, but it sucks for Mozilla, since our future hardware acceleration strategy has been based on cairo/glitz/OpenGL. It?s feasable to do a Direct3D back-end for cairo at the same layer as glitz, but we were hoping to not have to go that route. OpenGL is currently the only option for cross-platform graphics; by slowly crippling it in this manner, Microsoft is forcing developers to either move solely to DirectX, or to maintain separate OpenGL and DirectX code paths. Unfortunately, I can see most developers choosing to just drop OpenGL. There?s more information on the thread on the opengl.org forums. Source ----------------------------Branch for 1.8 is happening right nowow after this happens the branch builds will be built for 1.5 while the trunk builds will be ongoing development for 2.0 release. The trunk will get all the new features, risky bug fixes, all new rendering engine, performance tweaks and a whole lotta other things. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586365572 Share on other sites More sharing options...
supernova_00 Posted August 12, 2005 Author Share Posted August 12, 2005 The branch is complete and the tree is now re-opened for checkins!!! to tell the difference between trunk and branch builds the trunk will have 1.9a1 in the version id and branch will be 1.8b4. I may start a thread to follow the development towards 2.0 but not sure yet because I do not want to confuse users here between the branch and trunk versions. just remember if you want stabilty download the branch version, if you want bleeding edge, new features, lots of bug fixes download the trunk. There is lots of risk though for running trunk versions...so use at your own risk! Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586368420 Share on other sites More sharing options...
kernatch Posted August 13, 2005 Share Posted August 13, 2005 when is FF1.5 coming? Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586368796 Share on other sites More sharing options...
rschultz2002 Posted August 13, 2005 Share Posted August 13, 2005 The branch is complete and the tree is now re-opened for checkins!!! to tell the difference between trunk and branch builds the trunk will have 1.9a1 in the version id and branch will be 1.8b4. I may start a thread to follow the development towards 2.0 but not sure yet because I do not want to confuse users here between the branch and trunk versions. just remember if you want stabilty download the branch version, if you want bleeding edge, new features, lots of bug fixes download the trunk. There is lots of risk though for running trunk versions...so use at your own risk! 586368420[/snapback] I am confused. The trunk 12-Aug-2005 was 1.8b4 and the 13-Aug-2005 is 1.9a1 The thing that is cunfusing me is I go to the FTP site download that days trunk look at the time and day on it. Go back later and they rolled back to another time or day. So how do I know I am getting the latest trunk? This is the place I go for the trunk Link. Am I going to the proper place? Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586371788 Share on other sites More sharing options...
supernova_00 Posted August 13, 2005 Author Share Posted August 13, 2005 that is the right place the time change is because the mirrors are in different parts of the world. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586372410 Share on other sites More sharing options...
supernova_00 Posted August 18, 2005 Author Share Posted August 18, 2005 These two topics both deal with Firefox 2.0 and not firefox 1.5. The road to Firefox 2.0 Just to let you all know, I've started the graph for the road to 2.0. I know its very, very early but the blocking flags are there so I figured I'd start tracking the bugs. I won't start a thread for it until after 1.5 release so as to not confuse people so you guys will just have to check the link below. Right now I just have the graph for 1.9a1 since that will be the first release towards 2.0 Road to Firefox 2.0 --------------- Future graphcis of Mozilla Products If you haven't heard by now, I was hired by Mozilla Foundation a month and a half ago to work on the new graphics platform. Since then a lot of progress has been made by Vlad and I. We're using Cairo (through Thebes) for drawing and now on all paltforms. On Windows, I'm using all new Uniscribe handling complex scripts when drawing text and then using cairo to draw. There are quite a few bugs (fonts aren't always bold when they should be, sizes aren't always right, clipping is sometimes bugged, etc). Even with the various font bugs, the things are fairly usable.Vlad and I are planning to start landing our various changes on to the trunk this week (not built by default) so you can do your own builds, but until then I've got a Windows build you can try here: firefox-1.0+.en-US.win32-ng.zip Vlad says he is going to post a Linux build soon (with Glitz support!) Source In about a week the new graphics builds will start to be automatic and will end up in this folder http://ftp.mozilla.org/pub/mozilla.org/fir...al/newgraphics/ after some stability issue are worked out, the new engine will land on the trunk builds for 2.0. Right now the double buffering is turned off and so is the native XP ui but thats just until performance issues are worked out. Other then that and the font issues mentioned above the new engine feels and looks great and is just a little slower right now until the fore mentioned bugs are ironed out. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586395499 Share on other sites More sharing options...
supernova_00 Posted August 18, 2005 Author Share Posted August 18, 2005 Update to last post dealing with new graphics engine for 2.0 I've posted a new Windows build here. It is mostly the same as the one I posted yesterday, except with native theme support so it doesn't look like crap anymore. Fonts, clipping, flashing, etc are still busted though.One of the (few) improvements in the new graphics builds is much better image scaling. Take these two screenshots of a Penny Arcade comic scaled to fit the size of my browser as an example: old and new Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586395519 Share on other sites More sharing options...
supernova_00 Posted August 21, 2005 Author Share Posted August 21, 2005 (edited) Just to let you all know, I am now maintaining the 'The road towards Firefox 2.0 (Bug Report)' but only on my website until 1.5 is released. I'm doing this to try and not confuse people thinking 2.0 is coming soon or whatever. Once 1.5 is released I will once again maintain threads on both neowin and mozillazine. All the information about 2.0 should keep you guys busy on this very boring Sunday evening...and check out the other parts of my site while your there. The road towards Firefox 2.0 (Bug Report) Edited August 21, 2005 by supernova_00 Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586412135 Share on other sites More sharing options...
IceDogg Posted August 22, 2005 Share Posted August 22, 2005 Thanks supernova_00 Your doing a really good job. Keep it up, please. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586413701 Share on other sites More sharing options...
supernova_00 Posted August 22, 2005 Author Share Posted August 22, 2005 no problem, I just hope that people actually read my newer posts. I feel like they look at the first page and don't feel like reading the rest and they don't know about all the other info since no one posts replying about any of the new stuff. but oh well. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586415336 Share on other sites More sharing options...
keithy397 Posted August 22, 2005 Share Posted August 22, 2005 I've only found your posts over here in the past few months but I track the topics religiously, and your Mo'zine one too! Keep up the great work. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586415357 Share on other sites More sharing options...
xpgeek Posted August 22, 2005 Share Posted August 22, 2005 I read yesterday FeedViewer is being removed from Branch soon cause theres just way too much to fix in time for 1.5, is this true ? Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586415359 Share on other sites More sharing options...
supernova_00 Posted August 22, 2005 Author Share Posted August 22, 2005 yes its true :( Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586416527 Share on other sites More sharing options...
supernova_00 Posted September 1, 2005 Author Share Posted September 1, 2005 Binary patching lives! Morgamic just threw the switch on partial updates. Now, when your Firefox nightly build checks for updates, it will pull down a partial update (200-400 kilobytes) instead of a full update. Sweet!... Source: Darin Fisher's Blog Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586466307 Share on other sites More sharing options...
xpgeek Posted September 2, 2005 Share Posted September 2, 2005 Awwwwwwsome !!!! Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586466877 Share on other sites More sharing options...
dagamer34 Posted September 2, 2005 Share Posted September 2, 2005 Is Firefox ever going to make RSS feeds look "cool" like IE7 and Safari do? I hate with a passion the method Firefox does RSS feeds because links give little to no info about the actual story itself. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586470537 Share on other sites More sharing options...
IceDogg Posted September 2, 2005 Share Posted September 2, 2005 Is Firefox ever going to make RSS feeds look "cool" like IE7 and Safari do? I hate with a passion the method Firefox does RSS feeds because links give little to no info about the actual story itself. 586470537[/snapback] There is an extension that makes it better. It's called Sage. I used it for a while and you can even make your own Style sheets for the feeds. I know you probably mean built in, but I thought I'd give you that info anyway. I don't use it anymore, because Firefox uses more CPU cycles with RSS feeds (or at least use to). Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586470803 Share on other sites More sharing options...
supernova_00 Posted September 7, 2005 Author Share Posted September 7, 2005 Firefox 1.5 beta locked down last night We hope to have all the changes for 1.5 beta 1 landed by this evening <i>(last night)</i> so that tomorrow morning's builds will be our first candidates for the beta. We'll spend the day testing the builds and if all goes well we'll have a release by Thursday. If we find problems, we'll try to take low-risk fixes, and spin up a new round of builds so that we can hold to the Thursday release plan.As soon as we've got Firefox 1.5 beta 1 out the door, we'll start accepting changes for the second beta which is due the first week of October. Source: Asa Dotzler's BlogDo not think that because today's builds are 1.5 beta just because the official branding and version numbers have changed. This is done ahead of time to test to make sure that changing those things don't break anything. Tomorrow's build should be the final for beta 1. I will post tomorrow with more info. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586489972 Share on other sites More sharing options...
Toxikk Veteran Posted September 7, 2005 Veteran Share Posted September 7, 2005 so glad to see the branding back on the builds. now apps like netnewswire work properly. :D wheeeeyaa!!!1 Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586491911 Share on other sites More sharing options...
supernova_00 Posted September 7, 2005 Author Share Posted September 7, 2005 Some major ugly changes to the UI were checked in today please read about it here and take my poll. Please try out todays nightly or the beta 1 tomorrow before responding to the changes. Thanks EDIT: If you guys don't feel like reading through. Basically changes were done to the menu and breaks the appearence of the windows classic theme on any OS using Windows Classic Theme. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586492304 Share on other sites More sharing options...
Stew Gilray Posted September 7, 2005 Share Posted September 7, 2005 Some major ugly changes to the UI were checked in today please read about it here and take my poll.Please try out todays nightly or the beta 1 tomorrow before responding to the changes. Thanks EDIT: If you guys don't feel like reading through. Basically changes were done to the menu and breaks the appearence of the windows classic theme on any OS using Windows Classic Theme. 586492304[/snapback] I'm actually glad that this has happened. It means whenever I'm using a "theme" whether it's Windowblinds or StyleXP, that FF will now match everything else, as opposed to being nothing like it. I'd also "assume" that by doing this, there are no extra GDI stuff inside FF that overwrites the system GDI commands, which as far as I can see would.. a) make it running slightly quicker b) make it now quite as big All good, if you ask me :-) Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586492377 Share on other sites More sharing options...
IceDogg Posted September 7, 2005 Share Posted September 7, 2005 Hey supernova_00, can you post some screenshots of both ways so we can see the difference? The only real difference I see is a little extra spacing. Anything else that I'm missing?? I like things as compact as I can get them, but this doesn't appear to be big difference as far as I can tell. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586492391 Share on other sites More sharing options...
kernatch Posted September 7, 2005 Share Posted September 7, 2005 mine's still branded as deer park alpha 2? Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586492630 Share on other sites More sharing options...
Stew Gilray Posted September 7, 2005 Share Posted September 7, 2005 I've just downloaded and installed v1.5 B1 Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586492670 Share on other sites More sharing options...
supernova_00 Posted September 7, 2005 Author Share Posted September 7, 2005 ^ That is a nightly build. Beta 1 will be released tomorrow, keep an eye on mozilla.org and/or mozillazine.org front pages for links when the beta 1 is avaiable. @ IceDogg: I'll post later tonight since I'm at work right now. @ Stew Gilray: this is not a patch for native theme rendering which you describe, its merely a half-assed hack to band-aid the real bug, which is not supporting native theme rendering. Link to comment https://www.neowin.net/forum/topic/269046-firefox-15-bug-report/page/7/#findComment-586492783 Share on other sites More sharing options...
Recommended Posts