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

67445 Коммитов

Автор SHA1 Сообщение Дата
nelsonb%netscape.com 6e65d05e51 Add new macros: MP_MIN, MP_MAX, MP_HOWMANY, MP_ROUNDUP. 2000-08-09 20:42:18 +00:00
nboyd%atg.com faa5b161dc fix 47859 2000-08-09 20:23:50 +00:00
nboyd%atg.com c65fc2d8fd Fix 47859 2000-08-09 20:22:37 +00:00
jtaylor%netscape.com eff8221d2c Fixes bugs 43427 and 46359. Provides clear button and error checking in JS
Console. r=ben. mccabe.
2000-08-09 20:18:38 +00:00
jtaylor%netscape.com e6f1fc7fae Add label for clear button re: bug# 43427. r=ben. mccabe 2000-08-09 20:16:50 +00:00
pavlov%netscape.com 750a6d39eb avoid calling XSetFont on every draw_text (hopefully) by using the GC cache correctly when drawing text and not calling gdk_draw_text directly. working on linux performance bug 26502. r=imot 2000-08-09 20:15:08 +00:00
mstoltz%netscape.com 730eb8abbb Fixed 37702 and 47670. r=vidur 2000-08-09 20:08:54 +00:00
waterson%netscape.com 859b6c98af Bug 47927. Check in the wrong fix to get the tree open. a=granrose. 2000-08-09 19:30:14 +00:00
harishd%netscape.com 0b53b3abc2 I didn't cause the leak. Putting my changes back.
a=granrose
2000-08-09 17:49:18 +00:00
javi%netscape.com e1a150e2ef Don't call the callback function if one is not stored. 2000-08-09 17:17:42 +00:00
harishd%netscape.com 49ca482082 Backing out my changes to see if the leak goes away
a=granrose
2000-08-09 16:42:20 +00:00
dcone%netscape.com 86c5ca9f44 Taking out the change from yesterday that enables the PatBlt for tiling. Found problems so
I am pulling that change for now.
2000-08-09 14:07:55 +00:00
dbaron%fas.harvard.edu edbb56773e Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+) 2000-08-09 12:51:05 +00:00
mozilla.BenB%bucksch.org 04166255b3 47851: Remove unused pref. r=putterman, a=waterson 2000-08-09 09:45:52 +00:00
scc%mozilla.org 333974e822 better comments re: the formal specification of |SetCapacity|; jag's |ToInteger| patch as per bug #46898; r|a=waterson 2000-08-09 08:26:23 +00:00
scc%mozilla.org 332cbbead7 fixed |nsCharSinkTraits<T>::write| as per bug #46462; r=beard, a=waterson 2000-08-09 08:26:12 +00:00
scc%mozilla.org 7a4bbc2688 fixed |BeginWriting| and |EndWriting| to no longer take an offset, fallout from the new multi-fragment string implementation; fixed a bug in |operator-=| exposed by the change to |EndWriting|; fixed |nsWritingIterator<CharT>::write| as per bug #46462; fixed comments galore, significantly better specifying |SetLength| and |SetCapacity|; since |SetCapacity| is just a hint, give it a default implementation rather than making it pure virtual; fixed a couple of the |do_...| routines to unify the code path minimizing overides; r|a=waterson 2000-08-09 08:26:08 +00:00
scc%mozilla.org 454fd1db7e fixed |BeginReading| and |EndReading| to no longer take an offset, fallout from the new multi-fragment string implementation; fixed a bug in |operator-=| exposed by the change to |EndReading|; fixed the |CharAt| family of routines accordingly; fixed comments galore; r|a=waterson 2000-08-09 08:26:00 +00:00
pinkerton%netscape.com f9d4185419 Remove Start/StopTracking methods. 2000-08-09 07:45:12 +00:00
pinkerton%netscape.com 4e3b94140e Stop using dragtracker (bug 43428) 2000-08-09 07:43:12 +00:00
pinkerton%netscape.com eb693773c6 Simplification of drag scrolling in trees. Don't try to use view manager to capture the mouse, just not worth it. Make drag area w/in the tree's view. (bug 43428). 2000-08-09 07:42:46 +00:00
pinkerton%netscape.com 886cb5ccdc Stop using dragTracker (bug 43428) 2000-08-09 07:41:31 +00:00
pinkerton%netscape.com 028fd2878c stop using dragTracker (bug 43428). 2000-08-09 07:40:54 +00:00
mozilla.BenB%bucksch.org e2c35a95d6 36480:
- Don't check for <div> around a sig
- Allow class to be quoted or be one of several
No bug:
- Don't output <div> for plaintext sigs (because 4.x' editor has a bug with <div>s inside <blockquote type=cite>s)
r=ducarroz
a=waterson
2000-08-09 07:27:14 +00:00
brendan%mozilla.org 8194537c7d Whitespace panty raid. 2000-08-09 06:20:13 +00:00
ben%netscape.com 10c65dff2c fix for nsbeta3+ bug 41139, can select multiple radio buttons in a group by using the keyboard. 2000-08-09 05:47:46 +00:00
jst%netscape.com e442709197 Turning on new DOM Level 2 behavior by default. (bug 48161). a=nisheeth@netscape.com, r=pollmann@netscape.com. 2000-08-09 05:31:28 +00:00
pavlov%netscape.com 2e29bade77 additional removal of static nsCOMPtrs for bug 43580 r=scc 2000-08-09 05:28:45 +00:00
ben%netscape.com fba7020ce9 fix for nsbeta3+ bug 41901, link image dragged from one window to another loads the image instead of the linked page.
also tidied up the html string returned in this case so that when dropped into composer, an image enclosed in a link
to the linked page is inserted.
2000-08-09 05:26:44 +00:00
pavlov%netscape.com 4944838104 avoid pulling the event out of the queue and putting it right back when typing.. working on linux performance bug 26502 r=beard 2000-08-09 05:16:17 +00:00
putterman%netscape.com 876960c1c9 Fix for 46208. Get rid of '?" before Reply To Sender in thread pane context menu.
patch by gemal@gemal.dk r=scottip.
2000-08-09 05:13:32 +00:00
ben%netscape.com 53590d9e94 nsbeta3+ 46284, crash after trying to install package via software installation pref panel. remove button (was there
for debugging purposes only)
2000-08-09 05:11:29 +00:00
ben%netscape.com 53b3485f5e fix for nsbeta3+ bug 40877, 'secs' not localised in navigator.js 2000-08-09 05:10:01 +00:00
ben%netscape.com 80cd6d1b04 fix for nsbeta3+ bug 40877, 'secs' is not localised in navigator.js 2000-08-09 05:09:45 +00:00
dmose%mozilla.org 1cb86ef8dd adding .cvsignore files to stop cvs whining in non-OBJDIR builds. a=r=(not built) 2000-08-09 04:44:01 +00:00
dmose%mozilla.org 9ad2e3e186 A number of lines were not properly bracketed by DEBUG conditionals, causing non-DEBUG builds to fail. a=r=(not built) 2000-08-09 04:43:33 +00:00
brendan%mozilla.org 8de75d3e89 Clear JS watchpoints on the window object before loading a new document (38959, r=mstoltz). 2000-08-09 03:30:46 +00:00
morse%netscape.com e4a1d4dec7 bug 48076, remove commonDialogs from wallet module, r=dougt 2000-08-09 03:27:32 +00:00
saari%netscape.com 6ea350941c hack part deux for testing for leak increase 2000-08-09 02:59:44 +00:00
blizzard%redhat.com 1997361fdf add some extra test cases for the embedding widget 2000-08-09 02:52:09 +00:00
scc%mozilla.org 121b1c59e0 not part of the build; further work on multi-fragment strings. Moved the bulk of the template implementation to the header file. This file needs to continue to exist for when I finally un-templatize the interfaces 2000-08-09 02:48:27 +00:00
scc%mozilla.org 744280c781 not part of the build; further work on multi-fragment strings 2000-08-09 02:47:33 +00:00
blizzard%redhat.com cc66c63ae2 warning fixes in gtkmozembed.h. fix for bug #46279. reparent the mozilla window to an offscreen window when unrealizing since you might get re-realized later. r=pavlov, a=waterson 2000-08-09 02:46:53 +00:00
brendan%mozilla.org 71f06b90ee Add TraceMallocLogTimestamp window method, for bloat storyboarding (#ifdef NS_TRACE_MALLOC, not part of build). 2000-08-09 02:43:09 +00:00
brendan%mozilla.org 53ef9c0ba4 Add captioned timestamp events, for JS storyboarding (not part of build). 2000-08-09 02:41:58 +00:00
cmanske%netscape.com fe2ede9c32 Checking in for rcassin@supernova.org. Composer pref fixes, bug 47703, r=cmanske 2000-08-09 02:33:29 +00:00
mscott%netscape.com 798bafe8bc Bug #1642 --> don't run JS urls with the default browser (effects shrimp only)
r=prass
2000-08-09 02:30:58 +00:00
ben%netscape.com b5b1fff8de adding reorder styles for nsbeta3+ bug 46516 to modern and mac classic skin 2000-08-09 02:26:45 +00:00
saari%netscape.com 77de93bb14 temp hack to test theory for sudden increase in leaks 2000-08-09 02:25:51 +00:00
nbhatla%netscape.com 45ac7057d2 #46519 -> Mac Classic Skin Fixes. This checkin specifically fixes the pref-languages panel, so that the reorder arrow buttons now appear properly on all platforms. 2000-08-09 02:25:43 +00:00