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

202209 Коммитов

Автор SHA1 Сообщение Дата
Andreas Gal b64966b336 Assert that JSVAL_ERROR_COOKIE doesn't leak from the JIT into the interpreter (r=me, debug only). 2009-02-01 23:16:00 -08:00
Josh Aas e1817688f3 Remove unnecessary NPPVprivateModeBool enum. b=468877 2009-02-01 21:15:44 -05:00
Phil Ringnalda 3db0d35388 Bug 470166 - remove accidentally-imported Minotaur logs, r=ctalbert 2009-02-01 13:40:00 -08:00
Ehsan Akhgari 202e3105d1 Bug 427021 - [RTL] Wizard widget should get mirrored buttons on GTK; r=dao 2009-02-01 18:34:09 +03:30
Ehsan Akhgari d5b5a7bedb Bug 427026 - [RTL] Places URL field should be LTR even when using RTL UI; r=dao 2009-02-01 14:25:03 +03:30
Walter Meinl ee2d22da55 Bug 474366: follow-up patch, r=ted.mielczarek 2009-02-01 10:03:41 +01:00
Ehsan Akhgari 5fb0e5c0b0 Bug 350597 - [RTL] XML preview header should be RTL in RTL locales; r,sr=sicking 2009-02-01 11:51:07 +03:30
Edward Lee e4c58c88f8 Bug 476254 - Send a notification once a day when the user goes idle for some time. r=roc, sr=roc 2009-01-31 22:58:34 -06:00
Edward Lee 8d15eb61af Bug 476253 - Dynamically pick next polling time for IdleService (instead of polling every 5 sec). r=roc, sr=roc 2009-01-31 22:58:32 -06:00
Neil Rashbrook 84c8cb5436 Bug 475711 Restore Default Set doesn't handle springs/spacers/separators r=gavin 2009-01-31 23:12:21 +00:00
Jim Mathies 919964452f Updated reftest.list for Bug 469830. 2009-01-31 15:50:21 -06:00
Jim Mathies 7afc8d94fa Bug 469830 - Windows drawing code for test plugin. r=ted,joshmoz 2009-01-31 15:06:02 -06:00
Robert Sayre 0a6777d1fb Merge tracemonkey to mozilla-central. 2009-01-31 11:45:24 -08:00
Markus Stange 0918d00c11 Bug 399030 - Draw dropdowns with NSPopupButtonCell, r=josh sr=roc 2009-01-31 17:49:29 +01:00
stefanh@inbox.com dc5b0034a1 Bug 476226 - Beep when closing prefwindow with cmd+w in apps without own close key defined. r=gavin. 2009-01-31 14:56:25 +01:00
Olli Pettay 920f9ee1fb Bug 468211, r+sr=sicking 2009-01-31 14:56:15 +02:00
Olli Pettay b3d63f9e91 Bug 471166, r+sr=sicking 2009-01-31 14:53:01 +02:00
Olli Pettay ffb38ea35e Bug 476097, ASSERTION: killing mutation events with <input type=file>, r+sr=bz 2009-01-31 14:34:01 +02:00
John Daggett 4fa1e0a97e Bug 474704 - drop channel on cross-site load failure to avoid leak. r=bz,jonas, sr=jonas 2009-01-31 17:58:42 +09:00
Jeff Walden e921ae03d9 Back out bug 474501; it has a problem with one Mochitest. 2009-01-30 20:00:52 -08:00
Joe Drew c94a154d2b Bug 466586 - Only expire cache elements that don't have any proxies/observers. r=stuart sr=vlad a=blocking1.9.1+
The image cache is now composed of two things: a heap of tracked items that
can be expired and evicted, and a superset of that which hashes from URI to
cache element. Cache elements start out in the second set, and are moved to
the first (and start to be tracked for expiry) once they have no observers.
2009-01-30 21:17:47 -05:00
Joe Drew 19c3b0ad1a Bug 466586 - Test to ensure that we don't have to reload an image that exists in a document. 2009-01-30 21:17:35 -05:00
Jeff Walden 0d8bb6cf8d I hate LiveConnect. 2009-01-30 18:17:13 -08:00
Jeff Walden b0a037ae7a Bustage fix, not updated for changes in c0b2c82a524e 2009-01-30 17:59:12 -08:00
Jeff Walden 25d8fabaaa Bug 474501 - JSON literals shouldn't have prototype setters run during evaluation. r=brendan 2009-01-30 17:40:33 -08:00
Jason Orendorff ebfc4b4f53 Fix for red caused by rev 932126be5356. 2009-01-30 18:02:35 -06:00
Jason Orendorff e7b29758e9 Bug 476177 - TM: cx->stackPool must not be accessed on trace. r=brendan.
--HG--
extra : rebase_source : 746d61b54aa38cbe18fe31bce4efcbbad4629678
2009-01-30 17:40:05 -06:00
Andreas Gal 1bd89e55b9 Merge. 2009-01-30 15:16:43 -08:00
Andreas Gal 33841e0a4f Add debug hook to the threaded interpreter to trace instruction stream (476128, r=shaver). 2009-01-30 15:14:31 -08:00
Boris Zbarsky 2fa7075313 Add logging to try to sort out why some of our inputs are not nsIFormControl sometimes 2009-01-30 17:08:21 -05:00
Philip Chee b5c27b47a3 Bug 471508 - Make the toolboxChanged() callback return useful information. r=gavin. 2009-01-30 23:05:44 +01:00
Josh Aas a56af8e625 Add API allowing plugins to participate in private browsing. b=468877 r/sr=jst 2009-01-30 16:40:14 -05:00
Atul Varma 15e639d358 bug 445873 - let callers of Components.utils.Sandbox specify JS version; r+sr=mrbkap 2009-01-30 13:17:23 -08:00
Justin Dolske 9a281972aa Backout changeset 8dd2e82503cd (bug 451352), it broke password manager. 2009-01-30 12:01:46 -08:00
Jim Mathies 0b95d763be Bug 455353 - Backout of code added to imagelib in Bug 355555. r=dougt 2009-01-30 13:13:52 -06:00
Gordon P. Hemsley 2dcfb9a29a Remove unused variable declaration (bug 472702 followup, r=gal) 2009-01-30 10:34:54 -08:00
Marco Bonardo cee1336381 Finally fix unit test oranges: stop observing windows at the end of the test (browser_sort_in_library.js) 2009-01-30 18:52:33 +01:00
Marco Bonardo f9fa70278e Finally fix unit test oranges: stop observing windows at the end of the test (browser_library_open_leak.js) 2009-01-30 18:52:27 +01:00
Marco Bonardo a91615b8ae Fix unit box timeout on browser-chrome test from Bug 444179, r=post-facto - CLOSED TREE 2009-01-30 15:26:35 +01:00
Robert Longson 7399ad83b5 Bug 471165 - add missing test 2009-01-30 13:06:26 +00:00
Marco Bonardo 018df7819f Bug 476020 - Pressing Esc while having the tag autocomplete open closes the bookmarks panel, r=dietrich 2009-01-30 13:34:38 +01:00
Drew Willcoxon 9bbf429fa6 Bug 474831 - Add a browser chrome test to check Places Library does not leak when opened and closed, r=sdwilsh 2009-01-30 13:34:38 +01:00
Drew Willcoxon e6800cf24a Bug 444179 - Library>Views>Sort>Sort by Tags does nothing, r=mak77 2009-01-30 13:34:38 +01:00
Dave Townsend 91451c0186 Bug 474988: Mismatched adds and removes of install listeners will fail. r=robstrong 2009-01-30 10:07:28 +00:00
Dave Townsend 5a8aed002e Bug 475532: nsXPInstallManager needs threadsafe addref/release. r+sr=bsmedberg 2009-01-30 10:06:37 +00:00
Simon Bünzli cb5738dd1e Bug 475798 - Library: Alt+E only focuses the More button, doesn't trigger it. r=mak77 2009-01-30 11:30:36 +01:00
Dão Gottwald e1de7a34d0 Bug 475331 - PlacesSearchBox.filterCollection setter should return early if the collection doesn't change. r=mak77 2009-01-30 11:26:20 +01:00
Dão Gottwald 0596741f7a Bug 475148 - remove superfluous styling from gnomestripe's browser.css. r=gavin 2009-01-30 11:25:17 +01:00
Dão Gottwald 094807c512 Bug 422763 - wrong icon for "close" button in "about {addon}" dialog. r=dtownsend 2009-01-30 11:23:58 +01:00
Robert O'Callahan 15ce75d1f9 Backing out bug 475092. 2009-01-30 23:22:02 +13:00