2006-10-18 Trunk builds

Fixes:

  • Fixed: 220900 - [Windows] Focus breaks, cut/copy/paste and other focus-dependent tasks broken.
  • Fixed: 232605 - Windows opened by window.open open behind the window with focus.
  • Fixed: 356235 - Implement textrun cache.
  • Fixed: 355451 - Be more efficient about creating HTML element.
  • Fixed: 351633 - Make javascript: URI execution async.
  • Fixed: 233853 - cnn.com, Ctrl+Enter goes to www.cnn.com.com.
  • Fixed: 169826 - Don't show "wyciwyg:" in tab titles.
  • Fixed: 342743 - Clear Private Data shortcut (Cmd+Shift+Delete) requires Fn to be held on Mac laptops.
  • Fixed: 159849 - DOMThingie.on* (i.e. onclick, n' friends) is undefined and not null if no event handler is set; |with| can't be used to assign to it.
  • Fixed: 61911 - typeof(/regExp/) should return "object", not "function".
  • Fixed: 347306 - toSource of long functions seems O(n^2).
  • Fixed: 355754 - Add nsTPtrArray, which has a SafeElementAt method.

Fixes for recent regressions:

  • Fixed: 321994 - Firefox doesn't display pages containing MathML.
  • Fixed: 346883 - Can only open preferences once in cocoa firefox.
  • Fixed: 355362 - Google pages file uploader doesn't work anymore.

Trunk regressions:

  • Since Oct 17: 356978 - Requested popups from javascript: URLs (including bookmarklets) are incorrectly blocked.
  • Since Sept 29: 332913 - [Mac] Need Cocoa drag and drop implementation.
  • Since Sept 29: 343033 - [Mac] 5-10 second delay or hang or crash when quitting Cocoa Firefox.
  • Since Sept 29: 355817 - [Mac] Some Cmd+Shift+letter shortcuts are broken.
  • Since Sept 29: 354954 - [Mac] "Save Page As..." doesn't work.
  • Since Sept 29: 355352 - [Mac] While the app is running, if no browser windows are open, clicking on the app in the dock doesn't open a browser window.
  • Since Jan 26 (FDL): 325296 - [Mac] Opacity doesn't work in HTML. (Switching to Cairo will fix this bug.)
  • Since Jan 26 (FDL): 324819 - Fixed positioned elements now lag/flicker when scrolling.
  • Since Jan 26 (FDL): 324963 - [Windows] Menu highlight is broken/doesn't show up/not painted.

Trunk checkins between 2006-10-06 06:00 and 2006-10-18 06:00

Windows builds: Windows nightly (discussion)

Linux builds: Linux nightly

Mac builds: Mac nightly

4 Responses to “2006-10-18 Trunk builds”

  1. Steve Says:

    Thank God 220900 finally got fixed! That’s been annoying me for a long time.

  2. David Latapie Says:

    Two regressions for the Cocoa+Cairo nightly of the 23rd:
    text-align:justify doesn’t work
    – I noticed what I think is a bug but I could not find out in my head; I just noticed behaviour is as expected with Firefox 2, Presto and Webkit. Here is the possible regression. Create a page with the following style:
    head, head title {display:block}
    head title {left:0;right:0;letter-spacing:.2em;text-align:center}
    Title will appear a little bit on the left. Remove letter-spacing:.2em and everything is OK.

  3. chris Says:

    The crash that Minefield causes on about 1/3 of windows systems should be listed here as it is commonly encountered bug. Installing .Net 2.0 did not resolve the problem on one machine. Both machines have McCafee installed. The only differences are probably minute differences in the Windows registry or perhaps something is dependent on some unique windows components.

  4. Jesse Ruderman Says:

    Chris, do you have a bug number or a stack trace?