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

55729 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com f8bbc6f16e fix problem remembering folder flags r=mscott 32007 2000-03-21 03:28:03 +00:00
nisheeth%netscape.com e90cbb686f r=pollmann. Bug 30916. Content IDs are created for HTML elements created in the HTML content sink, XML content sink and dynamically via JS. The content ID counter is maintained by the document. 2000-03-21 03:25:16 +00:00
sspitzer%netscape.com 48e2c3ad17 not part of the build yet. 2000-03-21 03:16:39 +00:00
sfraser%netscape.com 48128c4e91 I am such a poop head. Need to comment out just one more line. 2000-03-21 03:14:25 +00:00
srinivas%netscape.com 55a8d2eaf9 Fixed PR_Poll to call select, instead of poll, on HPUX and OSF1 platforms.
Bug 153459.
2000-03-21 02:57:55 +00:00
mcafee%netscape.com 797c4f06f0 Moving default values to tinder-defaults.pl, shortening package name to TinderUtils. 2000-03-21 02:52:34 +00:00
sfraser%netscape.com fc3ca1852c First Checked In. 2000-03-21 02:45:38 +00:00
sfraser%netscape.com 3b82fd0cfb Fix the build -- we're not quite ready for building PSM on Mac yet. 2000-03-21 02:42:59 +00:00
hyatt%netscape.com 74a69fd9f7 Fix for bug #32587. 2000-03-21 02:05:15 +00:00
waqar%netscape.com 5124eaa1f0 #=25493
r=pollmann@netscape.com
d=Toolbar elements stay hilited after the mouse has left the window.
2000-03-21 01:45:27 +00:00
ruslan%netscape.com fdabfad37a Make reuseCount to be PRUint32 2000-03-21 01:43:41 +00:00
waqar%netscape.com d079c17b79 r=pollmann@netscape.com
#=1248
d=Rendering of images on slow connections. The code was submitted by
adam@gimp.org. I reviewed it and tested it.
2000-03-21 01:43:24 +00:00
pnunn%netscape.com f2710e081f bug#32377. fix leak, handle error. r:bruce@cybersight.com 2000-03-21 01:39:42 +00:00
sfraser%netscape.com a470089e75 Fix for 31669: get the right PSMTaskMenu.xul on Mac. Also start building the PSM glue code on Mac. r=ducarroz 2000-03-21 01:36:30 +00:00
ruslan%netscape.com ec1a23a420 Never recycle the socket transport if the server responded with Connection: close 2000-03-21 01:36:18 +00:00
sfraser%netscape.com b320424475 Fix for 31669: get the right PSMTaskMenu.xul on Mac. r=ducarroz 2000-03-21 01:34:23 +00:00
pinkerton%netscape.com 046e4c78e5 caching screen objects to avoid repeated memory allocations. r=saari. 2000-03-21 01:34:02 +00:00
ruslan%netscape.com 5d36675eca Add reuseCount attribute on nsSocketTransport. Misc code cleanup. 2000-03-21 01:29:49 +00:00
jst%netscape.com f3f0c75c8b Remove the last virtual fuctions from nsGenericElement, this reduces the size of most element nodes in mozilla by 4 bytes. r=troy@netscape.com,bruce@cybersight.com 2000-03-21 01:29:01 +00:00
bienvenu%netscape.com 58f8134725 fix problem with selection after deleting from trash or delete no trash, r=jefft 32402 2000-03-21 01:28:59 +00:00
idk%eng.sun.com 6b8fc4b5e8 Fixed build problems.
Changed char*const* to const char *const* in some places.
2000-03-21 01:10:35 +00:00
mscott%netscape.com 947c1fa1f6 Fix solaris breakage from this weekend. Tinderbox has been showing green even though it was broken. Thanks to bruce for
pointing that out.
r=bruce
2000-03-21 01:06:29 +00:00
sspitzer%netscape.com b381623c42 not part of the build yet. 2000-03-21 01:03:25 +00:00
saari%netscape.com b89a059ea4 Null checking for saftey in some of the focus code. r=hyatt 2000-03-21 00:47:19 +00:00
sspitzer%netscape.com 931fa2f61f not part of the build yet. 2000-03-21 00:36:39 +00:00
sford3%swbell.net 4c11b39d96 Prep work for wallet reorg 2000-03-21 00:06:35 +00:00
locka%iol.ie 9126ad84fc Relocated ActiveX control test source 2000-03-21 00:05:33 +00:00
sford3%swbell.net 775fc3968a Prepatory work on wallet reorg 2000-03-21 00:00:02 +00:00
nhotta%netscape.com 70463c9142 Removed headers and constants for nsFactory, bug 11880, r=rjc. 2000-03-20 23:58:40 +00:00
ben%netscape.com bd9ee9d7f7 adding modality pref for prefwindow, r=akkana 2000-03-20 23:58:39 +00:00
sford3%swbell.net 1664c9c745 Prepatory work for reorganizing wallet 2000-03-20 23:57:42 +00:00
buster%netscape.com 656bb905b1 bug 32238 (UMR in inline reflow context)
all I did was initialize the members of a struct in the constructor
r=troy
2000-03-20 23:47:01 +00:00
jefft%netscape.com 1b0a31e250 merge in beta1 fix for bug 32054; r=mscott 2000-03-20 23:46:52 +00:00
pollmann%netscape.com a06c2054bf Bug 28143: Set selectedIndex to -1 should deselect all options (1 of 2 - when frame exists) r=waqar 2000-03-20 23:43:07 +00:00
karnaze%netscape.com 2e279600ec bug 28071 - added Use DTD compatibility mode to viewer. layout uses single mechanism for determining compatibility mode. r=rods. 2000-03-20 23:39:22 +00:00
pollmann%netscape.com 1646e94b65 Bug 31482: Stray commas in ROW or COL attribute no longer cause framesets to not display, r=waqar 2000-03-20 23:33:03 +00:00
pnunn%netscape.com 138124e7b9 bug#32378. fix memleak. r:bruce@cybersight.com. 2000-03-20 23:30:26 +00:00
pnunn%netscape.com cec90f8a83 No bug#. Changes so generic factory code is used. r: pavlov 2000-03-20 23:29:21 +00:00
sfraser%netscape.com 6a7a6253fa Fix a missing break in the menu bar click code. No bug, r=pinkerton 2000-03-20 23:20:12 +00:00
morse%netscape.com b108420bac fix bug 32459, remove blockimage from menu if not pointing at a menu 2000-03-20 23:17:08 +00:00
pollmann%netscape.com 6e5ae7ca5d Bug 27951: Re-enable set text "" and Reset for inputs/textareas. This fix coutesy of jfrancis r=self, waqar 2000-03-20 23:15:06 +00:00
dcone%netscape.com 1f24377762 Added some menu items. r=rods 2000-03-20 23:13:59 +00:00
akkana%netscape.com 6eaddd7332 30311: add a plain-vs-html flag to InsertAsCitedQuotation. r=rhp 2000-03-20 23:13:25 +00:00
dcone%netscape.com 955b2bc7e3 added some menu items for debugging. r=rods 2000-03-20 23:13:00 +00:00
troy%netscape.com dd0024a1e8 b=32301 r=buster@netscape.com Changed DeleteChildsNextInFlow() to also
check the frame's overflow list
2000-03-20 23:11:39 +00:00
nhotta%netscape.com 7c60538a3d Removed obsolete prefs from all.js, bug 28854, r=cata. 2000-03-20 23:11:18 +00:00
pollmann%netscape.com ef655a8acc Add frameset regression tests. Not part of build. 2000-03-20 23:05:34 +00:00
pollmann%netscape.com 6aafacdc9e Add frameset regression tests for unix platforms. Not part of any build. 2000-03-20 22:56:18 +00:00
pollmann%netscape.com 5c9f64d964 Fix table regression tests for unix platforms(s: -> s|) Not part of any build. 2000-03-20 22:53:26 +00:00
rhp%netscape.com 38cf9d6ea1 Fix for view source URL problem - Bug #30459 2000-03-20 22:52:51 +00:00