| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
| |
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=329509
This seems to resolve #1356 without causing #1557.
Also reverts previous changes as they no longer appear to serve a purpose.
|
|
|
|
|
| |
This reverts commit ed88b99849156004c04e4a0c87ea9b2360ef19b6, reversing
changes made to c4b0715baaffc541670fd1158557aa7e61e521d3.
|
|\
| |
| | |
Deunify editor
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/| |
Deunify gfx
|
| |\
| | |
| | | |
Include gfx/Logging.h in NativeFontResourceMac.cpp
|
| | | |
|
| |\ \
| | |/
| |/| |
Include gfxEnv.h in gfx/gl/GLLibraryEGL.cpp
|
| |/ |
|
| |
| |
| |
| | |
This removes an unused Telemetry enum
|
| |
| |
| |
| |
| |
| |
| |
| | |
Excludes layers/ipc/CompositorBridgeParent and CrossProcessCompositorBridgeParent
because the latter purposely uses functions implemented in the former.
See also code comment in CrossProcessCompositorBridgeParent.cpp
Note: likely dead code for us anyway; likely not worth investing in to solve.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
De-unified build requires <string.h> instead of <cstring> to
prevent stdlib confusion.
|
| |
| |
| |
| |
| |
| |
| | |
With de-unified building we have to re-apply the fix-up
for <cstdio>, and additionally the same for <cstring>
to prevent the compiler picking the wrong versions of
standard functions.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Correct z-ordering for some table parts
|
|/ / |
|
|\ \
| | |
| | | |
Fix border-radius on table row groups, rows, column groups, or columns
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
columns
Before issue #146, border-radius on row groups, rows, column groups, or columns don't apply to the background of each cell, yet the border-radius on the cell itself does.
After issue #146, the behaviors changed. In this patch, I tried to revert the behaviors of border-radius on table row groups, rows, column groups, or columns back to what happened before issue #146.
Also: Don't override GetBorderRadii in nsBCTableCellFrame.
|
| | |
|
|/
|
|
|
| |
This prevents the Alt text from briefly being shown before being replaced
with the image.
|
|
|
|
| |
We've made some notable changes re: layout and rendering.
|
| |
|
|\
| |
| | |
Better way to create display items for column backgrounds
|
| |
| |
| |
| | |
PresShellState member order
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Part 1: Remove current table item, as it's never set.
Part 2: Get rid of generic table painting code, and handle each class separately.
Part 4: Hoist outline skipping into col(group) frame code.
Part 5: Skip box-shadow for table column and column groups.
Part 6: Store column and column group backgrounds separately, and then append them before the rest of the table contents.
Part 7: Pass rects in display list coordinates to AppendBackgroundItemsToTop.
Part 8: Create column and column group background display items as part of the cell's BuildDisplayList.
Part 9: Used cached values instead of calling nsDisplayListBuilder::ToReferenceFrame when possible, since it can be expensive when the requested frame isn't the builder's current frame.
Part 10: Make sure we build display items for table parts where only the normal position is visible, since we may need to create background items for ancestors at that position.
Part 11: Create an AutoBuildingDisplayList when we create background items for table columns and column groups, so that we initialize the invalidation state correctly.
|
| |
| |
| |
| | |
In the printing preview, we create continuous table frame if table is too long to containing in a page. But the default value of NeedToCalcHasBCBorders is false which means we don't calculate HasBCBorders for continuous table frame. Thus, the border collapse is not shown when printing preview.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
nsIFrame::BuildDisplayListForStackingContext() and nsIFrame::BuildDisplayListForChild() and Cleanup DescendIntoChild
Bug 1441796 - Part 1: Optimize the (pseudo)-stacking context conditions
Bug 1441796 - Part 3: Reuse the results in nsIFrame::BuildDisplayListForStackingContext() for ChildrenHavePerspective(), IsTransformed(), and Combines3DTransformWithAncestors()
Bug 1512244 - Part 1: Cleanup DescendIntoChild
|
| | |
|
| |
| |
| |
| |
| |
| | |
passing it as a parameter to BuildDisplayList
Also fix build bustage for De-unified layout/xul in nsRootBoxFrame.cpp
|
|\ \
| | |
| | | |
Stop MP3 demuxer from choking on very small files.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Remove TelemertyVFS
|
| | |
| | |
| | |
| | | |
This reverts m-c Bug 668378 and completely removes Telemetry SQLite IO. As a bonus this fixes a potential crash in newer SQLite versions without the need for updating this useless telemetry shim.
|
| | | |
|