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

115320 Коммитов

Автор SHA1 Сообщение Дата
ssu%netscape.com a8a4d1797a fixing bug 192819 - Setting Mozilla browser and Mail as default programs using Set Program Access and defaults applet zaps Mozilla installation. r=sgehani, sr=dveditz, a=dbaron 2003-02-20 00:24:51 +00:00
kaie%netscape.com d3a44165b9 b=173369 Migrating NSS databases from the "CFM" build to the "mach-o" build
r=javi sr=peterv a=asa
2003-02-20 00:19:45 +00:00
ssu%netscape.com ed9dc093b7 fixing bug 193241 - Files should be deleted when going from 1.3a to 1.3b. r=sgehani, sr=dveditz, a=dbaron 2003-02-20 00:11:39 +00:00
bryner%netscape.com 91d97e803a Copy libmozz.dylib for now. 2003-02-20 00:10:30 +00:00
bryner%netscape.com 5022e50f92 Sync with the trunk. Not part of the build, a=dbaron. 2003-02-20 00:07:46 +00:00
bryner%netscape.com fca863b92d Sync NSBrowserView with changes made on CHIMERA_M1_0_1_BRANCH. Not part of the build, a=dbaron. 2003-02-20 00:06:09 +00:00
bryner%netscape.com 06102c3ac5 more #ifdef's to get this to build until simon's dnd changes land. not part of the build, a=dbaron. 2003-02-20 00:02:25 +00:00
varga%netscape.com d5ad3b1663 Fix for bug 192124. Filing more than one bookmark in a newly created folder cause bookmarks not to be saved.
r=sdagley, sr=peterv, a=asa, patch by ccarlen
2003-02-19 23:55:52 +00:00
igor%mir2.org 3f34720cd5 More parser internal changes: move all logic to initialize variable table to ScriptOrFnNode.finishParsing and its overrides in FunctionNode/OptFunctionNode so it will be constructed during parsing to avoid checks for function types in NodeTransformer. 2003-02-19 23:50:42 +00:00
cltbld%netscape.com 64da256e04 more time for QA test, again 2003-02-19 23:48:24 +00:00
sonja.mirtitsch%sun.com cbe33c407b echoing modutil commandline to output.log, bug 193394 r=wtc 2003-02-19 23:26:52 +00:00
sonja.mirtitsch%sun.com 61cc07a65d switching the NSPR version to v4.3-beta1 2003-02-19 23:21:23 +00:00
danm%netscape.com 5fa8726542 notify container of position upon return to user state and softwire window border widths. bug 193295 r=pinkerton,sfraser a=asa 2003-02-19 23:20:34 +00:00
rogerl%netscape.com e659a2527e Fixed lexicalInit for hoisted vars. 2003-02-19 22:00:13 +00:00
jake%bugzilla.org 2674b51d64 Move instructions specific to Linux-Mandrake to the OS Specific section. 2003-02-19 21:53:32 +00:00
jake%bugzilla.org 0361ab9963 Explain 'zarro boogs found' better provide links to key parts of the MySQL documentation. 2003-02-19 21:52:22 +00:00
jpierre%netscape.com 507f9b47a8 Patch for 193961 - incorporate Wan-Teh's feedback 2003-02-19 21:50:49 +00:00
cltbld%netscape.com c3a3f21188 more time for qatest 2003-02-19 21:44:22 +00:00
mkaply%us.ibm.com a77ccce713 #193611
r=rginda, sr=brendan, a=dbaron
Set the MAX_INTERP_LEVEL for OS/2 to something lower than 1000 (250)
2003-02-19 21:19:54 +00:00
timeless%mozdev.org b9f8d3e4d5 Bug 189369 make tinderbox friendly to text browsers
r=mcafee sr=leaf
2003-02-19 19:33:52 +00:00
rogerl%netscape.com ba795c803f Backed-out extern "C" changes. 2003-02-19 18:14:02 +00:00
dbradley%netscape.com 74be079a50 Bug 192281 - Error calling IDispatch.setCallback on active-x control. This patch turns on wrapping of JS objects by an IDispatch interface. All changes are outside of Mozilla build. r=adamlock, sr=jst, a=dbaron 2003-02-19 15:19:22 +00:00
wtc%netscape.com 5cae1f1bc7 Bug 190960: added the DHE ciphersuites back because the underlying NSS bug
(bug 188856) that broke them has been fixed. r=kaie. sr=bryner. a=asa for
mozilla1.3.
Modified Files:
	netwerk/base/public/security-prefs.js
	security/manager/pki/resources/content/ssl3tlsciphers2.xul
	security/manager/pki/resources/locale/en-US/pref-ssl.dtd
	security/manager/ssl/src/nsNSSComponent.cpp
2003-02-19 15:08:50 +00:00
brade%netscape.com df655d18d8 register command for removing a link (bug 193716); r=mkaply, sr=smfr, a=asa 2003-02-19 15:03:49 +00:00
mkaply%us.ibm.com a189b0201b #193593
r=darin, sr=bzbarsky, a=asa
Make session-logout work again for http so turbo works on OS/2
2003-02-19 14:53:11 +00:00
igor%mir2.org 3a43240845 During parsing collect all nested function in script or function directly into array in ScriptOrFnNode. In this way there is no need to walk over tree to find nested functions during tree transformation since the function nodes are available directly. 2003-02-19 14:50:30 +00:00
brade%netscape.com 09b5018061 fix typo in cmd_selectAll (r=akkana, sr=smfr, a=Asa) bug 193763 2003-02-19 13:55:29 +00:00
neil%parkwaycc.co.uk 6696a35fcb Bug 191818 File menu missing "Close other tabs" option r=shliang sr=jag a=asa 2003-02-19 13:26:03 +00:00
jshin%mailaps.org d5bbaf34de bug 163998: URL-unescape the image URL for rendering in the title bar
(r=nhotta,jst, sr=darin, a=asa)
2003-02-19 11:14:35 +00:00
igor%mir2.org ae7bb2620d Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=193700 :
Attempts to access/modify properties of null or undefined are explicitly checked to include in error messages the property name so it would be possible on error in x.y.z to know if it is x or y that was undefined or null.

Inspired by suggestion from Russell Gold.
2003-02-19 08:51:51 +00:00
darin%netscape.com f5e1e52523 fixes bug 193017 "downloading via ftp doesn't proceed" r=dougt sr=brendan a=dbaron 2003-02-19 03:44:46 +00:00
jpierre%netscape.com 580265aeb3 Fix for bug 193691 . Make QuickDER return an error rather than assert if extraneous data is present in the buffer 2003-02-19 02:29:48 +00:00
pschwartau%netscape.com 081f5e3864 Correcting a typo in the test that had made it pass vacuously. 2003-02-19 01:51:38 +00:00
pschwartau%netscape.com 0b4ad224e7 Correcting a typo in the test that had made it pass vacuously. 2003-02-19 01:43:27 +00:00
thayes%netscape.com a74f0fa8b2 Bug 192639: Use utility functions for managing token passwords so that
cmsutil will prompt for the value if it is not given on the command line.
r=nelsonb
2003-02-19 00:39:39 +00:00
amardare%qnx.com 9f3948097b Added "photon" to the list of platforms requiring the processing of "unixshared" directory. 2003-02-19 00:23:42 +00:00
amardare%qnx.com 5fde8802a5 Added "photon" to the list of platforms requiring processing of printingui/src/unixshared. 2003-02-19 00:22:42 +00:00
amardare%qnx.com cc252c2d9d Photon specific changes after synchronizing with the head branch.
These changes were included with our released mozilla 1.0 package.
2003-02-19 00:21:09 +00:00
amardare%qnx.com d3ddf84e0b Added "photon" to the list of platforms requiring the nsBaseFilePicker.cpp file. 2003-02-19 00:20:04 +00:00
amardare%qnx.com 0d54e787b3 Photon specific changes after synchronizing with the head branch.
Most of these changes were included in our released mozilla 1.0 package.
2003-02-19 00:18:45 +00:00
amardare%qnx.com fd6bbfae14 Photon specific changes.
Added a nsFilePicker for photon.
2003-02-19 00:16:42 +00:00
cltbld%netscape.com 0c18248658 win32 comment 2003-02-18 23:48:13 +00:00
wtc%netscape.com 3294d2a320 Bug 193367: do not call PR_Now() in a loop. r=nelsonb. 2003-02-18 23:26:39 +00:00
rogerl%netscape.com 35783b77e4 Wacked extra spaces for a cleaner build console. 2003-02-18 23:18:56 +00:00
rogerl%netscape.com 1f91e9a9af Identical/NotIdetical implemented. 2003-02-18 23:15:34 +00:00
rogerl%netscape.com 50190e0cda Function & Array prototype fixes. InstanceOf implementation. 2003-02-18 22:36:27 +00:00
rogerl%netscape.com 10603fb685 Linux build issues. 2003-02-18 22:34:26 +00:00
darin%netscape.com d45c95c085 fixes bug 193267 "Code cleanup for nsSocketTransport2.cpp" r=dougt sr=bz a=asa 2003-02-18 21:02:49 +00:00
ian.mcgreer%sun.com fbd8eb30c2 bug 174200, don't attempt to decode cert when destroying it, handle failure
to decode cert serial number
r=nelsonb
2003-02-18 20:53:14 +00:00
brendan%mozilla.org 9fd257d039 Hack around OBJ_ENUMERATE design flaw that requires the property iterator object to root its parent slot (193393, r=shaver, a=asa). 2003-02-18 20:08:21 +00:00