Граф коммитов

239262 Коммитов

Автор SHA1 Сообщение Дата
Igor Bukanov 8bc1af8b91 bug 624364 - r=jorendorff
--HG--
extra : rebase_source : 6e410f6a4aaf21779741b19f6b9ae228946b25bc
2011-01-25 00:04:29 +01:00
Brendan Eich 59d4d239c2 Followup fix for gaping hole in patch for bug 591846 (credit to jorendorff, r=me). 2011-01-29 01:01:54 -08:00
Igor Bukanov 246f359b89 bug 629655 - avoid influencing the malloc GC counters when dumping the heap. r=anygregor 2011-01-28 23:25:05 +01:00
Andreas Gal 929834285d Cache result of Function.prototype.toString (bug 629590, r/a=shaver). 2011-01-28 10:19:13 -08:00
Boris Zbarsky f6f629006f Bug 628209 partial fix. On trace, make the element getter for typed arrays of unsigned integers that are less than 32 bits get signed 32-bit ints, not unsigned 32-bit ints. r=gal 2011-01-28 10:33:12 -05:00
Brendan Eich 96605cbe86 Allow PropertyOp-based data properties to be frozen at last-got value (591846, r=jwalden). 2011-01-25 18:04:45 -08:00
Chris Leary 5c65e6d6bb CLOSED TREE: Merge mozilla-central and tracemonkey. (a=blockers) 2011-01-27 20:06:21 -08:00
Chris Leary f5ba03208f Back out changeset 7d82892cb8df. 2011-01-27 19:43:33 -08:00
John Daggett 7153f32eea Bug 628152. Fix crash in BuildFontList and revert lazy metrics initialization in gfxDWriteFont. r=jkew, a=blocker 2011-01-28 09:40:06 +09:00
Chris Leary 263b412396 Merge the backout head. 2011-01-27 16:26:21 -08:00
Chris Leary c41c5e92a8 Backed out changeset b5ca98debed0 2011-01-27 16:25:30 -08:00
Bill McCloskey fe90be1b78 Bug 609104 - Move the property tree to the compartment (r=brendan) 2011-01-27 15:46:39 -08:00
Blake Kaplan a5c52e0162 Fix bustage from bug 611485. r=gal 2011-01-27 12:46:20 -08:00
Tim Taubert 9ad4ee25ba Bug 628165 - Windows key should not be mapped to Panorama search [r=ian, a=dietrich+blocking2.0-final] 2011-01-26 20:37:02 +01:00
Tim Taubert 67b3bb44cf Bug 628867 - browser_tabview_bug586553.js loads about:credits, which hits the network [r=ian, a=test] 2011-01-26 22:38:00 +01:00
Frank Yan 08c5efbc6a Bug 627332 - add-ons compatibility check always presents "Minefield is working offline" dialog when network link state detection is disabled. r=roc a=dolske 2011-01-27 16:07:30 -08:00
Frank Yan 6fbb3d1e4a Bug 620472 - Disable unreliable "Work offline" autodetection. r=roc a=beltzner 2011-01-27 16:07:30 -08:00
Wan-Teh Chang caac17b8ba Bug 614526: Pass AI_ADDRCONFIG to getaddrinfo if PR_AI_ADDRCONFIG is set.
Filter the various localhost names to work around a AI_ADDRCONFIG problem
with loopback addresses in some implementations.  The patch is contributed
by Honza Bambas <honzab.moz@firemni.cz>.  r=wtc.  a=blocking+approval2.0.
2011-01-27 15:55:40 -08:00
Patrick Walton c14dd870b5 Bug 612470 - Don't close the current Panorama group if there are still app tabs left. r=iangilman a=blocking2.0:betaN+ 2011-01-27 19:15:18 +01:00
Patrick Walton bbe65518b7 Bug 629334 - Back out changeset 84ed248b728d (ignore native events when in event tracking mode on Mac) due to menu bar weirdness. r=backout a=backout 2011-01-27 15:27:39 -08:00
Mark Banner 358585e399 Follow up to bug 606966, catch NS_ERROR_FAILURE instead of NS_ERROR_MALFORMED_URI. rs=sdwilsh a=test-only bustage fix for mailnews add-ons DONTBUILD 2011-01-27 13:33:00 -10:00
Jim Mathies fdb11b0950 Bug 622328 - Fixup widget's UpdateTransparentRegion now that layout's transparent region includes all content. r=roc, a=blocking. 2011-01-27 16:58:58 -06:00
Jim Mathies b918e3ca62 Bug 622328 - Limit glass margin adjustments to kGlassMarginAdjustment for frames that hold opaque content. r=roc, a=blocking. 2011-01-27 16:58:55 -06:00
Timothy Nikkel 8fbd9a0bf9 Bug 622328 - Always make sure the area of the root content document is considered opaque. r=roc, a=blocking. 2011-01-27 16:58:50 -06:00
Michal Novotny 5e444a2dba Bug 614513 - Crash in nsCacheService::DeactivateEntry during Linux Talos. r=bzbarsky@mit.edu, a=blocker 2011-01-27 17:02:44 +02:00
Paolo Amadini 0f634b2f2b Bug 622326. If we still have script running when we want to clear our window scope, use a termination function, not a runnable, to wait for it to finish. r=bzbarsky,jst a=blocker 2011-01-27 14:42:19 -08:00
Benjamin Smedberg c5674d949f Bug 625425 - Don't re-share the plugin surfaces every time we flip front/back buffers on Windows. r=jimm,karlt, a=blocking 2011-01-27 16:37:00 -06:00
Jonas Sicking dde3e2e869 Bug 618590 Part 3: When a page is destroyed, abort any running indexedDB transactions. r=bent a=blocker 2011-01-27 13:47:36 -08:00
Jonas Sicking d664a198d2 Bug 618590 Part 2: Don't put a document in bfcache if there are running transactions in it. r=bent a=blocker 2011-01-27 13:47:36 -08:00
Jonas Sicking 1e8e1d82f7 Bug 618590 Part 1: Change Abort() so that it's possible to abort from outside of transaction callbacks. r=bent a=blocker 2011-01-27 13:47:35 -08:00
Ehsan Akhgari 61a2cc3206 Bug 629416 - Disable the correct test on Windows 7; a=sdwilsh-the-perma-sheriff 2011-01-27 16:38:48 -05:00
Ben Turner 99b179efe3 Bug 563891 - 'ReferenceError: java is not defined in XUL window'. r=joshmoz, a=blocking. 2011-01-27 10:32:43 -08:00
Robert Strong c99a02652d Bug 524294 - [Mac] Updater window does not resize to fit text label on localized builds. r=joshmoz, a=approval2.0 2011-01-27 13:11:25 -08:00
Robert Strong 4d8f12c21f Patch part 2 - Bug 628829 - Updater crashes when localized strings excess 200 utf-8 bytes, as bn-IN, kn, ml, and te do. r=mossop, a=blocking2.0-final 2011-01-27 13:11:05 -08:00
Jim Mathies d9034c1c7f Bug 590453 - Set the theme background for sliders to opaque, fixes a redraw issue. r=roc, a=final. 2011-01-27 13:10:52 -08:00
Jim Mathies c0eb42ca11 Bug 629275 - Recent nightly kills Win7 Taskbar Jumplists/Tasks. r=rstrong, a=blocking2.0-betaN 2011-01-27 13:10:37 -08:00
Dave Townsend f2fd9b56c8 Bug 629237: If a user has turned off updates for individual add-ons then they should not be included in the metadata ping. r=Unfocused, a=blocks-final 2011-01-27 09:58:45 -08:00
Dave Townsend c6d7905e27 Bug 628703: Should not pass the ID of add-ons that have opted out of metadata pings to the discovery view.r=Unfocused, a=blocks-final 2011-01-27 09:58:06 -08:00
Shawn Wilsher 48986c51e9 Empty changeset so I can say a=blockers 2011-01-27 12:26:48 -08:00
Shawn Wilsher 1e1ece2b49 Merge Places and mozilla-central one more time. 2011-01-27 11:22:54 -08:00
Ehsan Akhgari b2a4bcacc4 (Hopefully) disable the failing reftests on Windows to fix our CLOSED TREE; a=me,myself,andI 2011-01-27 13:19:36 -05:00
Ehsan Akhgari b35852933a Disable failing reftests on Windows 7, pending further investigation in bug 629416 2011-01-27 13:18:17 -05:00
Shawn Wilsher 232daaf6eb Merge Places and mozilla-central. 2011-01-27 10:08:14 -08:00
Benoit Jacob 996b472328 CLOSED TREE - Bug 629396 - update list of failing webgl tests after driver update on test slaves to fix WebGL mochitest failures - r+a=bustage 2011-01-27 12:26:11 -05:00
Gervase Markham a0a1f1516f Bug 615530 - update .bt entry in PSL. a=jst. 2011-01-27 15:01:19 +00:00
Gervase Markham d3e0124dbf Bug 600215 - commit to pass hook check. a=johnath. 2011-01-27 14:52:06 +00:00
Gervase Markham 394e677d37 Merge checkin. 2011-01-27 14:48:07 +00:00
Gervase Markham 3ee9d70335 Bug 600215 - update MPL Initial Developers list. 2011-01-27 14:45:58 +00:00
Gervase Markham 930007be79 Updates for latest run. 2011-01-27 14:45:33 +00:00
Mounir Lamouri d4477cf044 Bug 628970 - test_bug347174_write.html should not load an image over the network. r=sicking a=tests 2011-01-27 14:53:04 +01:00