gecko-dev/layout/base
Cameron McCormack 52f712bba2 Bug 1338461 - Pass eRestyle_StyleAttribute through to Servo_NoteExplicitHints. r=bholley
MozReview-Commit-ID: C7HIOTs1SSY

--HG--
extra : rebase_source : 638fe3e1c9ecf47dcd9b175ae03344450417c7da
2017-03-20 14:42:31 +08:00
..
crashtests Bug 1296477 - Part 4: stylo: Update test expectations; r=heycam 2017-03-12 21:12:08 -07:00
doc
gtest Bug 1273045 Part 2 - Update carets when scrolling in subframes without APZ. r=mtseng 2017-03-14 17:50:03 +08:00
tests Bug 1347047 Part 1 - Remove touch caret timeout test. r=TYLin 2017-03-17 08:47:02 +08:00
AccessibleCaret.cpp Bug 1276186. Stop using the locale-sensitive AppendPrintf in code that is supposed to always use '.' as a decimal separator. r=dbaron 2017-03-14 23:16:32 -04:00
AccessibleCaret.h
AccessibleCaretEventHub.cpp Bug 1273045 Part 2 - Update carets when scrolling in subframes without APZ. r=mtseng 2017-03-14 17:50:03 +08:00
AccessibleCaretEventHub.h Bug 1336311 - Change code comments with http://hg.mozilla.org to https://. r=gps 2017-02-07 17:52:56 +01:00
AccessibleCaretLogger.h
AccessibleCaretManager.cpp Bug 1347047 Part 2 - Remove caret timeout control from AccessibleCaretManager. r=TYLin 2017-03-17 08:50:30 +08:00
AccessibleCaretManager.h Bug 1347047 Part 2 - Remove caret timeout control from AccessibleCaretManager. r=TYLin 2017-03-17 08:50:30 +08:00
ArenaObjectID.h
ArenaRefPtr.h Bug 1280295 - Remove MOZ_HAVE_REF_QUALIFIERS. r=froydnj 2017-01-03 22:42:33 -08:00
ArenaRefPtrInlines.h
CaretAssociationHint.h
FramePropertyTable.cpp Bug 1335319 - Add a global flag indicating that we're in the servo traversal. r=bz 2017-02-08 17:04:44 -08:00
FramePropertyTable.h
GeckoRestyleManager.cpp Bug 1330843 - Allow JS to create NAC pseudo-elements. r=bholley 2017-03-17 15:30:34 +08:00
GeckoRestyleManager.h Bug 1297899 - Part 9: Move RestyleFor{InsertOrChange,Append,EmptyChange} and ContentRemoved up to RestyleManager. r=bholley 2017-02-13 11:21:33 +08:00
GeometryUtils.cpp Bug 1340771 part 1 - Rename nsWeakFrame to AutoWeakFrame (automated change). r=tn 2017-03-01 18:03:14 +01:00
GeometryUtils.h Bug 1335368 part 22. Get rid of IsCallerChrome in geometry utils. r=dholbert 2017-02-01 15:43:59 -05:00
LayoutLogging.cpp
LayoutLogging.h
MobileViewportManager.cpp Bug 1304598 Part 3 - Rename nsPresShell.h/cpp to PresShell.h/cpp, and move exported header to mozilla/ subdir. r=dholbert 2016-11-30 11:14:28 +08:00
MobileViewportManager.h (no bug) Tweak some source files in layout to have correct number of newline characters at the end (exactly 1). (no review, whitespace-only, DONTBUILD) 2017-02-22 08:58:50 -08:00
OverflowChangedTracker.h Bug 1313753 - Update overflow at the establisher of the 3D rendering context. r=dbaron 2017-02-08 23:17:00 +01:00
PositionedEventTargeting.cpp Bug 1060419 - make AppendPrintf and nsPrintfCString use Printf.h, r=froydnj 2016-12-14 09:32:21 -07:00
PositionedEventTargeting.h
PresShell.cpp Bug 1347381: Tell Servo earlier about stylesheet changes. r=heycam 2017-03-15 19:54:11 +01:00
PresShell.h Bug 1337258 - Support ServoStyleSheets in nsStyleSheetService. r=xidorn 2017-02-21 10:42:27 +08:00
RestyleLogging.h
RestyleManager.cpp Bug 1187851 followup - Fix DEBUG-only code to print name of nsChangeHint_UpdateContainingBlock. No review. 2017-03-06 16:10:38 -08:00
RestyleManager.h Bug 1341083: Cleanup infallible ProcessRestyledFrames. r=heycam 2017-02-25 19:15:33 +01:00
RestyleManagerHandle.h Bug 1297899 - Part 3: Rename RestyleManager to GeckoRestyleManager and RestyleManagerBase to RestyleManager. r=bholley 2017-02-13 11:21:32 +08:00
RestyleManagerHandleInlines.h Bug 1297899 - Part 1: Rename RestyleManager.{h,cpp} to GeckoRestyleManager.{h,cpp}. r=bholley 2017-02-13 11:21:30 +08:00
RestyleManagerInlines.h Bug 1297899 - Part 9: Move RestyleFor{InsertOrChange,Append,EmptyChange} and ContentRemoved up to RestyleManager. r=bholley 2017-02-13 11:21:33 +08:00
RestyleTracker.cpp Bug 1344386 - Don't look for overlapping change hints in stylo documents. r=emilio 2017-03-07 13:14:32 -08:00
RestyleTracker.h Merge mozilla-central to autoland 2017-02-15 12:59:23 +01:00
RestyleTrackerInlines.h
ScrollbarStyles.cpp
ScrollbarStyles.h
ServoRestyleManager.cpp Bug 1338461 - Pass eRestyle_StyleAttribute through to Servo_NoteExplicitHints. r=bholley 2017-03-20 14:42:31 +08:00
ServoRestyleManager.h Bug 1341985 - Trigger the second traversal for updating CSS animations. r=birtles,heycam 2017-03-10 11:53:19 +09:00
ShapeUtils.cpp Bug 1326409 Part 6 - Convert aBasicShape to a pointer to a const value. r=dholbert 2017-03-13 12:03:40 +08:00
ShapeUtils.h Bug 1326409 Part 6 - Convert aBasicShape to a pointer to a const value. r=dholbert 2017-03-13 12:03:40 +08:00
StackArena.cpp
StackArena.h
StaticPresData.cpp
StaticPresData.h
TouchManager.cpp Bug 1340085 - [Pointer Event] Stop firing pointer events after firing eTouchCancel. f=smaug. r=kats 2017-02-16 15:05:09 +08:00
TouchManager.h Bug 1340085 - [Pointer Event] Stop firing pointer events after firing eTouchCancel. f=smaug. r=kats 2017-02-16 15:05:09 +08:00
UnitTransforms.h Bug 1288210 - Simplify AlignFixedAndStickyLayers by not considering the local transform. r=kats,mstange 2016-09-28 13:33:38 -04:00
Units.h Bug 1317862 - Part 3: Build TextLayers if enabled. r=mstange 2016-11-24 18:11:29 +13:00
WordMovementType.h
ZoomConstraintsClient.cpp Bug 1304598 Part 3 - Rename nsPresShell.h/cpp to PresShell.h/cpp, and move exported header to mozilla/ subdir. r=dholbert 2016-11-30 11:14:28 +08:00
ZoomConstraintsClient.h (no bug) Tweak some source files in layout to have correct number of newline characters at the end (exactly 1). (no review, whitespace-only, DONTBUILD) 2017-02-22 08:58:50 -08:00
moz.build Bug 1297899 - Part 6: Move RestyleManagerHandle functionality into RestyleManager. r=bholley 2017-02-13 11:21:33 +08:00
nsArenaMemoryStats.h
nsAutoLayoutPhase.cpp
nsAutoLayoutPhase.h
nsBidi.h Bug 924851 - patch 2 - When ENABLE_INTL_API is true, make nsBidi into a minimal wrapper around ICU's ubidi.h functions. r=xidorn 2016-10-06 09:49:17 +01:00
nsBidiPresUtils.cpp Bug 1343606 - Pass the correct first child frame for the lines we're going to traverse, and reset bpd.mPrevFrame since we're starting at a new line. r=jfkthame 2017-03-02 20:45:40 +01:00
nsBidiPresUtils.h Bug 410857 part 4 - Stop passing around aBlockFrame just for DEBUG purposes. Introduce BidiParagraphData::mCurrentBlock for that purpose and set it to the right block continuation this time. r=jfkthame 2017-02-20 17:43:08 +01:00
nsBidi_ICU.cpp Bug 924851 - patch 2 - When ENABLE_INTL_API is true, make nsBidi into a minimal wrapper around ICU's ubidi.h functions. r=xidorn 2016-10-06 09:49:17 +01:00
nsBidi_ICU.h Bug 924851 - patch 2 - When ENABLE_INTL_API is true, make nsBidi into a minimal wrapper around ICU's ubidi.h functions. r=xidorn 2016-10-06 09:49:17 +01:00
nsBidi_noICU.cpp Bug 924851 - patch 2 - When ENABLE_INTL_API is true, make nsBidi into a minimal wrapper around ICU's ubidi.h functions. r=xidorn 2016-10-06 09:49:17 +01:00
nsBidi_noICU.h Bug 924851 - patch 2 - When ENABLE_INTL_API is true, make nsBidi into a minimal wrapper around ICU's ubidi.h functions. r=xidorn 2016-10-06 09:49:17 +01:00
nsCSSColorUtils.cpp
nsCSSColorUtils.h
nsCSSFrameConstructor.cpp Bug 1330843 - Allow JS to create NAC pseudo-elements. r=bholley 2017-03-17 15:30:34 +08:00
nsCSSFrameConstructor.h Bug 1345362 part 6. Make ::-moz-pagebreak a non-inheriting anon box. r=heycam 2017-03-08 23:50:59 -05:00
nsCaret.cpp Merge m-c to graphics 2017-02-17 23:33:24 -05:00
nsCaret.h Bug 1337130 - Create a DisplayItemLayer type. r=mattwoodrow 2017-02-14 13:49:27 -08:00
nsChangeHint.h Bug 1340022 - Implement "handled for descendants" tracking for RestyleDamage. r=emilio 2017-02-15 19:36:57 -08:00
nsCompatibility.h
nsCounterManager.cpp Bug 1313362 - Convert nsGenConList to use mozilla::LinkedList. r=xidorn 2016-10-27 18:07:52 +08:00
nsCounterManager.h Bug 1313362 - Convert nsGenConList to use mozilla::LinkedList. r=xidorn 2016-10-27 18:07:52 +08:00
nsDocumentViewer.cpp Bug 1346161 - Remove HANDLE_UNLOAD_MS and HANDLE_BEFOREUNLOAD_MS telemetry probes. r=smaug 2017-03-13 14:47:29 +08:00
nsFrameManager.cpp Bug 1343388 - Don't write to undisplayed contents map cache during servo traversal. r=emilio 2017-02-28 18:07:48 -08:00
nsFrameManager.h Bug 1341083: Don't fall back to reframing with display: contents. r=heycam 2017-02-25 19:15:43 +01:00
nsFrameManagerBase.h Bug 1329200: Remove unused FrameManager global generation counter. r=xidorn 2017-01-06 16:03:41 +01:00
nsFrameTraversal.cpp Bug 1322185 - Rename some StyleDisplay enum values for consistency. r=xidorn 2016-12-05 21:36:28 -10:00
nsFrameTraversal.h
nsGenConList.cpp Bug 1313362 - Convert nsGenConList to use mozilla::LinkedList. r=xidorn 2016-10-27 18:07:52 +08:00
nsGenConList.h Bug 1313362 - Convert nsGenConList to use mozilla::LinkedList. r=xidorn 2016-10-27 18:07:52 +08:00
nsIDocumentViewerPrint.h
nsIFrameTraversal.h
nsILayoutDebugger.h
nsILayoutHistoryState.h
nsIPercentBSizeObserver.h
nsIPreloadedStyleSheet.idl Bug 1328546 - stylo: Support ServoStyleSheets in nsIStyleSheetService::PreloadSheet and nsIDOMWindowUtils::AddSheet. r=bholley 2017-01-05 15:32:22 +08:00
nsIPresShell.h Bug 1340771 part 2 - Introduce a WeakFrame class for heap allocated weak frame pointers, stored in a hashtable for fast lookup. r=tn 2017-03-01 18:03:14 +01:00
nsIPresShellInlines.h Bug 1334735 - Part 2: Add separate flag to track need to flush throttled animations. r=bz,birtles 2017-02-10 10:42:28 +08:00
nsIReflowCallback.h Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky 2017-01-05 15:31:56 +08:00
nsIStyleSheetService.idl Bug 1328546 - stylo: Support ServoStyleSheets in nsIStyleSheetService::PreloadSheet and nsIDOMWindowUtils::AddSheet. r=bholley 2017-01-05 15:32:22 +08:00
nsLayoutDebugger.cpp Bug 1345804 part 3 - Change will-change to store nsIAtom rather than nsString. r=heycam 2017-03-10 12:26:53 +11:00
nsLayoutHistoryState.cpp
nsLayoutUtils.cpp Bug 1340044 - Part 2. Rename value in StyleGeometryBox. r=heycam 2017-03-16 15:18:10 +08:00
nsLayoutUtils.h Bug 1316318 - Disable paint-skipping for elements where we disable APZ. r=mstange 2017-03-15 08:24:08 -04:00
nsPresArena.cpp
nsPresArena.h
nsPresArenaObjectList.h
nsPresContext.cpp Bug 1328652: Assume medium feature changes in nsPresContext::MediaFeatureValuesChanged. r=bz 2017-03-11 00:23:05 +01:00
nsPresContext.h Bug 1340904 - Implement telemetry scroll tracking in C++ r=smaug 2017-03-02 00:51:40 -05:00
nsPresState.h Bug 1304689 - Ensure frame reconstructions don't clobber a 'stronger' scroll origin with a 'weaker' one. r=tnikkel 2016-10-11 09:36:22 -04:00
nsQuoteList.cpp Bug 1313362 - Convert nsGenConList to use mozilla::LinkedList. r=xidorn 2016-10-27 18:07:52 +08:00
nsQuoteList.h Bug 1313362 - Convert nsGenConList to use mozilla::LinkedList. r=xidorn 2016-10-27 18:07:52 +08:00
nsRefreshDriver.cpp Bug 1346644 - Disable high priority vsync handling in parent process, r=ehsan 2017-03-13 18:25:10 +02:00
nsRefreshDriver.h Bug 1283947 - Clear pending transactions when ClientLayerManager is assigning to a different refresh driver. r=mattwoodrow 2017-03-09 18:35:50 +08:00
nsStyleChangeList.cpp Bug 1344386 - Don't look for overlapping change hints in stylo documents. r=emilio 2017-03-07 13:14:32 -08:00
nsStyleChangeList.h Bug 1344386 - Followup bustage fix for bad implicit constructor. r=me 2017-03-07 14:00:19 -08:00
nsStyleSheetService.cpp Bug 1337258 - Support ServoStyleSheets in nsStyleSheetService. r=xidorn 2017-02-21 10:42:27 +08:00
nsStyleSheetService.h Bug 1337258 - Support ServoStyleSheets in nsStyleSheetService. r=xidorn 2017-02-21 10:42:27 +08:00