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

179106 Коммитов

Автор SHA1 Сообщение Дата
joshmoz@gmail.com 79ffe0b1d1 don't put a dropmarker in comboboxes if nsITheme says not to. b=370282 r/sr=roc 2007-05-17 20:04:04 -07:00
aaronleventhal@moonset.net 680e341a85 Bug 381114. Crash [@ msaa/nsAccessibleWrap::NativeAccessible ]. r= mats.palmgren 2007-05-17 20:00:21 -07:00
sayrer@gmail.com d7f0753e31 remove debugging statements 2007-05-17 19:24:15 -07:00
joshmoz@gmail.com 481fa7ad36 Contextmenu doesn't disappear correctly when Firefox is in background. Also, Firefox doesn't dismiss context menu when it is in the background and a user clicks on another application. b=339945 r=cbarrett sr=roc 2007-05-17 19:06:59 -07:00
joshmoz@gmail.com c6dc23535c fix sizing of native checkboxes and radio buttons. be more flexible as well. b=380791 r=cbarrett sr=roc 2007-05-17 19:01:02 -07:00
brendan@mozilla.org 48e1521edc Support generator expressions for JS1.8 (380237, r=mrbkap). 2007-05-17 18:41:17 -07:00
brendan@mozilla.org 58a40748d5 Fix getter/setter decompilation to depend on generating op, not prefix string (381101, r=mrbkap). 2007-05-17 17:48:18 -07:00
mrbkap@gmail.com bdd4bb4a9c Skip over exception cookies, since we require JSOP_POP to pop them. bug 380016, r=brendan 2007-05-17 16:56:17 -07:00
mrbkap@gmail.com f101b9d312 Update our child counts if notifying on our children caused more updates. bug 376761, r=bzbarsky sr=sicking 2007-05-17 16:54:35 -07:00
rhelmer@mozilla.com 35ebf66af9 15012 RC2 to 2004 RC3 major b=376663 r=cf 2007-05-17 15:31:34 -07:00
nrthomas@gmail.com 39ad72e457 Bug 381086, add missing en-US to locale lists, r=rhelmer 2007-05-17 14:56:06 -07:00
neil@parkwaycc.co.uk 40eda76518 Build xpfe download manager for suiterunner until such time as toolkit download manager becomes usable r=Standard8 (mpa=Mano for toolkit change) 2007-05-17 14:01:18 -07:00
neil@parkwaycc.co.uk 0255947ea9 Relanding bug 377035 Allow tree as anonymous parent of treechildren r=Enn sr=roc 2007-05-17 13:55:03 -07:00
mozilla.mano@sent.com c84133b2a4 Bug 381042 - Error: childFolder not defined. r=sspitzer. 2007-05-17 13:41:01 -07:00
sspitzer@mozilla.org 8f70e570a0 fix for bug #380741: Crash with about:cache and clear privacy data [@nsCOMPtr::StartAssignment]fall out from bug #380704: compile error [@nsOfflineCacheDevice::Init]fix by dcamp@mozilla.com, r/sr=biesi 2007-05-17 11:33:19 -07:00
bzbarsky@mit.edu 63683ac1fe Attach bindings via addBinding even to nodes not in a document. Bug 380990, r+sr=sicking 2007-05-17 11:31:31 -07:00
nrthomas@gmail.com e5797c0d15 For bug 379241, bump update verify config for fx2004 rc3 2007-05-17 09:13:38 -07:00
gerv@gerv.net 1c01be2d3b Updates from latest attempt to make ID list 2007-05-17 07:55:53 -07:00
mats.palmgren@bredband.net fa393167a2 Protect against frame destruction during event handling and document when that can occur. b=378670 r+sr=bzbarsky 2007-05-17 04:12:30 -07:00
mats.palmgren@bredband.net 71ab3fc250 NPOTB. Add missing rendering context null-checks. b=380502 r+sr=roc 2007-05-17 03:52:20 -07:00
mats.palmgren@bredband.net 00e4fdb689 Don't bother painting a selection into an empty rect. Avoid using an invalid surface for painting ops. b=380611 r+sr=vladimir 2007-05-17 03:14:35 -07:00
surkov.alexander@gmail.com 12c1fc369f Bug 380883 - use gIsAccessibilityActive in ATK, r=ginn.chen 2007-05-17 02:12:10 -07:00
mats.palmgren@bredband.net 80fa7b18b3 Null-check the primary frame before using it. b=380749 r=aaronleventhal 2007-05-17 01:21:49 -07:00
mats.palmgren@bredband.net 95e43da41c nsHTMLSelectOptionAccessible::GetName - add null-check and make it return the empty string for empty option elements. b=379872 r=aaronleventhal 2007-05-17 01:12:15 -07:00
dwitte@stanford.edu d8c9a41a83 remove p3p from built extensions (MOZ_EXTENSIONS_ALL and seamonkey MOZ_EXTENSIONS_DEFAULT lists). bug 366611, a=kairo for build change, r=luser 2007-05-17 00:39:15 -07:00
bzbarsky@mit.edu b7760baaac Remove no longer needed null-check too. Still no bug. 2007-05-16 23:57:52 -07:00
bzbarsky@mit.edu be90c1955a Remove addref that shouldn't be there and causes leaks. No bug, r=vlad 2007-05-16 23:52:35 -07:00
sspitzer@mozilla.org df657f26bc fix for bug #380979: after schema change we fail to import bookmarksr=dietrich 2007-05-16 23:47:41 -07:00
sspitzer@mozilla.org e8d40f55e1 fix for bug #380801: crash on startup when doing forced db migrationr=dietrich 2007-05-16 23:44:02 -07:00
thunder@mozilla.com c9ebcce8b9 Bug 376253: Places bookmarks import/export unit tests + assorted fixes uncovered by the tests. r=mano, r=dietrich 2007-05-16 23:06:48 -07:00
roc+@cs.cmu.edu 16c6146b03 Not (Really) Part Of The Build. Fix shortcut calculation that was causing random crashes with new textframe. 2007-05-16 22:18:21 -07:00
dietrich@mozilla.com 97a014c571 Bug 380011 bookmarks.html replacement trouble (r=sspitzer) 2007-05-16 21:29:27 -07:00
mark.finkle@gmail.com 21ddeaec46 bug 367519. r=bsmedberg. add XUL and SVG mime type support to the mozilla activex control. Also updated some deprecated ATL macros. 2007-05-16 19:19:50 -07:00
joshmoz@gmail.com 8221832541 Mac applicationDockMenu delegate method not called after process restart. Patch by Steven Michaud. r=josh r=bsmedberg 2007-05-16 19:10:19 -07:00
dbaron@dbaron.org 2b1fd9533c Add bug numbers._dont_use_document_colors.html 2007-05-16 18:56:18 -07:00
dbaron@dbaron.org f5908740aa Decode the older base64-obscured entries as well. b=380961 r=dolske 2007-05-16 18:53:52 -07:00
dbaron@dbaron.org d68116d96c Add test for always-use-my-colors preference. b=58048 2007-05-16 18:51:30 -07:00
enndeakin@sympatico.ca c8e44175f0 Bug 369813, persist container open state in trees, r=mano 2007-05-16 18:14:27 -07:00
nboyd@atg.com 7dfd70ba6f Updated skip list. 2007-05-16 17:30:27 -07:00
igor@mir2.org a5ceb3aaa6 Bug 380833: AllocSlot now insists on the new slot being already set to void. r=brendan 2007-05-16 15:41:50 -07:00
dbaron@dbaron.org f1cc12e174 Fix some debugging code. b=380825 r+sr=bzbarsky 2007-05-16 14:17:45 -07:00
dbaron@dbaron.org ae75be2001 Revert part of bug 377521 to fix bug 380825 (and add comment). r+sr=bzbarsky 2007-05-16 14:17:21 -07:00
dbaron@dbaron.org 70f9b787c2 Rewrite the pref for forbidding pages from setting colors and backgrounds so that it changes transparency less often and interferes less with user and user-agent styles. b=58048, 255829, 255411 r+sr=bzbarsky 2007-05-16 14:10:31 -07:00
dbaron@dbaron.org 3546b59264 Make rule nodes know their level in the cascade. b=374907 r+sr=bzbarsky 2007-05-16 14:08:51 -07:00
nrthomas@gmail.com 27f0d0d5a3 Bug 380859, fix perl warning, r=rhelmer 2007-05-16 13:59:43 -07:00
Olli.Pettay@helsinki.fi 7de4026e46 Bug 380911, Remove nsRecycled.h, r+sr=bz 2007-05-16 13:37:35 -07:00
bent.mozilla@gmail.com 4f8634673c Bug 379565 - "Figure out a way to prevent people from using static ns(C)String instances". r=bsmedberg. 2007-05-16 13:10:18 -07:00
bent.mozilla@gmail.com e3e1e8965c Bug 380470 - "nsAppStartupNotifier shouldn't require components to implement nsIObserver". r=bsmedberg. 2007-05-16 13:06:01 -07:00
mark.finkle@gmail.com 57cb026f1e bug 378618. backing out changes that are causing tests to fail 2007-05-16 12:30:19 -07:00
igor@mir2.org 0b222d51c4 Bug 380889: fixing the disassembler, r=brendan 2007-05-16 12:00:47 -07:00