Skip to content

Commit babc5fa

Browse files
author
Iulian Moraru
committedMay 1, 2023
Backed out 3 changesets (bug 1809568) for causing build bustages on nsLineLayout.cpp. CLOSED TREE
Backed out changeset 573dc0bd9554 (bug 1809568) Backed out changeset b8401947aea0 (bug 1809568) Backed out changeset 7ecabe895121 (bug 1809568)
1 parent e7a4df4 commit babc5fa

File tree

63 files changed

+323
-334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+323
-334
lines changed
 

‎devtools/shared/css/generated/properties-db.js

-18
Original file line numberDiff line numberDiff line change
@@ -3020,7 +3020,6 @@ exports.CSS_PROPERTIES = {
30203020
"float",
30213021
"clear",
30223022
"vertical-align",
3023-
"baseline-source",
30243023
"overflow-clip-box-inline",
30253024
"overflow-clip-box-block",
30263025
"overflow-x",
@@ -4014,23 +4013,6 @@ exports.CSS_PROPERTIES = {
40144013
"unset"
40154014
]
40164015
},
4017-
"baseline-source": {
4018-
"isInherited": false,
4019-
"subproperties": [
4020-
"baseline-source"
4021-
],
4022-
"supports": [],
4023-
"values": [
4024-
"auto",
4025-
"first",
4026-
"inherit",
4027-
"initial",
4028-
"last",
4029-
"revert",
4030-
"revert-layer",
4031-
"unset"
4032-
]
4033-
},
40344016
"block-size": {
40354017
"isInherited": false,
40364018
"subproperties": [

‎layout/base/Baseline.h

-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ enum class BaselineSharingGroup : uint8_t {
1919
Last = 1,
2020
};
2121

22-
// Layout context under which the baseline is being exported to.
23-
enum class BaselineExportContext : uint8_t {
24-
LineLayout = 0,
25-
Other = 1,
26-
};
27-
2822
class Baseline {
2923
public:
3024
/**

0 commit comments

Comments
 (0)
Failed to load comments.