Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tommy Webb
Tor Browser
Commits
9a21ba30
Commit
9a21ba30
authored
11 years ago
by
Ehsan Akhgari
Browse files
Options
Downloads
Patches
Plain Diff
Bug 938865 - Build layout/tables in unified mode; r=roc
parent
dd99c7a8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
layout/base/StackArena.h
+5
-0
5 additions, 0 deletions
layout/base/StackArena.h
layout/tables/SpanningCellSorter.h
+4
-0
4 additions, 0 deletions
layout/tables/SpanningCellSorter.h
layout/tables/moz.build
+1
-1
1 addition, 1 deletion
layout/tables/moz.build
with
10 additions
and
1 deletion
layout/base/StackArena.h
+
5
−
0
View file @
9a21ba30
...
...
@@ -2,6 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef StackArena_h
#define StackArena_h
#include
"nsError.h"
#include
"mozilla/Assertions.h"
#include
"mozilla/MemoryReporting.h"
...
...
@@ -91,3 +94,5 @@ private:
};
}
// namespace mozilla
#endif
This diff is collapsed.
Click to expand it.
layout/tables/SpanningCellSorter.h
+
4
−
0
View file @
9a21ba30
...
...
@@ -4,6 +4,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef SpanningCellSorter_h
#define SpanningCellSorter_h
/*
* Code to sort cells by their colspan, used by BasicTableLayoutStrategy.
*/
...
...
@@ -93,3 +96,4 @@ private:
void
*
operator
new
(
size_t
sz
)
CPP_THROW_NEW
{
return
nullptr
;
}
};
#endif
This diff is collapsed.
Click to expand it.
layout/tables/moz.build
+
1
−
1
View file @
9a21ba30
...
...
@@ -12,7 +12,7 @@ EXPORTS += [
'
nsITableCellLayout.h
'
,
]
SOURCES
+=
[
UNIFIED_
SOURCES
+=
[
'
BasicTableLayoutStrategy.cpp
'
,
'
FixedTableLayoutStrategy.cpp
'
,
'
nsCellMap.cpp
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment