.. |
tests
|
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
|
2005-04-05 12:36:03 +00:00 |
.cvsignore
|
|
|
bidicattable.h
|
Update Bidi character data tables to Unicode 4.1.0. Bug 288836, r=jshin, rs=roc, a=mkaply
|
2005-04-07 14:24:52 +00:00 |
Makefile.in
|
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
|
2005-05-04 20:22:32 +00:00 |
nsBidi.cpp
|
|
|
nsBidi.h
|
|
|
nsBidiPresUtils.cpp
|
Move the workaround for Windows displaying right-to-left presentation forms as left-to-right into Windows-specific code. Bug 204272, r+sr=rbs, a=chofmann
|
2005-06-23 08:03:24 +00:00 |
nsBidiPresUtils.h
|
|
|
nsBidiUtils.cpp
|
|
|
nsBidiUtils.h
|
Trigger Bidi processing also for non-displayable control characters (RLM, RLE, RLO, etc.) Bug 177148, r+sr=roc, a=asa
|
2005-04-10 06:40:10 +00:00 |
nsCaret.cpp
|
Windows CE build changes. This addresses most of the outstanding Windows
|
2005-04-29 13:33:49 +00:00 |
nsCaret.h
|
|
|
nsChangeHint.h
|
Bug 290352. Fix show/hide events, and anything dependent on those such as DHTML sub sub menus, alerts and progress bars. r=louie.zhao, sr=bz, a=asa
|
2005-06-10 13:57:27 +00:00 |
nsChildIterator.cpp
|
|
|
nsChildIterator.h
|
|
|
nsCompatibility.h
|
|
|
nsCounterManager.cpp
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
nsCounterManager.h
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
nsCSSColorUtils.cpp
|
bug 56314 reverse selection colors when page background is similar to default selection background. Updating the algorithm. r/sr=bzbarsky, a=dbaron
|
2005-04-19 06:05:22 +00:00 |
nsCSSColorUtils.h
|
bug 56314 reverse selection colors when page background is similar to default selection background. Updating the algorithm. r/sr=bzbarsky, a=dbaron
|
2005-04-19 06:05:22 +00:00 |
nsCSSFrameConstructor.cpp
|
Fix counter numbering when counters are set on the inline in an {ib} split.
|
2005-07-07 17:12:31 +00:00 |
nsCSSFrameConstructor.h
|
Fix counter numbering when counters are set on the inline in an {ib} split.
|
2005-07-07 17:12:31 +00:00 |
nsCSSRendering.cpp
|
Prevent background propagation code from trying to operate on pseudo-elements. b=302040 r+sr=roc a=bsmedberg
|
2005-08-02 20:11:09 +00:00 |
nsCSSRendering.h
|
|
|
nsDocumentViewer.cpp
|
Propagate SetBounds to mPreviousViewer so that resizes work correctly during paint suppression, which is especially important for Firefox infobar. b=290991 r=bzbarsky sr=roc a=bsmedberg
|
2005-08-02 20:19:19 +00:00 |
nsFrameContentIterator.cpp
|
|
|
nsFrameManager.cpp
|
Make sure to clear the placeholder map _before_ destroying the frame tree. Bug
|
2005-07-19 21:09:41 +00:00 |
nsFrameManager.h
|
Move handling of replaced element events from frame manager to presshell, make
|
2005-03-28 23:20:54 +00:00 |
nsFrameManagerBase.h
|
Move handling of replaced element events from frame manager to presshell, make
|
2005-03-28 23:20:54 +00:00 |
nsFrameTraversal.cpp
|
Bug 296628. Don't crash when traversal is at the root and we try to go up. r+sr=bzbarsky,a=asa
|
2005-06-17 02:50:15 +00:00 |
nsFrameTraversal.h
|
|
|
nsGenConList.cpp
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
nsGenConList.h
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
nsICaret.h
|
|
|
nsIChromeEventHandler.idl
|
|
|
nsIDocumentViewer.h
|
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
|
2005-06-15 23:52:46 +00:00 |
nsIDocumentViewerPrint.h
|
|
|
nsIFrameSelection.h
|
|
|
nsIFrameTraversal.h
|
|
|
nsIImageMap.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
|
|
nsImageLoader.cpp
|
|
|
nsImageLoader.h
|
|
|
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
Make sure we unsuppress painting for subframes on fastback. Bug 292890, r+sr=dbaron, a=brendan.
|
2005-07-19 17:07:40 +00:00 |
nsIReflowCallback.h
|
|
|
nsISelectionImageService.idl
|
|
|
nsIStyleSheetService.idl
|
Add methods to the user/agent sheet service to unregister sheets and check
|
2005-03-23 02:34:30 +00:00 |
nsLayoutAtomList.h
|
Bug 295850 -- Set up general GetReferencedFrame routine and use it for ClipPath, Glyph, Gradients, Markers, and Paths.
|
2005-08-04 20:32:02 +00:00 |
nsLayoutAtoms.cpp
|
|
|
nsLayoutAtoms.h
|
|
|
nsLayoutDebugger.cpp
|
|
|
nsLayoutErrors.h
|
|
|
nsLayoutHistoryState.cpp
|
|
|
nsLayoutUtils.cpp
|
Bug 296000. Get rid of some unnecessary code. r+sr=roc,a=asa,patch by Martijn Wargers
|
2005-06-26 22:22:40 +00:00 |
nsLayoutUtils.h
|
Bug 290428. When the mouse drags above or below the end of a listbox/comboboxdropdown, select the first or last option. Also, for comboboxes, start listbox selection as soon as the mouse moves to or below the top padding-edge of the dropdown list, and don't stop listbox selection even if the mouse moves back above that edge. r+sr=bzbarsky,a=shaver
|
2005-06-02 09:00:48 +00:00 |
nsPresContext.cpp
|
Fix coverity uninitialized variable warnings in layout. b=288092 r=bernd sr=roc
|
2005-03-30 01:50:56 +00:00 |
nsPresContext.h
|
Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers
|
2005-07-30 20:57:07 +00:00 |
nsPresShell.cpp
|
Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers
|
2005-07-30 20:57:07 +00:00 |
nsPresState.cpp
|
|
|
nsPresState.h
|
|
|
nsQuoteList.cpp
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
nsQuoteList.h
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
nsStyleChangeList.cpp
|
|
|
nsStyleChangeList.h
|
|
|
nsStyleConsts.h
|
Implement the same block-alignment behavior for align=left (which matters only for RTL) that we do for center and right. b=64510 r+sr=roc a=asa
|
2005-06-15 23:45:06 +00:00 |
nsStyleSheetService.cpp
|
Add methods to the user/agent sheet service to unregister sheets and check
|
2005-03-23 02:34:30 +00:00 |
nsStyleSheetService.h
|
Add methods to the user/agent sheet service to unregister sheets and check
|
2005-03-23 02:34:30 +00:00 |
symmtable.h
|
Update Bidi character data tables to Unicode 4.1.0. Bug 288836, r=jshin, rs=roc, a=mkaply
|
2005-04-07 14:24:52 +00:00 |