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

122167 Коммитов

Автор SHA1 Сообщение Дата
darin%meer.net d7b99689f8 fixes bug 216736 "regression from patch for bug 86947" r+sr=dbaron a=brendan 2003-08-20 16:49:27 +00:00
igor%mir2.org 9983fdb0e8 Cosmetics: removal of end-of-line blanks 2003-08-20 11:11:00 +00:00
igor%mir2.org 9be83bb44c Splitting Codegen into 2 Codegen and BodyCodegen where the second class contains code to generate butecode for the body of script. 2003-08-20 10:52:54 +00:00
sspitzer%mozilla.org fab1be10df new files for ask jeeves search. not part of the build.
part of bug #213822:
clean up the search stuff, point to google by default, remove the developer stuff,
and in other popular sites.

all part of making mozilla a better end user release.
2003-08-20 07:45:22 +00:00
igor%mir2.org b6c1d3644c 1. Codegen.classNameToSignature is removed and call to the methods are replaced by cfw.classNameToSignature.
2. Calls to ClassFileWriter.fullyQualifiedForm are removed since all ClassFileWriter API accepts both dotted and slashed forms of Java class names.

3. Few identation fixes
2003-08-20 07:36:33 +00:00
igor%mir2.org 43cbf72f08 1. Added ClassFileWriter.classNameToSignature to convert Java class name into JVM signature.
2. The public method getFullyQualifieedForm that was used to replace . to / is removed since all classname API accepts both form of class names and convertion to the internal /-form can be done in ClassFileWriter in a more efficient way.
2003-08-20 07:32:48 +00:00
daniel%glazman.org 8f3dbd2bfd First files for a Standalone Composer still relying on MozillaAppSuite toolkit.
This does not include the changes to the build system to checkout the dirs and build them.

Standalone Composer only, not part of any build yet.
2003-08-20 07:22:57 +00:00
scott%scott-macgregor.org ec8858cd51 change user agent to mozilla thunderbird instead of thunderbird 2003-08-20 05:23:25 +00:00
asa%mozilla.org 02d6e1d584 remove tinderbox sidebar panels. a=asa and a=sspitzer 2003-08-20 04:36:48 +00:00
scott%scott-macgregor.org 78b71a8436 When turning off the message pane via the menu item, be sure to call ChangeMessagePaneVisibility
so we properly stop loading messages in the preview pane.
2003-08-20 04:21:07 +00:00
scott%scott-macgregor.org 19cacb70e1 Bug #216725 --> add back mark as junk / mark as not junk to the Messages/ Mark menu. 2003-08-20 04:00:52 +00:00
sspitzer%mozilla.org 7344235c2e fix for bug #210089
crash when reading a news posting in a newsgroup containing a "&" in its name

r/sr=bienvenu, a=sspitzer for 1.5b

thanks to frank.schoenheit@gmx.de for the help.
2003-08-20 03:47:18 +00:00
chanial%noos.fr 98c094c749 correct typo 2003-08-20 02:03:43 +00:00
noririty%jcom.home.ne.jp a7e7448267 Fix 216719 - Update themes and extensions page uris 2003-08-20 01:58:29 +00:00
jkeiser%netscape.com 9837da3a46 Check for PatchReader as a part of the installation and disable the "Diff"
links if it is not there (bug 215268)
2003-08-20 00:45:43 +00:00
caillon%returnzero.com ae4593bec0 Bug 216234
Calling operator delete on an nsAutoPtr isn't good.
r+sr=dbaron@dbaron.org
a=asa@mozilla.org
2003-08-20 00:40:13 +00:00
scott%scott-macgregor.org 4bf23d7c8f fix typo. thanks to stephen walker for the patch 2003-08-19 23:59:28 +00:00
scott%scott-macgregor.org 6eadb0a010 Bug #216359 --> search bar menu item does not stay unchecked in ab because it is missing an id.
thanks to mbr for the patch
2003-08-19 23:42:10 +00:00
scott%scott-macgregor.org d4edce7305 branding changes courtesty of david tenser 2003-08-19 23:29:42 +00:00
chanial%noos.fr ce421bc902 fixing mistake in nsWidgetStateManger.js 2003-08-19 22:22:46 +00:00
scott%scott-macgregor.org 58e1b98822 fork mapi files so we can lose the "Mail" portion in all the mapi dialogs, just using Mozilla Thunderbird instead 2003-08-19 21:50:42 +00:00
wtc%netscape.com 38be9d9331 Bugzilla bug 216693: running make in mozilla/security/jss should build the
class jar file.
Modified Files: rules.mk build_java.pl
2003-08-19 20:08:33 +00:00
bienvenu%nventure.com 18a04d8ef6 fix 216467 getting append failed when copying from offline sent folder to imap folder on server that doesn't support user-defined keywords, r=sspitzer, sr=mscott, a=sspitzer 2003-08-19 19:27:26 +00:00
pschwartau%netscape.com 60a8469472 Correcting a typo. 2003-08-19 16:45:03 +00:00
pschwartau%netscape.com 19674c814c Initial add. Regression test for bug 216591. 2003-08-19 16:36:54 +00:00
igor%mir2.org 040923febc More renames and preparations for code split. 2003-08-19 15:37:50 +00:00
noririty%jcom.home.ne.jp 3925bb438c Fix 215745 - Inconsistent ellipsis. Patch by borggraefe@despammed.com 2003-08-19 14:54:44 +00:00
mostafah%oeone.com 13cde5e11f Fixed bug 202367: default alarm 'ON' 2003-08-19 14:31:23 +00:00
pete%alphanumerica.com 764a4bb15c backing out changes. It is breaking Camino
b=216646

--pete
2003-08-19 13:52:41 +00:00
noririty%jcom.home.ne.jp 407157154d localize BTFitems 2003-08-19 13:37:20 +00:00
igor%mir2.org 32e0764d1c More preparations for separating code to generate main script method and the rest of methods. 2003-08-19 13:19:57 +00:00
daniel%glazman.org 94ab482c86 Readme for building Standalone Composer.
Doc only; not part of any build.
2003-08-19 12:48:38 +00:00
igor%mir2.org bd2594e6eb 1. Renaming Codegen.classFile to Codegen.cfw and removal of methods like push/load/store in favour of directly calling ClassFileMethods.
2. Move all code related to generating of prologue for main function implementation to Codegen.generatePrologue.

In this way the following patch to split Codegen into 2 classes to factor away all generation code for the main function will look smaller.
2003-08-19 08:21:36 +00:00
igor%mir2.org 810aa53fd8 Renaming [ilfda]load/store into add[ILFDA]Load/Store for consistency and moving package-private functions from ByteCode to ClassFileWriter so JVM does not need to load ByteCode since it includes only constants. 2003-08-19 08:15:33 +00:00
scott%scott-macgregor.org 51afb8888c change vendor name from Thunderbird to Mozilla Thunderbird 2003-08-19 05:25:22 +00:00
scott%scott-macgregor.org 51081abdbb New desktop icons for windows. Thanks to Jason Kersey. 2003-08-19 05:24:50 +00:00
chanial%noos.fr 12aa2bce22 fix wizard bustage, another locale mismatch 2003-08-19 04:31:53 +00:00
chanial%noos.fr 6e51fc5250 fixing printing bustage 2003-08-19 04:01:11 +00:00
chanial%noos.fr ba28af45f6 follow up to bug 213228: fork commonDialog.dtd and commonDialogs.properties 2003-08-18 23:55:16 +00:00
scott%scott-macgregor.org 2076749ee4 Bug #216529 --> thunderbird needs a couple more autocomplete style rules. 2003-08-18 22:57:06 +00:00
rginda%netscape.com 6d36059847 Landing venkman 0.9.78, bug 216452, a=asa
0.9.78 fixes the problem where the cursor would be left one character before the
end of the line after using the up arrow to recall a previous command, adds the
``clear-session'' command to clear the contents of the Interactive Session view.
It also adds ``Set Breakpoint'' to the context menu of the Loaded Scripts view,
and ``Set Breakpoint'' and ``Clear Breakpoint'' to the Call Stack view.  This
revision also clears up a few strict mode warnings, and hides javascript: files
in the loaded scripts view.
2003-08-18 22:18:53 +00:00
rginda%netscape.com bed39e8f3c landing CHATZILLA_COMMANDS_YOU branch, see bug 210744. a=asa 2003-08-18 21:35:33 +00:00
roc+%cs.cmu.edu 3338bdd79f Bug 194638. *Always* request invalidation of child widgets when we resize a widget. r+sr+a=dbaron 2003-08-18 19:58:39 +00:00
pete%alphanumerica.com 26f8f671c5 b=206947 r=heikki sr=jst
Fixing "rampant leaks" when handing the sink to the parser when there
is no docshell present.

--pete
2003-08-18 19:02:58 +00:00
cls%seawood.org 3027ba5b8a Only build freetype support when freetype is present and we're building against an X11-based toolkit.
Bug #216076 r=bryner a=asa
2003-08-18 18:56:42 +00:00
igor%mir2.org ed64a67527 Replace few usages of Node.cloneNode by a more explicit code to create a fesh childless node copy. 2003-08-18 14:27:51 +00:00
brade%comcast.net c58d9375bf fix typo for "-moz-canvas" found by bz; r=glazman, sr=tor, a=asa, bug=211982 2003-08-18 14:11:43 +00:00
cbiesinger%web.de 7b09cf41b6 213337 Saving PDF different from viewing PDF
jag: review+
bz-vacation: superreview+
asa: approval1.5b+
2003-08-18 12:09:39 +00:00
igor%mir2.org abefa99b1e Using simple Token.<op> instead of (Token.EQOP, Token.<op>) to denote parser nodes for equality operations. It allowed to remove sharing of Node.intValue to mean line number and operation type so it was renamed to Node.lineno. 2003-08-18 11:53:00 +00:00
igor%mir2.org 5f6517906c Added store/load function to shortcut add(ByteCode.x, i) 2003-08-18 11:49:39 +00:00