.. |
crashtests
|
Add bug 457375 crashtest using the crashtest.diff created by Mats
|
2008-11-29 19:04:37 -08:00 |
test
|
Backing out the tests for bug 421839 to try to fix Tinderbox orange.
|
2008-12-08 01:58:48 +01:00 |
broken-image.gif
|
Bug 240463 - "We need up-to-date artwork for the icons of loading-images and broken-images" [p=Iconfactory ui-r=faaborg ui-r+a1.9=beltzner]
|
2008-04-23 22:53:41 -07:00 |
folder.png
|
(No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
|
2008-07-11 11:54:06 -07:00 |
loading-image.gif
|
Bug 240463 - "We need up-to-date artwork for the icons of loading-images and broken-images" [p=Iconfactory ui-r=faaborg ui-r+a1.9=beltzner]
|
2008-04-23 22:53:41 -07:00 |
Makefile.in
|
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
|
2008-09-09 13:59:11 -04:00 |
nsAbsoluteContainingBlock.cpp
|
Bug 465928. Avoid SetInvalidateTextRuns being called by nsBlockFrame::DoRemoveFrame when we're just deleting empty continuation frames. r+sr=dbaron
|
2008-12-03 14:27:19 +13:00 |
nsAbsoluteContainingBlock.h
|
Bug 442542. Make sure to reflow our possibly-size-dependent abs pos kids on the followup reflow that happens if clearance is discovered. r+sr=roc
|
2008-10-15 16:30:42 -04:00 |
nsAreaFrame.cpp
|
|
|
nsAreaFrame.h
|
|
|
nsAutoCopyListener.h
|
(No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
|
2008-07-11 11:54:06 -07:00 |
nsBidiFrames.cpp
|
|
|
nsBidiFrames.h
|
|
|
nsBlockBandData.cpp
|
|
|
nsBlockBandData.h
|
|
|
nsBlockDebugFlags.h
|
|
|
nsBlockFrame.cpp
|
Delete all text frame continuations when deleting first letter frame. Bug 466763, r+sr=roc
|
2008-12-02 22:56:53 -08:00 |
nsBlockFrame.h
|
Followup comment change for bug 465928.
|
2008-12-03 14:50:22 +13:00 |
nsBlockReflowContext.cpp
|
Bug 465928. Avoid SetInvalidateTextRuns being called by nsBlockFrame::DoRemoveFrame when we're just deleting empty continuation frames. r+sr=dbaron
|
2008-12-03 14:27:19 +13:00 |
nsBlockReflowContext.h
|
consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner
|
2008-04-18 00:40:35 -07:00 |
nsBlockReflowState.cpp
|
Bug 465928. Avoid SetInvalidateTextRuns being called by nsBlockFrame::DoRemoveFrame when we're just deleting empty continuation frames. r+sr=dbaron
|
2008-12-03 14:27:19 +13:00 |
nsBlockReflowState.h
|
Bug 457398. Don't treat empty lines as the first line for text-indent or first-letter/first-line purposes. r+sr=dbaron
|
2008-11-27 10:44:47 -08:00 |
nsBRFrame.cpp
|
Change the binding parent for native anonymous content to work like the binding parent for XBL anonymous content, and be the parent of the anonymous content subtree rather than the root of the anonymous content subtree. (Bug 436453) r=bzbarsky,smaug,surkov sr=bzbarsky
|
2008-07-22 21:50:20 -07:00 |
nsBulletFrame.cpp
|
Bug 458487 - 'Rework image snapping logic'. r=vlad+joedrew, sr=dbaron
|
2008-11-04 14:01:21 -08:00 |
nsBulletFrame.h
|
bug 258377, make border collapsed tables to listen for dynamic border style changes r/sr=bzbarsky
|
2008-10-26 11:11:34 +01:00 |
nsColumnSetFrame.cpp
|
Bug 462307 - 'Speed up columns case hit by HTML5 spec'. r+sr=dbaron
|
2008-11-04 14:01:27 -08:00 |
nsContainerFrame.cpp
|
Bug 465913. Don't need to call BreakFromPrevInFlow in nsContainerFrame::DeleteNextInFlowChild. r+sr=dbaron
|
2008-12-08 13:39:11 +13:00 |
nsContainerFrame.h
|
Bug 465928. Avoid SetInvalidateTextRuns being called by nsBlockFrame::DoRemoveFrame when we're just deleting empty continuation frames. r+sr=dbaron
|
2008-12-03 14:27:19 +13:00 |
nsFirstLetterFrame.cpp
|
Bug 465928. Avoid SetInvalidateTextRuns being called by nsBlockFrame::DoRemoveFrame when we're just deleting empty continuation frames. r+sr=dbaron
|
2008-12-03 14:27:19 +13:00 |
nsFirstLetterFrame.h
|
Bug 451252 - "Highlight All" find selection not visible in elements that have -moz-user-select: none set; r+sr=roc
|
2008-09-07 16:12:50 +02:00 |
nsFrame.cpp
|
Relanding bug 461410 - nsILineIterator is never used outside of layout - set nsresults to replicate the existing code more correctly, which fixes the mochitest failures, r+sr=roc with nits noted by Mats Palmgren
|
2008-10-30 12:17:59 -07:00 |
nsFrame.h
|
Relanding bug 461410 - nsILineIterator is never used outside of layout - set nsresults to replicate the existing code more correctly, which fixes the mochitest failures, r+sr=roc with nits noted by Mats Palmgren
|
2008-10-30 12:17:59 -07:00 |
nsFrameFrame.cpp
|
Backed out changeset: d98cdb0cdd15
|
2008-12-05 19:26:52 +01:00 |
nsFrameList.cpp
|
Relanding bug 461410 - nsILineIterator is never used outside of layout - set nsresults to replicate the existing code more correctly, which fixes the mochitest failures, r+sr=roc with nits noted by Mats Palmgren
|
2008-10-30 12:17:59 -07:00 |
nsFrameList.h
|
Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu
|
2008-01-29 15:39:39 -08:00 |
nsFrameSelection.h
|
Don't crash if views were destroyed while flushing notifications. b=421839 r+sr=roc
|
2008-12-08 00:11:37 +01:00 |
nsFrameSetFrame.cpp
|
Bug 416907 - Crash [@ nsHTMLFramesetFrame::Reflow] with frameset in mroot; r+sr=roc
|
2008-10-30 18:10:19 +01:00 |
nsFrameSetFrame.h
|
Backing out bug 448830
|
2008-09-28 23:13:58 +13:00 |
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Partial backout of changeset cfc553938038 (bug 463042) in order to fix bug 468167, "Deleting selected top of document (from below) no longer scrolls what remains into view".
|
2008-12-07 11:19:47 +01:00 |
nsGfxScrollFrame.h
|
Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron
|
2008-09-18 21:47:21 +12:00 |
nsHTMLCanvasFrame.cpp
|
Backing out bug 448830
|
2008-09-28 23:13:58 +13:00 |
nsHTMLCanvasFrame.h
|
Backing out bug 448830
|
2008-09-28 23:13:58 +13:00 |
nsHTMLContainerFrame.cpp
|
Bug 458031. Take dirty rect into account to limit box-shadow computation. r+sr=roc
|
2008-12-03 10:16:22 +13:00 |
nsHTMLContainerFrame.h
|
Implement text-shadow rendering (bug 10713). r+sr=roc. Relanding with fixes to make tests pass on Mac
|
2008-06-13 10:02:32 +12:00 |
nsHTMLFrame.cpp
|
Backed out changeset 357d1c01bde3
|
2008-12-04 00:42:02 +13:00 |
nsHTMLParts.h
|
Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron
|
2008-09-08 20:13:17 +12:00 |
nsHTMLReflowMetrics.h
|
|
|
nsHTMLReflowState.cpp
|
Handle some additional codepaths for position: fixed elements inside elements with -moz-transform. (Bug 455171) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 15:22:39 -08:00 |
nsHTMLReflowState.h
|
Introduce two different definitions of the placeholder's containing block in InitAbsoluteConstraints, since we want to use a different one for the hypothetical box and for the direction. (Bug 462844) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 15:22:39 -08:00 |
nsIAnonymousContentCreator.h
|
|
|
nsICanvasFrame.h
|
|
|
nsIFrame.h
|
imported patch nsIFrame.patch
|
2008-11-19 20:42:55 -08:00 |
nsIFrameDebug.h
|
|
|
nsIFrameFrame.h
|
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
|
2008-08-11 09:38:43 +01:00 |
nsIFrameUtil.h
|
|
|
nsIImageFrame.h
|
|
|
nsILineIterator.h
|
Relanding bug 461410 - nsILineIterator is never used outside of layout - set nsresults to replicate the existing code more correctly, which fixes the mochitest failures, r+sr=roc with nits noted by Mats Palmgren
|
2008-10-30 12:17:59 -07:00 |
nsImageFrame.cpp
|
Bug 458487 - 'Rework image snapping logic'. r=vlad+joedrew, sr=dbaron
|
2008-11-04 14:01:21 -08:00 |
nsImageFrame.h
|
Backed out changeset 6bedb1e92dd0 due to refcount leaks
|
2008-11-07 15:01:35 -05:00 |
nsImageMap.cpp
|
Bug 437142. Be a little more careful with GetPrimaryFrameFor to work around the mess that <area> elements cause. r+sr=roc
|
2008-11-25 20:49:14 -05:00 |
nsImageMap.h
|
Paint a focus ring for <area shape="default">. b=448987 r+sr=roc
|
2008-08-07 16:44:04 +02:00 |
nsInlineFrame.cpp
|
Fix the parent pointer for ::first-letter child frame next-in-flows. b=401042 r+sr=roc
|
2008-12-07 19:21:40 +01:00 |
nsInlineFrame.h
|
|
|
nsIntervalSet.cpp
|
Bug 393490. When subsuming an interval, we need to merge its beginning into the current interval as well as its end, because it might start before the current interval. r+sr=dbaron
|
2008-02-21 17:02:52 -08:00 |
nsIntervalSet.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsIObjectFrame.h
|
Fixing bug 410946. Prevent plugins from being destroyed while there's code from those plugins on the stack. r+sr=bzbarsky@mit.edu, a=beltzner@mozilla.com
|
2008-02-28 18:06:00 -08:00 |
nsIPageSequenceFrame.h
|
|
|
nsIScrollableFrame.h
|
Bug 462793 - Changing listbox selection with keyboard no longer scrolls to make the newly selected item visible, r+sr=roc
|
2008-11-04 15:38:16 +01:00 |
nsIScrollableViewProvider.h
|
|
|
nsIStatefulFrame.h
|
|
|
nsLeafFrame.cpp
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 12:24:06 -08:00 |
nsLeafFrame.h
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 12:24:06 -08:00 |
nsLineBox.cpp
|
Relanding bug 461410 - nsILineIterator is never used outside of layout - set nsresults to replicate the existing code more correctly, which fixes the mochitest failures, r+sr=roc with nits noted by Mats Palmgren
|
2008-10-30 12:17:59 -07:00 |
nsLineBox.h
|
Relanding bug 461410 - nsILineIterator is never used outside of layout - set nsresults to replicate the existing code more correctly, which fixes the mochitest failures, r+sr=roc with nits noted by Mats Palmgren
|
2008-10-30 12:17:59 -07:00 |
nsLineLayout.cpp
|
Bug 465928. Avoid SetInvalidateTextRuns being called by nsBlockFrame::DoRemoveFrame when we're just deleting empty continuation frames. r+sr=dbaron
|
2008-12-03 14:27:19 +13:00 |
nsLineLayout.h
|
Bug 431341. Include floating first-letter text when we build textruns for a paragraph, because we want nsLineBreaker to see the text for capitalization analysis. Make sure that textrun construction for floating first-letter text uses the block as its scope. And make sure we reconstruct textruns after determining the first-letter length, so that ligatures are broken as necessary. r=smontagu
|
2008-07-29 22:11:26 -07:00 |
nsObjectFrame.cpp
|
Bug 465732 - Don't invalidate plugin after scrolling, r=smichaud, sr=roc
|
2008-12-03 11:59:33 +02:00 |
nsObjectFrame.h
|
bug 258377, make border collapsed tables to listen for dynamic border style changes r/sr=bzbarsky
|
2008-10-26 11:11:34 +01:00 |
nsPageContentFrame.cpp
|
Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron
|
2008-09-08 20:13:17 +12:00 |
nsPageContentFrame.h
|
Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron
|
2008-09-08 20:13:17 +12:00 |
nsPageFrame.cpp
|
Pass the user font set through more reliably and make it a required parameter. (Bug 467084) r+sr=roc a=blocking1.9.1+
|
2008-12-04 08:09:53 -08:00 |
nsPageFrame.h
|
Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner
|
2008-04-11 22:32:49 -07:00 |
nsPlaceholderFrame.cpp
|
|
|
nsPlaceholderFrame.h
|
|
|
nsSelection.cpp
|
Don't crash if views were destroyed while flushing notifications. b=421839 r+sr=roc
|
2008-12-08 00:11:37 +01:00 |
nsSimplePageSequence.cpp
|
Bug 458917 - Windows CE Cleanup. r/sr=stuart+bsmedberg
|
2008-10-08 20:51:54 -07:00 |
nsSimplePageSequence.h
|
|
|
nsSpaceManager.cpp
|
Bug 458969: dead stuff in nsSpaceManager r+sr=dbaron
|
2008-10-14 11:59:29 -07:00 |
nsSpaceManager.h
|
Bug 458969: dead stuff in nsSpaceManager r+sr=dbaron
|
2008-10-14 11:59:29 -07:00 |
nsSpacerFrame.cpp
|
|
|
nsSplittableFrame.cpp
|
|
|
nsSplittableFrame.h
|
|
|
nsTextFrame.h
|
bug 258377, make border collapsed tables to listen for dynamic border style changes r/sr=bzbarsky
|
2008-10-26 11:11:34 +01:00 |
nsTextFrameTextRunCache.h
|
|
|
nsTextFrameThebes.cpp
|
Bug 463242. Ideographic spaces should not get CSS word-spacing, but nonbreaking spaces should. r+sr=dbaron
|
2008-12-08 14:11:38 +13:00 |
nsTextFrameUtils.cpp
|
Bug 230555. Support white-space:pre-line. r+sr=dbaron
|
2008-08-12 20:31:56 +12:00 |
nsTextFrameUtils.h
|
Bug 230555. Support white-space:pre-line. r+sr=dbaron
|
2008-08-12 20:31:56 +12:00 |
nsTextRunTransformations.cpp
|
backing out changesets 026147c91538, fb2326fcfc36, ebf0c7cf17be, 57e6a1e9041e, 1f5d2c249f86 and d7a7824d6990 due to crash on linux talos machines durring tp.
|
2008-11-26 12:20:26 -05:00 |
nsTextRunTransformations.h
|
backing out changesets 026147c91538, fb2326fcfc36, ebf0c7cf17be, 57e6a1e9041e, 1f5d2c249f86 and d7a7824d6990 due to crash on linux talos machines durring tp.
|
2008-11-26 12:20:26 -05:00 |
nsVideoFrame.cpp
|
Bug 449518 - Video autostart after doing Back/Forward history button on browser - r+sr=roc
|
2008-10-29 07:48:39 +13:00 |
nsVideoFrame.h
|
Bug 449518 - Video autostart after doing Back/Forward history button on browser - r+sr=roc
|
2008-10-29 07:48:39 +13:00 |
nsViewportFrame.cpp
|
Trivial whitespace cleanup in 2 places in nsViewportFrame.cpp. (whitespace only; cleared in #developers)
|
2008-10-29 17:41:56 -07:00 |
nsViewportFrame.h
|
Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron
|
2008-09-18 21:47:21 +12:00 |
punct_marks.x-ccmap
|
Update Unicode data files to Unicode version 5.1. Bug 427350, r=jdaggett
|
2008-12-03 10:11:01 +02:00 |