Commit Graph

129804 Commits

Author SHA1 Message Date
ben%bengoodger.com
d840eafca6 hm... see if this fixes the orange 2004-05-11 00:16:06 +00:00
jst%mozilla.jstenback.com
21131fdb8f Fixing bug 243213. Don't waste time looking up the nsIURIFixup service for every docshell, and move some members around to make things align up and pack better on some 64-bit platforms. r=bzbarsky@mit.edu, sr=darin@meer.net 2004-05-11 00:12:09 +00:00
ben%bengoodger.com
203538d39b preconfigured theme manifest 2004-05-10 23:39:30 +00:00
ben%bengoodger.com
a3d7d8fe5c preconfigured extension manifest 2004-05-10 23:39:16 +00:00
ben%bengoodger.com
5dd9a06871 preconfigure inspector as a global extension 2004-05-10 23:31:47 +00:00
ben%bengoodger.com
75ec1c191d 170006 - various updates to support pre-configured extensions 2004-05-10 23:30:11 +00:00
cbiesinger%web.de
933569be4a update links to point to mozilla.org instead of a 404 resource 2004-05-10 23:21:35 +00:00
darin%meer.net
dc9e6ce629 fixing BeOS bustage 2004-05-10 23:21:22 +00:00
bzbarsky%mit.edu
2c1e0e28fe The saga continues. Don't move around <script>, since that breaks pages... Bug
243064, r+sr=jst
2004-05-10 21:04:18 +00:00
bzbarsky%mit.edu
58e7a825e4 Don't stop content when location.href is set to an anchor. Bug 233963, r+sr=jst 2004-05-10 20:58:34 +00:00
caillon%redhat.com
ca6c082b17 Fix bug 186540
document.createRange() doesn't properly initialize itself per DOM 2 Range/Traversal: "The initial state of the Range returned from this method is such that both of its boundary-points are positioned at the beginning of the corresponding Document, before any content. In other words, the container of each boundary-point is the Document node and the offset within that node is 0."
r+sr=jst@mozilla.jstenback.com
2004-05-10 20:04:58 +00:00
mvl%exedo.nl
5847cd32f3 regression from bug 242982. remove the right attribute 2004-05-10 20:00:25 +00:00
justdave%bugzilla.org
afb499b489 Bug 204042: taint issues in perl 5.6.0 that were causing an Internal Error to ocurr after adding an attachment.
r= joel, a= justdave
2004-05-10 16:57:11 +00:00
igor%mir2.org
b9f058dfe3 Cleanup of hasVarsInRegs 2004-05-10 16:45:02 +00:00
mostafah%oeone.com
38c2eee92e Checked in patches for bug 242982 2004-05-10 15:30:45 +00:00
igor%mir2.org
5d1aacca6a Apply direct call optimization only for functions that do not need activation. 2004-05-10 15:28:32 +00:00
mostafah%oeone.com
46a2759467 Checked in patches for bug 242980 2004-05-10 15:02:04 +00:00
mostafah%oeone.com
b519adbcb7 Checked in patch for bug 243111 2004-05-10 14:47:04 +00:00
mostafah%oeone.com
481b2b774b Checked in patches for bug 243115 2004-05-10 14:43:47 +00:00
mostafah%oeone.com
ad0f266172 Checked in patches for bug 243131 2004-05-10 14:36:54 +00:00
igor%mir2.org
d2ab61c277 Determine functions that require activation during parsing and not in NodeTransformer 2004-05-10 13:39:14 +00:00
neil%parkwaycc.co.uk
ac844241db Bug 242979 File -> Upload File needs an access key r=aaronl rs=darin 2004-05-10 13:17:56 +00:00
igor%mir2.org
27e2f6d328 Removal of checks for unitialized lVal.getJRegister(): the registers are always initialized in prelude. 2004-05-10 05:24:29 +00:00
ben%bengoodger.com
7dd1c0e6e6 don't forget to package xpinstall.properties 2004-05-10 03:29:06 +00:00
scott%scott-macgregor.org
1db1c77c75 fix for bug #243133
we aren't getting the "ask format / html question" dialog when sending html mail to two recipients, one prefers plain, one prefers html

r/sr=bienvenu
2004-05-10 03:21:24 +00:00
scott%scott-macgregor.org
e0c398a9b8 code cleanup, no bug # 2004-05-10 02:29:32 +00:00
bienvenu%nventure.com
6deac33ffe fix build bustage 2004-05-10 02:07:15 +00:00
bienvenu%nventure.com
a3c29c937f fix build bustage on solaris, replace char * with const char *, r=timeless, sr=sspitzer 243130 2004-05-10 01:31:40 +00:00
ben%bengoodger.com
2d9dd4a9d5 bug 243091 - don't package unnecessary components in Firefox. Disable building a bunch of XPFE chrome (over a megabyte of it on disk) along with the seamonkey classic skin. Provide a stub communicator skin for the profile manager to use. 2004-05-10 00:54:11 +00:00
scott%scott-macgregor.org
cc2998d145 fix for bug #44494
remember the decision the user makes in the askSendFormat dialog so that we don't ask again.

fix for bug #242991
export addressbook is broken (fall out from bug #240723)

r/sr=bienvenu
2004-05-09 23:23:43 +00:00
scott%scott-macgregor.org
5f93eb2ad8 commenting code, no bug # 2004-05-09 22:22:10 +00:00
igor%mir2.org
44deec93c2 Removal of JavaVariable interface in favor of simple method in ClassFileWriter. It allowed to shrink OptLocalVariable and made other code simpler. 2004-05-09 22:09:03 +00:00
darin%meer.net
a44cc7d477 attempting to fix static build bustage 2004-05-09 22:04:12 +00:00
jst%mozilla.jstenback.com
bda87cd456 Fixing bug 243034. Prevent converting string data to UTF-8 only to store it in the cache when document.write()'ing. r+sr=bzbarsky@mit.edu 2004-05-09 21:37:32 +00:00
igor%mir2.org
ed03829d75 Clenup the usage of getJRegister/assignJRegister 2004-05-09 21:07:08 +00:00
igor%mir2.org
5a48e9dc3a Move all logic regarding establishing type of variable into Block.java 2004-05-09 21:06:20 +00:00
neil%parkwaycc.co.uk
98b0af3853 Bug 182192 Unquote names before collecting email addresses r/sr=bienvenu 2004-05-09 21:04:19 +00:00
darin%meer.net
702df013ac removing dead code 2004-05-09 19:48:25 +00:00
bzbarsky%mit.edu
8a13d9b159 Let pages set explicit line-height on textarea if they want to. Bug 243100, r+sr=dbaron 2004-05-09 19:42:53 +00:00
darin%meer.net
89fdea0832 landing patch for bug 243107 "make ipcIService and ipcILockService threadsafe" (this code is not currently used for anything) 2004-05-09 19:08:57 +00:00
cbiesinger%web.de
51e61b254e remove unused files, and an unused member of nsDataHandler, and unused defines in nsNetCID.h (which referred to a no longer existing component)
bug 243098 r+sr=darin
2004-05-09 18:18:07 +00:00
rlk%trfenv.com
2f78453c54 Bug 240695 - Wrong help text: Profile Manager can't be invoked from OS X's finder. Patch by Stefan <stefan_h@hem.utfors.se>. r=neil@parkwaycc.co.uk 2004-05-09 14:05:03 +00:00
igor%mir2.org
b7fec72bfc Removal of no longer used LASTUSE property and corresponding optimizer code 2004-05-09 12:38:45 +00:00
arvid%quadrone.org
9849fc11eb new folder and document icons 2004-05-09 12:08:48 +00:00
kyle.yuan%sun.com
2b5d071062 Bug 136729 64bit problems in CreateThread/PostEvent
r=joshua.xia+kyle.yuan, sr=brendan, patch by pkw@us.ibm.com
Changes PRUint32 to PRThread* in CreateThread/PostEvent.
2004-05-09 10:22:18 +00:00
igor%mir2.org
0be4188b87 Remove code for CSE optimisation: it was used only to merger this.property calls but this optimisation changes program semantic if property is controlled by native getter. 2004-05-09 10:14:01 +00:00
Stefan.Borggraefe%gmx.de
774e232676 Fix for bug 159466: Options under "Copies and folders" are active when they should be disabled
r=neil, sr=bienvenu
2004-05-09 08:06:22 +00:00
ben%bengoodger.com
af650dc28d Fix toolbar edges clobbered by arvid theme landing 2004-05-09 06:27:21 +00:00
ben%bengoodger.com
f574470ef6 remove unnecessary include 2004-05-09 02:45:03 +00:00
ben%bengoodger.com
70adb43038 remove unnecessary files 2004-05-09 02:23:39 +00:00