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

124226 Коммитов

Автор SHA1 Сообщение Дата
jocuri%softhome.net d401980428 Bug 225024: Space chomping issue in create.html.tmpl; r=kiko; a=myk. 2003-11-07 23:23:55 +00:00
rlk%trfenv.com ae18d4a350 Removing obsolete files that are not part of the build. 2003-11-07 23:08:24 +00:00
pschwartau%netscape.com 5fa1695197 Correcting a mistake in this testcase, discovered by zack-weg@gmx.de. The left and right parens were not balanced! 2003-11-07 22:47:34 +00:00
bryner%brianryner.com 5fddd8eed6 Add mozapps installer makefiles to allmakefiles.sh, and don't build it if --disable-installer was used. Fixes bug 224999. Does not affect the default build. 2003-11-07 22:44:35 +00:00
neil%parkwaycc.co.uk 191d64ef3f Bug 113591 Clicking on a link while offline should give instructions to go online p=gautheri@noos.fr r=me sr=brendan 2003-11-07 22:35:49 +00:00
igor%mir2.org a96da1a17f Changes in Security API: using CodeBlock interface instead of reusing Script to represent code that should be executed with different domain. 2003-11-07 22:29:59 +00:00
igor%mir2.org d3c70a3cd8 New interface to refer to code executed with a particular context and arguments. 2003-11-07 22:28:22 +00:00
igor%mir2.org 9fe0c80278 1. Removal of very recently introduced hideFromContextListeners: it was a wrong solution to the problem of running scripts under independent Context instances on the same thread.
2. Optimization of Context.enter()/Context.exit() when ThreadLocal is available:
Store Context[1], not Context in the variable so  Context.enter()/Context.exit() would need to access ThreadVar only once and then update the reference.
2003-11-07 22:24:53 +00:00
igor%mir2.org 0a9166fe3a Added setDouble, setString that are used in IRFactory during constant folding 2003-11-07 22:18:49 +00:00
igor%mir2.org 7d5922f48f Move all contant folding logic to IRFactory where it simpler to do and possible to reuse tree nodes during folding. 2003-11-07 22:17:54 +00:00
scott%scott-macgregor.org ed4b64f337 If you are building thunderbird with the dom inspector extension, then add hooks to make sure dom inspector gets overlayed into thunderbird properly.
Part of the work necessary to make a dom inspector extension for thunderbird.
2003-11-07 21:29:40 +00:00
timeless%mozdev.org dfcf4ec283 Bug 222056 Integrate warning fix from Adobe for e_pow.c and e_sqrt.c
Patch by Adobe rs=brendan
2003-11-07 19:46:29 +00:00
pinkerton%netscape.com 71148401bd don't return when there is no return value for a method (bug 224654) 2003-11-07 19:38:24 +00:00
bienvenu%nventure.com 62a4182926 186578 make escape close the stand-alone msg window, patch by gemal, r=neil.parkwaycc, sr=me 2003-11-07 19:32:56 +00:00
mostafah%oeone.com 78d5398525 Removing DOS type carriage returns 2003-11-07 19:18:29 +00:00
scott%scott-macgregor.org 11a1ed89dc change comment to use // 2003-11-07 19:14:06 +00:00
mostafah%oeone.com 9c61dac4d6 Synched language files after recent checkin for bug 219589 2003-11-07 19:09:16 +00:00
mostafah%oeone.com fec04110fb Checking in part of patch
http://bugzilla.mozilla.org/attachment.cgi?id=134966&action=view
for bug 219589: Calendar Extension for Thunderbird
2003-11-07 18:25:38 +00:00
leaf%mozilla.org 410119b3b0 bug 224768, r=dbaron. update alpha to beta in version strings 2003-11-07 18:23:23 +00:00
pschwartau%netscape.com bffe6774e1 Patch by zack-weg@gmx.de correcting errors in this testcase. See bug 224951. 2003-11-07 18:08:35 +00:00
pschwartau%netscape.com 20f097afc9 Rearranging code to make style consistent with other tests in this directory. 2003-11-07 18:00:09 +00:00
sicking%bigfoot.com 30fc41a1e0 Fix build bustage by taking the bug 224331 into account. 2003-11-07 17:07:03 +00:00
sicking%bigfoot.com 4059f5332e Bug 213445: Treat not having mParent *or* not having mDocument as not being in the documnt to fix radiobuttons created through sinks other then the html-sink.
r=bryner sr=jst
2003-11-07 16:53:46 +00:00
sicking%bigfoot.com 12232b9727 Bug 224856: Fix nsGenericDOMDataNode::AppendTextTo by not relying on mText.Get1b() being nullterminated
r=peterv sr=jst
2003-11-07 16:46:15 +00:00
relyea%netscape.com b6b661b262 Repair error case for DH code in previous patch. 2003-11-07 16:21:40 +00:00
igor%mir2.org 2be95ba6cd Do constant folding during parsing since it is cheap to do that at this stage then in optimizer during separated phase so even the interpreter will take advantage of the folding. 2003-11-07 15:58:57 +00:00
rlk%trfenv.com 4945e8c8ba Bug 95770 - The help documentation should be formatted in some better way.
certs_prefs_help.xhtml, r=caillon.
2003-11-07 15:43:48 +00:00
mostafah%oeone.com c886f3d1c2 Checking in patch,
http://bugzilla.mozilla.org/attachment.cgi?id=134967&action=view
for bug 219589: Calendar Extension for Thunderbird
( Note: shortened a few filenames )
2003-11-07 15:10:44 +00:00
bsmedberg%covad.net c8b407dcfc Use -A instead of -r HEAD to fix tbox build bustage. 2003-11-07 14:56:23 +00:00
bsmedberg%covad.net 25f1fb1616 Build IPC from the trunk instead of the IPC_BRANCH_20030304 (no bug) r/sr=leaf+darin
Specifying HEAD ensures that existing trees will be moved from the branch to the trunk.
2003-11-07 14:29:30 +00:00
bsmedberg%covad.net f246267f90 Moving IPC code from the IPC_BRANCH_20030304 to the trunk. No actual code changes.
r/sr=leaf+darin
2003-11-07 13:50:30 +00:00
bsmedberg%covad.net b6e5489bdb CVS removing old location of IPC code. New location is ipc/ipcd. r/sr=leaf+darin 2003-11-07 13:13:07 +00:00
neil%parkwaycc.co.uk 96c031d72b Bug 224918 When not using Download Manager, closing progress dialogs doesn't cancel download r=biesi sr=bz 2003-11-07 12:27:21 +00:00
ben%bengoodger.com 327a0e8cf6 Add XUL_APP installer to the build _after_ the xpinstall directory is built. r/sr=bryner 2003-11-07 10:52:37 +00:00
ben%bengoodger.com e5e63bdef5 Remove installer from the build here... 2003-11-07 10:51:15 +00:00
bryner%brianryner.com dee4596823 Attempting to fix Windows bustage 2003-11-07 10:16:36 +00:00
bryner%brianryner.com cc7596e3f1 Inline nsIContent::GetParent() and GetDocument(). Also, remove unused return value on SetParent(). Bug 224331, r=sicking, sr=jst. 2003-11-07 09:47:23 +00:00
ben%bengoodger.com e646b43aa1 Don't build seamonkey installer FE for XUL_APPs. r/sr=bryner 2003-11-07 09:20:16 +00:00
bryner%brianryner.com 31dff9bb36 Don't --disable-installer. 2003-11-07 08:38:11 +00:00
jocuri%softhome.net 8bc8a0d506 Bug 198460: Better wording for create account to stress valid email address; r=kiko; a=justdave. 2003-11-07 08:27:12 +00:00
jocuri%softhome.net 087bd50fc5 Bug 219475: The check for null db entries in process_bug.cgi is wrong; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave. 2003-11-07 08:05:01 +00:00
scott%scott-macgregor.org ffa23bafa1 add an id for the js console menu item 2003-11-07 06:44:56 +00:00
scott%scott-macgregor.org 052a22f4ef remove access key for windows menu item on the mac 2003-11-07 06:21:57 +00:00
bienvenu%nventure.com 34da1a8b25 follow on fix to 195047, only one server gets junk mail purged, r/sr=mscott 2003-11-07 05:31:15 +00:00
chanial%noos.fr 710311c4d4 add browser.search.defaultengine to the pref sanctuary 2003-11-07 05:00:06 +00:00
bzbarsky%mit.edu 2c3f28dc3a Strip quotes from inside col/row-specs (where there should be no quotes to
start with, but some sites just code like that).  Bug 224598, patch by
mats.palmgren@bredband.net (Mats Palmgren), r+sr=bzbarsky
2003-11-07 04:26:30 +00:00
chanial%noos.fr 5a013fc981 fix bustage: build the win installer on windows only 2003-11-07 04:10:29 +00:00
relyea%netscape.com 41cf12eef3 Verify Parameters from the user before passing it on to freebl. r=nelson 2003-11-07 03:38:59 +00:00
relyea%netscape.com 774ace3846 Add defines for DH and RSA key limits 2003-11-07 03:36:33 +00:00
bzbarsky%mit.edu fb0a974be6 Fix crash bug 118685. Patch by mats.palmgren@bredband.net (Mats Palmgren),
r=bryner, sr=dbaron
2003-11-07 03:35:05 +00:00