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

111472 Коммитов

Автор SHA1 Сообщение Дата
ashishbhatt%netscape.com 977c9c2d98 Adding menu for run all test cases 2002-11-05 01:29:46 +00:00
ashishbhatt%netscape.com a67339e6b5 Adding functionality for running test cases in automation 2002-11-05 01:29:02 +00:00
blakeross%telocity.com 777277e269 Fix some bugs, hook up cross-session sidebar persistence. 2002-11-05 00:29:14 +00:00
nelsonb%netscape.com 6710514e32 Fix missing strings that cause crash in SSL_SecurityStatus(). Bug 178342. 2002-11-05 00:25:20 +00:00
seawood%netscape.com 0821f71644 Treat cygwin perl as a win32 platform indicator.
Default to unix if platform is neither win32 nor mac.
Bug #166105 r=gerv a=asa
2002-11-05 00:21:38 +00:00
seawood%netscape.com 444e4babc7 Fixing vc7 bustage caused by original checkin for bug 176302.
Bug #176302 r=bryner
2002-11-05 00:16:23 +00:00
blakeross%telocity.com 89ad460c53 More trunk fixes. 2002-11-04 23:53:49 +00:00
blakeross%telocity.com 696cbde729 Bring over more trunk fixes. 2002-11-04 23:50:50 +00:00
blakeross%telocity.com b858b327c5 Port fixes over from trunk. 2002-11-04 23:46:43 +00:00
blakeross%telocity.com 4f2e849dbf Change search bar focusing shortkey to Ctrl+K. 2002-11-04 23:38:25 +00:00
blakeross%telocity.com 48c9648940 Port over more trunk fixes. 2002-11-04 23:36:46 +00:00
blakeross%telocity.com 05e0e83e11 Port fixes from the trunk. 2002-11-04 23:32:03 +00:00
blakeross%telocity.com b04e2592d5 Port over fixes from the trunk. 2002-11-04 23:29:34 +00:00
blakeross%telocity.com 7ab1a0db41 Port over some fixes from Mozilla. 2002-11-04 23:24:29 +00:00
blakeross%telocity.com c4fe3a2419 Port over a fix from Mozilla. 2002-11-04 23:21:20 +00:00
blakeross%telocity.com e62f115342 Fix accesskey conflict. 2002-11-04 23:16:51 +00:00
blakeross%telocity.com 0f321242ca SupportsWString -> SupportsString 2002-11-04 23:12:08 +00:00
rogerl%netscape.com d86906f807 Fixed gc-ing in frames. 2002-11-04 23:03:58 +00:00
gerv%gerv.net b7eca451e7 Bug 173571 - Turn "all selected" into "none selected" for efficiency. Patch by gerv; r=justdave. 2002-11-04 22:43:28 +00:00
darin%netscape.com d36334924c make ipcTransport::Init output app-name. 2002-11-04 22:29:17 +00:00
bugreport%peshkin.net bcb6462ea5 Bug 177436 User matching shouldn't be case-sensitive
patch by not_erik
2xr=justdave
a=justdave for 2.17.1
2002-11-04 21:55:10 +00:00
blizzard%redhat.com e277c5c567 Bug #178067. gtk2 FE requires xft enabled to compile. Patch from cbiesinger@web.de. r=blizzard, sr=bzbarsky, a=jesup 2002-11-04 21:51:09 +00:00
blizzard%redhat.com 3fc9ec1f28 Bug #178045. floating point error when using gtk2 on startup. Make sure to check if the gtk dpi is greater than zero. r=owen sr=scc a=jesup 2002-11-04 21:32:36 +00:00
relyea%netscape.com 789fae9e28 !@#!$@! signtool thinks it knows how to verify if the certdb's are there and
OK or not. Of course it doesn't.

bob
2002-11-04 20:37:08 +00:00
darin%netscape.com f98ae2ca80 give modules the ability to iterate over the registered names and targets
for a particular client.
2002-11-04 20:30:54 +00:00
darin%netscape.com 040591c7ae implemented ADD_TARGET/DEL_TARGET messages.
added ipcIDList
2002-11-04 19:46:34 +00:00
anthonyd%netscape.com b167c28263 *** NOT PART OF THE BUILD !!!***
Fix for 176229
Sample plugins are not properly destroyed in NS_DestroyPluginInstance
2002-11-04 19:39:59 +00:00
relyea%netscape.com 9452f46ac8 db8 code part 1:
1) Create new dbs with 32 k buffers.
   2) New dbs never store a single entry greater than 30 k (those are stored
using the blob code).
   3) NSS can run with either new or old dbs read only.
   4) If possible a new db is upgraded from and old db.
2002-11-04 19:31:59 +00:00
mikep%oeone.com 1639dd23c5 Fixing function name in "CUT", to make cutting events work again, bug 162866 2002-11-04 14:33:27 +00:00
darin%netscape.com 6607a11769 implement ADD_NAME and DEL_NAME messages.
implement part of ADD_TARGET and DEL_TARGET messages.
2002-11-04 06:35:32 +00:00
rogerl%netscape.com a720a43409 Moved '#pragma warning' disable list to single file. 2002-11-04 04:54:23 +00:00
rogerl%netscape.com d0e7d7a099 Moved strings to bytecodecontainer instead of pointers. Fixed construction
of non-functions.
2002-11-04 04:53:17 +00:00
kiko%async.com.br fdcb2002d6 Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch by
Toms Baugis, r=kiko, 2xr=joel.
2002-11-04 00:57:56 +00:00
mkaply%us.ibm.com eaaf4c7d79 When 104371 was backed out, the OS/2 change wasn't 2002-11-03 22:37:31 +00:00
blakeross%telocity.com 5cb0dcf133 Also tack on http:// for key modifiers. 2002-11-03 15:23:42 +00:00
blakeross%telocity.com ac009b4d4c Restore Ctrl+0 for resetting text size. 2002-11-03 14:51:29 +00:00
darin%netscape.com 124c9697d0 forwarding messages now works 2002-11-03 01:54:46 +00:00
igor%mir2.org af3cca93fd I made FunctionNode to inherit from Node instead of Node.StringNode as FunctionNode is never used as a string source. 2002-11-03 01:26:29 +00:00
sspitzer%netscape.com 5cb1e71d04 fix for crasher bug #176056. crash when setting up default smtp servers. r/sr=bienvenu, a=asa. 2002-11-03 01:09:31 +00:00
gerv%gerv.net 13e08312cf Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz. 2002-11-02 22:59:10 +00:00
blakeross%telocity.com b038ad79ee back out arrow color change. 2002-11-02 22:27:08 +00:00
blakeross%telocity.com 94f8219b20 Fix pref name. 2002-11-02 22:09:49 +00:00
igor%mir2.org e33d132a12 I removed method duplication in Node where getNext() was duplicated as getNextSibling() and code was using both of them and similarly for getFirstChild()/getFirst(). 2002-11-02 22:08:00 +00:00
blakeross%telocity.com 951de612e3 Fix some buglets; remove more comm dependencies. 2002-11-02 21:14:22 +00:00
darin%netscape.com a8e727269b implement QueryClientByName 2002-11-02 18:57:15 +00:00
igor%mir2.org 9b6ae7fdf7 Allow for TokenStream.COMMA node in the parsed tree to contain more then 2 children to avoid too-deep recursion during code generation for long array and object initialization lists. 2002-11-02 18:01:26 +00:00
ian%hixie.ch 574e9443e3 Adding more debug code to make my life easier. 2002-11-02 17:56:51 +00:00
igor%mir2.org 6c91eb5274 Cosmetics: use uniform indentation in switch statements 2002-11-02 14:54:35 +00:00
igor%mir2.org 9c88f342b2 Avoid potentially expensive calls to Node.addChildBefore which may need to traverse a long child list to find the previous child when a reference to the previous child is available from context. 2002-11-02 12:52:11 +00:00
igor%mir2.org 498ccb82fe Clear reference to sourceBuffer array as soon as it is no longer needed to allow its earlier GC. 2002-11-02 12:46:28 +00:00