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

83178 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com fdb1aeffa2 Added mozilla/js/rhino/src/org/mozilla/javascript/BaseFunction.java source file. 2001-05-29 13:48:46 +00:00
ian%hixie.ch 97310affb6 Adding some XXX comments regarding a known bug (when the user is changing their address, fields try to update the database before the new address has been authenticated) 2001-05-29 09:11:33 +00:00
ian%hixie.ch c769c615d1 * Fixing a minor bug in the MySQL implementation of the string data source
* Started implementing the MySQL version of the user data source (completed so far: database creation and a few of the SELECT calls)
* Changed the user property 'disabled' to 'mode' to enable extensibility
* Fix a potential bug with changing addresses (make sure the fake session object doesn't update the database -- this is an incomplete solution so far, fields still have the bug)
2001-05-29 09:07:10 +00:00
peterv%netscape.com 786ac604e9 Fix for bug 81989 (STYLE tags can cause multiple copies of stylesheet to be loaded) r=heikki, sr=jst, a=blizzard. 2001-05-29 08:10:58 +00:00
justdave%syndicomm.com 65b58b6d44 Fix for bug 78045: change references to README in error messages to point to the Bugzilla Guide instead.
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave@syndicomm.com
2001-05-29 08:10:28 +00:00
idk%eng.sun.com ff69fd44d3 *not part of the build*
fix for 82098
2001-05-29 05:56:05 +00:00
justdave%syndicomm.com add36de033 Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>
Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org
r= justdave@syndicomm.com
2001-05-29 04:01:48 +00:00
blakeross%telocity.com 51c18563be This is the rest of hewitt's (already approved) checkin for ptoolbar dnd. sr=ben 2001-05-29 03:44:14 +00:00
justdave%syndicomm.com 54b8850bf6 Fix for bug 77699 and bug 71503: fix javascript errors in quicksearch and improve IE5 compatibility
Patch by Stephan Lee <slee@uk.bnsmc.com> and Andreas Franke <afranke@ags.uni-sb.de>
2001-05-29 03:05:46 +00:00
hewitt%netscape.com e5b9ba3996 82794 - Remove twisty from sidebar tabs, r=marlon, sr=hyatt, a=pdt 2001-05-29 02:56:35 +00:00
hewitt%netscape.com 59853bbe97 82039 - Search option at the end of autocomplete popup doesnt work, r=alecf, sr=blake, a=blizzard 2001-05-29 02:49:29 +00:00
hewitt%netscape.com ef7e3a6213 78945 - Pressing return does nothing when editing a newsgroup, r=ducarroz, sr=blake, a=blizzard 2001-05-29 02:48:01 +00:00
hewitt%netscape.com ba2da3f998 82457 - Dragging items on personal toolbar can lose bookmarks, r=blake, sr=sfraser, a=blizzard 2001-05-29 02:46:07 +00:00
ian%hixie.ch ad978537ad * Moving 'type' to the front of the list of things returned by the User data source's 'getField*' methods so that they map more directly to the user field constructor arguments
* Moving 'typeData' around in the order of the user field constructor arguments to match the User data source's 'getField*' methods so that, again, they map more directly
* Renaming the 'getFieldFrom*' methods to 'getFieldBy*' to be consistent with 'getUserBy*'
* Implemented UserFieldFactory.pm
* Implemented Passwords.pm
2001-05-28 23:43:56 +00:00
pschwartau%netscape.com 45a5bcd3fa Minor whitespace fix. 2001-05-28 22:47:14 +00:00
pschwartau%netscape.com 4e6a345255 Initial add. 2001-05-28 22:46:31 +00:00
ian%hixie.ch f285f118ae * Correcting a typo in Input.pm
* Added a comment to DataSource/User.pm explaining how (typically) to search for a username
* Fleshed out the DataSource/User.pm API by adding some schema management methods
* Added notes on which fields in the database schema should be keys
* Added comment to Service/User.pm noting the difference between Objects, Services, and Service Instances
* Changed 'user.field.factory' to 'user.fieldFactory' to prevent a namespace collision with 'user.field.(type)'
* Calling 'insertField' in one case which I missed when adding the method
* Implemented 'hash', 'joinGroup', 'invalidateRights', 'writeProperties' and 'writeGroups'
* Changed Service/UserField.pm so that one user field class can be used for any category
* Added a 'username' convenience method and implemented 'write'
* Added a comment to Service/UserFieldFactory.pm explaining how it should work
* Removed the 'user.field.generic.generic' field implementation, replaced it with a simpler 'user.field.string' implementation
2001-05-28 20:09:23 +00:00
blakeross%telocity.com 4292a59892 Cleaning out the cruft (not part of build). 2001-05-28 03:10:57 +00:00
markh%activestate.com de24a5060e Add virtual to a destructor to prevent gcc warnings.
Not part of the build, and PyXPCOM checkins have a=drivers
2001-05-28 03:05:13 +00:00
jst%netscape.com 6f6a761215 Making these interfaces compile w/o changes to domstubs.idl, not part of the build. 2001-05-28 01:46:11 +00:00
jst%netscape.com 96343d8da5 Checking in Jonas Sicking's implementation of the DOM Level 2 traversal module. Not part of the build yet. 2001-05-28 01:45:28 +00:00
idk%eng.sun.com bab496b79a *not part of the build*
fix for 82925
2001-05-27 11:04:44 +00:00
jst%netscape.com f4c99d7778 Fixing regression bug 81818 that caused a crash in certain situations when viewing images in mozilla. sr=scc@mozilla.org, a=choffmann@netscape.com 2001-05-27 07:15:28 +00:00
blakeross%telocity.com 77d71b7343 Prevent the ability to drop a dragged node onto itself by default (fixes 74261 and one instance of 82457). r=hewitt sr=ben a=pdt 2001-05-27 03:16:53 +00:00
markh%activestate.com 6da17cde8e Add interface flattening to Python XPCOM bindings.
Not part of the build, but a=drivers@mozilla.org anyway!
2001-05-27 02:51:18 +00:00
bienvenu%netscape.com 703c17b979 add support for counting lines in offline messages so that offline message body search will work, r=naving, sr=sspitzer, a=blizzard 79723 2001-05-26 21:49:14 +00:00
jag%tty.nl d39150e1b9 Fix MOZ_TRACK_MODULES_DEPS builds bustage (senna), adding "intl" to REQUIRES in widget/src/gtk/Makefile.in 2001-05-26 20:14:34 +00:00
jag%tty.nl 0973ee81fc Fix MOZ_TRACK_MODULES_DEPS builds bustage (senna), adding "intl" to REQUIRES in gfx/src/gtk/Makefile.in 2001-05-26 20:01:41 +00:00
jag%tty.nl d9afeb1a0a Fix MOZ_TRACK_MODULES_DEPS builds bustage (senna), adding "intl" to REQUIRES in gfx/src/xprint/Makefile.in 2001-05-26 19:43:54 +00:00
mkaply%us.ibm.com 0696cae0bd senns REQUIRES bustage 2001-05-26 18:52:48 +00:00
mkaply%us.ibm.com a63104ace8 senna REQUIRES bustage 2001-05-26 16:53:43 +00:00
dcone%netscape.com 131e09e66b bug=78319 Checkin for Rods a=Blizzard sr=waterson r=kmcclusk. Improvement for localization of the printer dialog. 2001-05-26 15:49:43 +00:00
bienvenu%netscape.com fc5e107faf fix 79104 crash doing get selected messages when no messages selected r=naving, sr=sspitzer a=asa@mozilla.org 2001-05-26 15:00:02 +00:00
jst%netscape.com e142c7f794 Checking in Jonas Sicking's (sicking@bigfoot.com) DOM Level 2 traversal interfaces, see bug 82625 for more details, not part of the build. 2001-05-26 10:04:05 +00:00
edburns%acm.org 9ecbc8cd4a Added necessary -L for getting it to compile on Linux 2001-05-26 08:12:27 +00:00
jst%netscape.com 1cd97cb8ad Removing debugging code that was forgotten in when landing the XPCDOM branch. Harmless checkin. 2001-05-26 07:49:01 +00:00
jst%netscape.com e168e4d5d2 Fixing bug 81928 which caused errors in JS executed in XUL files to be silently ignored. The problem was that nsJSContext::GetGlobalObject() was relying on the global object in a context to be a XPConnect wrapped object, but this was not the case when XUL files loaded prototype scripts. r=brendan@mozilla.org, sr=jband@netscape.com, a=blizzard@mozilla.org. 2001-05-26 07:44:19 +00:00
sspitzer%netscape.com 5d591fa387 fix for #82695. recent regression, no folder names were showing up in the
select folders for download dialog.  r=ssu, sr=bienvenu, a=asa.
2001-05-26 07:12:23 +00:00
pollmann%netscape.com c684c4e1c9 Bug 79565: Fix a crash where elements in the mImageMaps array were released but not removed from the array, and a stale pointer was dereferenced. r=jst@netscape.com, sr=vidur@netscape.com, a=drivers@mozilla.org 2001-05-26 06:43:20 +00:00
sspitzer%netscape.com b31117c76d fix for #82019. fix it so importing eudora settings will do the right thing if the user didn't set a return address in eudora. r=cavin, sr=bienvenu, a=asa 2001-05-26 06:02:34 +00:00
sspitzer%netscape.com 653062f1b6 fix for #82019. fix it so importing eudora settings will do the right
thing if the user didn't set a return address in eudora.
r=cavin, sr=bienvenu, a=asa
2001-05-26 06:00:40 +00:00
sspitzer%netscape.com 20f7a5a9f8 fix for #82602. make context menus show up for attachments so you can save them in the stand
alone msg window and the alternate 3 pane.  r=pinkerton, sr=bienvenu, a=asa
2001-05-26 05:58:29 +00:00
attinasi%netscape.com 91a3fbb04b Fixed crash when mouse move event is handled by image frame and the baseURI is null (after traversing to the link'd document). b=81728 r=pavlov@netscape.com sr=hyatt2netscape.com a=asa@mozilla.org 2001-05-26 05:46:33 +00:00
mjudge%netscape.com cecd1dbdf1 80048 r=ftang, sr= kin a= asa. bug to fix non initialization of parameter and non checking of funciton return value. 2001-05-26 00:26:30 +00:00
sfraser%netscape.com 660f66a074 Drag the splash screen kicking and screaming into the 90's Appearance world, with some resource tweaks (needed for new splash on the commercial side). r=pinkerton, a=asa. No code changes. 2001-05-25 23:58:35 +00:00
loadrunner%betak.net f0de394b24 bug 82761 US browser not set to correct language in preferences, r=tao, sr=blizzard, a=blizzard 2001-05-25 23:56:34 +00:00
loadrunner%betak.net 20e936f715 bug 65253 Profile Creation: Need a user interface for Regional Content, r=nhotta, sr=alecf, a=blizzard 2001-05-25 23:54:38 +00:00
sspitzer%netscape.com bd54233344 fix for #78891. clean up the folder properties dialog to have 2 tabs
instead of 4.  hide the offline tab when not applicable.
r=hwaara,sr=sspitzer,bienvenu.  a=asa@mozilla.org
thanks to doronr@naboonline.com for the patch
2001-05-25 23:30:51 +00:00
darin%netscape.com bf3470bef7 Fixes bug 82181 "bugzilla queries won't submit" r=gagan sr=blizzard a=asa 2001-05-25 23:18:50 +00:00
sspitzer%netscape.com a867bf9902 fix some bustage on HPUX for pinkerton 2001-05-25 23:17:15 +00:00