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

83451 Коммитов

Автор SHA1 Сообщение Дата
shrutiv%netscape.com 05aa19f757 Bug 75230: CCK should be updated to work with Netscape 6.1 (r=bobj)
To parse Config.ini with additional attributes
2001-06-04 17:11:15 +00:00
shrutiv%netscape.com 6c8ded0ab9 Bug 75230:CCK should be updated to work with Netscape 6.1 (r=bobj)
Patch file to parse config.ini with additional components and attributes
2001-06-04 17:06:35 +00:00
nboyd%atg.com 8214f675ca The patch applies the following optimization to TokenStream:
1. Keyword search via Java Hahstable is replaced by explicit "switch"
code generated by idswitch tool. It not only speed up keyword search and
eliminates all Integer objects created to hold keyword tokens and
corresponding Hahstable structures, but it also reduces code size due to
very poor array initialization support in JVM.

2. It replaces the isXDigit method by xDigitToInt that either converts
its argument to 0..15 or returns -1 if it is not a hex digit and updates
the method usage accordingly The patch updates NativeGlobal.js_unescape
to reflect this usage change.
2001-06-04 13:59:30 +00:00
nboyd%atg.com 1f68a2a9d8 Have doc reference nested apidocs. 2001-06-04 13:58:51 +00:00
nboyd%atg.com 65691a4f92 Add skip for bug 83051 2001-06-04 13:55:22 +00:00
ian%hixie.ch 86e3bcd2ae * Improved the helpfulness of the extremely verbose debugging information of PLIF.pm by quoting embedded variables
* Implemented MagicCollectingArray, which acts like MagicPipingArray except that the result is collected into one big array instead of multiple arrayrefs
* Added the relevant getCollecting*List methods to the Controller class
* Added DESTROY methods to the magic array to prevent DESTROY method calls from being propagated
* Made the debug.dumpVars string more robust when the data hash includes one of the three magic characters '(', '.' or ')'
* Implemented sanitation in COSES so that any keys in the data hash containing one of the three magic characters '(', '.' or ')' will have them transliterated to '[', ':' and ']' respectively (sanitation is optional and can be bypassed)
* Changed the API of the generic output module's 'output' method to take the optional $session argument last, thus simplifying the call sites a lot
* Implemented the 'dispatcher.output' service in several classes to return strings that must be support in variants (required for a good UI in the COSES editor)
* Renamed the Login module's strings so that they use the dot-notation separating significant parts
2001-06-04 06:13:22 +00:00
jag%tty.nl 45bbeeeb45 Get rid of javascript errors on console. bug 79976, patch by jst, r=jag, sr=blake, a=chofmann 2001-06-04 05:46:33 +00:00
wtc%netscape.com d5b0bb58cd Bugzilla bug #83930: fixed a typo in PR_LockFile. 2001-06-04 04:29:34 +00:00
dmose%netscape.com afd8717558 Fix LDAP autocomplete to show display names (bug 79885) r=ducarroz@netscape.com, sr=mscott@netscape.com, a=dbaron@fas.harvard.edu 2001-06-04 03:01:51 +00:00
ducarroz%netscape.com af4453cc6c Fix for bug 83184. Need to send resource fork of file which Internet config doesn't have a mapping for. This fix has been already checked in the 0.9.1 branch. R=sfraser, SR=bienvenu, A=asa 2001-06-04 02:44:13 +00:00
hyatt%netscape.com 358a2b68ed Fix build bustage. 2001-06-04 00:57:43 +00:00
hyatt%netscape.com 6c393ae2f4 Fixes for 80512 and 83707. r=blake, sr=waterson, a=asa 2001-06-04 00:22:43 +00:00
ben%netscape.com 91afe2856b last patch was a=tor, btw 2001-06-03 23:27:43 +00:00
idk%eng.sun.com bd77a000ee *not part of the build*
build java/xpidl before any other targets
2001-06-03 23:25:29 +00:00
timeless%mac.com b1dc175fdb Bugzilla Bug 77210 Images don't show up in documents printed via Xprint
patch by Roland.Mainz@informatik.med.uni-giessen.de
r=timecop@network.email.ne.jp sr=blizzard a=asa
2001-06-03 23:20:40 +00:00
ben%netscape.com 036898eb6c Fix testing mishap in my bookmarks panel checkin last night. Not part of original patch, just reversing.
r=Hixie, sr=blake.
2001-06-03 23:15:09 +00:00
ian%hixie.ch a6faa21a5f Stub implementation of a COSES editor component, plus added 'component.nameOfComponent' to the list of services provided by the other two components 2001-06-03 23:06:09 +00:00
ian%hixie.ch 15b9f89cde Moved AdminCommands.pm and Login.pm to a Component directory 2001-06-03 22:45:37 +00:00
timeless%mac.com 6b14939e90 bewildered BeOS 5.0 Depend on 06/03 10:47
Build Error Summary

c++ -o nsBookmarksService.o -c -DOSTYPE=\"BeOS5.0\" -DOSARCH=\"BeOS\" -DMOZ_REFLOW_PERF -DMOZ_REFLOW_PERF_DSP -DOJI   -I../../../../dist/include -I../../../../dist/include -I/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/obj-i686-pc-beos/dist/include/nspr         -fPIC   -frtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-multichar -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -pipe  -DDEBUG -DDEBUG_cltbld -DTRACING -g  -DMOZILLA_CLIENT -include ../../../../config-defs.h -Wp,-MD,.deps/nsBookmarksService.pp /boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp: In method `nsresult nsBookmarksService::ReadBookmarks()':
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp:4112: no matching function for call to `BookmarkParser::SetIEFavoritesRoot (nsCString)'
/boot/home/tinderbox/BeOS_5.0_Depend/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp:403: candidates are: BookmarkParser::SetIEFavoritesRoot(nsCString &) <near match>
make[5]: *** [nsBookmarksService.o] Error 1

picky compiler. i'm amazed that any of the code in there works. this is a bustage fix that will only affect XP_BEOS.
2001-06-03 19:18:09 +00:00
ian%hixie.ch 407f43e493 Minor bug fixes required to make the code run without crashing... 2001-06-03 16:14:41 +00:00
ian%hixie.ch 02d609eb82 Some more minor corrections to get it to run as well as compile... (removes some XXX comments and adds some error checking) 2001-06-03 15:27:16 +00:00
ian%hixie.ch 5dd8af9c83 Fixing a gazillion syntax, logic and XML errors and adding some debug code. It compiles! 2001-06-03 14:49:41 +00:00
ian%hixie.ch 7daa595cd4 * Added some comments (including some XXX comments where I realised we had missing code)
* Added implicit data to the hash passed to the string expander from the generic output service
* To support the implicit data, added a |hash| stub method to the Session.pm module (and changed the already implemented version in the descendant user service to take this into account)
* To support the implicit data, added |hash| and |getArguments| methods to the Input.pm module (and implemented |getArguments| in the Arguments.pm module)
* To support the implicit data, made the Program.pm module keep track of the executing command
* To support the implicit data, added |hash| and |name| methods to the Program.pm module (actually, |name| was already assumed to exist in other parts of the codebase)
* Corrected trivial semantic mistake in Program.pm's |verifyInput| method
* Added a way to get a user not by username but by a specific address (modifies the user service and the user data source and it's MySQL implementation)
* Implemented GenericOutputs.pm, an implementation of 'dispatcher.output.generic' and 'dataSource.strings.default' for some strings used by other parts of PLIF (currently only supports 'stdout' and 'http' protocols, and minimally at that)
* Implemented Login.pm, a helper module that implements user authentication, user creation and the sending of a new password if it is forgotten, a utility method |hasRight| to ensure that the authenticated user has a particular right (resulting in a message if not), and various routines to support all this.
2001-06-03 10:11:58 +00:00
gerv%gerv.net c7a441f0fe New Accept: header. Reviewed by n.p.m.netlib, r=bbaetz, sr=darin, a=asa. Bug 83458. 2001-06-03 07:42:53 +00:00
bryner%uiuc.edu e3ffe03613 Bug 81830 - Crash in profile selection using keyboard navigation. r=blake, sr=hyatt, a=asa. 2001-06-03 05:54:20 +00:00
ben%netscape.com fb4aebf6a1 - fix js error when pasting into a bookmarks folder due to missing method.
(implement method exposing BookmarkParser::CreateAnonymousResource)
r=hixie, sr=blake, a=asa
part of 79904
2001-06-03 05:52:53 +00:00
ben%netscape.com abbc22d8ed forgot this. oops 2001-06-03 05:45:44 +00:00
wtc%netscape.com e129f78dda The rule for creating nslib.c does not need to be a double-colon rule.
Modified it to use automatic variables ($+ and $@) instead of hardcoded
file names.
2001-06-03 05:36:28 +00:00
wtc%netscape.com c77cd80205 Simplified the nss_build_all and nss_RelEng_bld rules; they don't
need to create recursive make processes.
2001-06-03 05:28:18 +00:00
ben%netscape.com 22b039f159 - fix js error when pasting into a bookmarks folder due to missing method.
(implement method exposing BookmarkParser::CreateAnonymousResource)
- allow user to remove Imported IE favorites folder by setting a pref
  so that it is not automatically imported on startup.
r=hixie, sr=blake, a=asa
part of 79904, 22642
2001-06-03 05:17:48 +00:00
ben%netscape.com e463a8bf06 - Fix commands for bookmarks sidebar panel
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:15:27 +00:00
ben%netscape.com 0ddf4e6732 - Fix the height of the statusbar so that the progressmeter can be toggled without the height changing
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:14:35 +00:00
ben%netscape.com 955593edd7 - added a new formatting style
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:14:13 +00:00
ben%netscape.com 573196a85a - styles for sidebar panel trees.
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:13:46 +00:00
ben%netscape.com 8852c23f1b [NOT PART OF BUILD]
Fix bustage due to file relocations and XUL syntax changes.
2001-06-03 04:30:11 +00:00
wtc%netscape.com 3785d97929 Bugzilla bug #83845: the IPv6-to-IPv4 getpeername method was invoking
the getsockname method of the IPv4 socket layer.  Thanks to Terry Hayes
<thayes@netscape.com> for the bug fix.
2001-06-03 04:18:40 +00:00
ben%netscape.com 3880e4f617 [NOT PART OF BUILD]
Fix build issue (failed to build on windows)
2001-06-03 04:10:05 +00:00
wtc%netscape.com ff07de9026 Must use := to define OS_RELEASE in terms of itself. 2001-06-03 02:42:48 +00:00
blizzard%redhat.com 74ac182aac Fix bug #83722. Crash when loading an <img> tag from a stream. r=valeski,sr=to
r,a=chofmann
2001-06-03 02:02:16 +00:00
syd%netscape.com ac299f939b Fix for 81523 and 81515. Checking in for ssu, see details in the bug reports.
r=sgehani, rs/sr=mscott, a=chofmann
2001-06-03 01:02:14 +00:00
tara%tequilarista.org eda44f5b9f Landing Myk's patch for bug #71767 2001-06-02 22:02:02 +00:00
sspitzer%netscape.com 6474b670b4 the fix for #79528 caused a regression (unable to delete filters).
adding back a line that was accidentally removed.  sr=bienvenu
2001-06-02 18:05:59 +00:00
wtc%netscape.com fd82935c29 Bugzilla bug #83811: deleted the useless vpath %.c $(OBJDIR) because
OBJDIR is not defined yet.  Restored VPATH = $(OBJDIR) as a temp
workaround.  Also deleted GARBAGE = nslib.c, which is no longer
correct.
2001-06-02 15:59:58 +00:00
jake%acutex.net dd724b762d sanitycheck.cgi was able to be run by anybody - even people without Bugzilla accounts. It is now restricted to only people with the editbugs permission (bug 54556).
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
2001-06-02 14:24:45 +00:00
hwaara%chello.se 02df2bab49 #70258. Clean up the filters UI. Make the filterlist-dialog look better. r=bhuvan, sr=hewitt, a=dbaron. 2001-06-02 12:37:32 +00:00
hwaara%chello.se 7f57fbf8d4 #49565. Fix leak, initial patch by Kevin Higgins. r=naving, alecf, sr=brendan, a=dbaron. 2001-06-02 12:11:41 +00:00
hwaara%chello.se 2bab789e6f #80511, #68941. Make the initial 3pane and browser window's window size somewhat decent, so low-res users don't get them offscreen at startup. r=danm, sr=alecf, a=dbaron. 2001-06-02 12:08:59 +00:00
hwaara%chello.se 3f32dc3d7e #72298, make "Unsent Messages" have its own outbox-like icon. r=andreww, sr=hewitt, a=dbaron. 2001-06-02 12:05:52 +00:00
rbs%maths.uq.edu.au 69e72fc7af Fix crasher bug 82332 - Avoid relying on the scanner because it can be set to null while the tokenizer isn't yet done. Use a pointer cached in the parser to retrieve the filename needed for error reporting. r=harishd sr=jst a=blizzard 2001-06-02 09:06:20 +00:00
wtc%netscape.com 2966bd2715 Deleted redundant VPATH because vpath is enough. 2001-06-02 06:12:29 +00:00