Archive for the 'Trunk' Category

2010-01-30 Trunk builds

Fixes:

All changes between 2010-01-24 04:00 and 2010-01-30 04:00

Windows builds: Windows nightly (discussion)

Mac builds: Mac nightly

Linux builds: Linux nightly

2010-01-24 Trunk builds

Fixes:

  • Fixed: 242852 - I wish that "Copy link text" were a hyperlink contextual menu option.
  • Fixed: 520165 - Make Places expiration async.
  • Fixed: 539594 - Middle-clicking back/forward/reload should open the new tab next to the current one.
  • Fixed: 504475 - Closing last tab shows tab bar with "Always show the tab bar" off, and browser.tabs.closeWindowWithLastTab = false.
  • Fixed: 474743 - SVG SMIL: Implement syncbase timing.
  • Fixed: 500983 - "Use System Proxy Settings" should be default for new profiles.
  • Fixed: 428229 - Unable to override addEventListener.
  • Fixed: 28800 - Remove the ability for rowgroups to scroll.
  • Fixed: 43178 - Table's "rules" should be implemented with CSS equivalent.

Fixes for recent regressions:

  • Fixed: 537507 - Bookmarks and History Sidebars Empty on Initial Opening.
  • Fixed: 538730 - Synthetic bolding on windows broken.

mozilla-central pushlog for 2010-01-12 04:00 to 2010-01-24 04:00

Windows builds: Windows nightly (discussion)

Mac builds: Mac nightly

Linux builds: Linux nightly

2010-01-12 Trunk builds

Fixes:

  • Fixed: 343396 - Merge Reload and Stop buttons when they are adjacent.
  • Fixed: 220253 - Port about:about to Toolkit.
  • Fixed: 370436 - Context menu from keyboard for spell checker selects the wrong line.
  • Fixed: 98409 - Literal global regular expression (regexp) instance remembers lastIndex.
  • Fixed: 526394 - Move scrolling out of the view system into layout.
  • Fixed: 534226 - Remove support for multiple presshells.
  • Fixed: 43178 - Table's "rules" should be implemented with CSS equivalent.
  • Fixed: 538193 - HTML5 parser messes up betty crocker Russian Tea Cake recipe page.
  • Fixed: 506482 - Don't write sessionstore.js to disk for "read only" events.
  • Fixed: 538642 - [Windows] The FPU exception handler should actually work (conflicts with breakpad, bug 533035 not actually fixed).
  • Fixed: 525389 - [Mac] Support receiving data from Mac OS X Services into text and HTML editors.
  • Fixed: 281192 - [Linux] Mousewheel scroll on tabbar should change tab.

mozilla-central pushlog for 2010-01-03 04:00 to 2010-01-12 04:00

Windows builds: Windows nightly (discussion)

Mac builds: Mac nightly

Linux builds: Linux nightly

2010-01-03 Trunk builds

Fixes:

  • Fixed: Support for out-of-process plugins on Windows and Linux (set dom.ipc.plugins.enabled to true).
  • Fixed: 524408 - <input type=file> should remember last used directory on a site-by-site basis.
  • Fixed: 440926 - Regular expression character sets that contain "\u0130" match "i" character.
  • Fixed: 444600 - Cookies go missing after a few days for heavy web users.
  • Fixed: 534090 - Do not use background notification for major updates (was PMU 3.0->3.5 major update has been really poor).
  • Fixed: 511474 - <input type=password> loses value when gaining focus by tabbing from previous field.
  • Fixed: 531585 - Implement transitionend event for end of CSS transitions.
  • Fixed: 528834 - Home button lacks styling for the disabled state, breaking compatibility with the UsableHomeButton extension.
  • Fixed: 535193 - DNS resolution in MakeSN of nsAuthSSPI causing issues for proxy servers that support NTLM auth.
  • Fixed: 533035 - Extensions/libraries/plugins might enable FPU/SSE2 exceptions, causing floating-point operations to crash.
  • Fixed: 519598 - [Mac] 15% of our time on gmail is spent firing the plugin instance timer.
  • Fixed: 473030 - [Mac] Cmd+Shift+Y creates two sticky notes.
  • Fixed: 513747 - [Mac 10.6] SQLite incompatibility causes crashes on Snow Leopard (Mac OS X 10.6).

mozilla-central pushlog for 2009-12-13 04:00 to 2010-01-03 04:00

Windows builds: Windows nightly (discussion)

Mac builds: Mac nightly

Linux builds: Linux nightly

2009-12-13 Trunk builds

Fixes:

  • Fixed: 125282 - Page script can steal focus from address bar.
  • Fixed: 42676 - Can't drag to extend selection out of blocks with overflow:hidden/auto/scroll.
  • Fixed: 534120 - JIT remains disabled when jsd is paused, slowing Firefox when Firebug is installed.
  • Fixed: 520487 - SVG SMIL: Support URI values.
  • Fixed: 520239 - SVG SMIL: Add support for animating CSS shorthand properties.

mozilla-central pushlog for 2009-12-04 04:00 to 2009-12-13 04:00

Windows builds: Windows nightly (discussion)

Mac builds: Mac nightly

Linux builds: Linux nightly

2009-12-04 Trunk builds

Fixes:

  • Fixed: 516213 - Freshen WebGL implementation and enable on trunk.
  • Fixed: 518412 - [Windows] Clipboard data added in Private Browsing Mode causes Windows Explorer to crash when accessing menus which include Paste after closing Firefox.
  • Fixed: 431627 - [Windows] Toolbar icons should have consistent photoshop blending settings.
  • Fixed: 311340 - [Linux] Clipboard data is lost on exit.
  • Fixed: 528769 - [Linux] Toolbar GTK+ buttons do not visually depress when clicked.

mozilla-central pushlog for 2009-11-21 04:00 to 2009-12-04 04:00

Windows builds: Windows nightly (discussion)

Mac builds: Mac nightly

Linux builds: Linux nightly

2009-11-21 Trunk builds

Fixes:

  • Fixed: 407875 - Unprivileged users are not notified of security updates.
  • Fixed: 260264 - Popups from a site that is in the "Allowed List" (whitelist) are blocked, starting with the n-th popup (dom.popup_maximum).
  • Fixed: 521905 - Make extensions.checkCompatibility be per-application-version. (Mossop's blog post)
  • Fixed: 396392 - Support for getClientRects and getBoundingClientRect in DOM Range.
  • Fixed: 503481 - Implement async attribute of script element.
  • Fixed: 517804 - Try to avoid reflows and new invalidations during painting. (On Mac, this makes warm startup 13% faster.)
  • Fixed: 452319 - border-collapse rewrite.
  • Fixed: 519357 - Only load known components from app directory. (DevNews post)
  • Fixed: 524904 - [Windows] Add support for generic DLL blocklist.
  • Fixed: 525103 - [Windows] Block npffaddon.dll (malware) and old versions of avgrsstx.dll (AVG SafeSearch).
  • Fixed: 497665 - Images are downloaded multiple times if defined multiple times, on Shift-Reload / Ctrl+F5.
  • Fixed: 517224 - Firefox downloads CSS background images that it doesn't need (from overridden CSS rules).
  • Fixed: 77882 - getComputedStyle returns incorrect font-weight value if |font-weight:bolder| or |font-weight:lighter|.
  • Fixed: 512645 - Only clamp nested timeouts.
  • Fixed: 510082 - Silverlight 3 plugin elements don't repaint correctly.
  • Fixed: 520178 - [Windows] Minimized windows appear offscreen when restoring from session store.
  • Fixed: 499816 - [Windows] Minimizing Firefox does not release window focus.
  • Fixed: 440486 - [Windows] The FAX dialog disappear and Fax cannot be done from Firefox, but works otherwise.

mozilla-central pushlog for 2009-11-03 04:00 to 2009-11-21 04:00

Windows builds: Windows nightly (discussion)

Mac builds: Mac nightly

Linux builds: Linux nightly

2009-11-03 Trunk builds

Fixes:

  • Fixed: 523771 - Support <input type=file multiple>.
  • Fixed: 513395 - Implement less awkward/more logical CSS gradient syntax.
  • Fixed: 517902 - Reimplement image properties, using the existing "Media" panel.
  • Fixed: 514490 - Per Tab Network Prioritization.
  • Fixed: 515512 - Text urls that don't have the leading protocol should have the link context menu options when selected.
  • Fixed: 436703 - Select all + Copy/paste in contenteditable div pastes the editable div inside itself.
  • Fixed: 511503 - Need events for window focus / activation.
  • Fixed: 509329 - Background image rendered incorrectly when window resized.
  • Fixed: 521750 - Put a runtime NS_IsMainThread check in nsCycleCollector::Suspect2 and Forget2 (reduces frequency of crashes caused by several buggy extensions).

mozilla-central pushlog for 2009-10-23 04:00 to 2009-11-03 04:00

Windows builds: Windows nightly (discussion)

Mac builds: Mac nightly

Linux builds: Linux nightly