2006-11-04 Trunk builds

Fixes:

  • Fixed: 356590 - Clean up nsContextMenu and make it a bit more window-agnostic. (This fixes some items in the context menu that appears when right-clicking in a sidebar.)
  • Fixed: 332713 - Crash with CSS custom cursors.
  • Partially fixed: 233348 - BiDi marker is hidden when the caret is at the edge of a textarea.
  • Fixed: 355249 - Implement SVG feMorphology.
  • Fixed: 356299 - Implement nsAutoTArray<T,N>.
  • Fixed: 358106 - Make ranges use nsIMutationObserver.
  • Fixed: 343730 - Scripts should not fire synchronously in BindToTree.
  • Fixed: 356856 - [Windows] Bitscanning operation can be made much faster with x86 instructions. (This had been done for GCC previously; now it works for MSVC too.)

Trunk regressions:

  • 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: 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-31 06:00 and 2006-11-04 06:00

Windows builds: Windows nightly (discussion)

Linux builds: Linux nightly

Mac builds: Mac nightly

3 Responses to “2006-11-04 Trunk builds”

  1. Uri Bernstein Says:

    It should probably be noted that bug 233348 is only partially fixed: one of the two bidi marker pixels is now always visible, but the other still isn’t.

  2. Jesse Ruderman Says:

    Ok, I edited it to say “partially fixed”.