| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| | |
- add SCTP auth token boundary check.
- turn off SCTP auth and address reconfiguration.
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
This reduces the xul.dll size by 11 MB
|
|\
| |
| | |
Fix warning about inline nsINode::GetFlattenedTreeParentNodeForStyle being undefined
|
| |
| |
| |
| | |
nsINode::GetFlattenedTreeParentNodeForStyle being undefined
|
|\ \
| |/
|/| |
Remove a leftover GMP migration function
|
| | |
|
| |
| |
| |
| |
| |
| | |
Legacy, unmaintained and untested D3D9 stereo
output behind a hidden pref that nobody ever uses... :P
'nuf said. Resolves #1450
|
| |
| |
| |
| | |
This resolves #1517
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
media/ffvpx/libavcodec/
Build Reference:
26:39.53 ../../../build/unix/gold/ld: error: /home/mattatobin/development/.obj/trunk-f1f9fdabf/navigator-x86_64-pc-linux-gnu-gtk2/media/ffvpx/libavcodec/flac_parser.o: multiple definition of 'ff_flac_parser'
26:39.53 ../../../build/unix/gold/ld: /home/mattatobin/development/.obj/trunk-f1f9fdabf/navigator-x86_64-pc-linux-gnu-gtk2/media/ffvpx/libavcodec/dummy_funcs.o: previous definition here
26:39.53 collect2: error: ld returned 1 exit status
26:39.53 gmake[4]: *** [/home/mattatobin/development/binoc-central/platform/config/rules.mk:773: libmozavcodec.so] Error 1
See also: https://gcc.gnu.org/gcc-10/porting_to.html
|
|\ \
| | |
| | | |
De-unify layout
|
| | |
| | |
| | |
| | | |
layout/base/PositionedEventTargeting.cpp
|
| | |
| | |
| | |
| | |
| | |
| | | |
no optimizations in layout/
(and fix a typo for cs fs)
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|