-
Notifications
You must be signed in to change notification settings - Fork 30
可以修正幻影頁籤嗎? #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jaxon0523
wants to merge
126
commits into
ithinc:master
Choose a base branch
from
yfdyh000:Fixed
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
可以修正幻影頁籤嗎? #153
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Since the http://hg.mozilla.org/mozilla-central/diff/4ce737d7339d/browser/base/content/urlbarBindings.xml. Untested for other versions.
I has tested the in Fx31 and Fx32, that is ok. This bug is due to: https://bugzilla.mozilla.org/show_bug.cgi?id=878020 References: https://hg.mozilla.org/releases/mozilla-release/diff/bbfe5c6ea7c9/toolkit/content/widgets/scrollbox.xml http://hg.mozilla.org/mozilla-central/raw-file/2255d7d187b2/toolkit/content/widgets/scrollbox.xml
The caused by https://bugzilla.mozilla.org/show_bug.cgi?id=1001090. Failed to hook gBrowser.onTabSelect: redeclaration of variable lastTab tulib.js:22 Failed to hook gBrowser.moveTabTo: redeclaration of variable wasFocused tulib.js:22 Failed to hook gBrowser.onTabSelect: redeclaration of variable lastTab tulib.js:22
ReferenceError: can't access lexical declaration `lastTab' before initialization
Note: some arguments.callee is not replaced yet. Not fully tested, not guarantee compatibility with older Firefox versions. License: Tab Utilities 1.5.28.1 (MPL 1.1), Tab Mix Plus (MPL 2.0).
…" links This a workaround, only work on 'All' option, not work for 'None but Links' option.
…lertBox)" links" This reverts commit 9bc2434.
Restore to the original effect of once at Fx4.
|
@J4X0N 此前已知晓,会抽空看看是否好修。把这个关掉吧…刚将我的fork开启了issue系统。 |
Note: Not understand its causes at this moment
Just fix #5, not understand its causes at this moment
Due to https://hg.mozilla.org/mozilla-central/rev/cfbe5fc74ea2 [Bug 1071821] This is an not perfect realization, but I really did not find a compatible way. Tested on Fx36/30/28
https://bugzilla.mozilla.org/show_bug.cgi?id=971630 [the be land to Fx29~31] the fixing #7
* Maybe it's because bug 1202902 land, 'const' is inaccessible within hooked function * fix #65
…f e10s turn on * There is insufficient understanding for this issue, so needs testing. * Fix #117
…window mode is enabled * Fix #98 * https://hg.mozilla.org/mozilla-central/rev/8f6c4c5eb703 [Bug 1312901, Fx52] break URL as string, fixed
* #90. no strict Q/A. It sometimes works well for background tab.
[Fix] Mouse scroll to focus a tab advances two tabs at a time on Linux, fix #122
* https://hg.mozilla.org/mozilla-central/rev/1d44acbb76fe [Fx52][Bug 92737 - Part 2]
* Rewrite the isLinkSelected function with a frame script to prevent the open stuck of context menu for complex pages and e10s-on, #121
* https://hg.mozilla.org/mozilla-central/rev/1d44acbb76fe [Fx52][Bug 92737 - Part 2]
* Failed to hook gBrowser.loadTabs: missing ) after formal parameters * https://hg.mozilla.org/mozilla-central/rev/1d44acbb76fe [Fx52][Bug 92737 - Part 2]
The blinking now only occurs when multiple links are selected.
Datetime as title of "Bookmark All Tabs…" will be disabled if ABH2 present
This draws on hackFunc of Add Bookmark Here ²
add deprecated
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
從ff29以後幻影頁籤就失效了,可以修正嗎?
感謝!!!