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
19fb12aa
Commit
19fb12aa
authored
17 years ago
by
dietrich@mozilla.com
Browse files
Options
Downloads
Patches
Plain Diff
Bug 384519 typo in history popupshowing handler (r=sspitzer)
parent
04dd040e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
browser/base/content/browser-menubar.inc
+1
-1
1 addition, 1 deletion
browser/base/content/browser-menubar.inc
browser/base/content/browser-places.js
+1
-1
1 addition, 1 deletion
browser/base/content/browser-places.js
with
2 additions
and
2 deletions
browser/base/content/browser-menubar.inc
+
1
−
1
View file @
19fb12aa
...
...
@@ -330,7 +330,7 @@
accesskey
=
"&historyMenu.accesskey;"
>
<
menupopup
id
=
"goPopup"
type
=
"places"
onpopupshowing
=
"HistoryMenu.onPoupShowing(this);"
onpopupshowing
=
"HistoryMenu.onPo
p
upShowing(this);"
place
=
"place:beginTime=-2592000000000&beginTimeRef=1&endTime=7200000000&endTimeRef=2&type=0&sort=4&maxResults=10"
>
<
menuitem
label
=
"&backCmd.label;"
#ifdef XP_MACOSX
...
...
This diff is collapsed.
Click to expand it.
browser/base/content/browser-places.js
+
1
−
1
View file @
19fb12aa
...
...
@@ -187,7 +187,7 @@ var HistoryMenu = {
* @param aMenuPopup
* XULNode for the history menupopup
*/
onPoupShowing
:
function
PHM_onPopupShowing
(
aMenuPopup
)
{
onPo
p
upShowing
:
function
PHM_onPopupShowing
(
aMenuPopup
)
{
var
resultNode
=
aMenuPopup
.
getResultNode
();
var
wasOpen
=
resultNode
.
containerOpen
;
resultNode
.
containerOpen
=
true
;
...
...
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