Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
The Tor Project
Applications
Mullvad Browser
Commits
9436731b
Commit
9436731b
authored
24 years ago
by
cmanske%netscape.com
Browse files
Options
Downloads
Patches
Plain Diff
Simple comment change for clarity relating to table editing. b=20973, r=jfrancis
parent
cad013b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
editor/idl/nsIEditorShell.idl
+2
-1
2 additions, 1 deletion
editor/idl/nsIEditorShell.idl
with
2 additions
and
1 deletion
editor/idl/nsIEditorShell.idl
+
2
−
1
View file @
9436731b
...
...
@@ -411,7 +411,7 @@ interface nsIEditorShell : nsISupports
/** Get cell at a location in the layout'
s
cellmap
*
returns
null
when
past
last
cell
in
a
row
or
column
*
Get
a
cell
and
associated
data
from
the
layout
frame
based
on
cell
map
coordinates
(
0
index
)
*
If
tableElement
is
null
,
it
will
try
to
find
enclosing
table
of
selection
anchor
*/
nsIDOMElement
GetCellAt
(
in
nsIDOMElement
tableElement
,
in
PRInt32
rowIndex
,
in
PRInt32
colIndex
)
;
...
...
@@ -419,6 +419,7 @@ interface nsIEditorShell : nsISupports
* returns null when past last cell in a row or column
* Note that rowSpan and/or colSpan may be 0 (for extending across entire table),
* so actualRowSpan and actualColSpan are the real number of cells spanned
* If tableElement is null, it will try to find enclosing table of selection anchor
*/
nsIDOMElement GetCellDataAt(in nsIDOMElement tableElement, in PRInt32 rowIndex, in PRInt32 colIndex,
out PRInt32 startRowIndex, out PRInt32 startColIndex,
...
...
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