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
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
71f0832c
Verified
Commit
71f0832c
authored
May 29, 2024
by
Otto Länd
Committed by
Pier Angelo Vendrame
Jul 31, 2024
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1743329: apply code formatting via Lando
# ignore-this-changeset
parent
2f28fed5
No related branches found
No related tags found
1 merge request
!1061
Bug 42998: Rebased stable onto 115.14.0esr
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
layout/xul/nsXULPopupManager.h
+4
-4
4 additions, 4 deletions
layout/xul/nsXULPopupManager.h
with
4 additions
and
4 deletions
layout/xul/nsXULPopupManager.h
+
4
−
4
View file @
71f0832c
...
...
@@ -185,9 +185,9 @@ using HidePopupOptions = mozilla::EnumSet<HidePopupOption>;
extern
const
nsNavigationDirection
DirectionFromKeyCodeTable
[
2
][
6
];
#define NS_DIRECTION_FROM_KEY_CODE(frame, keycode) \
(DirectionFromKeyCodeTable
[static_cast<uint8_t>(
\
(frame)->StyleVisibility()->mDirection)]
[(
\
keycode)
-
mozilla::dom::KeyboardEvent_Binding::DOM_VK_END])
(DirectionFromKeyCodeTable
\
[static_cast<uint8_t>(
(frame)->StyleVisibility()->mDirection)] \
[(
keycode)
-
mozilla::dom::KeyboardEvent_Binding::DOM_VK_END])
// Used to hold information about a popup that is about to be opened.
struct
PendingPopup
{
...
...
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