-
Notifications
You must be signed in to change notification settings - Fork 26
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
windows installer #4
Open
SpencerDAllen
wants to merge
112
commits into
retroj:master
Choose a base branch
from
SpencerDAllen:master
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
Conversation
This file contains 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
See http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html for details about the fixed issue.
The http-request-hook module provides a means for the user to alter the headers of HTTP requests, for purposes such as changing the user-agent string based on the url being requested.
(clhs, cliki, stumpwmwiki, savannah, sourceforge, freshmeat, slashdot, kuro5hin) These were removed because they are of special interest only, not general interest, and in some cases, are obsolete. Their definitions have been copied to the wiki at <http://conkeror.org/Webjumps>.
User-agent-policy is a convenience interface to http-request-hook for per-site user-agent string mangement.
'hist_index' property within sessions renamed to 'access_index'
The HTML5 play/pause and fullscreen buttons are no longer button elements, but div elements with a .ytp-button-* class.
Thanks Christoph Egger for the suggestion!
The ubuntubugs webjump only works for source packages, but not for bug numbers (as with the debbugs webjump), so this one add this functionality for Ubuntu and other launchpad-hosted projects.
Also update copyright years for deb-webjumps.diff.
Ubuntu's packages.ubuntu.com doesn't have the file:$package shortcut and it requires a suite parameter which should change like every half year.
…rmat No more ship MPL in separate file. Update copyright years and holders in debian/copyright.
Needed because https://www.reddit.com has been officialy launched [1]. [1] http://www.redditblog.com/2014/09/hell-its-about-time-reddit-now-supports.html
Also clean up the way 'load more comments' links are found.
Checking the display style in the loop doesn't make much sense because that would only matter if every link on the page was invisible. Even if this is the case this loop would still not catch that because dom_add_class() and reddit_scroll_into_view() would later be called with prev being null.
This is cleaner because Reddit has a lot of subdomains including subdomains for a bunch of different languages (eg. en., fr., de., ...).
Ignore application/vnd.mozilla.xul+xml though. Closes: #746691
Changes "span" to "a".
Stack exchange now supports keyboard navigation. Here we add fallthrough keybinds to avoid collision with the site's own keys. The mode itself is still useful, because the site's key don't cover everything.
None of the mode's features apply to these subpaths, so we exclude them. Also adds emacs.stackexchange.com site (and others).
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.
Modified per your request.