Fixes:
- Fixed: 279465 - Progress bar consumes a lot of CPU power.
- Fixed: 286933 - Enter that selects autocomplete entry should be hidden from page scripts.
- Fixed: 314362 - Keyboard focus is lost after going back/forward, fastback-related.
- Fixed: 336469 - Use new APIs in Vista to register file and protocol handlers (installer).
- Fixed: 352049 - Kill the font download dialog.
- Fixed: 346642 - Fix js_DecompileValueGenerator in preparation for decompilation for destructuring assignment .
- Fixed: 352206 - Trace-malloc fails to compile on windows with MSYS.
- Fixed: 352853 - 64k update chunks are maxing out mirrors connection limits before they use up their bandwidth.
Fixes for recent regressions:
- Fixed: 353022 - Leak when loading google firefox homepage, clicking bookmark, and closing window.
- Fixed: 352911 - Leak when closing window while it contains a google maps page (missing ClearScope on outer window).
- Fixed: 352507 - Set Talkback random percent to 100% for nightly builds (again).
Trunk regressions:
- Since ?: 352520 - Crash if you select all the text in a textbox (e.g. by pressing Cmd+L to focus the address bar), press Right, then press Backspace.
- Since Cairo: 324560 - Can't see many Unicode characters in Cairo.
- 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-09-10 06:00 and 2006-09-20 06:00
Windows nightly
(discussion)
Linux nightly
Mac nightly
Posted in Trunk |
September 20th, 2006 |
Comments Off on 2006-09-20 Trunk builds
Fixes:
- Fixed: 258543 - Disabling form autocomplete prevents selecting from multiple saved logins.
- Fixed: 70798 - Ability to have transparent background on popups.
- Fixed: 266945 - Add confirm prompt for "Remove All" operation in Password Manager.
- Fixed: 91312 - TITLE texts should follow the same BiDi directionality as the source object.
- Fixed: 153104 - All ISO 3166 country codes should be in regionNames.properties.
- Fixed: 346942 - Finalize anti-phishing UI.
- Fixed: 332840 - DOMParser gets wrong principal if no JS on stack (reload all live bookmarks produces security error in console).
- Fixed: 351514 - Finalize yield syntax to match ES4/JS2 proposal.
- Fixed: 351515 - Require JavaScript 1.7 to be requested explicitly for "yield" and "let" to be keywords.
Fixes for recent regressions:
- Fixed: 321973 - Context menu "Bookmark this link..." is broken.
- Fixed: 329564 - Context-menu "Copy Image" doesn't work in cairo builds.
- Fixed: 334064 - Cairo-gtk2 builds are unusably slow due to font code.
- Fixed: 350046 - [FIX] The display of www.smh.com.au is a mess.
- Fixed: 341524 - Make webapps session storage follow the cookie prefs.
- Fixed: 347626 - Touchpad (two-finger) scrolling way too fast in trees. (Fixed by temporarily removing support for smooth touchpad scrolling.)
- Fixed: 329715 - ROT13 anti-phishing stuff to avoid being flagged by antivirus software.
- Fixed: 329237 - Firefox uninstaller fails on VC8 cairo builds (R6034 C runtime library).
Trunk regressions:
- Since Cairo: 324560 - Can't see many Unicode characters in Cairo.
- 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-08-17 06:00 and 2006-09-10 06:00
Windows nightly
(discussion)
Linux nightly
Mac nightly
Posted in Trunk |
September 10th, 2006 |
47 Comments »
Fixes:
- Fixed: 218277 - No-break spaces in submitted text are replaced by breakable spaces.
- Fixed: 343129 - Big5-HKSCS 2004 Unicode Table Update.
- Fixed: 345510 - Add <xul:textbox type="number">.
- Fixed: 345736 - Add support for "for each" and "let[x,y]" in array comprehensions.
- Fixed: 343921 - Blank window left after download closes too late (only after the download finishes).
- Fixed: 300689 - [Windows] Minimizing browser window does not surrender focus (taskbar button stays "selected").
- Fixed: More of 342366 - [Windows] Make cairo gfx faster on Windows.
- Fixed: 184363 - Crash with tooltip [@ nsXULTooltipListener::KillTooltipTimer] [@ nsXULTooltipListener::DestroyTooltip] [@ nsXULTooltipListener::HideTooltip].
- Fixed: 233611 - Download Manager Closes after download is cancelled, retried, and cancelled again.
- Fixed: 342900 - Open tab in background gives no indication that tab opened in overflow area. (Note: not fixed on Mac until Cairo lands.)
- Fixed: 286619 - Registered event listeners are lost (not firing) after moving XUL elements using DOM appendChild/removeChild methods.
- Fixed: 304574 - CGI/dynamically-generated images are loaded twice when generating preview for URL bar favicon.
- Fixed: 231830 - Crash on style.display = 'none' for select element when event onchange occurs [@ nsStyleContext::GetRuleNode ][@ nsIFrame::Invalidate ].
- Fixed: 294584 - Profile fills with bookmarks-##.html files due to contention with Spotlight or virus scanner.
- Fixed: 340314 - Sound is played to random file descriptors, corrupting mailboxes, address books, cert DBs.
- Fixed: 345993 - Show full Build ID (including hour) in about: (but not in Help > About).
- Fixed: 346785 - Firefox needs a performance testing framework for Windows.
- Fixed: 346942 - Finalize anti-phishing UI.
- Fixed: 280936 - In right-to-left languages, ZWNJ character is not handled. (Needed for Persian translation of Firefox.)
- Fixed: 346156 - [Mac] New version of Java Embedding Plugin (0.9.5+g).
Fixes for recent regressions:
- Fixed: 345112 - Make the inline spellchecker work incrementally.
- Fixed: 342646 - Trunk crashes while opening HTTPS links with Ad Muncher running [@ PL_DHashTableOperate].
- Fixed: 345660 - Crash [@ ClassifyWrapper] with xmlhttprequest and NS_ERROR_FILE_NOT_FOUND when Firebug extension is installed.
- Fixed: 345786 - Match case button missing from Find Bar.
- Fixed: 344189 - If browser.search.openintab pref is set to true Firefox opens two identical tabs for each search.
- Fixed: Sometimes, pressing Enter in the search bar does nothing.
- Fixed: 324707 - Animated GIFs leave trails / don't erase in Cairo.
Trunk regressions:
- Since VC8/Cairo: 329237 - [Windows] Firefox uninstaller fails.
- Since Cairo: 324560 - Can't see many Unicode characters in Cairo.
- 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-07-30 06:00 and 2006-08-17 06:00
Windows nightly
(discussion)
Linux nightly
Mac nightly
Posted in Trunk |
August 18th, 2006 |
1 Comment »
Fixes:
- Fixed: 323801 - When a word is typed into the address bar, use Google Browse By Name (goes to the first hit if Google thinks there is a clear match, otherwise shows search results) instead of I'm Feeling Lucky (always goes to the first hit). (This is the same as the BBN feature in Google Toolbar for Internet Explorer. It is possible to get this feature in previous versions of Firefox by editing hidden prefs.)
- Fixed: 234770 - Password field names are used instead of username field names to find acceptable signons.
- Fixed: 262575 - "Visit Homepage" and "Get More Extensions/Themes" in Extension and Theme manager should respect tabbed browsing preferences.
- Fixed: 195212 - Reopening multiple Tabs when clicking "Home" and multiple homepages selected.
- Fixed: 344048 - Change default browser.tabs.tabMinWidth again, this time from 60 to 100.
- Fixed: 344736 - Add a keyboard shortcut for Undo Close Tab, Ctrl+Shift+T.
- Fixed: 345260 - Handle dynamic changes to tab title, tab icon and busy (loading) state in all tabs menu.
- Fixed: 342105 - Close button not shown if there is only one tab.
- Fixed: 345407 - Visual refresh for searchbar.
- Fixed: 340677 - Update preferences panels a bit more.
- Fixed: 322169 - Clear Private Data does not clear JS Console.
- Fixed: 234936 - Don't inline spell check URLs.
- Fixed: 339127 - Provide a way for a web page to enable/disable spell checking on a given field.
- Fixed: 340976 - Firefox should have a larger Icon for Vista.
- Fixed: 328563 - Redesign about: (remove licensing info, fix l12y issues etc.).
- Fixed: 316995 - When migrating from Internet Explorer http auth passwords are not migrated.
- Fixed: 345349 - Add notification bar when "Block images from server" is clicked, with an "Undo" button.
- Fixed: 343772 - Popup allowed at cnn.com still blocks popups.
- Fixed: 335058 - Increase the default for the time we wait (from 5 to 10 seconds) before alerting the user about a possibly infinitely looping script, and give chrome an independent limit (20 seconds).
- Fixed: 241015 - Remote XUL has no accessibility API support.
- Fixed: 330677 - Implement DOM Level 3 adoptNode.
- Fixed: 345666 - node.normalize() doesn't remove empty Text nodes.
Fixes for recent regressions:
- Fixed: 344172 - Spellchecker doesn't display suggestion list for misspelled words and doesn't underline them if Russian, Ukrainian or Bulgarian Spell dictionary is installed.
- Fixed: 336799 - Remove spellchecking UI from XUL textboxes.
- Fixed: 337845 - Spell checking options should be at the bottom of the context menu.
- Fixed: 344189 - If browser.search.openintab pref is set to true Firefox opens two identical tabs for each search.
- Fixed: 345675 - Unwanted connection to www.google.com at startup with Safe Browsing disabled.
- Fixed: 346167 - Windows Media Player plugin stopped working on some web sites, due to Firefox being overeager in blocking the mms: protocol. (This regression also exists in Firefox 1.5.0.5, and it is the reason Mozilla plans to ship a quick Firefox 1.5.0.6.)
Trunk regressions:
- Since VC8/Cairo: 329237 - [Windows] Firefox uninstaller fails.
- Since Cairo: 324707 - Animated GIFs leave trails / don't erase in Cairo.
- Since Cairo: 324560 - Can't see many Unicode characters in Cairo.
- 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-07-21 06:00 and 2006-07-30 06:00
Windows nightly
(discussion)
Linux nightly
Mac nightly
Posted in Trunk |
July 30th, 2006 |
8 Comments »
Fixes:
- Fixed: 343251 - Add "all tabs" menu to tabstrip to address usability problems with tab overflow / scrolling.
- Fixed: 319078 - [Mac] Handle smooth mousewheel (and two-finger touchpad) scrolling.
- Fixed: 345095 - Find bar only searches for the first character if search string is copied into search bar.
- Fixed: 337491 - Add checkbox for disabling search suggestions (and only use traditional form history autocomplete in the search bar).
- Fixed: 313443 - Caret move events from keyboard input not reported for XUL textboxes, confusing floating input panel on Tablet PCs.
- Fixed: 327932 - Implement search engine update system.
- Fixed: 155053 - Make the spinbuttons a real widget.
- Fixed: 335122 - Clean up XUL Sort Service.
- Fixed: 278981 - Extension mechanism for XPath extension functions.
- Fixed: 344571 - Upgrade cairo to 1.2.0+cvs.
- Fixed: 345057 - [Mac] Improve launch behavior through xpcom fork/exec restart and autoupdate restart.
Fixes for recent regressions:
- Partially fixed: 344895 - Spellchecker hangs Firefox when dealing with a largish textarea.
Trunk regressions:
- Since VC8/Cairo: 329237 - [Windows] Firefox uninstaller fails.
- Since Cairo: 324707 - Animated GIFs leave trails / don't erase in Cairo.
- Since Cairo: 324560 - Can't see many Unicode characters in Cairo.
- 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-07-13 06:00 and 2006-07-21 06:00
Windows nightly,
Windows hourly
(discussion)
Linux nightly,
Linux hourly
Mac nightly,
Mac hourly
Posted in Trunk |
July 21st, 2006 |
6 Comments »
Fixes:
- Fixed: 16203 - Double-click drag should do selection in "word-by-word" mode.
- Fixed: Part of 342366 - Make cairo gfx faster (on Windows). According to Pav's blog post, the changes so far remove half of the difference in speed between cairo and non-cairo builds.
- Fixed: 128452 - In-page accesskeys conflict w/ UI accelerators when accelkey is ALT. (Fixed by changing the default for in-page accesskeys from Alt to Alt+Shift.)
- Fixed: 340902 - Split ui.key.generalAccessKey into prefs for content and chrome.
- Fixed: 201499 - Tree widgets should support editable content within hierarchical data structures (inline edit).
- Fixed: 334806 - Update Expat (XML parser) to version 2.0.0.
- Fixed: 343628 - Double-clicking a close button of a tab should never open a new tab.
- Fixed: 307184 - [Linux] Activating tabs (fast mouse movement) produces accidently dragging of tabs (drag and drop).
- Fixed: 50590 - [Mac] Using a key shortcut should 'flash' the menu title.
- Fixed: 267426 - [Windows] An empty file when dragging images (files) out of the browser to the Windows desktop or Explorer or drives other than C:.
Fixes for recent regressions:
- Fixed: 337386 - Search suggestion autocomplete latency/delay can make search slow to respond or seem broken.
- Fixed: 343659 - Typing into text boxes performs very slowly (after opening and closing many tabs).
- Fixed: 343966 - Google Reader is broken.
- Fixed: 344048 - Decrease default minimum tab width for now (until there is a better tab overflow solution than scroll buttons)
- Fixed: 344484 - [Linux] gfxTextRun leaks lots of memory, at least with Pango.
Trunk regressions:
- Since VC8/Cairo: 329237 - [Windows] Firefox uninstaller fails.
- Since Cairo: 324707 - Animated GIFs leave trails / don't erase in Cairo.
- Since Cairo: 324560 - Can't see many Unicode characters in Cairo.
- Since Jan 26 (FDL): [Mac] Opacity doesn't work. (Related to 325296. Cairo will fix.)
- 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-07-07 06:00 and 2006-07-13 06:00
Windows nightly,
Windows hourly
(discussion)
Linux nightly
Linux hourly
Mac nightly,
Mac hourly
Posted in Trunk |
July 13th, 2006 |
3 Comments »
Fixes:
- Fixed: 241972 - New window opened by window.open('xxx.exe') or target="_blank" isn't closed automatically when a download begins. (Only fixed well for fast downloads -- see bug 343921.)
- Fixed: 313337 - Fastclick popup gets around popup blocking by abusing the onchange event.
- Fixed: 340677 - Update preferences panels (add anti-phishing, rationalize categories, simplify wording).
- Fixed: 342700 - Make undo close tab more discoverable.
- Fixed: 170477 - XMLHttpRequest()s have no referer.
- Fixed: 342062 - Add ability to observe mutations in just a subtree.
- Fixed: 314119 - Showing first launch page instead of my imported home page is confusing -- show both in tabs.
- Fixed: 337390 - Session restore dialog is scary / confusing.
- Fixed: 337484 - Add the ability for users to report a phishing site.
- Fixed: 332774 - Create API allowing extensions to hook into the session-restore service.
- Fixed: 310071 - [Windows] Add downloaded files to Windows' "Recent Documents" folder.
- Fixed: 343180 - [Mac] New version of JEP (0.9.5+f), which fixes a Java topcrash and some other bugs.
Fixes for recent regressions:
Fixed: 337386 - Search suggestion autocomplete latency/delay can make search slow to respond or seem broken.
- Fixed: 342991 - Feeds show up empty.
- Fixed: 341771 - Download manager does not overwrite existing files after confirmation.
- Fixed: 343264 - I'm prompted to save a password that password manager filled in.
Trunk regressions:
- Since ?: 343659 - Typing into text boxes performs very slowly (after opening and closing many tabs).
- Since VC8/Cairo: 329237 - [Windows] Firefox uninstaller fails.
- Since Cairo: 324707 - Animated GIFs leave trails / don't erase in Cairo.
- Since Cairo: 324560 - Can't see many Unicode characters in Cairo.
- Since Jan 26 (FDL): [Mac] Opacity doesn't work. (Related to 325296. Cairo will fix.)
- 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-07-01 06:00 and 2006-07-07 06:00
Windows nightly,
Windows hourly
(discussion)
Linux nightly
Linux hourly
Mac nightly,
Mac hourly
Posted in Trunk |
July 8th, 2006 |
3 Comments »
Fixes:
- Fixed: 189039 - Allow Find to find text in textboxes and textareas.
- Fixed: 221634 - Password manager shouldn't wait for all images to load before filling in passwords.
- Fixed: 318168 - Tab overflow: show scroll buttons when there are "too many" tabs. (See bug 343251 for some problems with this solution.)
- Fixed: 322898 - Add events for watching the addition and removal of tabs.
- Fixed: 337631 - Support document.activeElement and document.hasFocus (IE's focus model).
- Fixed: 340420 - Support Google "Did you mean..." spelling suggestions in FF2 searchbar.
- Fixed: 341665 - Support OpenSearch files in window.sidebar.addSearchEngine().
- Fixed: 340179 - Support Web Applications 1.0 "registerContentHandler" (e.g. for sites that want to register feed handlers).
- Fixed: 310299 - Big5 Unicode mapping table update.
- Fixed: 184304 - When memory cache is disabled, no-store pages are not displayed at all.
- Fixed: 181860 - Mozilla interprets mailto: and other malformed URLs in IMG SRC tag.
- Fixed: 317334 - Hang when long wrappable string is passed to prompt() [e.g. as used in the exploit for an IE bug].
- Fixed: 237085 - Text disappears with a large string of unbroken characters, e.g., in text input/field.
- Fixed: 176507 - Certificates added without warning or confirmation.
- Fixed: 257781 - vBulletin (message board) javascript causes wrong username/password to be remembered.
- Fixed: 262387 - "Find as you type" steals focus from plugins' input fields.
- Fixed: 312778 - Undo after a spell check correction doesn't work, undoes previous action.
- Fixed: 315536 - Simpler dialog when downloading executables (don't show a dialog with a bunch of disabled choices.)
- Fixed: 342229 - Fire the onDragOver event repeatedly when doing a drag (and the mouse is not moving).
Fixes for recent regressions:
- Fixed: 330715 - [Windows] Cairo incorrectly substitutes fonts and then bolds them incorrectly (incorrect fonts on Burning Edge bug lists) (since Cairo).
- Fixed: 327184 - [Windows] CSS property letter-spacing rendered incorrectly.
- Fixed: 341981 - Sporadic "engine has no properties" error on startup.
- Fixed: 328354 - "Set As Desktop Background..." is upside down and has inverted colors.
- Fixed: 342108 - Clicking link in Gmail launches extra blank tab.
Trunk regressions:
- Since June 9: 341771 - Download manager does not overwrite existing files after confirmation.
- Since VC8/Cairo: 329237 - [Windows] Firefox uninstaller fails.
- Since Cairo: 324707 - Animated GIFs leave trails / don't erase in Cairo.
- Since Cairo: 324560 - Can't see many Unicode characters in Cairo.
- Since Jan 26 (FDL): [Mac] Opacity doesn't work. (Related to 325296. Cairo will fix.)
- 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-06-21 06:00 and 2006-07-01 06:00
Windows nightly,
Windows hourly
(discussion)
Linux nightly
Linux hourly
Mac nightly,
Mac hourly
Posted in Trunk |
July 2nd, 2006 |
4 Comments »