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

1174 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com 1e20984ef0 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
timeless%mac.com c146ac6485 Fix Bugzilla Bug 89999 [XUL Syntax] Remove support for align="vertical" in <box> and <window>
by andersma@luther.edu r=timeless sr=hyatt
and there was much rejoicing!
for and then there were none
2001-08-08 05:55:24 +00:00
hyatt%netscape.com 20b1b10d69 Fix for 93171. r=pink, sr=blake 2001-08-08 01:38:05 +00:00
hyatt%netscape.com 0c296a706a Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
bryner%netscape.com b43f86c90c Bug 91380 - implement nsScrollBoxObject::ScrollToElement and EnsureElementIsVisible. Patch from shanec@activestate.com, r=bryner, sr=hyatt. 2001-08-06 21:25:07 +00:00
hyatt%netscape.com 976bf17bb4 More 93626. 2001-08-05 19:18:46 +00:00
hewitt%netscape.com 3203d18be2 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2001-08-04 06:21:59 +00:00
hyatt%netscape.com e1abe2c919 Fix for 71471. r=blake, sr=hewitt 2001-08-02 00:09:27 +00:00
sspitzer%netscape.com 1b490992a4 fix for #92191. crash in subscribe dialog (which uses outliner).
r=hwaara, sr=hyatt, a=dbaron for 0.9.3
2001-07-27 21:37:27 +00:00
jaggernaut%netscape.com e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
blakeross%telocity.com b152f080d7 Trunk/M092 topcrash @ nsMenuFrame::ActivateMenu, and a slew of dnd fixes (90151). r=dean sr=ben 2001-07-25 06:51:49 +00:00
mstoltz%netscape.com 3fdcdf0af1 Checking in bug 79898 for jesse@netscape.com
r=pink, akkana, sr=blake
2001-07-25 02:37:11 +00:00
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
tor%cs.brown.edu 294c0e264c Bug 90985 - add pref to control scrollbar snap region size and disable
snapping behavior by default on unix.  r=dean_tessman, sr=blake
2001-07-18 23:19:42 +00:00
waterson%netscape.com 4ae03235e4 Bug 87860. Use GetElementsByTagNameNS() to pick up explicitly qualified tags. r=dbaron, sr=hyatt 2001-07-18 22:44:51 +00:00
jst%netscape.com 88d48dc0c5 Removing use of obsolete macros for defining lists of interfaces used by the DOM classinfo code. r=pollmann@netscape.com, rs=vidur@netscape.com 2001-07-18 07:48:12 +00:00
pavlov%netscape.com 8aaaf796a4 part of bug 78690. r=bryner sr=jst 2001-07-17 01:14:40 +00:00
pinkerton%netscape.com 54d51fa4b8 nullcheck document to prevent crash when there isn't a document. r=saari/sr=hyatt. bug#89373 2001-07-16 22:15:29 +00:00
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
blakeross%telocity.com 4c80f9f24f nsTextBoxFrame's crop=middle is inverse of what is desired (50833). Patch by Dean Tessman <dean_tessman@hotmail.com> r=pink, simon@softel.co.il sr=blake 2001-07-15 00:10:10 +00:00
blakeross%telocity.com 1aa9514540 Dragging thumb away from scrollbar should cancel scrolling (22175). Patch by Dean Tessman <dean_tessman@hotmail.com>. r=timeless sr=blake 2001-07-15 00:05:20 +00:00
timeless%mac.com 1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
leaf%mozilla.org 3299490ce8 re-removing file, sr=smfr 2001-07-05 22:42:46 +00:00
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