Archive for November, 2006
Fixes:
- Fixed: 355482 - Allow window.focus (raise/lower windows) at times when popups are allowed. (This fixes a perceived regression in Firefox 2 due to a change to default prefs.)
- Fixed: 352174 - Need font-family resolver (cannot resolve alias of font family / is not checking whether the specified font family is installed the system).
- Fixed: 349002 - Refactor xptcall into a frozen API.
- Fixed: 349837 - Cairo crash [@ _cairo_clip_init_deep_copy()].
Fixes for recent regressions:
- Fixed: 343033 - [Mac] 5-10 second delay or hang or crash when quitting Cocoa Firefox.
- Fixed: 342143 - Cairo incorrectly substitutes fonts and then bolds them incorrectly if you are not using Window XP's default regional and language options.
- Fixed: 352059 - <pre> tag uses variable-width font.
Trunk regressions:
- 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 March: 330271 - [Windows] Crashes after trying to check for updates [@msvcr80.dll].
- 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-11-19 06:00 and 2006-11-21 06:00
Windows nightly
(discussion)
Linux nightly
Mac nightly
Posted in Trunk |
November 21st, 2006 |
3 Comments »
Fixes:
- Fixed: 193678 - Support exslt:common.
- Fixed: 130078 - Integrate iframe into chrome view hierarchy (link view managers / trees between chrome and content).
- Fixed: 306149 - Hover dynamic after Rightclick/saveAs.
- Fixed: 313309 - Provide table-driven QI mechanism.
- Fixed: 329299 - Crash printing web page on IBM drivers (Infoprint/Lexmark).
- Fixed: 319654 - Processing instructions in XUL are not added to the content model.
- Fixed: 360938 - Update airbag to svn tip.
- Fixed: 354694 - Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events.
- Fixed: 349002 - Refactor xptcall into a frozen API.
- Fixed: Part of 345517 - Make the browser component use frozen linkage, so that Firefox+XULRunner builds. This change does not --enable-libxul by default for Firefox; that will wait until after 1.9a1.
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 March: 330271 - [Windows] Crashes after trying to check for updates [@msvcr80.dll].
- 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-11-11 06:00 and 2006-11-19 06:00
Windows nightly
(discussion)
Linux nightly
Mac nightly
Posted in Trunk |
November 19th, 2006 |
1 Comment »
Fixes:
- Fixed: 264663 - When popup information bar is closed using the (x) close button, it reappears after switching to another tab and back.
- Fixed: 112848 - Does your grandmother know what POSTDATA is?.
- Fixed: Take a string constructor out of line, saving just over 1% on total code size. (From bug 345517.)
- Fixed: 241274 - Image properties for resized images show shrunk dimensions instead of the actual ones.
- Fixed: 349380 - Better UI for registerContentHandler.
- Fixed: 120373 - nsIScriptSecurityManager::CheckLoadURI isn't scalable to new protocols.
- Fixed: 350785 - Autocomplete / Form Manager stores element data even if Autocomplete is "off".
- Fixed: 357345 - Further optimize XPath.
Fixes for recent regressions:
- Fixed: 328380 - Bad scrolling performance with Cairo builds using large fixed positioned background-image.
- Fixed: 340564 - Print/Print Preview does not print text in <input text> or <textarea>.
- Fixed: 352759 - Right arrow key (to collapse selection to right) does not scroll textbox to show caret.
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-11-04 06:00 and 2006-11-11 06:00
Windows nightly
(discussion)
Linux nightly
Mac nightly
Posted in Trunk |
November 11th, 2006 |
1 Comment »
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 nightly
(discussion)
Linux nightly
Mac nightly
Posted in Trunk |
November 4th, 2006 |
3 Comments »