.. |
tests
|
…
|
|
.cvsignore
|
…
|
|
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 |
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 |
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 |
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
|
…
|
|
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
|
…
|
|
nsCounterManager.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
|
…
|
|
nsFrameManagerBase.h
|
…
|
|
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
|
…
|
|
nsGenConList.h
|
…
|
|
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
|
…
|
|
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
|
…
|
|
nsImageLoader.cpp
|
…
|
|
nsImageLoader.h
|
…
|
|
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
|
…
|
|
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
|
Fix fastback regression where IsZombieDocument could return false even if we are in a zombie document. Bug 301804, r=aaronl, sr+a=dbaron
|
2005-08-05 20:01:52 +00:00 |
nsPresState.cpp
|
…
|
|
nsPresState.h
|
…
|
|
nsQuoteList.cpp
|
…
|
|
nsQuoteList.h
|
…
|
|
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
|
…
|
|
nsStyleSheetService.h
|
…
|
|
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 |