The Official Win32 20100814 Trunk build is out.

Discussion about official Mozilla Firefox builds
Locked
User avatar
a;skdjfajf;ak
Posts: 17002
Joined: July 10th, 2004, 8:44 am

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by a;skdjfajf;ak »

Also nightly testers:
Someone with a nightly build that has d2d enabled by default - test and see if setting the widget.rendering pref to '0' turns it off . - the devs are aware that you can't turn off DW, but d2d should turn off by setting it to '0' - once its enabled by 'default' the setting will be -1 for widget.rendering - the '6' we have been using is to 'force' d2d 'on' only for testing...

The gfx folks are having a small conference call at this time trying to decide to turn it back on - they need testers and bugs filed.

EDIT: When testing be sure to either use a clean profile - or at least don't use Adblock or Noscript as it could over-ride any testing.
GTK66
Posts: 1896
Joined: May 30th, 2004, 5:20 am

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by GTK66 »

If you change it to 8 it will turn it off but leave the fonts on.
User avatar
sciguyryan
Folder@Home
Posts: 2181
Joined: November 10th, 2004, 1:33 pm
Location: Wales

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by sciguyryan »

sipowicz wrote:If you change it to 8 it will turn it off but leave the fonts on.


Directwrite has its own perf, you don't need to rouch the render-mode perf for that at all.
Cheers!

Ryan Jones
cuz84d
Posts: 1644
Joined: August 24th, 2009, 6:03 pm

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by cuz84d »

RyanJ wrote:
Littlemutt wrote:Anyone aware of bug numbers for bad-scrolling with d2d enabled ? Devs are asking on IRC ..


I remember there being one some time ago but it was supposedly fixed. Maybe be worth filling a new one.


There a couple, check my reply over in the dw/d2d thread.
mat--
Posts: 669
Joined: May 20th, 2010, 8:12 am

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by mat-- »

Littlemutt wrote:Anyone aware of bug numbers for bad-scrolling with d2d enabled ? Devs are asking on IRC ..

I only see this on websites that use flash (https://bugzilla.mozilla.org/show_bug.cgi?id=558339). There's also one retained layers related problem where web content is drawn on top of plugin content (https://bugzilla.mozilla.org/show_bug.cgi?id=579262#c29). Apart from that my only problem with D2D is slow cold startup time, though for some reason warm startup is fine, maybe a Windows issue?
User avatar
yuoo2k
Posts: 721
Joined: November 1st, 2005, 9:03 am
Location: Taiwan

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by yuoo2k »

I found a JS engine problem in 20100814 nightly, try the following code in Error Console:

Code: Select all

")".replace(")","*$&*");

The result should be:

Code: Select all

*)*

But, it reports:

Code: Select all

Error: unmatched ) in regular expression
Source File: javascript:%20")".replace(")","*$&*")
Line: 1
GTK66
Posts: 1896
Joined: May 30th, 2004, 5:20 am

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by GTK66 »

RyanJ wrote:
sipowicz wrote:If you change it to 8 it will turn it off but leave the fonts on.


Directwrite has its own perf, you don't need to rouch the render-mode perf for that at all.


But changing the same thing to (-1) does. ](*,)
User avatar
sabret00the
Posts: 1396
Joined: June 29th, 2004, 8:24 am
Location: London (UK)
Contact:

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by sabret00the »

Littlemutt wrote:EDIT: When testing be sure to either use a clean profile - or at least don't use Adblock or Noscript as it could over-ride any testing.


Is it really a real world test in that case?
User avatar
sciguyryan
Folder@Home
Posts: 2181
Joined: November 10th, 2004, 1:33 pm
Location: Wales

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by sciguyryan »

sipowicz wrote:
RyanJ wrote:
sipowicz wrote:If you change it to 8 it will turn it off but leave the fonts on.


Directwrite has its own perf, you don't need to rouch the render-mode perf for that at all.


But changing the same thing to (-1) does. ](*,)


You can turn render-mode to -1 and enable directwrite and directwrite will still work. :)
Cheers!

Ryan Jones
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by BruceAWittmeier »

tweeny wrote:Since a couple of builds I've trouble with loading some pages, like [url=nu.nl[/url]
I get this error
301: This object has moved

Please click here to continue

The problem is: I need to typ www.... before the url, but in previous builds it wasn't necessary

sorry for my bad English :wink:


This is an issue with Adblock Plus. Disable and the problem goes away. Or use this temporary fix:
http://www.firefox.net.cn/forum/download.php?id=12771
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
User avatar
ioiokzkz
Posts: 243
Joined: December 17th, 2008, 9:38 pm

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by ioiokzkz »

Hey guys I'm having this issue: everything on every page that's within a specific region lose their hover state... or it's like there's an invisible layer on top of them. Cursor position can't be detected either, try the test below. Clicking within the region works though.

Screenshot: http://dl.dropbox.com/u/1025551/region.jpg
Test: http://dl.dropbox.com/u/1025551/test.html

Anyone else experiencing this? (Tested in safe mode, still there.)
Last edited by ioiokzkz on August 14th, 2010, 11:52 am, edited 1 time in total.
User avatar
Andu
Posts: 1266
Joined: July 22nd, 2005, 6:58 am

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by Andu »

Tab Sets needs to handle 'Undo Closed Tabs better than it currently does. Right now when you undo the closing of a tab the tab is hidden behind the Tab Set it was part of.

Either the Tab is put back into the group it came from (the proper solution) or it should at least be put somewhere where it can be seen.
User avatar
sciguyryan
Folder@Home
Posts: 2181
Joined: November 10th, 2004, 1:33 pm
Location: Wales

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by sciguyryan »

Andu wrote:Tab Sets needs to handle 'Undo Closed Tabs better than it currently does. Right now when you undo the closing of a tab the tab is hidden behind the Tab Set it was part of.

Either the Tab is put back into the group it came from (the proper solution) or it should at least be put somewhere where it can be seen.


There is already a bug on that as far as I remember.
Cheers!

Ryan Jones
User avatar
Andu
Posts: 1266
Joined: July 22nd, 2005, 6:58 am

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by Andu »

User avatar
a;skdjfajf;ak
Posts: 17002
Joined: July 10th, 2004, 8:44 am

Re: The Official Win32 20100814 Trunk build is not yet out.

Post by a;skdjfajf;ak »

sipowicz wrote:
RyanJ wrote:
sipowicz wrote:If you change it to 8 it will turn it off but leave the fonts on.


Directwrite has its own perf, you don't need to touch the render-mode perf for that at all.


But changing the same thing to (-1) does. ](*,)


In case you all missed it in the d2d thread - with the current nightly you can't disable DW (directwrite):
https://bugzilla.mozilla.org/show_bug.cgi?id=587293
Locked