Commit Graph

124064 Commits

Author SHA1 Message Date
cbiesinger%web.de
e3dd841394 bug 223997
PluginHostImpl should use GetTypeFromURI not FromExtension
r=peterlubczynski sr=bz
2003-11-08 17:01:46 +00:00
chanial%noos.fr
adbe194656 Bug 224990: search bar is unusuable if the specified searchplugin is not found.
If the search engine is not found, fall back to find in page
2003-11-08 06:06:11 +00:00
samuel%sieb.net
125ba40399 Bug 224959 - ctrl-pgup and ctrl-pgdn are backwards
r=rginda
chatzilla only
2003-11-08 04:26:08 +00:00
ben%bengoodger.com
b06abc10f5 change version number, adjust script to remove timebomb (thanks Simon Paquet) 2003-11-08 00:33:09 +00:00
gerv%gerv.net
7fa7de16cd Bug 221160 - crash if illegal date specified in new charts date range. Patch by gerv; r=kiko, a=justdave. 2003-11-08 00:27:43 +00:00
gerv%gerv.net
571b9c4ea0 Bug 186130 - collectstats.pl doesn't work if 'requirelogin' set. Patch by gerv; r=bbaetz, a=justdave. 2003-11-08 00:26:41 +00:00
gerv%gerv.net
7d65372c95 Bug 222564 - The chart made when creating a new Product/Component is not public. Patch by gerv; r=kiko, a=justdave. 2003-11-08 00:25:31 +00:00
scott%scott-macgregor.org
02ed558f55 View / Charsets / Customize dialog is not showing up. Package the right files 2003-11-08 00:02:03 +00:00
leaf%mozilla.org
08b3f025a1 adding rough installer creation hack for release-tinderbox script 2003-11-07 23:52:00 +00:00
jocuri%softhome.net
13e9893faf Bug 225024: Space chomping issue in create.html.tmpl; r=kiko; a=myk. 2003-11-07 23:23:55 +00:00
rlk%trfenv.com
672683057e Removing obsolete files that are not part of the build. 2003-11-07 23:08:24 +00:00
pschwartau%netscape.com
0865e526f2 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
0b9d8ceb79 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
8240c5912f 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
dc34ed3dc1 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
49ffeac3df New interface to refer to code executed with a particular context and arguments. 2003-11-07 22:28:22 +00:00
igor%mir2.org
6006898229 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
5b675f523e Added setDouble, setString that are used in IRFactory during constant folding 2003-11-07 22:18:49 +00:00
igor%mir2.org
8eb8104ae7 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
8a814ada66 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
9e6299130e 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
27312e9b61 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
f66a6a15b8 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
9e3ee93a8e Removing DOS type carriage returns 2003-11-07 19:18:29 +00:00
scott%scott-macgregor.org
8ccef0ba5e change comment to use // 2003-11-07 19:14:06 +00:00
mostafah%oeone.com
a14f145e7f Synched language files after recent checkin for bug 219589 2003-11-07 19:09:16 +00:00
mostafah%oeone.com
8f6c916173 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
bcfe046f40 bug 224768, r=dbaron. update alpha to beta in version strings 2003-11-07 18:23:23 +00:00
pschwartau%netscape.com
b0748544ba 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
c6e98c8a21 Rearranging code to make style consistent with other tests in this directory. 2003-11-07 18:00:09 +00:00
sicking%bigfoot.com
9b7d790af6 Fix build bustage by taking the bug 224331 into account. 2003-11-07 17:07:03 +00:00
sicking%bigfoot.com
2818f84578 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
7208475e1f 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
14c8c093a3 Repair error case for DH code in previous patch. 2003-11-07 16:21:40 +00:00
igor%mir2.org
7ed29ee5a5 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
2e0f164736 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
58ba64420a 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
db0a0f2d49 Use -A instead of -r HEAD to fix tbox build bustage. 2003-11-07 14:56:23 +00:00
bsmedberg%covad.net
b876ce4fef 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
91a322e93d 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
1b1de9ed60 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
0689612ba9 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
d1c20d92a6 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
834666eb28 Remove installer from the build here... 2003-11-07 10:51:15 +00:00
bryner%brianryner.com
1c6ea034f7 Attempting to fix Windows bustage 2003-11-07 10:16:36 +00:00
bryner%brianryner.com
78bc7f6016 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
932c74eca5 Don't build seamonkey installer FE for XUL_APPs. r/sr=bryner 2003-11-07 09:20:16 +00:00
bryner%brianryner.com
37b21bff58 Don't --disable-installer. 2003-11-07 08:38:11 +00:00
jocuri%softhome.net
6984d222d2 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
fda2842064 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