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

152134 Коммитов

Автор SHA1 Сообщение Дата
peterv%propagandism.org b53a11fd62 Fix for bug 318894 (XPath exceptions are reported as unknown). r/sr=jst. 2006-01-07 17:35:24 +00:00
lpsolit%gmail.com e9422180d0 Bug 320529: BugMail.pm crashes when checking email prefs of a deleted user - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-01-07 16:16:53 +00:00
bmlk%gmx.de 821956d293 don't apply xul display types to tags that would normally cause tag based frame creation, bug 322185, r/sr = bzbarsky 2006-01-07 15:09:24 +00:00
doronr%us.ibm.com cbec2d8e5e Patch for bug 319463 should use PR_TRUE, not true 2006-01-07 04:30:58 +00:00
dveditz%cruzio.com 4049e8dd06 bug 318618 avoid useless memcpy in uncompressed case, check for unknown compression methods, r/sr=dougt 2006-01-07 04:11:17 +00:00
mats.palmgren%bredband.net 98b44f7204 MoveFocusToCaret() could cause the selection frame to be destroyed, so ask for it again. b=308086 r=aaronleventhal sr=bryner 2006-01-07 04:08:05 +00:00
bzbarsky%mit.edu 6c0b84f4f0 Flush frames before trying to find and select stuff. Bug 307783, r+sr=jst 2006-01-07 03:44:32 +00:00
bzbarsky%mit.edu df87d5eb4c Rename our in-tree expat lib to mozexpat_s. Bug 305841, patch by Andy Willis
<abwillis1@gmail.com>, r=peterv
2006-01-07 02:40:20 +00:00
bzbarsky%mit.edu a95a19802f Additional followup for bug 317448. r=brendan 2006-01-07 02:28:39 +00:00
rbs%maths.uq.edu.au 343c05782b Some links miss the underline. Patch by Hideo Saito <saito@densan.co.jp>, b=212302, r+sr=rbs 2006-01-07 02:15:02 +00:00
wtchang%redhat.com 38d2205023 Bugzilla Bugs 261649 and 321579: fixed BeOS build error caused by previous
checkin.  BeOS uses glibc but not the dlxxx functions declared in dlfcn.h.
2006-01-07 01:03:12 +00:00
wtchang%redhat.com 052d6f2a78 Bugzilla bug 322427: do not compile NSPR with -ansi and with _POSIX_SOURCE,
_BSD_SOURCE, _SVID_SOURCE, _LARGEFILE64_SOURCE, and _XOPEN_SOURCE defined.
Instead, just define _GNU_SOURCE.  r=kengert.
Modified files: configure configure.in pr/src/linking/Makefile.in
                pr/src/pthreads/Makefile.in
2006-01-07 00:51:39 +00:00
cvshook%sicking.cc c700c0b1bd Bug 322570: Make LookupPrefix work even for unused namespace declarations.
r/sr=bz
2006-01-06 23:52:34 +00:00
bzbarsky%mit.edu 8661204354 Make sure to return in the error condition, not just pop the JSContext stack
and continue.  Bug 321494, r=sicking, sr=brendan
2006-01-06 23:32:21 +00:00
doronr%us.ibm.com 7c82092254 Bug 319463 - display:none iframe pointing to a xul document stops main document from finishing to load. patch by ben, r=bz sr=bryner 2006-01-06 23:24:38 +00:00
mrbkap%gmail.com acc8dc3997 bug 321522: The sandbox object needs to come from a new context, not the old
context. r=shaver sr=brendan
2006-01-06 22:28:18 +00:00
mrbkap%gmail.com ffd1b21c0b bug 320838: Don't return OK without clearing the pending exception. r+sr=jst 2006-01-06 22:18:46 +00:00
mgalli%geckonnection.com e1b89a62bd Rssload not loads the XML RSS synchronously and then transforms it. Rss is back. 2006-01-06 22:17:00 +00:00
mgalli%geckonnection.com ae3ae6bbb2 RSS icon is back. 2006-01-06 22:11:45 +00:00
dmose%mozilla.org 91528aec1b Fix typo; no bug. 2006-01-06 22:04:15 +00:00
myk%mozilla.org 5d8c791d6b Bug 322293: automatically pull tools/cross-commit so developers easily access it; r=bsmedberg 2006-01-06 21:16:04 +00:00
gavin%gavinsharp.com 5a46b616a4 Bug 319655: Firefox code assumes document.firstChild is the root element, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2006-01-06 21:08:48 +00:00
mrbkap%gmail.com 65711ff7e0 bug 319434: Add an interface to allow C++ callers to get the popup and tooltip
nodes so that when the only JS code on the stack is content code, the C++ code
still does the right thing. r=jst sr=bzbarsky
2006-01-06 20:49:19 +00:00
bugzilla%arlen.demon.co.uk bab627825a Bug 319659 XPFE code assumes document.firstChild is the root element
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-06 20:38:21 +00:00
bienvenu%nventure.com 530130a23d fix crash in nsMsgGroupView::~nsMsgGroupView() by storing the group by date thread subjects per view, 301308 patch by b.jacques@planet.nl, sr=bienvenu, also add grouping by hasAttachment to fix crash when user accidentally gets into group by attachment mode 2006-01-06 18:44:35 +00:00
mark%moxienet.com ed122d857d 312586 Multiple sheets (JS alert boxes) on one window don't work. Support multiple sheets per window. r=josh rs=smfr 2006-01-06 18:42:28 +00:00
richm%stanfordalumni.org d22a816ef4 added .spec file for building RPM - package is svrcore-devel - a script svrcore-config for getting cflag and ldflag information, and a .pc file for pkg-config 2006-01-06 18:02:35 +00:00
axel%pike.org 4952648fc0 add an all-locales for xulrunner, just to satisfy check-out, copy fx list, r=bsmedberg 2006-01-06 17:54:36 +00:00
bugzilla%standard8.demon.co.uk 0cf8599664 Bug 322575 Address Book preferences not removed on deletion of Address Book - fix regression from bug 226005. r/sr=bienvenu 2006-01-06 17:03:17 +00:00
bienvenu%nventure.com 4ebc73e590 fix 320258 duplicate ids in xul, patch by mcow@well.com, r=neil sr=bienvenu 2006-01-06 16:49:57 +00:00
mostafah%oeone.com 4e3a8ac6d5 Checked in patch for bug 322395: Preferences not working for firefox extension r=mvl 2006-01-06 16:13:55 +00:00
myk%mozilla.org acc55373d8 Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month. 2006-01-06 14:38:43 +00:00
myk%mozilla.org 0a1ea35c89 Bug 287325: an initial implementation of custom fields, including the ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob 2006-01-06 14:23:05 +00:00
dbaron%dbaron.org 5b00a522da Add some PR_LOGging to help find leaks of large object graphs. b=320192 r=jst sr=darin 2006-01-06 06:51:45 +00:00
brendan%mozilla.org e2e266e986 Better GC_MARK_DEBUG code (315783, NPOTB but r=bz). 2006-01-06 06:32:11 +00:00
mozilla.mano%sent.com 9df838e1ba Bug 299594 - In the Download Actions dialog, when the MIME Type column is shown, the Action column cannot be resized. patch from Adam Guthrie <ispiked@gmail.com>, r=mconnor. 2006-01-06 06:15:14 +00:00
shaver%mozilla.org b66707bb94 bug 315783: fix GC_MARK_DEBUG crash when marking E4X text nodes, r=mrbkap 2006-01-06 05:28:19 +00:00
ajschult%verizon.net af96806526 Bustage fix (assertion failure) for bug 319004, handle empty title 2006-01-06 03:25:11 +00:00
bzbarsky%mit.edu a60c40ba69 Fix init of HTML documents to set the right case-sensitivity on the CSS parser
even for XSLT.  Bug 322461, r+sr=jst
2006-01-06 02:53:10 +00:00
myk%mozilla.org e01f8de8d2 fix interpolation of property accessors like ->name, which do not get interpolated correctly when entered into a string like that 2006-01-06 02:44:47 +00:00
brendan%mozilla.org 3af02e29e1 Remove e4x singleton entrainment hazards and hide naked * as value (322499, r=mrbkap). 2006-01-06 02:08:35 +00:00
bryner%brianryner.com f9b121e554 bounds-check bookmark notifications. bug 322379 r=brettw 2006-01-06 01:38:44 +00:00
scott%scott-macgregor.org c360ab75d2 Bug #321791 -->
mailViews.dat should be in mail.xpi

patch by pike

r=bsmedberg
sr=me
2006-01-06 01:18:32 +00:00
bugzilla%arlen.demon.co.uk b84d79635f Bug 319822 JavaScript Debugger assumes document.firstChild is the root element
p=me r=rginda
2006-01-06 00:49:36 +00:00
bugzilla%arlen.demon.co.uk de616f381f Bug 319657 Thunderbird code assumes document.firstChild is the root element
p=me r=mscott sr=bienvenu
2006-01-06 00:45:53 +00:00
bryner%brianryner.com 2c3210499a Oops, missing piece of bug 320669. 2006-01-06 00:04:28 +00:00
mgalli%geckonnection.com 97c64466b5 When you hit enter with Main Menu open, closes it. 2006-01-05 23:43:04 +00:00
vladimir%pobox.com a42ee17c2a b=322215, fix up canvas drawWindow temporary sizing 2006-01-05 22:59:56 +00:00
mgalli%geckonnection.com e6ba1c6f92 Focus style fix. Focusing in the tabbrowser XUL first. 2006-01-05 22:20:35 +00:00
mgalli%geckonnection.com 845050a3cc SNAV toggle removes control keyboard listener when ON 2006-01-05 22:09:29 +00:00