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

55674 Коммитов

Автор SHA1 Сообщение Дата
svn%xmlterm.org 2e178fdfae xmlterm changes only (not part of the default build).
Minor bug fix: prompt detection now treats tab as whitespace.
2000-03-17 05:36:29 +00:00
troy%netscape.com 7242ae3451 b=31451 Made sure we only set the NS_FRAME_OUT_OF_FLOW frame state bit
if the frame is actually out of the flow
2000-03-17 05:10:37 +00:00
rickg%netscape.com 2d5fd149dc fixed leak introduced with last update; r=taz. 2000-03-17 05:08:14 +00:00
law%netscape.com 1291d596d0 Fix for bug 38104. Going back to AsyncRead technique in use pre rev 1.15. This bogs down the UI thread with doing synchronous writes, but does not hang. Will fix later to move this code to another thread. You can revert to the prior version by removing the #define for USE_ASYNC_READ in nsStreamXferOp.h. r=gagan@netscape.com 2000-03-17 04:35:44 +00:00
morse%netscape.com 4918f2b292 refix bug 31925 (single signon database becomes unusable) by first backing out fix for 1.20 and then doing it the correct way 2000-03-17 04:27:07 +00:00
cmanske%netscape.com 429e85acb0 Fixed problems when dragging off a table during table selection. r=mjudge 2000-03-17 04:24:04 +00:00
pinkerton%netscape.com 3a3bf85501 Single-monitor impl of screen manager/object for win32 just to get something in place. DevContext
now uses it, but will also have to be tweaked when the multi-monitor impl is implemented. Just
pushing code around for now, nothing major. r=danm.
2000-03-17 04:15:39 +00:00
rickg%netscape.com c5e420c645 fix to PDT+bug 32022; r=harish, rickg, markA, troy; a=jar 2000-03-17 04:12:17 +00:00
leaf%mozilla.org 078ee91429 Automated update 2000-03-17 03:45:33 +00:00
jim_nance%yahoo.com b2b22d9317 -gall only works with the c++ compiler
r=Pavlov
2000-03-17 03:41:08 +00:00
ruslan%netscape.com 9c2c925949 Rollback some of keep-alive code while investigating 32002 since only
people off-site could reproduce it.
2000-03-17 03:28:06 +00:00
nhotta%netscape.com 06e130de11 Adding an error hanlding for charset title, bug 20249, r=ducarroz. 2000-03-17 03:23:46 +00:00
rjc%netscape.com 5a86caa314 Slight change for RDF command format on bookmarks. 2000-03-17 03:14:17 +00:00
sfraser%netscape.com 88d5875a24 Fix for 11770 -- implement show/hide toolbars in editor. r=akkana 2000-03-17 03:03:13 +00:00
gagan%netscape.com e583ac5fc2 Save a redirect (added a trailing slash to the credits URL) 2000-03-17 02:41:11 +00:00
ssu%netscape.com 22884681cc fixing a hack that was done for beta1. It is now possible to control the font size, color, and shadowing for the text on the blue background in the installer via the config.ini. affects only windows. r=sgehani 2000-03-17 02:38:13 +00:00
akkana%netscape.com 912ca59eba Warning fix -- remove unused variable 2000-03-17 02:10:55 +00:00
dmose%mozilla.org c6a5e64f42 doh! my last checkin broke -v. fixed. 2000-03-17 02:00:58 +00:00
sfraser%netscape.com 3044e9a3f6 Fix for 30301 -- don't waste time trying to update non-existent XUL nodes. r=akkana 2000-03-17 01:59:10 +00:00
ben%netscape.com 176bc8e6a2 set default="true" attribute on default dialog buttons on mac (forgot to check this in before) 2000-03-17 01:53:31 +00:00
buster%netscape.com af866be686 fixed VerifyReflow, an important debugging tool for the layout team
no bug number
r=troy
2000-03-17 01:50:54 +00:00
ben%netscape.com 3271646559 updating global to support the 'default' look on <button>, some <radio> and <checkbox> tweaks (not used currently) 2000-03-17 01:48:54 +00:00
cmanske%netscape.com 118b8c5669 Table row, column, all-cells selection now working. Menu items enabled. r=mjudge 2000-03-17 01:46:17 +00:00
nhotta%netscape.com 1db81e9e1e Changed to use do_GetService instead of CreateInstance, bug 30203, r=cata. 2000-03-17 01:45:28 +00:00
pinkerton%netscape.com ebfba4f468 fix for 29016 (again) don't pass the click through if there is a popup, just roll it up. this is what macOS native context menus do. r=sfraser. 2000-03-17 01:42:19 +00:00
rjc%netscape.com b22afec3a7 Fix bug # 28238: (work around bug # 26402) get context menus in bookmarks window/sidebar working, by setting "oncommand" attribute AFTER inserting node into content model. 2000-03-17 01:40:05 +00:00
scc%netscape.com ef27072d80 replaced use of private type with |getter_AddRefs|, r=travis 2000-03-17 01:19:33 +00:00
nhotta%netscape.com 46c669b9e7 Changed to use do_GetService instead of CreateInstance, bug 30203, r=cata. 2000-03-17 01:14:57 +00:00
nhotta%netscape.com 3ec5b20b44 Added charset feedback UI and some localizability works, bug 20249, r=ducarroz. 2000-03-17 01:13:04 +00:00
akkana%netscape.com c46c0ab7a8 nsCOMPtr tainting problem -- need to include nsIParserService.h 2000-03-17 01:12:11 +00:00
putterman%netscape.com cc31405197 r=mscott. Fix for 31805. can now have multiple mail windows open. 2000-03-17 01:10:57 +00:00
hyatt%netscape.com 3700a0f38f Patching checkbox and radio XBL. Does not affect build, since widgets aren't used yet. 2000-03-17 01:09:27 +00:00
slamm%netscape.com 1602ef1230 Make client.mk easier to setup for tags/branches (set MOZ_CO_TAG at the top of the file). Handle MOZ_MAKE_FLAGS differently (set MAKE="$(MAKE) $(MOZ_MAKE_FLAGS)"). Add "export" and "install" targets (they just pass through to the top level makefile). 2000-03-17 00:56:58 +00:00
bienvenu%netscape.com f6ca95bef5 fix problems cancelling imap logon, fix handling of marking deleted messages read r=mscott,jefft 2000-03-17 00:52:03 +00:00
slamm%netscape.com ac1c75962e Avoid running allmakefiles.sh everytime (i.e use "=" instead of ":="). allmakefiles.sh is only needed for the "distclean" target. 2000-03-17 00:49:15 +00:00
ben%netscape.com de0afc3e45 added brand.dtd to fix openLocation horkage 2000-03-17 00:36:32 +00:00
leaf%mozilla.org 658229044b Automated update 2000-03-17 00:30:09 +00:00
cmanske%netscape.com 0575ec9367 Fixed linux build bustage. Used '.get()' when I shouldn't have! r=mjudge 2000-03-17 00:27:43 +00:00
rpallath%eng.sun.com e5594f6d7d dding new files 2000-03-17 00:27:29 +00:00
rpallath%eng.sun.com 13653e9f78 dding new files for Java Plugins 2000-03-17 00:17:17 +00:00
leaf%mozilla.org bd5646a045 better extension directory handling. original fix from
Axel Hecht <axel@pike.org>, modified to include xmlterm in the ``all'' and
``yes'' options by leaf@mozilla.org, r=cls@seawood.org
2000-03-17 00:16:44 +00:00
akkana%netscape.com a947cb48ba 26093: whitespace in copy/paste from plaintext.
27848: spaces between table cells in unformatted output.    r=slamm.
2000-03-17 00:15:51 +00:00
pnunn%netscape.com 1e18604b32 bug#29853. r:davidm. preserves background loading attribute when imglib sets
load attributes from imglib reload policies. pnunn
2000-03-17 00:13:04 +00:00
akkana%netscape.com 8fedbb449f 29032, 29239: linebreaks in <pre> and in plaintext mail.
19137: preserve style of copied text.          r=mjudge
2000-03-17 00:08:27 +00:00
robinf%netscape.com b4393b6793 updating text due to BugARama feedback 2000-03-17 00:06:58 +00:00
putterman%netscape.com 0d9ec530bb Fix for 15142. Fixing typo makes secondary sort now work. 2000-03-17 00:03:46 +00:00
karnaze%netscape.com 1ae274d8f1 new regression tests not affecting the build. 2000-03-16 23:55:05 +00:00
karnaze%netscape.com 85da8712af bug 7112 - do not convert align=center on table into text-align=center, r=kmcclusk. 2000-03-16 23:52:21 +00:00
karnaze%netscape.com 24c946401a bug 27993, 30332 - treat rowspan/colspan=0 like Nav in quirks mode rather than according to html 4. 2000-03-16 23:50:57 +00:00
cmanske%netscape.com 235ce19d67 Removed tableselection listener -- all selection now done in layout. Also added more table selection support for row, col from menu. r=mjudge 2000-03-16 23:45:41 +00:00