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

1251 Коммитов

Автор SHA1 Сообщение Дата
jaggernaut%netscape.com 9a22bef475 Bug 70048: ``Text of modifiers on accelerators can't be localized''. Attempt #2 :-)
Patch by lordpixel@mac.com, jag. r=jag, lordpixel, pinkerton, sr=ben, blake.
2001-07-03 00:26:41 +00:00
jaggernaut%netscape.com 4f0979749d Temporarily backing out the changes for bug 70048. 2001-06-30 16:26:23 +00:00
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
jaggernaut%netscape.com 02589dd8b8 Bug 70048: ``Text of modifiers on accelerators can't be localized''.
Patch by lordpixel@mac.com, jag. r=jag,lordpixel, sr=ben.
2001-06-30 06:54:44 +00:00
dbaron%fas.harvard.edu 9d35ed31a4 Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
cls%seawood.org bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
scc%mozilla.org a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
cls%seawood.org 669f696670 Workaround gcc -O2 compiler optimization problem by moving the declaration of a nsCOMPtr outside of a while loop.
Bug #80988 r=braddr sr=scc a=asa
2001-06-16 23:35:43 +00:00
timeless%mac.com d3b6e9cc1f Bugzilla Bug 41572 Prefer matched case for Access keys
patch by dean_tessman@hotmail.com r=timeless sr=blake a=dbaron
2001-06-08 03:25:44 +00:00
sfraser%netscape.com 80ff858fd9 Fix for blocker bug 83669; crash in history on Mac classic skin. Check for null childBoxSize. r=pinkerton/evaughan, a=pchen (sheriff) 2001-06-06 23:16:38 +00:00
yokoyama%netscape.com d608082b01 bug 52464:
Preventing type cast to char which results loss of data.
/r=ftang, /sr=scc, /a=blizzard
2001-06-06 00:37:15 +00:00
pinkerton%netscape.com 489aec8c58 bullet-proof hiding the view. we might not have one if things are not dismissed correctly. r=pchen/sr=hyatt/a=asa. bug 83753. 2001-06-04 23:55:48 +00:00
hyatt%netscape.com d5e373a2c8 Fixes for 83027, 83892, and 80512. r/sr=blake,alecf,pink, sr=hewitt,blake, a=asa 2001-06-04 23:23:35 +00:00
pchen%netscape.com 6d42aa08c7 bug 78409, r=pinkerton, sr=hyatt, a=asa, apply patch for bug 66848 which fixes submenus not knowing that its parent menu popped up in the opposite direction (usually because of hitting a screen boundary) 2001-06-04 23:03:24 +00:00
hyatt%netscape.com 358a2b68ed Fix build bustage. 2001-06-04 00:57:43 +00:00
hyatt%netscape.com 6c393ae2f4 Fixes for 80512 and 83707. r=blake, sr=waterson, a=asa 2001-06-04 00:22:43 +00:00
hyatt%netscape.com 853bd58405 Fix for smoketest blocker 82194. sr=waterson, r=soemone, go look in the bug 2001-06-01 22:48:05 +00:00
hyatt%netscape.com b135c5b55a Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
pollmann%netscape.com 1ac7a3715e Bug 77834: Fix problem where form control state is being restored to the wrong form control or not restored at all when going back and forth through session history. The problem was that the hash key we used was the content ID, which was not consistent from page load to page load. The fix was to key instead by index of form in document / index of control in form, with logic to fall back to content ID if we are unable to do this. r=nisheeth@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org) 2001-05-30 11:26:21 +00:00
roc+%cs.cmu.edu 8865fc53de Fix for bug 77507. Set default background color correctly. Warn if it isn't set correctly. r=waterson,sr=attinasi,a=blizzard 2001-05-25 15:00:51 +00:00
hewitt%netscape.com bd7b740865 78771 - autocomplete popup results are empty in 2nd browser instance and mail compose, r=ben, sr=hyatt 2001-05-23 22:47:54 +00:00
bstell%netscape.com 02b956c418 fix debug printf, rs=bstell 2001-05-23 03:23:31 +00:00
jst%netscape.com 77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
axel%pike.org 7b14605df5 moving nsOutlinerSelection from nsISecurityCheckedComponent to class info, r=mstoltz, sr=jst, bug 80907 2001-05-16 08:13:12 +00:00
bryner%uiuc.edu b1fd88de8e Bug 80543 -- outliner RowCountChanged behaving incorrectly on row removal. r=sspitzer, sr=hyatt. 2001-05-15 19:44:23 +00:00
ftang%netscape.com ea833bd9ce fix port bustage 2001-05-15 14:34:23 +00:00
ftang%netscape.com d63514cc5e fix bug 71358. add IBMBIDI logic for Arabic/Hebrew
check in for simon@softel.co.il
r/sr=hyatt
r=ftang
2001-05-15 11:58:40 +00:00
varga%utcru.sk bc73b4285d Fix for 72368, 79729. Thread lines are crooked, drawing past column edge and not lined up with parent images. 2001-05-13 07:29:07 +00:00
bryner%uiuc.edu c56ada9174 Bug 71770 -- hide the outliner scrollbar when it's not needed. r=blake, sr=hyatt. 2001-05-13 05:30:46 +00:00
dr%netscape.com eb15974ac3 fix typo, compiler warning. r=daa@distributed.net 2001-05-12 20:14:23 +00:00
hyatt%netscape.com f5c5ee63c6 Fix for 78725. r=pink, sr=ben 2001-05-12 08:32:18 +00:00
dr%netscape.com 4923905f33 fixing windows bustage 2001-05-12 06:07:15 +00:00
dr%netscape.com ab4138e3ba fix for 60584 (page keeps jumping to the bottom) and maybe also 73725 (content area flashes/jitters when typing in textarea). r=evaughan, pollman, sr=jst 2001-05-12 05:16:53 +00:00
pinkerton%netscape.com e7d8d7e91e don't use rint. fix bustage. 2001-05-11 02:26:05 +00:00
pinkerton%netscape.com 23936658d1 implement outliner drag/drop. r=ben/sr=hyatt. bugs 75404 and 74831. 2001-05-11 01:51:04 +00:00
jst%netscape.com ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
arik%netscape.com 48c7f5579c Added an AttributeChanged function to nsXULTreeFrame so that you can dynamically set the row count. Fixed bug 59511, r=danm, sr=hyatt. 2001-05-06 01:08:20 +00:00
waterson%netscape.com 8537458995 Bug 78941. Null-check to handle view giving back a null selection. r=varga@utcru.sk, sr=hyatt 2001-05-06 00:02:27 +00:00
pierre%netscape.com 08aac85e54 43457: change the mutable style context APIs, disable style context sharing, implement style data sharing. r=waterson. 2001-05-03 13:20:48 +00:00
hyatt%netscape.com bde85cdf76 Fix crashing in SetView. 2001-05-03 07:53:13 +00:00
hyatt%netscape.com 7189f027ca Missed a file. 2001-05-03 02:39:36 +00:00
hyatt%netscape.com 5fd5b52098 Fix for 800K leaks on tinderbox. Fix for broken printing. Both bugs r=danm, sr=hewitt 2001-05-03 01:41:10 +00:00
hewitt%netscape.com 8c075c3565 76465 - outliner rowHeight, r=waterson, sr=hyatt
76297 - screen coordinates, r=hyatt, sr=brendan
76428 - can't set view on an outliner until its frame is created, r=brendan, sr=hyatt
76894 - obelisk crash, r=evaughan, sr=hyatt
2001-04-30 18:30:18 +00:00
blakeross%telocity.com b3fe6e7096 Adding context menu to sidebar panel headers to silence whiny c|net reporter, only change panels on left-click, optimizing nsMenuFrame::OnCreate by reducing number of necessary nsAutoString ctor's (60071). r=kerz sr=ben 2001-04-29 02:57:29 +00:00
hyatt%netscape.com 1b85a18abe Fix 75516. r=danm, sr=ben 2001-04-28 06:38:23 +00:00
valeski%netscape.com 00bca056ef mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
sfraser%netscape.com 245d4eb76f Backing out valeski 2001-04-27 05:53:22 +00:00
valeski%netscape.com 54db7dffa3 mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332 2001-04-27 04:16:22 +00:00
hyatt%netscape.com 8130400b54 Fix for 77002. reviewers=jst,waterson,hixie,shaver,brendan,pavlov 2001-04-25 19:52:49 +00:00
roc+%cs.cmu.edu a7e55667d2 Add API to view manager to get/set default background color (used when refresh disabled and possibly useful for other things). Have Docshell preserve background color across page loads. Make root frames set background color. Fix for bug 75591. r=waterson,sr=attinasi,a=blizzard 2001-04-24 01:01:16 +00:00
hyatt%netscape.com 5ebeb25160 Fix for 76367. r=saari, sr=waterson, a=asa 2001-04-20 01:45:07 +00:00
pavlov%netscape.com 11d1209c52 fixing bug 75432 r=ben sr=hyatt 2001-04-17 09:04:12 +00:00
hyatt%netscape.com ffc473a9b0 Fix for outliner crashing all the time. bug#74902. 2001-04-17 07:02:36 +00:00
loadrunner%betak.net 6166fc36ea bug 54285, r=nhotta, jag, pink, sr=brendan 2001-04-17 01:58:00 +00:00
brendan%mozilla.org 98515d2fed Dean Tessman's patch to fix a copy/paste Ctrl-instead-of-Meta error (55932, r=pink, sr=me). 2001-04-16 08:42:12 +00:00
hyatt%netscape.com d08c0be69e Fix image loading in outliner. 2001-04-12 09:48:56 +00:00
hyatt%netscape.com e98a54a7ed Fix bug in AdjustSelection. r=danm, sr=waterson 2001-04-12 04:40:16 +00:00
hwaara%chello.se 66cd4b7f18 Implementing .count in the Outliner. Now you can do |outliner.outlinerBoxObject.selection.count| to get the number of currently selected rows. This is much more convenient (and faster) than messing around with .getRangeAt() and then calculate the amount of selected rows by hand...
bug 75552

r=varga@utcru.sk, sr=hyatt@netscape.com
2001-04-11 23:15:49 +00:00
pinkerton%netscape.com 522ea537b5 flush all our reflows before someone else can trigger them. r=saari/sr=hyatt. bug# 71219 2001-04-11 23:02:49 +00:00
pavlov%netscape.com 69dd6dd459 removing ifdef'd DEBUG_pavlov NS_ASSERTION. 2001-04-11 09:01:29 +00:00
pavlov%netscape.com 5a2a179698 fixing icons in trees not drawing. bug 74037. r=syd sr=hyatt 2001-04-11 08:59:01 +00:00
dbaron%fas.harvard.edu eaf5fde6df Fix leak of nsDFAState objects from nsOutlinerStyleCache (and fix a few warnings too). r=disttsc@bart.nl sr=hyatt@netscape.com b=75328 2001-04-11 02:44:26 +00:00
sfraser%netscape.com ba3c7848e6 Final fix for bug 75388 -- don't crash with null image in nsImageBoxFrame. sr=sspitzer 2001-04-10 20:25:12 +00:00
sspitzer%netscape.com aa5f4c86cf bulletproof for crasher #75407. r/sr=mcafee,waterson,shaver 2001-04-10 17:44:53 +00:00
sspitzer%netscape.com c9ee0e6f94 fix for #74674. bad rows when switching folders. sr=hyatt. 2001-04-10 07:26:14 +00:00
pavlov%netscape.com d247a52181 fixing bug 73685 r=jag sr=hyatt 2001-04-09 00:45:06 +00:00
hyatt%netscape.com 15db428d61 Fix for smoketest blocker 74997, r=danm, sr=sspitzer 2001-04-06 23:01:55 +00:00
sspitzer%netscape.com 14e1c67714 bullet proof to prevent crashes. #74471. r=pavlov,sr=shaver
the underlying problem still exists, and that will be covered in
another bug.  but until then, we'll assert instead of crashing
2001-04-06 03:20:44 +00:00
ben%netscape.com adeeacf1cc change comments in these files to be appropriate doc comment format. sr=hyatt. 2001-04-05 05:29:24 +00:00
sspitzer%netscape.com 9ebd9a19d2 fix for #74357. do what 4.x mac did for collapsed read messages, that are threads that had unread chidren. r/sr=hyatt,bienvenu 2001-04-04 02:13:41 +00:00
hyatt%netscape.com ec0c0982bd Fix for outliner skin switching bug. 2001-04-04 01:37:09 +00:00
pinkerton%netscape.com 1dd606aa87 before executing command, check if it's a menu. fixes weird problems with context menus where rightclicking with a submenu visible would dismiss the parent but leave the submenu. r=pchen/sr=hyatt. bug# 71795 2001-04-03 21:20:43 +00:00
sspitzer%netscape.com ccc3c72626 #72122 implement AdjustSelection on the outliner selection. sr=hyatt 2001-03-31 04:55:34 +00:00
disttsc%bart.nl dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
pinkerton%netscape.com db93e15b4a Use new DOM context menu event to determine if context menus should come/go r=saari/pink, sr=hyatt.
bug# 36665
2001-03-29 03:33:09 +00:00
hyatt%netscape.com 43fbb26cff Fix for 73506. r=danm, sr=mscott 2001-03-28 22:45:43 +00:00
dr%netscape.com 49cdc2e6bf fix for 67731, r=pinkerton, sr=hyatt 2001-03-27 22:58:50 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
disttsc%bart.nl 4658d4344b Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-03-24 12:02:07 +00:00
hyatt%netscape.com 8a55beea1e Turning on images in outliner. r=pav, sr=brendan 2001-03-24 01:50:33 +00:00
dr%netscape.com c490b11e1e fix for 67731, patch from varga@utcru.sk, r=pinkerton, sr=hyatt 2001-03-24 00:12:47 +00:00
disttsc%bart.nl 76db806bca Fix MOZ_TRACK_MODULE_DEPS bustage 2001-03-23 14:34:00 +00:00
disttsc%bart.nl e7d279cade Fix MOZ_TRACK_MODULE_DEPS bustage 2001-03-23 09:45:16 +00:00
waterson%netscape.com 6e1d4e5d6b Bug 71530. Preflight required changes for RDF outliner. Hack outliner body frame initialization to hookup outliner if one exists; don't assume scrollbar can be created. r=hyatt, sr=ben 2001-03-23 07:42:50 +00:00
pinkerton%netscape.com e35c27a557 make sure we have a valid content node before calling methods on it. bug 73108. r=pav,sr=hyatt 2001-03-23 02:56:24 +00:00
pavlov%netscape.com 8d54c79fea fixing case in a #include that isn't part of the default build. 2001-03-22 07:14:44 +00:00
hyatt%netscape.com 2a1d20ff0e Checking in #ifdefed image loading code for outliner. 2001-03-22 02:51:39 +00:00
blakeross%telocity.com 0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net 1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
hyatt%netscape.com 4ba223ca22 Missed a file on 71470. 2001-03-21 09:01:34 +00:00
hyatt%netscape.com 03580dcee5 Fix for 71740. r=jag, sr=shaver 2001-03-21 08:15:49 +00:00
timeless%mac.com e76ccfd647 fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
sspitzer%netscape.com 5449c8700f fix for #72586. check row height to avoid divide by zero crash. (happens if you scroll too early)
sr=hyatt.
2001-03-21 03:03:58 +00:00
sspitzer%netscape.com e2d0ad8f16 ignore generated makefiles 2001-03-20 05:30:53 +00:00
pavlov%netscape.com edaf3b03bc removing the check for mHasImage before calling mImageLoader.Init()... this wasn't in the old code and slipped in. should fix orange trees. r=brendan 2001-03-20 04:43:35 +00:00
pavlov%netscape.com 0eee027f47 xul image frame changes for new imagelib. part of bug 70938. r=danm sr=hyatt 2001-03-19 23:44:55 +00:00
markh%activestate.com c877604388 Forgot to check this in as part of bug 14368. r=dean_tessman and sr=hyatt
from that bug still apply.
2001-03-13 03:27:15 +00:00
markh%activestate.com 1f60ff29b4 Fix to bug 14368 - Win32 - F10 key does not activate the menu bar.
r=dean_tessman@hotmail.com, sr=hyatt@netscape.com
2001-03-12 09:53:33 +00:00
kmcclusk%netscape.com ce1acffe03 Rewrote nsContainerFrame::PositionChildViews to use the view tree instead of doing a recursive walk of the frame tree. Should improve page load performance bug 70211 r=attinasi@netscape.com sr=hyatt@netscape.com 2001-03-12 04:19:10 +00:00
dbaron%fas.harvard.edu 849cb3c105 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES. 2001-03-09 15:54:21 +00:00
pinkerton%netscape.com a4d7189ded don't consume alt-key event if we don't find a shortcut in the menus. r=saari/brade. sr=shaver. bug# 71326 2001-03-08 22:49:31 +00:00
disttsc%bart.nl 8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
heikki%netscape.com 2ced3d1826 Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson. 2001-03-08 02:41:16 +00:00
hyatt%netscape.com f4962da8b1 Fix for 71139. Also reverting the splitter frame code back. r=danm, sr=brendan 2001-03-08 00:47:22 +00:00
hyatt%netscape.com 826e25f532 Fix for 71139. r=danm, sr=brendan 2001-03-08 00:46:58 +00:00
dbaron%fas.harvard.edu 1e4cfee6ff Really fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage. 2001-03-07 06:07:28 +00:00
dbaron%fas.harvard.edu 2457479b2c Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by using a real REQUIRES line rather than a copied one. 2001-03-07 05:17:01 +00:00
dbaron%fas.harvard.edu 955ae0a864 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by changing MODULE from raptor to layout. 2001-03-07 03:11:33 +00:00
sspitzer%netscape.com a5ca54661e more bustage. 2001-03-06 23:18:38 +00:00
sspitzer%netscape.com 37f657bcc6 fix build bustage. thanks to meep and Pike. 2001-03-06 23:16:27 +00:00
hyatt%netscape.com 68229a8b4b Fix for 70877, enabling outliner. r=dr, sr=waterson 2001-03-06 22:16:42 +00:00
hyatt%netscape.com 4d01b576e2 Outliner files are not part of build.
The other files are a fix for bug #70809.  r=attinasi, sr=brendan
2001-03-06 02:27:50 +00:00
blakeross%telocity.com 38794d139f UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
sspitzer%netscape.com 246928daf3 fix for #68365. r=hwaara, sr=hyatt 2001-02-23 00:46:10 +00:00
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
heikki%netscape.com 5c811dfbf3 Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
hyatt%netscape.com 6a31cf1557 Not part of build. 2001-02-16 02:21:34 +00:00
hyatt%netscape.com 3af1eab1be Not part of build. 2001-02-16 01:37:19 +00:00
hyatt%netscape.com d0e0589b0d Not part of build. 2001-02-15 21:15:21 +00:00
hyatt%netscape.com 19bd97bd08 Not part of build. 2001-02-15 09:43:11 +00:00
hyatt%netscape.com 17acecd93d Not part of build. 2001-02-14 21:38:17 +00:00
hyatt%netscape.com 9bdbaf0cca Not part of build. 2001-02-14 20:26:18 +00:00
hyatt%netscape.com b6b220e133 Not part of build. 2001-02-14 20:16:02 +00:00
hyatt%netscape.com 0dbaa4f83f Not part of build. 2001-02-14 19:44:38 +00:00
hyatt%netscape.com f605fd6cb5 Not part of build. 2001-02-14 19:39:20 +00:00
hyatt%netscape.com 80e26252ca Not part of build. 2001-02-12 23:37:37 +00:00
hyatt%netscape.com 27af128e68 Sample files. Not part of build. 2001-02-12 08:25:24 +00:00
hyatt%netscape.com 94f4c8a65c Not part of build. 2001-02-12 08:16:20 +00:00
hyatt%netscape.com 66977c5f89 Not part of build. 2001-02-09 12:18:52 +00:00
hyatt%netscape.com 6d6e3ff77d Not part of build. 2001-02-09 12:12:53 +00:00
hyatt%netscape.com 45d8e8e8db Not part of build. 2001-02-09 09:48:33 +00:00
hyatt%netscape.com a1ec13c771 Not part of build. 2001-02-09 07:46:46 +00:00
hyatt%netscape.com 593afa17e7 Not part of build. 2001-02-09 07:38:16 +00:00
hyatt%netscape.com c1ef897223 Not part of build. 2001-02-09 07:21:01 +00:00
sspitzer%netscape.com 1f195e3bf5 fix for #68031.
select all (in an empty thread pane) crashes.
sr=hyatt,brendan a=asa
2001-02-08 17:30:17 +00:00
pierre%netscape.com 9af01acf22 Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster. 2001-02-07 09:57:26 +00:00
hyatt%netscape.com 295c45ae29 Fix for 67435. sr=ben 2001-02-07 07:45:36 +00:00
blakeross%telocity.com 3d206cf525 Moving a variable declaration after a |return|. r=hixie 2001-02-06 23:28:17 +00:00
hyatt%netscape.com 8e5f0a5ee1 Not part of build. 2001-02-06 02:57:58 +00:00
pollmann%netscape.com 7efd062521 Bug 62713: Only save scroll position in SH if offset from origin, only put entries in state table if state was created, cleanups, r=jst@netscape.com, sr=vidur@netscape.com 2001-02-06 02:32:04 +00:00
hyatt%netscape.com bb7ecff096 Not part of build. 2001-02-06 02:22:31 +00:00
hyatt%netscape.com dc7585663a not part of build, 2001-02-05 07:06:36 +00:00
hyatt%netscape.com ae3e2f8b4f not part of build, 2001-02-05 07:03:42 +00:00
hyatt%netscape.com 0489e25ec6 not part of build, 2001-02-05 02:45:55 +00:00
hyatt%netscape.com 07e4868362 Not part of build. 2001-02-05 02:01:24 +00:00
hyatt%netscape.com 9f4b18c724 Not part of build. 2001-02-04 22:39:05 +00:00
hyatt%netscape.com 818718c4af Not part of build. 2001-02-04 22:33:23 +00:00
hyatt%netscape.com f4d1df1671 Not part of build. 2001-02-04 22:32:21 +00:00
hyatt%netscape.com 5de9a593c7 Not part of build. 2001-02-04 09:50:59 +00:00
hyatt%netscape.com d31b874343 Not part of build. 2001-02-03 23:13:53 +00:00