The Official Win32 20091007 Trunk build is out.

Discussion about official Mozilla Firefox builds
User avatar
Peter(6)
Posts: 13011
Joined: September 4th, 2003, 1:26 am
Location: Maassluis, The Netherlands

The Official Win32 20091007 Trunk build is out.

Post by Peter(6) »

Nightly TRUNK thread RSS feed (courtesy DaCypher)

The Official Win32 20091007 Trunk build is out.

Previous Trunk nightly 20091006

Hourly Trunk builds (Minefield 3.7 ...): mozilla-central-linux || mozilla-central-macosx || mozilla-central-win32 || Firefox Tinderbox || Trunk Changelog
Hourly archive for Windows, Mac and Linux (not the final format yet)

Last update: 2009-10-07 -- 06:00 PDT = 13:00 UTC
Last Changeset: 4d5760a4f96f

Fixed:
  1. #197123 [Toolkit:XUL Widgets]-review inefficiency of column-width dragging behavior [All]
  2. #438789 [Core:Widget: Cocoa]-Popup window and Dashboard compatibility [Mac]
  3. #446405 [Toolkit:Autocomplete]-Do not show the keyword of a quick search if as it is text to search in location bar [All]
  4. #449010 [Firefox:General]-In browser.js, don't prototype single-instance objects [All]
  5. #473045 [Core:Widget: Win32]-Implement Windows 7 Jump List features [Win7]
  6. #474056 [Firefox:Tabbed Browser]-Implement optional taskbar preview-per-tab [Win7]
  7. #485118 [Toolkit:XUL Widgets]-vertical scrollbar thumb active area miscalculated [Mac]
  8. #494152 [Firefox:Tabbed Browser]-eliminate onnewtab and the NewTab event [All]
  9. #506124 [Core:Widget: Win32]-Fixup Aero Glass code [Win]
  10. #507586 [Firefox:General]-FullScreen shutdown code doesn't belong in BrowserTryToCloseWindow() [All]
  11. #507805 [Core:DOM]-Support for asynchronous file data access [All]
  12. #509671 [Core:Widget: Gtk]-Remove icons from buttons due to Gnome changes [Lin]
  13. #510634 [Firefox:Bookmarks & History]-Wrong icons on bookmarks sidebar [All]
  14. #510991 [Core:Networking]-NS_GetURLSpecFromFile does a stat() [All]
  15. #512865 [Core:GFX: Color Management]-QCMS: improve SSE2 performance, add SSE support [All]
  16. #514915 [Firefox:General]-gProgressCollapseTimer and gProgressMeterPanel shouldn't exist [All]
  17. #514927 [Core:Widget: Win32]-Mouse wheel scrolling broken with Katmouse enabled [Win]
  18. #517543 [Core:ImageLib]-need a STATUS_DECODE_COMPLETE for imgIRequest [Mac]
  19. #518104 [Core:HTML: Parser]-[HTML5] Implement HTML5 changes to <script defer> [All]
  20. #518666 [Firefox:Shell Integration]-Add Firefox support for the new win7 jump lists [Win]
  21. #519296 [Core:XUL]-openPopup with "after_pointer" doesn't work [All]
  22. #520353 [Core:DOM]-querySelector(), querySelectorAll() and mozMatchesSelector() handle null and undefined incorrectly [Lin]
  23. #520547 [Toolkit:Places]-revert renaming of PlacesUtils methods from bug 477583 [All]
  24. #520724 [Firefox:Tabbed Browser]-aero peek preview prefs should be better defined/classified [Win7]


Partial Landings/WIPs/Incoming:
  1. #185533 [Core:Widget: Win32]-Mozilla (resize grip, panes) should respect "show window contents while dragging" setting [Win]
  2. #459301 [Core:JavaScript Engine]-TM: Trace recursive function calls. [Mac]
  3. #474060 [Toolkit:Download Manager]-Show download progress in app icon in Windows 7 taskbar [Win]
  4. #483776 [Firefox:Tabbed Browser]-When dragging a tab, Mouse cursor does not change. [Win]
  5. #501398 [Core:JavaScript Engine]-TM: internalize FrameInfo structures [All]
  6. #505933 [Core:JavaScript Engine]-Remove js_AddAsGCBytes [Mac]
  7. #511859 [Core:JavaScript Engine]-Utf8ToOneUcs4Char in jsstr.cpp ,overlong UTF-8 seqence detection problem. [All]
  8. #512409 [Core:JavaScript Engine]-nanojit support for Windows x64 [Win]
  9. #515403 [Core:JavaScript Engine]-The bug order (js_FinishRuntimeScriptState --> js_{Mark,Sweep}ScriptFilenames) can still occur and cause crash with the fix in bug 133773 and 477021 [Lin]
  10. #516832 [Core:JavaScript Engine]-TM: Conservative Stack Scanning [All]
  11. #517076 [Core:JavaScript Engine]-Crash [@ js_CallIteratorNext] or "Assertion failure: STOBJ_GET_CLASS(obj) != &js_BlockClass, at ../jsscope.cpp" [All]
  12. #517199 [Core:JavaScript Engine]-Typed GC free lists [All]
  13. #518103 [Core:JavaScript Engine]-Cannot type into the phonebook search box and many keyboard shortcuts fail [All]
  14. #518448 [Core:JavaScript Engine]-TM: high-level CSE of shape guards [All]
  15. #518463 [Core:JavaScript Engine]-JS_GetStringBytes/Chars replacements [All]
  16. #518744 [Core:JavaScript Engine]-TM: mark and rewind dataAlloc [All]
  17. #519004 [Core:JavaScript Engine]-make deep abort danger more clear and present [Lin]
  18. #519347 [Core:JavaScript Engine]-NJ merge: pick up a couple tiny allocator cleanups [All]
  19. #519856 [Core:JavaScript Engine]-NJ merge: move VMPI stuff from avmplus [All]
  20. #519999 [Core:JavaScript Engine]-Assertion failure: unsigned(slots) == NativeStackSlots(cx, 1) - fp->argc - 2 - fp->script->nfixed - 1 - js1_5/Regress/regress-450369.js [All]
  21. #520003 [Core:JavaScript Engine]-js1_8_1/decompilation/regress-380237-04.js - failed [All]
  22. #520046 [Core:JavaScript Engine]-eliminating "uintN flags" parameter from js_NewSomeGCThing functions [All]
  23. #520099 [Core:JavaScript Engine]-NJ merge: vprof drift [All]
  24. #520161 [Core:JavaScript Engine]-TM: Duplicate property in object literal causes "Assertion failure: !scope->has(sprop)" [All]
  25. #520210 [Core:JavaScript Engine]-js_PopInterpFrame breaks arena LIFO invariant [Mac]
  26. #520311 [Core:JavaScript Engine]-flush called during JSTraceMonitor::mark; may vex the recorder [All]
  27. #520323 [Core:JavaScript Engine]-Using a Fragment in RecordTree after flush [All]
  28. #520462 [Core:Plug-ins]-No wheel scrolling anymore after playing embedded movie. [Win]
  29. #520492 [Core:JavaScript Engine]-Crash [ @ TraceRecorder::attemptTreeCall] - js1_6/extensions/regress-472508.js [Win]
  30. #520513 [Core:JavaScript Engine]-"Assertion failure: !(evalcg->flags & TCF_IN_FOR_INIT), at ../jsemit.cpp" or "Assertion failure: 0, at ../jsemit.cpp" [All]
  31. #520753 [Core:JavaScript Engine]-Assertion failure: traceOp == JSOP_TRACE || traceOp == JSOP_NOP during startup [Lin]

  32. #396392 [Core:DOM: Traversal-Range]-Support for getClientRects and getBoundingClientRect in DOM Range [All]
  33. #488800 [Core:GFX: Color Management]-qcms doesn't support ICC version 4 [All]
  34. #520474 [Core:Layout]-Remove unused helper function IsMenuPopup from nsContainerFrame.cpp [All]
  35. #496360 [Core:Editor]-[TSF] Severe performance problems pasting into textareas when TSF is enabled [Win]
  36. #519905 [Core:DOM]-Avoid some more wrapper cache QIs in classinfo [Mac]
  37. #386142 [Core:Layout]-fantasai's li'l Need More Comments bug [All]


Regressions/Annoying/Common bugs:
  1. #423126 [Firefox:Places]-favicons aren't backed up to *.json [All]
  2. #482919 [Core:HTML: Parser]-[HTML5] Add speculative parsing to the HTML5 parser [All]
  3. #516290 [Core:ImageLib]-tabs flicker [Win]
  4. #520541 [Firefox:Bookmarks & History]-Crash editing bookmark via Star [All]


Trunk fixes since 20090813 (mozilla 1.9.3) = ~ 808
Last edited by Peter(6) on October 7th, 2009, 6:13 am, edited 8 times in total.
nightly build threads 20040225 (FF 0.8.0+) - 20120331 (FF14a)
User avatar
WildcatRay
Posts: 7486
Joined: October 18th, 2007, 7:03 pm
Location: Columbus, OH

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

Post by WildcatRay »

Thanks for your help Peter. I was glad to pitch in while you were gallivanting around the continent. ;)
Ray

OS'es: 4 computers with Win10 Pro 64-bit; Current Firefox, Beta, Nightly, Chrome, Vivaldi
owen.c93
Posts: 193
Joined: July 8th, 2009, 8:38 am

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

Post by owen.c93 »

With regards to aero peek, I couldn't get it to work on branch so went back to trunk and it works. You can see all tabs and as you hover the window switches aswell. Something that Chrome or Safari didn't manage to do. Also you get the standard windows loading "ring when the page hasn't loaded although the screenshot fails to capture it.

Well done guys if you had any involvement.

Image
supernova_00
Posts: 4832
Joined: June 24th, 2004, 8:03 pm
Location: Maryland, USA

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

Post by supernova_00 »

Thanks Ray and welcome back Peter!
pr1xsel
Posts: 305
Joined: January 28th, 2008, 11:35 am
Location: Estonia

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

Post by pr1xsel »

Google up > Chome OS and click on first link >
googleblog.blogspot.com/.../introducing-google-chrome-os.html
So www.googleblog.blogspot.com crashes !
Crashes browser in safe mode ! Can any1 tell what's on the site?
because even when I selected cached version of the site it still crashes before loading anything!
And there are couple of other sites that made 6OCtober Minefield crash but needs logins and more things to reproduce..
User avatar
a;skdjfajf;ak
Posts: 17002
Joined: July 10th, 2004, 8:44 am

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

Post by a;skdjfajf;ak »

owen.c93 wrote:With regards to aero peek, I couldn't get it to work on branch so went back to trunk and it works. You can see all tabs and as you hover the window switches aswell. Something that Chrome or Safari didn't manage to do. Also you get the standard windows loading "ring when the page hasn't loaded although the screenshot fails to capture it.

Well done guys if you had any involvement.

Image



What's the trick ? Does not do anything here... I'm on the RC build 7100, perhaps its only on the RTM ?
pr1xsel
Posts: 305
Joined: January 28th, 2008, 11:35 am
Location: Estonia

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

Post by pr1xsel »

Littlemutt wrote:
owen.c93 wrote:With regards to aero peek, I couldn't get it to work on branch so went back to trunk and it works. You can see all tabs and as you hover the window switches aswell. Something that Chrome or Safari didn't manage to do. Also you get the standard windows loading "ring when the page hasn't loaded although the screenshot fails to capture it.

Well done guys if you had any involvement.

Image



What's the trick ? Does not do anything here... I'm on the RC build 7100, perhaps its only on the RTM ?


About:config and search for Tab preview and enable it. What do you guys mean about Aero Peak ? Show desktop button on right ? Peaking works fine on my Win7 RTM
Only site that doesn't give previews is this Mozilla Forums !

And could you guys re-size the image , white space takes too much forum space..
User avatar
Peter(6)
Posts: 13011
Joined: September 4th, 2003, 1:26 am
Location: Maassluis, The Netherlands

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

Post by Peter(6) »

pr1xsel wrote:Google up > Chome OS and click on first link >
googleblog.blogspot.com/.../introducing-google-chrome-os.html
So http://www.googleblog.blogspot.com crashes !
Crashes browser in safe mode ! Can any1 tell what's on the site?
because even when I selected cached version of the site it still crashes before loading anything!
And there are couple of other sites that made 6OCtober Minefield crash but needs logins and more things to reproduce..
WFM with your STR
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a1pre) Gecko/20091006 Minefield/3.7a1pre ID:20091006044117
nightly build threads 20040225 (FF 0.8.0+) - 20120331 (FF14a)
User avatar
a;skdjfajf;ak
Posts: 17002
Joined: July 10th, 2004, 8:44 am

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

Post by a;skdjfajf;ak »

I'm not seeing the 'stacked' Icon for Minefield in the taskbar as shown in the image posted above... IE8 works just fine, as does Aero 3d flip... so I know Aero is working on my machine.

there are 3 new aero pref's and set to enabled, 20 and 20
User avatar
AteUte52
Posts: 1525
Joined: June 19th, 2004, 5:30 am
Location: Finland

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

Post by AteUte52 »

Works on RC here, no tricks needed so far I can see??
User avatar
a;skdjfajf;ak
Posts: 17002
Joined: July 10th, 2004, 8:44 am

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

Post by a;skdjfajf;ak »

I see this in the error console2 - wonder if this pointing to something as to why Aero-preview is not working for me.

Error: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.import]
Source file: chrome://browser/content/browser.js
Line: 2540
cuz84d
Posts: 1644
Joined: August 24th, 2009, 6:03 pm

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

Post by cuz84d »

Littlemutt wrote:I see this in the error console2 - wonder if this pointing to something as to why Aero-preview is not working for me.

Error: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.import]
Source file: chrome://browser/content/browser.js
Line: 2540


I don't think its related.. there was a XPCOM bug fixed on the list that this would probably refer to.
check Bug 508850 - XPCOMUtils should provide a convenient way to define lazy getters

Edit: this bug didn't update browser.js. See Dao's comment.
Last edited by cuz84d on October 6th, 2009, 9:39 am, edited 2 times in total.
User avatar
a;skdjfajf;ak
Posts: 17002
Joined: July 10th, 2004, 8:44 am

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

Post by a;skdjfajf;ak »

Grrr, does not work in a new profile either... *shrug* afraid I'm lost as to how to troubleshoot/fix.
User avatar
AteUte52
Posts: 1525
Joined: June 19th, 2004, 5:30 am
Location: Finland

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

Post by AteUte52 »

Only error I can see about this is:

Error: tab is undefined
Source file: file:///C:/Program%20Files%20(x86)/Minefield/modules/wintaskbar/preview-per-tab.jsm
Line: 510

That appears later..

Edit: Appears also:

Error: this.previewFromTab(tab) is undefined
Source file: file:///C:/Program%20Files%20(x86)/Minefield/modules/wintaskbar/preview-per-tab.jsm
Line: 511
Last edited by AteUte52 on October 6th, 2009, 9:22 am, edited 1 time in total.
cuz84d
Posts: 1644
Joined: August 24th, 2009, 6:03 pm

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

Post by cuz84d »

Littlemutt wrote:I'm not seeing the 'stacked' Icon for Minefield in the taskbar as shown in the image posted above... IE8 works just fine, as does Aero 3d flip... so I know Aero is working on my machine.

there are 3 new aero pref's and set to enabled, 20 and 20


Change your windows 7 start menu taskbar preferences to always combine.
Locked