Commit Graph

56149 Commits

Author SHA1 Message Date
slamm%netscape.com
ca22af1a1f Make exporting more general. 2000-03-23 23:29:23 +00:00
slamm%netscape.com
7b74b47871 Ignore .mozconfig.mk and .mozconfig.out (made by client.mk) 2000-03-23 23:29:16 +00:00
slamm%netscape.com
cd59d0299e Rename sidebar-rdf.dtd to local-panels.dtd 2000-03-23 23:29:00 +00:00
rpallath%eng.sun.com
b24ebec175 Removed Control-M characters 2000-03-23 23:24:32 +00:00
nisheeth%netscape.com
a89fa8ead5 r=buster. bug 31644. FindPrimaryFrameFor() now accounts for "special" frames created when blocks are encountered within inlines. 2000-03-23 23:18:56 +00:00
nhotta%netscape.com
1649c34718 Conditionally use local stack for collation key creation, r=cata. 2000-03-23 23:12:54 +00:00
edburns%acm.org
12f9501da2 bug=33093
a=edburns
r=ashuk

Force prefs to be read, causing the proxy data to be read.
2000-03-23 23:08:35 +00:00
matt%netscape.com
5a1dc07c1b Adding bug for change in java pref 6894 2000-03-23 23:07:20 +00:00
nhotta%netscape.com
ecd7f1af9c Putting assertion to obsoleted interface, bug 11880, r=ftang. 2000-03-23 23:04:10 +00:00
radha%netscape.com
9a23ed6b16 Removed unused code inside #ifdef debug_radha. No bug #s. 2000-03-23 23:03:27 +00:00
rogerl%netscape.com
1678fe3c07 r=brendan@mozilla.org
Bug #32674, JS_SetVersion hides error; also, jsscan.c keyword bug
2000-03-23 23:00:35 +00:00
radha%netscape.com
7bf54b8cf1 Fix for bug #s 28758, 29609. When loading a url over and over again, it is added
to SH each time there by causing multiple entries for that url in go menu.
r=law
2000-03-23 23:00:17 +00:00
troy%netscape.com
d44a7da8ab No change in functionality. I factored out the loop that measures text into
member function MeasureIndividualWords()
2000-03-23 22:58:43 +00:00
edburns%acm.org
8952b1fe7f bug=33093
a=edburns
r=ashuk

Force prefs to be read, causing the proxy data to be read.
2000-03-23 22:57:57 +00:00
morse%netscape.com
14ac18e97a fix typo in prevous check-in, r=law 2000-03-23 22:54:16 +00:00
scc%netscape.com
be782b8db1 fixing ambiguities caused by name hiding 2000-03-23 22:53:53 +00:00
locka%iol.ie
048759be2a Fixed up to build (but not work) against the latest webshell stuff 2000-03-23 22:43:23 +00:00
scc%netscape.com
045cc4e9ba resolving ambiguities; getting the new string APIs to build everywhere 2000-03-23 22:42:34 +00:00
locka%iol.ie
39a96b8dae Removed 2000-03-23 22:29:36 +00:00
ruslan%netscape.com
49075b864d Continue fixing bugs in compress converters. Not part of the build yet. 2000-03-23 22:23:14 +00:00
pierre%netscape.com
bbfa2dc285 #32339 "font-weight: bolder and font-weight: lighter not working correctly on Mac". 2000-03-23 22:21:15 +00:00
hyatt%netscape.com
eed6f05955 Adding a couple of props. 2000-03-23 22:20:34 +00:00
hyatt%netscape.com
2f097b9df8 Giving XBL an upgrade. 2000-03-23 22:19:49 +00:00
hyatt%netscape.com
37dbdefabc XUL <textfield> lives. 2000-03-23 22:18:17 +00:00
hyatt%netscape.com
88438460a7 XUL <textfield> lives! 2000-03-23 22:17:37 +00:00
morse%netscape.com
0336def539 keep two copies of CookieViewer.dtd in synch until bug 26020 is fixed properly 2000-03-23 22:11:29 +00:00
morse%netscape.com
5747386db9 keep two copies of CookieViewer.js in synch until bug 26020 is fixed properly 2000-03-23 22:10:41 +00:00
morse%netscape.com
694a5bb616 keep two copies of SignonViewer.xul in synch until bug 26020 is fixed properly 2000-03-23 22:09:21 +00:00
dougt%netscape.com
ba9ffcf5b2 Chaging the logic of the checkboxes for the context switching to make
the verbage of the dialog. :-)
2000-03-23 21:54:44 +00:00
sford3%swbell.net
ed5fc4b8d7 Fixes 32934 for Mozilla, Nescape should fix in commercial tree, also fixes 31148
r=shaver@mozilla.org
2000-03-23 21:49:15 +00:00
av%netscape.com
aac4b2fb97 Fixing null-pointer access causing variuos crashes, bug #30372, r=jst 2000-03-23 21:42:23 +00:00
jim_nance%yahoo.com
1feb960cd6 Fixed some compiler warnings.
This is not part of the default build.
2000-03-23 21:40:50 +00:00
ftang%netscape.com
c0431c8daf fix 32976. r=jshin@pantheon.yale.edu make the Korean hangule the same line break
class as CJK Ideograph.
2000-03-23 21:35:46 +00:00
morse%netscape.com
5da21ddb63 fix bug 29035, selection of multiple signons 2000-03-23 21:24:23 +00:00
morse%netscape.com
689304e28b fix bug 32979, ability to block cookies when removing them with the cookie viewer 2000-03-23 21:22:36 +00:00
morse%netscape.com
2009de20f1 fix bug 32979, ability to block cookies when removing them with the cookie viewer; also bug 29035, selection of multiple cookies 2000-03-23 21:22:09 +00:00
harishd%netscape.com
0a887b9d1b Added AppendSource() into keep the semantics of
GetSource() alive. This should give us some performance
in adding skipped content to the node.

r=pollmann
2000-03-23 21:19:05 +00:00
scc%netscape.com
7d2d0cf608 Added "nsCharTraits.h"; no longer relying on |std::char_traits|. Renamed some things so overloading wouldn't fight with overriding. 2000-03-23 21:15:01 +00:00
slamm%netscape.com
bdc8604c5a Get modules and their tags from treedata.pl 2000-03-23 21:14:51 +00:00
scc%netscape.com
cc84e8491e Added "nsCharTraits.h" 2000-03-23 21:10:46 +00:00
pinkerton%netscape.com
2235d820f9 make the menu positioning use the new look&feel metric for whether or not popups can appear over the taskbar/menubar bug 21154. r=hyatt. 2000-03-23 21:10:09 +00:00
scc%netscape.com
931f86c6b0 First Checked In. 2000-03-23 21:09:27 +00:00
troy%netscape.com
d82789f57c Added generated content iterator 2000-03-23 21:05:23 +00:00
robinf%netscape.com
7dd37e5b9c fixing bug 32908 2000-03-23 20:02:23 +00:00
wtc%netscape.com
64e2b54247 Bugzilla bug #33043: use System V shared memory and semaphores on
Solaris 2.5.1 because the POSIX shared memory and semaphore functions
fail with ENOSYS.
2000-03-23 19:05:37 +00:00
petitta%netscape.com
4eddc9b356 Updated Folder Hiearchy 2000-03-23 18:43:36 +00:00
terry%mozilla.org
695b90b2e1 Added the concept of a "default milstone" for products, and make sure
that all products have at least that milestone defined.
2000-03-23 18:23:14 +00:00
terry%mozilla.org
8b59d64ffe Add a bit of helpful debugging info when we get a consistancy check problem. 2000-03-23 18:20:34 +00:00
rhp%netscape.com
60897260f1 Adding CR to end to avoid warning on Linux 2000-03-23 17:49:36 +00:00
rhp%netscape.com
a41fd2f22d Fix for Send Later operations - Bug #: 31346 2000-03-23 17:45:28 +00:00