Commit Graph

116940 Commits

Author SHA1 Message Date
seawood%netscape.com
d056fe18d0 Resurrect --disable-oji
Bug #197924 r=peterl sr=alecf
2003-03-25 06:54:52 +00:00
seawood%netscape.com
b92a5778a0 Fix signature of standalone embedstring version of |Distance|.
Bug #198276 r=jag sr=dbaron
2003-03-25 06:46:49 +00:00
bryner%netscape.com
b0211b3b2d attempting fix for OS/2 bustage 2003-03-25 05:20:01 +00:00
varga%netscape.com
7ce67a6aef Landing bookmarks branch.
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2003-03-25 05:06:03 +00:00
chanial%noos.fr
c191008fe6 one more file missing 2003-03-25 05:04:18 +00:00
chanial%noos.fr
b48f18de19 missing file 2003-03-25 04:56:13 +00:00
varga%netscape.com
a8670013de Landing bookmarks branch. Everything except mozilla/xpfe
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2003-03-25 04:44:31 +00:00
chanial%noos.fr
e0867ae218 Landing of the bookmarks rewrite TBOOKMARKS_20030320_BRANCH (bug 196756) part one.
It includes:
- bug 160019: Robust bookmarks handling.
- bug 53422: Bookmarks Transaction Manager
- bug 36339: top level bookmark root
- bug 114962: spring loaded bookmark menu in menubar
Thanks to Jan for the great help, bug fixing and testing.

Jan's fixes include:
- bug 51683: unique URI for bookmarks
- bug 99860: new file bookmarks dialog
- bug 121053: optional labels for separators

r=jag, sr=bryner
2003-03-25 04:42:38 +00:00
pinkerton%netscape.com
e71b055bc9 fix issue where a drag would cause an inline edit to start if a row
was already selected.
2003-03-25 04:05:20 +00:00
nelsonb%netscape.com
ba8e91e37c Fix bug 198099. Display DSA public keys in certs properly. 2003-03-25 03:45:04 +00:00
kyle.yuan%sun.com
9c0b9d7fec Bug 197152 AccDoAction failed with menuitem that has command (not oncommand) attribute
r=bryner, sr=jag
move command tag support from individual frames to nsXULElement
2003-03-25 03:15:37 +00:00
roc+%cs.cmu.edu
c3dd3441f6 Bug 191474. Make GTK paint in one pass, pass a region to paint up from GTK to the view manager. r+sr=blizzard 2003-03-25 03:07:33 +00:00
roc+%cs.cmu.edu
d6fd7c0ac4 Bug 191474. Make GTK paint in one pass, pass a region to paint up from GTK to the view manager. r+sr=blizzard 2003-03-25 02:58:10 +00:00
pinkerton%netscape.com
7636f6f4e2 some cleanup and fix a crash when closing window with manager showing
(bug 199014)
2003-03-25 02:57:41 +00:00
harishd%netscape.com
e7ed7d94bb Patch provided by heikki@netscape.com - Make wsdl/proxy noAccess in mailnews. b=198526, r=harishd@netscape.com, sr=jst@netscape.com 2003-03-25 02:53:40 +00:00
harishd%netscape.com
d65385c037 Patch provided by jst@netscape.com - Give XPTCVariants that are expected to receive a T_DOMSTRING value an nsAString object to hold the string value. b=193387, r=harishd@netscape.com, sr=heikki@netscape.com 2003-03-25 02:37:05 +00:00
timeless%mozdev.org
39a4e26773 Bug 198483 Uninitalized m_dcx causes shutdown crash [@ NSS_CMSDecoder_Cancel]
r=kaie sr=darin
2003-03-25 02:30:56 +00:00
timeless%mozdev.org
0d74a48d1f Bug 198861 valgrind nsWindow::Resize uses unitialized value: mShown
r=biesi sr=tor
2003-03-25 02:30:24 +00:00
timeless%mozdev.org
087c89d015 Bug 196352 JS_GetContextPrivate isn't used correctly
r=javi sr=heikki
2003-03-25 02:30:22 +00:00
timeless%mozdev.org
1303886124 Bug 198512 FMM [@ inCSSValueSearch::~inCSSValueSearch]
r=caillon sr=heikki
2003-03-25 02:30:18 +00:00
darin%netscape.com
e9487262ed fixes bug 195746 "Corrupt cache / HTTP networking - Wrong images, incomplete
pages, octet-stream download dialog" r=dougt sr=bz
2003-03-25 02:23:11 +00:00
darin%netscape.com
dd33629359 final patch for bug 198270 "Trunk crash resulting from minimo branch landing" patch=dougt r=kaie sr=darin 2003-03-25 02:17:05 +00:00
jpierre%netscape.com
edf2084f38 Fix build 2003-03-25 02:13:33 +00:00
darin%netscape.com
23a4a8a036 removing dead code 2003-03-25 02:10:41 +00:00
darin%netscape.com
ab8dd4504f fixes bug 192352 "~ns{In,Out}putStreamReadyEvent should check nsIEventQueue::isQueueOnCurrentThread"
r+sr=dougt
2003-03-25 02:10:11 +00:00
harishd%netscape.com
df21499ff9 Fixing bustage in a different way! Courtesy: Heikki 2003-03-25 02:02:33 +00:00
waldemar%netscape.com
4e4680c4c1 Implemented is, catch, for-in, and parts of class construction and calling. Made instance variable initializers be compile-time constants. Revamped design of const, making constants lazily evaluated as needed rather than trying to distinguish compile-time constants from run-time constants. Made slight adjustments to the grammar of for-statements. Outlawed initializers on for-in var declarations in the semantics. 2003-03-25 01:53:04 +00:00
harishd%netscape.com
ca3d308f19 Fixing bustage 2003-03-25 01:46:24 +00:00
pschwartau%netscape.com
78a75752a7 Revising test to match style of testcase for duplicate bug 192414. That is, use an eval string and try...catch. See bug 192414 comment 25 etc. - 2003-03-25 01:45:29 +00:00
waldemar%netscape.com
f99339da10 Supported :narrow-* inside AND and OR expressions even if assigned to a boolean variable.
Added :delay option to record constructor to permit circular definitions of global variables
2003-03-25 01:41:40 +00:00
waldemar%netscape.com
b999400654 Reduced default amout of chatter of read-eval-print loop 2003-03-25 01:40:00 +00:00
brendan%mozilla.org
2c79ef45ce White-space, bracing, and 80th column style fixes, r=self. 2003-03-25 01:38:53 +00:00
suresh%netscape.com
61f3f16f7d fix for bug 155078. fixing typos in Cookies. r-cotter, sr-jag. 2003-03-25 01:29:56 +00:00
cltbld%netscape.com
0ee3736957 HTTP version of tree status script. Report how long an httpd server has been up. -mcafee 2003-03-25 01:21:15 +00:00
cltbld%netscape.com
6ebb9d8c15 Ading reportdata.pl. -mcafee 2003-03-25 01:19:40 +00:00
suresh%netscape.com
ab88bb861d fix for bug 48202 - HTTP 307 redirect behavior violates RFC2616 [should preserve request method]. r-dougt,sr-darin. 2003-03-25 01:19:21 +00:00
cltbld%netscape.com
2e6bf27bc3 Fix abs path for cronjob. -mcafee 2003-03-25 01:19:05 +00:00
mkaply%us.ibm.com
cff094f985 Forgot a strcmpi 2003-03-25 01:15:09 +00:00
cltbld%netscape.com
cdaca33abe Automated update 2003-03-25 01:00:15 +00:00
wtc%netscape.com
96e88fa94b Bug 196004: added a test to determine whether gcc uses GNU ld or the native
ld.  This test is useful on Solaris.  Then, use this test to provide better
support for gcc on Solaris.  We can use the right linker flags depending on
the ld that gcc uses. r=cls.
2003-03-25 00:50:23 +00:00
bryner%netscape.com
84d98f2f3e Another leak fix from bug 198655 that it turns out we do need. r/sr=brendan. 2003-03-25 00:41:13 +00:00
harishd%netscape.com
f146b51b3e Adding P3P to the packaging list. b=198148, r=ssu@netscape.com, sr=heikki@netscape.com 2003-03-25 00:31:11 +00:00
harishd%netscape.com
863f132aa5 Adding wsdl and proxy to the packaging list. b=198683, r=ssu@netscape.com, sr=heikki@netscape.com 2003-03-25 00:24:43 +00:00
harishd%netscape.com
1264922b63 Enabling an alternative security model for web services. b=183824, r=rayw@netscape.com, sr=jst@netscape.com 2003-03-25 00:19:26 +00:00
cltbld%netscape.com
eec4162c5f Adding reportdata.pl, to reuse some perl code. 2003-03-25 00:19:21 +00:00
jst%netscape.com
320062efa6 Fixing bug 199033. Taking out code that was needed for full-page plugins when they didn't have a document associated with them, that was recently fixed, so now this code is no longer needed. r=peterlubczynski@netscape.com, sr=bzbarsky@mit.edu 2003-03-25 00:17:27 +00:00
darin%netscape.com
06db7d7b43 backing out roc+%cs.cmu.edu check-in for bug 113232 2003-03-25 00:07:00 +00:00
darin%netscape.com
1cc9401e27 backing seth out, for blocker fixes 2003-03-24 23:20:04 +00:00
ian.mcgreer%sun.com
26d35ef643 bug 198622, redundant memset calls 2003-03-24 22:25:52 +00:00
rogerl%netscape.com
6944f8499c !!! BROKEN !!! More progress on new object layout 2003-03-24 22:12:26 +00:00