.. |
crashtests
|
Bug 512405 - Adjust the assertion count on all platforms unconditionally; r=Jesse a=NPOTB
|
2010-08-23 20:49:25 -07:00 |
tests
|
Bug 574621. Ensure that the prescontext DefaultBackgroundColor is painted on the background of root content documents. r=tnikkel
|
2010-08-26 22:01:43 -05:00 |
FrameLayerBuilder.cpp
|
Bug 579663. Part 9. Simplify ProcessDisplayItems because all items in a container layer have the same app units per dev pixel. r=roc
|
2010-08-08 13:49:07 -05:00 |
FrameLayerBuilder.h
|
Bug 580494. Avoid creating an empty ThebesLayer when an inactive nsDisplayItem::BuildLayer returns null. r=tnikkel
|
2010-08-03 15:33:24 +12:00 |
FramePropertyTable.cpp
|
Bug 564991. Part 1: Create a new kind of frame property that can receive a frame pointer when its destructor is called. r=mats
|
2010-07-16 09:07:45 +12:00 |
FramePropertyTable.h
|
Bug 564991. Part 1: Create a new kind of frame property that can receive a frame pointer when its destructor is called. r=mats
|
2010-07-16 09:07:45 +12:00 |
Makefile.in
|
Bug 564991. Part 3: Create unique nsDisplayItem types for every single display item. r=tnikkel
|
2010-07-16 09:07:49 +12:00 |
PaintTracker.cpp
|
Bug 449129 - abort a plugin process if a plugin attempts to spin an event loop while painting, r=jmathies
|
2010-06-23 10:18:00 -04:00 |
PaintTracker.h
|
Bug 449129 followup: actually decrement the PaintTracker properly
|
2010-06-23 12:15:58 -04:00 |
RestyleTracker.cpp
|
Backed out changeset 0c4519d63a98
|
2010-08-12 11:32:21 +12:00 |
RestyleTracker.h
|
Bug 579830 - Change nsCOMPtr<Element> to nsRefPtr<Element>. Change one location that was QIing to Element. r=bz a2.0=benjamin
|
2010-07-30 20:44:45 -07:00 |
nsBidi.cpp
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
nsBidi.h
|
b=566447; add presshell memory reporter; r=bz
|
2010-05-31 19:19:35 -07:00 |
nsBidiPresUtils.cpp
|
Check that frame offsets are within content. Bug 579655, r=roc, blocking2.0=dsicore
|
2010-08-10 10:08:59 +03:00 |
nsBidiPresUtils.h
|
Bug 571380, e10s: build problem in content/canvas/src/nsCanvasRenderingContext2D.cpp(2653), r=roc
|
2010-06-12 13:37:59 +02:00 |
nsCSSColorUtils.cpp
|
Bug 461512 nsCSSColorUtils doesn't support alpha color (border color is always solid color if the border-style is groove, ridge, inset, outset) r+sr=roc
|
2008-10-28 11:05:38 +09:00 |
nsCSSColorUtils.h
|
Bug 461512 nsCSSColorUtils doesn't support alpha color (border color is always solid color if the border-style is groove, ridge, inset, outset) r+sr=roc
|
2008-10-28 11:05:38 +09:00 |
nsCSSFrameConstructor.cpp
|
Bug 562698 - Part c: Pass Elements to AttributeWillChange; r=bzbarsky, a=dbaron
|
2010-08-24 09:06:20 +02:00 |
nsCSSFrameConstructor.h
|
Bug 562698 - Part c: Pass Elements to AttributeWillChange; r=bzbarsky, a=dbaron
|
2010-08-24 09:06:20 +02:00 |
nsCSSRendering.cpp
|
Bug 581222. Draw outer box-shadows for native-themed elements using the alpha mask of the theme background as the border-shape, and disable inner box-shadows. r=dbaron
|
2010-08-23 21:30:08 +12:00 |
nsCSSRendering.h
|
Bug 581222. Extend gfxAlphaBlur to support "spread radii". r=vlad
|
2010-08-23 21:30:07 +12:00 |
nsCSSRenderingBorders.cpp
|
Bug 334571 Coverity 702, NS_SIDES array limit check - replace NS_FOR_CSS_SIDES defines with enum. r=zwol,mats
|
2010-04-27 18:15:02 +02:00 |
nsCSSRenderingBorders.h
|
Bug 334571 Coverity 702, NS_SIDES array limit check - replace NS_FOR_CSS_SIDES defines with enum. r=zwol,mats
|
2010-04-27 18:15:02 +02:00 |
nsCaret.cpp
|
Bug 585922 - Text cursor doesn't follow character input for passwords (encrypted phrases) r=roc a=blocking-fennec2.0b1+
|
2010-08-23 20:49:15 -07:00 |
nsCaret.h
|
Bug 581585 - Cache the frame for caret; r=roc approval2.0=dbaron
|
2010-07-26 20:05:14 -04:00 |
nsChangeHint.h
|
Bug 505115. Use layers to render active 2D transforms. r=roc,dbaron
|
2010-08-02 15:07:04 +12:00 |
nsChildIterator.cpp
|
Bug 577309 part 8. Stop using content indices in ChildIterator. r=roc
|
2010-07-15 00:38:21 -04:00 |
nsChildIterator.h
|
Bug 577309 part 8. Stop using content indices in ChildIterator. r=roc
|
2010-07-15 00:38:21 -04:00 |
nsCompatibility.h
|
…
|
|
nsCounterManager.cpp
|
Bug 522320: Put auto/none/normal keywords in CSS keyword tables for properties that take enum values. Patch 2 (handle remaining properties). r=dbaron
|
2009-10-21 14:57:57 -07:00 |
nsCounterManager.h
|
b=513807 comparison of unsigned expression >= 0 is always true when constructing nsGenConNodes r=dbaron
|
2009-09-03 08:45:43 +12:00 |
nsDisplayItemTypes.h
|
Bug 563878. Part 13. Implement zoom display list item to handle document hierarchies where zoom is not constant. r=mats sr=roc
|
2010-07-18 21:23:48 -05:00 |
nsDisplayList.cpp
|
Bug 581222. Ensure that the bounds for opaque native-theme backgrounds are correct. r=tn
|
2010-08-23 21:30:08 +12:00 |
nsDisplayList.h
|
Bug 584282. Use nsDisplayItem::ToReferenceFrame() instead of calling nsDisplayListBuilder::ToReferenceFrame, wherever possible. r=tnikkel,a=dbaron
|
2010-08-13 22:01:58 +12:00 |
nsDocumentViewer.cpp
|
Bug 588337. When looking for a container view try a little harder to find the parent document's presshell. r=roc
|
2010-08-21 19:55:55 -05:00 |
nsFrameManager.cpp
|
Bug 576649. r=bzbarsky a=blocking2.0
|
2010-08-10 19:04:43 -03:00 |
nsFrameManager.h
|
Bug 494117 part 2. Don't force selector matching on the whole subtree rooted at an element when the element's style changes. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
nsFrameManagerBase.h
|
Bug 253889: DeCOMtaminate nsIPresShell - Make GetRootFrame() nonvirtual inside gklayout. r=roc
|
2010-03-31 08:48:04 -04:00 |
nsFrameTraversal.cpp
|
Bug 253889: DeCOMtaminate nsIPresShell r=roc
|
2010-03-20 17:54:19 -04:00 |
nsFrameTraversal.h
|
Bug 461212 - deCOM frame traversal (relanding) r=mats.palmgren sr=roc
|
2008-10-30 10:15:22 -07:00 |
nsGenConList.cpp
|
Bug 525295. Rename nsStyleContext::GetPseudoType to GetPseudo. r=dbaron
|
2009-10-29 17:17:56 -04:00 |
nsGenConList.h
|
Bug 525295. Rename nsStyleContext::GetPseudoType to GetPseudo. r=dbaron
|
2009-10-29 17:17:56 -04:00 |
nsIDocumentViewer.h
|
Backed out changeset 86e8ec17e532 (bug 584193).
|
2010-08-08 16:58:40 -05:00 |
nsIDocumentViewerPrint.h
|
Backed out changeset 86e8ec17e532 (bug 584193).
|
2010-08-08 16:58:40 -05:00 |
nsIFrameTraversal.h
|
Bug 461212 - deCOM frame traversal (relanding) r=mats.palmgren sr=roc
|
2008-10-30 10:15:22 -07:00 |
nsIImageMap.h
|
Bug 500882 part 3. Switch accessibility module to using the new GetPrimaryFrame API. r=surkov, sr=roc
|
2009-12-24 16:20:05 -05:00 |
nsILayoutDebugger.h
|
…
|
|
nsILayoutHistoryState.h
|
Bug 215405. Restore scroll position, but not form state, on no-store and SSL no-cache sites. r+sr=bzbarsky
|
2008-12-03 12:55:14 -05:00 |
nsIPercentHeightObserver.h
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
nsIPresShell.h
|
Bug 585817. Part 2: Change nsIPresShell::CreateRenderingContext to GetReferenceRenderingContext, that uses the shared 1x1 surface, and use it all over the place. r=mats,sr=dbaron
|
2010-08-20 14:29:01 -05:00 |
nsIReflowCallback.h
|
…
|
|
nsIStyleSheetService.idl
|
…
|
|
nsImageLoader.cpp
|
Bug 582004 part 2: Make imgIContainerObserver::FrameChanged take a const aDirtyRect argument. r=joe a=blocking
|
2010-08-13 21:09:48 -07:00 |
nsImageLoader.h
|
Bug 582004 part 2: Make imgIContainerObserver::FrameChanged take a const aDirtyRect argument. r=joe a=blocking
|
2010-08-13 21:09:48 -07:00 |
nsLayoutDebugger.cpp
|
Bug 579258. Change IsVaryingRelativeToMovingFrame to take the 'moving frame' as a direct parameter instead of getting it from the builder. r=tnikkel,a=joe
|
2010-08-13 21:54:37 +12:00 |
nsLayoutErrors.h
|
…
|
|
nsLayoutHistoryState.cpp
|
Bug 215405. Restore scroll position, but not form state, on no-store and SSL no-cache sites. r+sr=bzbarsky
|
2008-12-03 12:55:14 -05:00 |
nsLayoutUtils.cpp
|
Make IsAutoHeight be a member of nsLayoutUtils so we don't have to have two copies of it. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:56 +02:00 |
nsLayoutUtils.h
|
Make IsAutoHeight be a member of nsLayoutUtils so we don't have to have two copies of it. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:56 +02:00 |
nsPresArena.cpp
|
b=566447; add presshell memory reporter; r=bz
|
2010-05-31 19:19:35 -07:00 |
nsPresArena.h
|
b=566447; add presshell memory reporter; r=bz
|
2010-05-31 19:19:35 -07:00 |
nsPresContext.cpp
|
Bug 537890. Part 10: Fix nsPresContext and nsIDeviceContext unit-conversion methods to be explicit about using CSS logical units instead of physical units. r=dbaron
|
2010-08-13 21:58:04 +12:00 |
nsPresContext.h
|
Backout 2d6ead22831c (bug 588977) due to orange. a=backout
|
2010-08-20 10:25:52 -07:00 |
nsPresShell.cpp
|
Bug 574621. Ensure that the prescontext DefaultBackgroundColor is painted on the background of root content documents. r=tnikkel
|
2010-08-26 22:01:43 -05:00 |
nsPresState.h
|
Bug 526394. Part 30: Change the scroll state in nsPresState to a point. r=mats
|
2010-01-12 10:45:18 +13:00 |
nsQuoteList.cpp
|
Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky
|
2008-08-18 13:16:42 +12:00 |
nsQuoteList.h
|
b=513807 comparison of unsigned expression >= 0 is always true when constructing nsGenConNodes r=dbaron
|
2009-09-03 08:45:43 +12:00 |
nsRefreshDriver.cpp
|
Bug 586201. Throttle refresh drivers in background tabs. r=roc, a=roc
|
2010-08-27 00:26:23 -04:00 |
nsRefreshDriver.h
|
Bug 586201. Throttle refresh drivers in background tabs. r=roc, a=roc
|
2010-08-27 00:26:23 -04:00 |
nsStyleChangeList.cpp
|
Bug 562688 part 10. Eliminate eELEMENT usage in layout/base. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
nsStyleChangeList.h
|
…
|
|
nsStyleConsts.h
|
Assert that we only increment reasonable side/corner values. Note that incrementing the max value is allowed so that for-loops can be used without complicating the break-condition. r=timeless b=334571
|
2010-04-27 18:15:02 +02:00 |
nsStyleSheetService.cpp
|
Bug 569719 part 2: Move headers for the former nsCSSLoader and nsCSSDeclaration into mozilla/css/. r=dbaron
|
2010-06-28 15:49:35 -07:00 |
nsStyleSheetService.h
|
Bug 106386 - Correct misspellings in source code (old); Part 2; r=timeless
|
2009-07-27 10:47:02 +02:00 |