| 6 days | Sam Ruby | Cleanup |
| 7 days | Sam Ruby | Merge |
| 7 days | Ben Hearsum | Merge of 3.1a2 release branch back to default, with version bumps to 3.1b1pre |
| 7 days | Ben Hearsum | Added tag FIREFOX_3_1a2_RELEASE for changeset f197b51bbc29 |
| 7 days | Ben Hearsum | Added tag FIREFOX_3_1a2_BUILD1 for changeset f197b51bbc29 |
| 7 days | Ben Hearsum | bug 452778: tracking bug for build and release of firefox 3.1a2 - version bumps for release builds (3.1a2pre -> 3.1a2) |
| 7 days | Igor Bukanov | bug 445705 - eliminate Namespace and QName GC things. r=brendan |
| 7 days | Igor Bukanov | bug 452586 - fastcall attribute should only be used on i386. r=shaver |
| 7 days | Olli Pettay | Bug 452566, navigator.geolocation optional parameters on getCurrentPosition and watchPosition are not optional, r=dougt, sr=jst |
| 7 days | Brendan Eich | Fix upvar decompilation for eval-from-fun case (452441, r=igor). |
| 7 days | Blake Kaplan | No bug. Fix whitespace nits. r+sr=jst |
| 7 days | Daniel Holbert | merge after backout of 9ecf699d4047 |
| 7 days | Daniel Holbert | Backed out changeset 9ecf699d4047 to see if it fixes linux mochitest failures |
| 7 days | Justin Dolske | Whitespace change to force builds. |
| 8 days | Paul O'Shannessy | Bug 451479 – storage-mozStorage should use COUNT in countLogins. r=dolske, r=sdwilsh |
| 8 days | Daniel Holbert | Bug 452438 - Null-check stored printer-name string before passing it to nsTSubstring::Equals(), to avoid triggering an assertion. r+sr=roc |
| 8 days | Brendan Eich | Fix upvar decompilation for eval-from-fun case (452441, r=igor). |
| 8 days | Doug Turner | Bug 452485 - check for OOM during dom callback. r/sr=jst |
| 8 days | Alexander Surkov | Bug 452548 – nsTextUtils method names should start with uppercase letters, r=aaronlev |
| 8 days | Benjamin Smedberg | Merge the followup to bug 450194 (use AC_LANG_CPLUSPLUS for the -Wno-invalid-offsetof configure test) |
| 8 days | Benjamin Smedberg | Followup to bug 450194 - use AC_LANG_CPLUSPLUS, stupid mistake pointed out by Peter Weilbacker |
| 8 days | Alexander Surkov | Bug 452161 – pyatspi insertText doesn't work in empty textboxes, r=aaronlev, MarcoZ |
| 8 days | Boris Zbarsky | Bug 447579. Be a little more careful about inheriting principals for file URIs. r=dveditz, sr=jst |
| 8 days | Boris Zbarsky | imported patch bug431701 |
| 8 days | Oleg Romashin | Bug 451032 – Replace gfxQtFonts with gfxFT2Fonts because it almost the same. r=vladimir |
| 8 days | Oleg Romashin | Bug 452414 – Building of qtport drag service is broken after landing 356295. r+sr=roc |
| 8 days | Dave Townsend | Backed out changeset 47db77d641d4 from bug 449027 |
| 8 days | Dave Townsend | Bug 449027: Support specifying application range for plugins in blocklist.xml. r=robstrong |
| 2 weeks | Peter Weilbacher | [OS/2] Bug 451346: implement nativehyperlinktext to get readable URLs in the location bar autocomplete, r=wuno@lsvw |
| 2 weeks | Peter Weilbacher | [OS/2] Bug 451686: fix build break and fastcall warnings in js/src, r=shaver |
| 8 days | Alexander Surkov | Bug 445968 – Cannot obtain background-color of objects that do not have a color explicitly assigned, r=aaronlev, sr=roc |
| 8 days | Brendan Eich | Record JSOP_IN (452563, r=gal). |
| 8 days | Josh Aas | fix bustage when crashreporter is disabled |
| 8 days | Brad Lassey | Bug 450694 – changelog should depend on platform.ini r=bsmedberg |
| 8 days | Josh Aas | Include obj-c exception info in crash reports. b=451709 r=ted r=bent sr=roc |
| 8 days | Shawn Wilsher | Bug 429988 - Use a background thread for places work when possible |
| 8 days | Karl Tomlinson | remove dangling references from GdkWindows and add asserts, b=451341 r=roc |
| 8 days | Armen Zambrano Gasparnian | Bug 438240 - packager.mk doesn't mount image automatically on MacOS 10.5, r=bsmedberg |
| 8 days | Honza Bambas | Bug 442812: Implement the application cache selection algorithm. r+sr=bz |
| 8 days | Blake Kaplan | Bug 442806 followup: add missing return to avoid spurious exceptions. r+sr=jst |
| 8 days | Ben Turner | Bug 451732 - Always do LAST_FRAME_CHECKS, even if the compile failed (since that sets a pending exception). r=mrbkap |
| 8 days | Shawn Wilsher | Bug 450914 - Proxy nsSimpleURI for nsNullPrincipal to the main thread (was "ASSERTION: nsSimpleURI not thread-safe" during principal destruction) |
| 8 days | Brian Crowder | Fix bogus NS_NewURI call to use nsDependentString temporary instead of a raw LPWSTR |
| 8 days | Brian Crowder | Bug 422786 - reduce narrow Windows API calls in rdf, original patch by Brad Lassey <blassey@mozilla.com>, r=ted.mielczarek |
| 8 days | Brian Crowder | Bug 422781 - reduce narrow Windows API calls in OJI, original patch by Brad Lassey <blassey@mozilla.com>, r=jst |
| 8 days | Brian Crowder | Bug 422776 - reduce narrow Windows API calls in imagelib, original patch by Brad Lassey <blassey@mozilla.com>, r=pavlov |
| 8 days | Brian Crowder | Bug 422774 - reduce narrow Windows API calls in gfx, original patch by Brad Lassey <blassey@mozilla.com>, r=pavlov |
| 8 days | Brian Crowder | Bug 422772 - reduce narrow Windows API calls in embedding, original patch by Brad Lassey <blassey@mozilla.com>, r=bsmedberg |
| 8 days | Brian Crowder | Bug 422771 - reduce narrow Windows API calls in browser, original patch by Brad Lassey <blassey@mozilla.com>, r=jmathies |
| 8 days | Brian Crowder | Bug 422769 - reduce narrow Windows API calls in accessibility, original patch by Brad Lassey <blassey@mozilla.com>, r=aleventhal |
| 8 days | Brian Crowder | Bug 418703 - reduce narrow Windows API calls in necko, original patch by Brad Lassey <blassey@mozilla.com>, r=biesi |
| 8 days | Brendan Eich | Fix upvar decompilation for eval-from-fun case (451884, r=mrbkap). |
| 8 days | Brad Lassey | Bug 451441 – don't synchronously redraw everytime we move the canvas r=roc, sr=roc |
| 9 days | Blake Kaplan | bug 418051 - Don't allow shorthand object initializer through destructuring assignment. r=brendan |
| 9 days | Blake Kaplan | Bug 452295 - Deal with embeddings that don't use principals. r=brendan |
| 9 days | Doug Turner | Bug 452485. wrong check for oom during hardward callback. r=stuart |
| 9 days | stefanh | Backing out bug 439354 (changesets a2709097171f and b54001303198) and the dependent bug 449833 (changeset 2b246e03252b) due to perf regressions on Leopard talos boxen. |
| 9 days | Blake Kaplan | Bug 452346 - Fix latent bug in rv_alloc. r=crowder |
| 9 days | Robert Strong | Additional tests from Bug 451164. r=dtownsend |
| 9 days | Bob Clary | JavaScript Tests - match a[1] ~ a['1'], bug 452369 |