..
public
Bug 90054. Remove unnecessary methods from nsIImageFrame. r=dbaron, sr=attinasi.
2001-07-10 01:30:08 +00:00
src
Fixes from kin@netscape.com and brade@netscape.com
2001-07-13 13:38:10 +00:00
tests
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
.cvsignore
…
Makefile.in
Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com
2001-02-19 21:50:04 +00:00
makefile.win
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
2000-02-25 04:12:40 +00:00
nsAutoCopy.cpp
bug 50497: plaintext copy loses newlines on paste
bug 57292: copy of table cell contents shouldn't copy cell
bug 57170: some inline style not preserved across copy paste
for all above: r=akkana; sr=sfraser
2001-02-15 13:22:26 +00:00
nsBidiPresUtils.cpp
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
2001-06-30 11:02:25 +00:00
nsBidiPresUtils.h
Fix BiDi regression from style system landing by correcting implementation of 'unicode-bidi' to be a non-inherited property, correctly mapping attributes to it, splitting text frames with both strong RTL and LTR characters, and stripping BiDi control characters. Code by me and lkemmel@il.ibm.com r=simon@softel.co.il sr=hyatt b=83958
2001-06-29 03:15:58 +00:00
nsCSSFrameConstructor.cpp
Bug 88073. Revert changes made in r1.603 due to regression.
2001-07-11 00:48:19 +00:00
nsCSSFrameConstructor.h
Bug 84235. Make nsCSSFrameConstructor print debug information when GECKO_FRAMECTOR_DEBUG_FLAGS is set. r=dbaron, sr=attinasi.
2001-06-27 04:01:51 +00:00
nsCSSRendering.cpp
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
nsCSSRendering.h
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
2001-05-31 22:19:43 +00:00
nsCaret.cpp
fix 84031. replace sizeof(datatype) to sizeof(variable)
2001-06-21 12:23:56 +00:00
nsCaret.h
Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt
2001-04-05 19:53:13 +00:00
nsDocumentViewer.cpp
b=86558 r=dcone sr=attinasi Set the title for the page to null so the last pages value wont be used for the string.
2001-07-09 22:43:17 +00:00
nsFrameManager.cpp
Fixes for 80512 and 83707. r=blake, sr=waterson, a=asa
2001-06-04 00:22:43 +00:00
nsFrameTraversal.cpp
bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes
2001-03-21 01:16:22 +00:00
nsFrameTraversal.h
Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com
2001-02-19 21:50:04 +00:00
nsIAutoCopy.h
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
nsICaret.h
#59405 IME candidate window position is not correct in text field on New card and To field
2001-04-19 22:46:29 +00:00
nsIChromeEventHandler.idl
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
nsIDocumentViewer.h
Enabling XSLT hooks in layout in default build. Bug #42228 . r=axel@pike.org, a=waterson@mozilla.org.
2000-09-16 20:53:08 +00:00
nsIFrameSelection.h
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
2001-05-31 22:19:43 +00:00
nsIFrameTraversal.h
bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes
2001-03-21 01:16:22 +00:00
nsILayoutDebugger.h
removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
2001-01-04 20:44:42 +00:00
nsILayoutHistoryState.h
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
nsIPresShell.h
Fix for 76495. r=danm, sr=rpotts
2001-05-01 22:54:11 +00:00
nsIPresState.h
Fix for 44437. r,a=waterson
2000-10-02 23:23:55 +00:00
nsIReflowCallback.h
Fix for 43467. r=bryner
2000-07-13 23:00:59 +00:00
nsLayoutAtomList.h
bug 88509 - moving of a GetFrameType and layoutAtom from ifdef bidi land.
2001-07-10 23:57:28 +00:00
nsLayoutAtoms.cpp
…
nsLayoutAtoms.h
…
nsLayoutDebugger.cpp
removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
2001-01-04 20:44:42 +00:00
nsLayoutHistoryState.cpp
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
nsPresContext.cpp
Only flush the font cache and don't do a reframe for font.internaluseonly.changed
2001-07-11 03:44:35 +00:00
nsPresContext.h
Prevent quirk stylesheet from applying to XML documents. b=87281 r,sr in {hyatt,attinasi}
2001-06-27 02:25:47 +00:00
nsPresShell.cpp
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
2001-06-30 11:02:25 +00:00
nsPresState.cpp
Bug 70510: Remove needless nsAutoString wrappers, patch by jag <disttsc@bart.nl>, r=pollmann@netscape.com, sr=jst@netscape.com
2001-03-02 02:55:24 +00:00
nsStyleChangeList.cpp
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00
nsStyleChangeList.h
…
nsStyleConsts.h
Add two Korean list styles (-moz-hangul and -moz-hangul-consonant) and rename existing list-style-type values that are our extensions to use -moz- prefix. Patch from Jungshik Shin <jshin@pantheon.yale.edu>. r=dbaron sr=attinasi b=63574
2001-07-04 02:05:59 +00:00