summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-02-05 00:13:11 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-02-05 00:13:11 +0100
commitde50f30b9b7ec0adf5f2b8ba8cff5024568fb488 (patch)
tree799f581a3f5fb0bf4ad46ecf1e3e65dc68ac4a1f
parentba5ac6139a694722e4c008175b1a1c744ebd05f6 (diff)
downloadqutebrowser-de50f30b9b7ec0adf5f2b8ba8cff5024568fb488.tar.gz
qutebrowser-de50f30b9b7ec0adf5f2b8ba8cff5024568fb488.zip
Replace all GitHub links
-rw-r--r--.travis.yml2
-rw-r--r--CHANGELOG.asciidoc14
-rw-r--r--CONTRIBUTING.asciidoc12
-rw-r--r--FAQ.asciidoc8
-rw-r--r--INSTALL.asciidoc8
-rw-r--r--README.asciidoc8
-rw-r--r--doc/qutebrowser.1.asciidoc4
-rw-r--r--pytest.ini2
-rw-r--r--qutebrowser/app.py2
-rw-r--r--qutebrowser/browser/browsertab.py2
-rw-r--r--qutebrowser/browser/commands.py6
-rw-r--r--qutebrowser/browser/downloads.py4
-rw-r--r--qutebrowser/browser/downloadview.py4
-rw-r--r--qutebrowser/browser/history.py2
-rw-r--r--qutebrowser/browser/mouse.py2
-rw-r--r--qutebrowser/browser/shared.py2
-rw-r--r--qutebrowser/browser/webelem.py4
-rw-r--r--qutebrowser/browser/webengine/webengineelem.py2
-rw-r--r--qutebrowser/browser/webkit/mhtml.py4
-rw-r--r--qutebrowser/browser/webkit/network/networkmanager.py2
-rw-r--r--qutebrowser/browser/webkit/network/webkitqutescheme.py2
-rw-r--r--qutebrowser/browser/webkit/rfc6266.py4
-rw-r--r--qutebrowser/browser/webkit/webkitelem.py4
-rw-r--r--qutebrowser/browser/webkit/webkittab.py6
-rw-r--r--qutebrowser/browser/webkit/webview.py2
-rw-r--r--qutebrowser/completion/completer.py2
-rw-r--r--qutebrowser/completion/completiondelegate.py4
-rw-r--r--qutebrowser/completion/completionwidget.py2
-rw-r--r--qutebrowser/completion/models/configmodel.py6
-rw-r--r--qutebrowser/completion/models/miscmodels.py12
-rw-r--r--qutebrowser/config/config.py2
-rw-r--r--qutebrowser/keyinput/modeman.py2
-rw-r--r--qutebrowser/mainwindow/prompt.py4
-rw-r--r--qutebrowser/mainwindow/tabbedbrowser.py2
-rw-r--r--qutebrowser/mainwindow/tabwidget.py2
-rw-r--r--qutebrowser/misc/earlyinit.py2
-rw-r--r--qutebrowser/misc/editor.py2
-rw-r--r--qutebrowser/misc/ipc.py2
-rw-r--r--qutebrowser/misc/sessions.py6
-rw-r--r--qutebrowser/utils/debug.py2
-rw-r--r--qutebrowser/utils/log.py6
-rw-r--r--qutebrowser/utils/objreg.py2
-rw-r--r--qutebrowser/utils/urlutils.py4
-rw-r--r--qutebrowser/utils/utils.py2
-rw-r--r--scripts/dev/download_release.sh2
-rw-r--r--tests/conftest.py2
-rw-r--r--tests/end2end/data/downloads/issue1535.html2
-rw-r--r--tests/end2end/data/downloads/mhtml/complex/complex.html2
-rw-r--r--tests/end2end/data/downloads/mhtml/complex/complex.mht2
-rw-r--r--tests/end2end/features/downloads.feature10
-rw-r--r--tests/end2end/features/hints.feature16
-rw-r--r--tests/end2end/features/javascript.feature2
-rw-r--r--tests/end2end/features/misc.feature10
-rw-r--r--tests/end2end/features/prompts.feature8
-rw-r--r--tests/end2end/features/scroll.feature2
-rw-r--r--tests/end2end/features/sessions.feature2
-rw-r--r--tests/end2end/features/spawn.feature2
-rw-r--r--tests/end2end/features/zoom.feature8
-rw-r--r--tests/end2end/test_invocations.py8
-rw-r--r--tests/manual/hints/hide_unmatched_rapid_hints.html2
-rw-r--r--tests/manual/hints/issue824.html4
-rw-r--r--tests/manual/hints/issue925.html2
-rw-r--r--tests/manual/hints/other.html10
-rw-r--r--tests/test_conftest.py2
-rw-r--r--tests/unit/browser/webkit/network/test_pac.py2
-rw-r--r--tests/unit/commands/test_cmdutils.py8
-rw-r--r--tests/unit/commands/test_runners.py6
-rw-r--r--tests/unit/config/test_config.py4
-rw-r--r--tests/unit/keyinput/test_modeman.py2
-rw-r--r--tests/unit/mainwindow/statusbar/test_progress.py6
-rw-r--r--tests/unit/misc/test_ipc.py6
-rw-r--r--tests/unit/misc/test_readline.py2
-rw-r--r--tests/unit/misc/test_sessions.py2
-rw-r--r--tests/unit/utils/test_debug.py2
-rw-r--r--tests/unit/utils/test_error.py2
-rw-r--r--tests/unit/utils/test_jinja.py2
-rw-r--r--tests/unit/utils/test_log.py2
-rw-r--r--tests/unit/utils/test_qtutils.py2
-rw-r--r--tests/unit/utils/test_standarddir.py2
-rw-r--r--www/header.asciidoc4
80 files changed, 165 insertions, 165 deletions
diff --git a/.travis.yml b/.travis.yml
index 58e7f09d5..8fa525d35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ matrix:
- os: osx
env: TESTENV=py35 OSX=elcapitan
osx_image: xcode7.3
- # https://github.com/The-Compiler/qutebrowser/issues/2013
+ # https://github.com/qutebrowser/qutebrowser/issues/2013
# - os: osx
# env: TESTENV=py35 OSX=yosemite
# osx_image: xcode6.4
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 479b010f5..221c6b70e 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -845,7 +845,7 @@ Fixed
- Fixed horrible completion performance when the `shrink` option was set.
- Sessions now store zoom/scroll-position correctly.
-https://github.com/The-Compiler/qutebrowser/releases/tag/v0.2.1[v0.2.1]
+https://github.com/qutebrowser/qutebrowser/releases/tag/v0.2.1[v0.2.1]
-----------------------------------------------------------------------
Fixed
@@ -853,7 +853,7 @@ Fixed
- Added missing manpage (doc/qutebrowser.1.asciidoc) to archive.
-https://github.com/The-Compiler/qutebrowser/releases/tag/v0.2.0[v0.2.0]
+https://github.com/qutebrowser/qutebrowser/releases/tag/v0.2.0[v0.2.0]
-----------------------------------------------------------------------
Added
@@ -996,7 +996,7 @@ Fixed
- Add a timeout to pastebin HTTP replies.
- Various other fixes for small/rare bugs.
-https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1.4[v0.1.4]
+https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.4[v0.1.4]
-----------------------------------------------------------------------
Changed
@@ -1040,7 +1040,7 @@ Security
* Stop the icon database from being created when private-browsing is set to true.
* Disable insecure SSL ciphers.
-https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1.3[v0.1.3]
+https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.3[v0.1.3]
-----------------------------------------------------------------------
Changed
@@ -1074,7 +1074,7 @@ Security
* Fix for HTTP passwords accidentally being written to debug log.
-https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1.2[v0.1.2]
+https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.2[v0.1.2]
-----------------------------------------------------------------------
Changed
@@ -1106,7 +1106,7 @@ Fixed
* Fix user-stylesheet setting with an empty value.
-https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1.1[v0.1.1]
+https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1.1[v0.1.1]
-----------------------------------------------------------------------
Added
@@ -1164,7 +1164,7 @@ Fixed
* Ensure the docs get included in `freeze.py`.
* Fix crash with `:zoom`.
-https://github.com/The-Compiler/qutebrowser/releases/tag/v0.1[v0.1]
+https://github.com/qutebrowser/qutebrowser/releases/tag/v0.1[v0.1]
-------------------------------------------------------------------
Initial release.
diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc
index 05ec6df67..e12d9cb9a 100644
--- a/CONTRIBUTING.asciidoc
+++ b/CONTRIBUTING.asciidoc
@@ -34,12 +34,12 @@ this. It might be a good idea to ask on the mailing list or IRC channel to make
sure nobody else started working on the same thing already.
If you want to find something useful to do, check the
-https://github.com/The-Compiler/qutebrowser/issues[issue tracker]. Some
+https://github.com/qutebrowser/qutebrowser/issues[issue tracker]. Some
pointers:
-* https://github.com/The-Compiler/qutebrowser/labels/easy[Issues which should
+* https://github.com/qutebrowser/qutebrowser/labels/easy[Issues which should
be easy to solve]
-* https://github.com/The-Compiler/qutebrowser/labels/not%20code[Issues which
+* https://github.com/qutebrowser/qutebrowser/labels/not%20code[Issues which
require little/no coding]
There are also some things to do if you don't want to write code:
@@ -55,7 +55,7 @@ qutebrowser uses http://git-scm.com/[git] for its development. You can clone
the repo like this:
----
-git clone https://github.com/The-Compiler/qutebrowser.git
+git clone https://github.com/qutebrowser/qutebrowser.git
----
If you don't know git, a http://git-scm.com/[git cheatsheet] might come in
@@ -629,7 +629,7 @@ and make sure all bugs marked as resolved are actually fixed.
* Grep for `WORKAROUND` in the code and test if fixed stuff works without the
workaround.
* Check relevant
-https://github.com/The-Compiler/qutebrowser/issues?q=is%3Aopen+is%3Aissue+label%3Aqt[qutebrowser
+https://github.com/qutebrowser/qutebrowser/issues?q=is%3Aopen+is%3Aissue+label%3Aqt[qutebrowser
bugs] and check if they're fixed.
New PyQt release
@@ -659,7 +659,7 @@ qutebrowser release
* `git push origin`; `git push origin v0.$x.$y`
* If committing on minor branch, cherry-pick release commit to master.
* Create release on github
-* Mark the milestone at https://github.com/The-Compiler/qutebrowser/milestones
+* Mark the milestone at https://github.com/qutebrowser/qutebrowser/milestones
as closed.
* Linux: Run `python3 scripts/dev/build_release.py --upload v0.$x.$y`
diff --git a/FAQ.asciidoc b/FAQ.asciidoc
index 5459a63cf..71d5f2834 100644
--- a/FAQ.asciidoc
+++ b/FAQ.asciidoc
@@ -105,7 +105,7 @@ It also works nicely with rapid hints:
How do I use qutebrowser with mutt?::
Due to a Qt limitation, local files without `.html` extensions are
"downloaded" instead of displayed, see
- https://github.com/The-Compiler/qutebrowser/issues/566[#566]. You can work
+ https://github.com/qutebrowser/qutebrowser/issues/566[#566]. You can work
around this by using this in your `mailcap`:
+
----
@@ -141,7 +141,7 @@ Experiencing freezing on sites like duckduckgo and youtube.::
This issue could be caused by stale plugin files installed by `mozplugger`
if mozplugger was subsequently removed.
Try exiting qutebrowser and removing `~/.mozilla/plugins/mozplugger*.so`.
- See https://github.com/The-Compiler/qutebrowser/issues/357[Issue #357]
+ See https://github.com/qutebrowser/qutebrowser/issues/357[Issue #357]
for more details.
Experiencing segfaults (crashes) on Debian systems.::
@@ -155,7 +155,7 @@ Segfaults on Facebook, Medium, Amazon, ...::
visiting these sites. This is caused by various bugs in Qt which have been
fixed in Qt 5.4. However Debian and Ubuntu are slow to adopt or upgrade
some packages. On Debian Jessie, it's recommended to use the experimental
- repos as described in https://github.com/The-Compiler/qutebrowser/blob/master/INSTALL.asciidoc#on-debian--ubuntu[INSTALL].
+ repos as described in https://github.com/qutebrowser/qutebrowser/blob/master/INSTALL.asciidoc#on-debian--ubuntu[INSTALL].
+
Since Ubuntu Trusty (using Qt 5.2.1),
https://bugreports.qt.io/browse/QTBUG-42417?jql=component%20%3D%20WebKit%20and%20resolution%20%3D%20Done%20and%20fixVersion%20in%20(5.3.0%2C%20%225.3.0%20Alpha%22%2C%20%225.3.0%20Beta1%22%2C%20%225.3.0%20RC1%22%2C%205.3.1%2C%205.3.2%2C%205.4.0%2C%20%225.4.0%20Alpha%22%2C%20%225.4.0%20Beta%22%2C%20%225.4.0%20RC%22)%20and%20priority%20in%20(%22P2%3A%20Important%22%2C%20%22P1%3A%20Critical%22%2C%20%22P0%3A%20Blocker%22)[over
@@ -166,7 +166,7 @@ https://bugreports.qt.io/browse/QTBUG-42417?jql=component%20%3D%20WebKit%20and%2
My issue is not listed.::
If you experience any segfaults or crashes, you can report the issue in
- https://github.com/The-Compiler/qutebrowser/issues[the issue tracker] or
+ https://github.com/qutebrowser/qutebrowser/issues[the issue tracker] or
using the `:report` command.
If you are reporting a segfault, make sure you read the
link:doc/stacktrace.asciidoc[guide] on how to report them with all needed
diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc
index f5007ccfd..f429d551b 100644
--- a/INSTALL.asciidoc
+++ b/INSTALL.asciidoc
@@ -25,7 +25,7 @@ Install the dependencies via apt-get:
----
Get the qutebrowser package from the
-https://github.com/The-Compiler/qutebrowser/releases[release page] and download
+https://github.com/qutebrowser/qutebrowser/releases[release page] and download
the https://qutebrowser.org/python3-pypeg2_2.15.2-1_all.deb[PyPEG2 package].
Install the packages:
@@ -214,7 +214,7 @@ Prebuilt binaries
~~~~~~~~~~~~~~~~~
Prebuilt standalone packages and MSI installers
-https://github.com/The-Compiler/qutebrowser/releases[are built] for every
+https://github.com/qutebrowser/qutebrowser/releases[are built] for every
release.
https://chocolatey.org/packages/qutebrowser[Chocolatey package]
@@ -254,7 +254,7 @@ Prebuilt binary
The easiest way to install qutebrowser on OS X is to use the prebuilt `.app`
files from the
-https://github.com/The-Compiler/qutebrowser/releases[release page].
+https://github.com/qutebrowser/qutebrowser/releases[release page].
This binary is also available through the
https://caskroom.github.io/[Homebrew Cask] package manager:
@@ -313,7 +313,7 @@ First of all, clone the repository using http://git-scm.org/[git] and switch
into the repository folder:
----
-$ git clone https://github.com/The-Compiler/qutebrowser.git
+$ git clone https://github.com/qutebrowser/qutebrowser.git
$ cd qutebrowser
----
diff --git a/README.asciidoc b/README.asciidoc
index 73276634c..69487cdcb 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -1,7 +1,7 @@
// If you are reading this in plaintext or on PyPi:
//
// A rendered version is available at:
-// https://github.com/The-Compiler/qutebrowser/blob/master/README.asciidoc
+// https://github.com/qutebrowser/qutebrowser/blob/master/README.asciidoc
qutebrowser
===========
@@ -9,14 +9,14 @@ qutebrowser
// QUTE_WEB_HIDE
image:icons/qutebrowser-64x64.png[qutebrowser logo] *A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit.*
-image:https://img.shields.io/pypi/l/qutebrowser.svg?style=flat["license badge",link="https://github.com/The-Compiler/qutebrowser/blob/master/COPYING"]
+image:https://img.shields.io/pypi/l/qutebrowser.svg?style=flat["license badge",link="https://github.com/qutebrowser/qutebrowser/blob/master/COPYING"]
image:https://img.shields.io/pypi/v/qutebrowser.svg?style=flat["version badge",link="https://pypi.python.org/pypi/qutebrowser/"]
image:https://requires.io/github/The-Compiler/qutebrowser/requirements.svg?branch=master["requirements badge",link="https://requires.io/github/The-Compiler/qutebrowser/requirements/?branch=master"]
image:https://travis-ci.org/The-Compiler/qutebrowser.svg?branch=master["Build Status", link="https://travis-ci.org/The-Compiler/qutebrowser"]
image:https://ci.appveyor.com/api/projects/status/9gmnuip6i1oq7046?svg=true["AppVeyor build status", link="https://ci.appveyor.com/project/The-Compiler/qutebrowser"]
image:https://codecov.io/github/The-Compiler/qutebrowser/coverage.svg?branch=master["coverage badge",link="https://codecov.io/github/The-Compiler/qutebrowser?branch=master"]
-link:https://www.qutebrowser.org[website] | link:https://blog.qutebrowser.org[blog] | link:https://github.com/The-Compiler/qutebrowser/releases[releases]
+link:https://www.qutebrowser.org[website] | link:https://blog.qutebrowser.org[blog] | link:https://github.com/qutebrowser/qutebrowser/releases[releases]
// QUTE_WEB_HIDE_END
qutebrowser is a keyboard-focused browser with a minimal GUI. It's based
@@ -35,7 +35,7 @@ image:doc/img/hints.png["screenshot 4",width=300,link="doc/img/hints.png"]
Downloads
---------
-See the https://github.com/The-Compiler/qutebrowser/releases[github releases
+See the https://github.com/qutebrowser/qutebrowser/releases[github releases
page] for available downloads (currently a source archive, and standalone
packages as well as MSI installers for Windows).
diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc
index 93e632678..b427ed012 100644
--- a/doc/qutebrowser.1.asciidoc
+++ b/doc/qutebrowser.1.asciidoc
@@ -127,7 +127,7 @@ defaults.
== BUGS
Bugs are tracked in the Github issue tracker at
-https://github.com/The-Compiler/qutebrowser/issues.
+https://github.com/qutebrowser/qutebrowser/issues.
If you found a bug, use the built-in ':report' command to create a bug report
with all information needed.
@@ -160,7 +160,7 @@ https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser
https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser-announce
* IRC: irc://irc.freenode.org/#qutebrowser[`#qutebrowser`] on
http://freenode.net/[Freenode]
-* Github: https://github.com/The-Compiler/qutebrowser
+* Github: https://github.com/qutebrowser/qutebrowser
== AUTHOR
*qutebrowser* was written by Florian Bruhin. All contributors can be found in
diff --git a/pytest.ini b/pytest.ini
index 24f5a4528..e8fd3dd95 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -20,7 +20,7 @@ markers =
qtwebengine_flaky: Tests which are flaky (and currently skipped) with QtWebEngine
qtwebengine_osx_xfail: Tests which fail on OS X with QtWebEngine
js_prompt: Tests needing to display a javascript prompt
- issue2183: https://github.com/The-Compiler/qutebrowser/issues/2183
+ issue2183: https://github.com/qutebrowser/qutebrowser/issues/2183
this: Used to mark tests during development
qt_log_level_fail = WARNING
qt_log_ignore =
diff --git a/qutebrowser/app.py b/qutebrowser/app.py
index 5b7cf545c..3c4c605a6 100644
--- a/qutebrowser/app.py
+++ b/qutebrowser/app.py
@@ -534,7 +534,7 @@ class Quitter:
if not os.path.isdir(cwd):
# Probably running from a python egg. Let's fallback to
# cwd=None and see if that works out.
- # See https://github.com/The-Compiler/qutebrowser/issues/323
+ # See https://github.com/qutebrowser/qutebrowser/issues/323
cwd = None
# Add all open pages so they get reopened.
diff --git a/qutebrowser/browser/browsertab.py b/qutebrowser/browser/browsertab.py
index e868f3261..4144928d2 100644
--- a/qutebrowser/browser/browsertab.py
+++ b/qutebrowser/browser/browsertab.py
@@ -182,7 +182,7 @@ class AbstractZoom(QObject):
# # FIXME:qtwebengine is this needed?
# # For some reason, this signal doesn't get disconnected automatically
# # when the WebView is destroyed on older PyQt versions.
- # # See https://github.com/The-Compiler/qutebrowser/issues/390
+ # # See https://github.com/qutebrowser/qutebrowser/issues/390
# self.destroyed.connect(functools.partial(
# cfg.changed.disconnect, self.init_neighborlist))
diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py
index 3bfe22bed..95dd0e4f2 100644
--- a/qutebrowser/browser/commands.py
+++ b/qutebrowser/browser/commands.py
@@ -652,7 +652,7 @@ class CommandDispatcher:
"""
tab = self._current_widget()
if not tab.url().isValid():
- # See https://github.com/The-Compiler/qutebrowser/issues/701
+ # See https://github.com/qutebrowser/qutebrowser/issues/701
return
if bottom_navigate is not None and tab.scroller.at_bottom():
@@ -833,7 +833,7 @@ class CommandDispatcher:
"""
if self._count() == 0:
# Running :tab-prev after last tab was closed
- # See https://github.com/The-Compiler/qutebrowser/issues/1448
+ # See https://github.com/qutebrowser/qutebrowser/issues/1448
return
newidx = self._current_index() - count
if newidx >= 0:
@@ -853,7 +853,7 @@ class CommandDispatcher:
"""
if self._count() == 0:
# Running :tab-next after last tab was closed
- # See https://github.com/The-Compiler/qutebrowser/issues/1448
+ # See https://github.com/qutebrowser/qutebrowser/issues/1448
return
newidx = self._current_index() + count
if newidx < self._count():
diff --git a/qutebrowser/browser/downloads.py b/qutebrowser/browser/downloads.py
index 378fe9a19..8a1a7853a 100644
--- a/qutebrowser/browser/downloads.py
+++ b/qutebrowser/browser/downloads.py
@@ -125,7 +125,7 @@ def create_full_filename(basename, filename):
The full absolute path, or None if filename creation was not possible.
"""
# Remove chars which can't be encoded in the filename encoding.
- # See https://github.com/The-Compiler/qutebrowser/issues/427
+ # See https://github.com/qutebrowser/qutebrowser/issues/427
encoding = sys.getfilesystemencoding()
filename = utils.force_encoding(filename, encoding)
basename = utils.force_encoding(basename, encoding)
@@ -741,7 +741,7 @@ class AbstractDownloadManager(QObject):
def _remove_item(self, download):
"""Remove a given download."""
if sip.isdeleted(self):
- # https://github.com/The-Compiler/qutebrowser/issues/1242
+ # https://github.com/qutebrowser/qutebrowser/issues/1242
return
try:
idx = self.downloads.index(download)
diff --git a/qutebrowser/browser/downloadview.py b/qutebrowser/browser/downloadview.py
index 783a6a94d..f2a380114 100644
--- a/qutebrowser/browser/downloadview.py
+++ b/qutebrowser/browser/downloadview.py
@@ -39,8 +39,8 @@ def update_geometry(obj):
Here we check if obj ("self") was deleted and just ignore the event if so.
- Original bug: https://github.com/The-Compiler/qutebrowser/issues/167
- Workaround bug: https://github.com/The-Compiler/qutebrowser/issues/171
+ Original bug: https://github.com/qutebrowser/qutebrowser/issues/167
+ Workaround bug: https://github.com/qutebrowser/qutebrowser/issues/171
"""
def _update_geometry():
"""Actually update the geometry if the object still exists."""
diff --git a/qutebrowser/browser/history.py b/qutebrowser/browser/history.py
index 40c497823..130a25c67 100644
--- a/qutebrowser/browser/history.py
+++ b/qutebrowser/browser/history.py
@@ -88,7 +88,7 @@ class Entry:
if not url.isValid():
raise ValueError("Invalid URL: {}".format(url.errorString()))
- # https://github.com/The-Compiler/qutebrowser/issues/670
+ # https://github.com/qutebrowser/qutebrowser/issues/670
atime = atime.lstrip('\0')
if '-' in atime:
diff --git a/qutebrowser/browser/mouse.py b/qutebrowser/browser/mouse.py
index d608db466..247c31a6d 100644
--- a/qutebrowser/browser/mouse.py
+++ b/qutebrowser/browser/mouse.py
@@ -114,7 +114,7 @@ class MouseEventFilter(QObject):
e: The QWheelEvent.
"""
if self._ignore_wheel_event:
- # See https://github.com/The-Compiler/qutebrowser/issues/395
+ # See https://github.com/qutebrowser/qutebrowser/issues/395
self._ignore_wheel_event = False
return True
diff --git a/qutebrowser/browser/shared.py b/qutebrowser/browser/shared.py
index 3d171c696..885e2809d 100644
--- a/qutebrowser/browser/shared.py
+++ b/qutebrowser/browser/shared.py
@@ -158,7 +158,7 @@ def ignore_certificate_errors(url, errors, abort_on):
log.webview.debug("ssl-strict is False, only warning about errors")
for err in errors:
# FIXME we might want to use warn here (non-fatal error)
- # https://github.com/The-Compiler/qutebrowser/issues/114
+ # https://github.com/qutebrowser/qutebrowser/issues/114
message.error('Certificate error: {}'.format(err))
return True
elif ssl_strict is True:
diff --git a/qutebrowser/browser/webelem.py b/qutebrowser/browser/webelem.py
index dfcd69ef7..85c6774b2 100644
--- a/qutebrowser/browser/webelem.py
+++ b/qutebrowser/browser/webelem.py
@@ -161,7 +161,7 @@ class AbstractWebElement(collections.abc.MutableMapping):
Skipping of small rectangles is due to <a> elements containing other
elements with "display:block" style, see
- https://github.com/The-Compiler/qutebrowser/issues/1298
+ https://github.com/qutebrowser/qutebrowser/issues/1298
Args:
elem_geometry: The geometry of the element, or None.
@@ -312,7 +312,7 @@ class AbstractWebElement(collections.abc.MutableMapping):
# Click the center of the largest square fitting into the top/left
# corner of the rectangle, this will help if part of the <a> element
# is hidden behind other elements
- # https://github.com/The-Compiler/qutebrowser/issues/1005
+ # https://github.com/qutebrowser/qutebrowser/issues/1005
rect = self.rect_on_view()
if rect.width() > rect.height():
rect.setWidth(rect.height())
diff --git a/qutebrowser/browser/webengine/webengineelem.py b/qutebrowser/browser/webengine/webengineelem.py
index 8e493bf9b..40d467f43 100644
--- a/qutebrowser/browser/webengine/webengineelem.py
+++ b/qutebrowser/browser/webengine/webengineelem.py
@@ -110,7 +110,7 @@ class WebEngineElement(webelem.AbstractWebElement):
Skipping of small rectangles is due to <a> elements containing other
elements with "display:block" style, see
- https://github.com/The-Compiler/qutebrowser/issues/1298
+ https://github.com/qutebrowser/qutebrowser/issues/1298
Args:
elem_geometry: The geometry of the element, or None.
diff --git a/qutebrowser/browser/webkit/mhtml.py b/qutebrowser/browser/webkit/mhtml.py
index 97da148a0..1d16a0669 100644
--- a/qutebrowser/browser/webkit/mhtml.py
+++ b/qutebrowser/browser/webkit/mhtml.py
@@ -349,8 +349,8 @@ class _Downloader:
# Using the download manager to download host-blocked urls might crash
# qute, see the comments/discussion on
- # https://github.com/The-Compiler/qutebrowser/pull/962#discussion_r40256987
- # and https://github.com/The-Compiler/qutebrowser/issues/1053
+ # https://github.com/qutebrowser/qutebrowser/pull/962#discussion_r40256987
+ # and https://github.com/qutebrowser/qutebrowser/issues/1053
host_blocker = objreg.get('host-blocker')
if host_blocker.is_blocked(url):
log.downloads.debug("Skipping {}, host-blocked".format(url))
diff --git a/qutebrowser/browser/webkit/network/networkmanager.py b/qutebrowser/browser/webkit/network/networkmanager.py
index 5e26893f5..caa04636d 100644
--- a/qutebrowser/browser/webkit/network/networkmanager.py
+++ b/qutebrowser/browser/webkit/network/networkmanager.py
@@ -434,7 +434,7 @@ class NetworkManager(QNetworkAccessManager):
tab=self._tab_id)
current_url = tab.url()
except (KeyError, RuntimeError, TypeError):
- # https://github.com/The-Compiler/qutebrowser/issues/889
+ # https://github.com/qutebrowser/qutebrowser/issues/889
# Catching RuntimeError and TypeError because we could be in
# the middle of the webpage shutdown here.
current_url = QUrl()
diff --git a/qutebrowser/browser/webkit/network/webkitqutescheme.py b/qutebrowser/browser/webkit/network/webkitqutescheme.py
index cb4c68d97..61ef760bc 100644
--- a/qutebrowser/browser/webkit/network/webkitqutescheme.py
+++ b/qutebrowser/browser/webkit/network/webkitqutescheme.py
@@ -74,7 +74,7 @@ class JSBridge(QObject):
@pyqtSlot(str, str, str)
def set(self, sectname, optname, value):
"""Slot to set a setting from qute:settings."""
- # https://github.com/The-Compiler/qutebrowser/issues/727
+ # https://github.com/qutebrowser/qutebrowser/issues/727
if ((sectname, optname) == ('content', 'allow-javascript') and
value == 'false'):
message.error("Refusing to disable javascript via qute:settings "
diff --git a/qutebrowser/browser/webkit/rfc6266.py b/qutebrowser/browser/webkit/rfc6266.py
index cc7f50f1e..89f4c78c6 100644
--- a/qutebrowser/browser/webkit/rfc6266.py
+++ b/qutebrowser/browser/webkit/rfc6266.py
@@ -117,7 +117,7 @@ class Language(str):
"""A language-tag (RFC 5646, Section 2.1).
FIXME: This grammar is not 100% correct yet.
- https://github.com/The-Compiler/qutebrowser/issues/105
+ https://github.com/qutebrowser/qutebrowser/issues/105
"""
grammar = re.compile('[A-Za-z0-9-]+')
@@ -132,7 +132,7 @@ class ValueChars(str):
"""A value of an attribute.
FIXME: Can we merge this with Value?
- https://github.com/The-Compiler/qutebrowser/issues/105
+ https://github.com/qutebrowser/qutebrowser/issues/105
"""
grammar = re.compile('({}|{})*'.format(attr_char_re, hex_digit_re))
diff --git a/qutebrowser/browser/webkit/webkitelem.py b/qutebrowser/browser/webkit/webkitelem.py
index aab3d237c..56e6baf6f 100644
--- a/qutebrowser/browser/webkit/webkitelem.py
+++ b/qutebrowser/browser/webkit/webkitelem.py
@@ -162,7 +162,7 @@ class WebKitElement(webelem.AbstractWebElement):
# On e.g. Void Linux with musl libc, the stack size is too small
# for jsc, and running JS will fail. If that happens, fall back to
# the Python implementation.
- # https://github.com/The-Compiler/qutebrowser/issues/1641
+ # https://github.com/qutebrowser/qutebrowser/issues/1641
return None
text = utils.compact_text(self._elem.toOuterXml(), 500)
@@ -216,7 +216,7 @@ class WebKitElement(webelem.AbstractWebElement):
Skipping of small rectangles is due to <a> elements containing other
elements with "display:block" style, see
- https://github.com/The-Compiler/qutebrowser/issues/1298
+ https://github.com/qutebrowser/qutebrowser/issues/1298
Args:
elem_geometry: The geometry of the element, or None.
diff --git a/qutebrowser/browser/webkit/webkittab.py b/qutebrowser/browser/webkit/webkittab.py
index 9cb4ea68c..6c12d875c 100644
--- a/qutebrowser/browser/webkit/webkittab.py
+++ b/qutebrowser/browser/webkit/webkittab.py
@@ -677,7 +677,7 @@ class WebKitTab(browsertab.AbstractTab):
While Qt has a bool "ok" attribute for loadFinished, it always is True
when using error pages... See
- https://github.com/The-Compiler/qutebrowser/issues/84
+ https://github.com/qutebrowser/qutebrowser/issues/84
"""
self._on_load_finished(not self._widget.page().error_occurred)
@@ -690,8 +690,8 @@ class WebKitTab(browsertab.AbstractTab):
def _on_frame_created(self, frame):
"""Connect the contentsSizeChanged signal of each frame."""
# FIXME:qtwebengine those could theoretically regress:
- # https://github.com/The-Compiler/qutebrowser/issues/152
- # https://github.com/The-Compiler/qutebrowser/issues/263
+ # https://github.com/qutebrowser/qutebrowser/issues/152
+ # https://github.com/qutebrowser/qutebrowser/issues/263
frame.contentsSizeChanged.connect(self._on_contents_size_changed)
@pyqtSlot(QSize)
diff --git a/qutebrowser/browser/webkit/webview.py b/qutebrowser/browser/webkit/webview.py
index 7795f3962..6494b04b8 100644
--- a/qutebrowser/browser/webkit/webview.py
+++ b/qutebrowser/browser/webkit/webview.py
@@ -59,7 +59,7 @@ class WebView(QWebView):
super().__init__(parent)
if sys.platform == 'darwin' and qtutils.version_check('5.4'):
# WORKAROUND for https://bugreports.qt.io/browse/QTBUG-42948
- # See https://github.com/The-Compiler/qutebrowser/issues/462
+ # See https://github.com/qutebrowser/qutebrowser/issues/462
self.setStyle(QStyleFactory.create('Fusion'))
# FIXME:qtwebengine this is only used to set the zoom factor from
# the QWebPage - we should get rid of it somehow (signals?)
diff --git a/qutebrowser/completion/completer.py b/qutebrowser/completion/completer.py
index c5c1915ca..74c759c0d 100644
--- a/qutebrowser/completion/completer.py
+++ b/qutebrowser/completion/completer.py
@@ -239,7 +239,7 @@ class Completer(QObject):
# This is a search or gibberish, so we don't need to complete
# anything (yet)
# FIXME complete searches
- # https://github.com/The-Compiler/qutebrowser/issues/32
+ # https://github.com/qutebrowser/qutebrowser/issues/32
completion.set_model(None)
return
diff --git a/qutebrowser/completion/completiondelegate.py b/qutebrowser/completion/completiondelegate.py
index b48952d1c..dfb479b3f 100644
--- a/qutebrowser/completion/completiondelegate.py
+++ b/qutebrowser/completion/completiondelegate.py
@@ -54,7 +54,7 @@ class CompletionItemDelegate(QStyledItemDelegate):
# FIXME this is horribly slow when resizing.
# We should probably cache something in _get_textdoc or so, but as soon as
# we implement eliding that cache probably isn't worth much anymore...
- # https://github.com/The-Compiler/qutebrowser/issues/121
+ # https://github.com/qutebrowser/qutebrowser/issues/121
def __init__(self, parent=None):
self._painter = None
@@ -173,7 +173,7 @@ class CompletionItemDelegate(QStyledItemDelegate):
"""
# FIXME we probably should do eliding here. See
# qcommonstyle.cpp:viewItemDrawText
- # https://github.com/The-Compiler/qutebrowser/issues/118
+ # https://github.com/qutebrowser/qutebrowser/issues/118
text_option = QTextOption()
if self._opt.features & QStyleOptionViewItem.WrapText:
text_option.setWrapMode(QTextOption.WordWrap)
diff --git a/qutebrowser/completion/completionwidget.py b/qutebrowser/completion/completionwidget.py
index 8a8f9cfb6..294d50332 100644
--- a/qutebrowser/completion/completionwidget.py
+++ b/qutebrowser/completion/completionwidget.py
@@ -134,7 +134,7 @@ class CompletionView(QTreeView):
self.setUniformRowHeights(True)
self.hide()
# FIXME set elidemode
- # https://github.com/The-Compiler/qutebrowser/issues/118
+ # https://github.com/qutebrowser/qutebrowser/issues/118
def __repr__(self):
return utils.get_repr(self)
diff --git a/qutebrowser/completion/models/configmodel.py b/qutebrowser/completion/models/configmodel.py
index 2983dbe5c..4058a5f00 100644
--- a/qutebrowser/completion/models/configmodel.py
+++ b/qutebrowser/completion/models/configmodel.py
@@ -30,7 +30,7 @@ class SettingSectionCompletionModel(base.BaseCompletionModel):
"""A CompletionModel filled with settings sections."""
- # https://github.com/The-Compiler/qutebrowser/issues/545
+ # https://github.com/qutebrowser/qutebrowser/issues/545
# pylint: disable=abstract-method
COLUMN_WIDTHS = (20, 70, 10)
@@ -52,7 +52,7 @@ class SettingOptionCompletionModel(base.BaseCompletionModel):
_section: The config section this model shows.
"""
- # https://github.com/The-Compiler/qutebrowser/issues/545
+ # https://github.com/qutebrowser/qutebrowser/issues/545
# pylint: disable=abstract-method
COLUMN_WIDTHS = (20, 70, 10)
@@ -108,7 +108,7 @@ class SettingValueCompletionModel(base.BaseCompletionModel):
_option: The config option this model shows.
"""
- # https://github.com/The-Compiler/qutebrowser/issues/545
+ # https://github.com/qutebrowser/qutebrowser/issues/545
# pylint: disable=abstract-method
COLUMN_WIDTHS = (20, 70, 10)
diff --git a/qutebrowser/completion/models/miscmodels.py b/qutebrowser/completion/models/miscmodels.py
index 450549057..15ec21fc6 100644
--- a/qutebrowser/completion/models/miscmodels.py
+++ b/qutebrowser/completion/models/miscmodels.py
@@ -32,7 +32,7 @@ class CommandCompletionModel(base.BaseCompletionModel):
"""A CompletionModel filled with non-hidden commands and descriptions."""
- # https://github.com/The-Compiler/qutebrowser/issues/545
+ # https://github.com/qutebrowser/qutebrowser/issues/545
# pylint: disable=abstract-method
COLUMN_WIDTHS = (20, 60, 20)
@@ -50,7 +50,7 @@ class HelpCompletionModel(base.BaseCompletionModel):
"""A CompletionModel filled with help topics."""
- # https://github.com/The-Compiler/qutebrowser/issues/545
+ # https://github.com/qutebrowser/qutebrowser/issues/545
# pylint: disable=abstract-method
def __init__(self, parent=None):
@@ -87,7 +87,7 @@ class QuickmarkCompletionModel(base.BaseCompletionModel):
"""A CompletionModel filled with all quickmarks."""
- # https://github.com/The-Compiler/qutebrowser/issues/545
+ # https://github.com/qutebrowser/qutebrowser/issues/545
# pylint: disable=abstract-method
def __init__(self, parent=None):
@@ -102,7 +102,7 @@ class BookmarkCompletionModel(base.BaseCompletionModel):
"""A CompletionModel filled with all bookmarks."""
- # https://github.com/The-Compiler/qutebrowser/issues/545
+ # https://github.com/qutebrowser/qutebrowser/issues/545
# pylint: disable=abstract-method
def __init__(self, parent=None):
@@ -117,7 +117,7 @@ class SessionCompletionModel(base.BaseCompletionModel):
"""A CompletionModel filled with session names."""
- # https://github.com/The-Compiler/qutebrowser/issues/545
+ # https://github.com/qutebrowser/qutebrowser/issues/545
# pylint: disable=abstract-method
def __init__(self, parent=None):
@@ -249,7 +249,7 @@ class BindCompletionModel(base.BaseCompletionModel):
"""A CompletionModel filled with all bindable commands and descriptions."""
- # https://github.com/The-Compiler/qutebrowser/issues/545
+ # https://github.com/qutebrowser/qutebrowser/issues/545
# pylint: disable=abstract-method
COLUMN_WIDTHS = (20, 60, 20)
diff --git a/qutebrowser/config/config.py b/qutebrowser/config/config.py
index 9e8f14621..aa9ac1ca3 100644
--- a/qutebrowser/config/config.py
+++ b/qutebrowser/config/config.py
@@ -233,7 +233,7 @@ def _init_misc():
# doesn't overwrite our config.
#
# This fixes one of the corruption issues here:
- # https://github.com/The-Compiler/qutebrowser/issues/515
+ # https://github.com/qutebrowser/qutebrowser/issues/515
path = os.path.join(standarddir.config(), 'qsettings')
for fmt in [QSettings.NativeFormat, QSettings.IniFormat]:
diff --git a/qutebrowser/keyinput/modeman.py b/qutebrowser/keyinput/modeman.py
index 54487ae5c..741fe87ec 100644
--- a/qutebrowser/keyinput/modeman.py
+++ b/qutebrowser/keyinput/modeman.py
@@ -299,7 +299,7 @@ class ModeManager(QObject):
log.modes.debug("Leaving mode {}{}".format(
mode, '' if reason is None else ' (reason: {})'.format(reason)))
# leaving a mode implies clearing keychain, see
- # https://github.com/The-Compiler/qutebrowser/issues/1805
+ # https://github.com/qutebrowser/qutebrowser/issues/1805
self.clear_keychain()
self.mode = usertypes.KeyMode.normal
self.left.emit(mode, self.mode, self._win_id)
diff --git a/qutebrowser/mainwindow/prompt.py b/qutebrowser/mainwindow/prompt.py
index 5af2f6b7c..8943d8fb8 100644
--- a/qutebrowser/mainwindow/prompt.py
+++ b/qutebrowser/mainwindow/prompt.py
@@ -112,7 +112,7 @@ class PromptQueue(QObject):
if not sip.isdeleted(question):
# the question could already be deleted, e.g. by a cancelled
# download. See
- # https://github.com/The-Compiler/qutebrowser/issues/415
+ # https://github.com/qutebrowser/qutebrowser/issues/415
self.ask_question(question, blocking=False)
def shutdown(self):
@@ -153,7 +153,7 @@ class PromptQueue(QObject):
if self._shutting_down:
# If we're currently shutting down we have to ignore this question
# to avoid segfaults - see
- # https://github.com/The-Compiler/qutebrowser/issues/95
+ # https://github.com/qutebrowser/qutebrowser/issues/95
log.prompt.debug("Ignoring question because we're shutting down.")
question.abort()
return None
diff --git a/qutebrowser/mainwindow/tabbedbrowser.py b/qutebrowser/mainwindow/tabbedbrowser.py
index 0cdb5eff9..d65360359 100644
--- a/qutebrowser/mainwindow/tabbedbrowser.py
+++ b/qutebrowser/mainwindow/tabbedbrowser.py
@@ -270,7 +270,7 @@ class TabbedBrowser(tabwidget.TabWidget):
# There are some good reasons why a URL could be empty
# (target="_blank" with a download, see [1]), so we silently ignore
# this.
- # [1] https://github.com/The-Compiler/qutebrowser/issues/163
+ # [1] https://github.com/qutebrowser/qutebrowser/issues/163
pass
else:
# We display a warnings for URLs which are not empty but invalid -
diff --git a/qutebrowser/mainwindow/tabwidget.py b/qutebrowser/mainwindow/tabwidget.py
index de65fa280..c4c4beaa5 100644
--- a/qutebrowser/mainwindow/tabwidget.py
+++ b/qutebrowser/mainwindow/tabwidget.py
@@ -253,7 +253,7 @@ class TabBar(QTabBar):
fixing this would be a lot of effort, so we'll postpone it until we're
reimplementing drag&drop for other reasons.
- https://github.com/The-Compiler/qutebrowser/issues/126
+ https://github.com/qutebrowser/qutebrowser/issues/126
Attributes:
vertical: When the tab bar is currently vertical.
diff --git a/qutebrowser/misc/earlyinit.py b/qutebrowser/misc/earlyinit.py
index def252a91..66bc55ca0 100644
--- a/qutebrowser/misc/earlyinit.py
+++ b/qutebrowser/misc/earlyinit.py
@@ -69,7 +69,7 @@ def _missing_str(name, *, windows=None, pip=None, webengine=False):
'(like Debian/Ubuntu), so you need to start without '
'--backend webengine there.'),
('QtWebEngine is currently unsupported with the OS X .app, see '
- 'https://github.com/The-Compiler/qutebrowser/issues/1692'),
+ 'https://github.com/qutebrowser/qutebrowser/issues/1692'),
]
else:
lines = ['<b>If you installed a qutebrowser package for your '
diff --git a/qutebrowser/misc/editor.py b/qutebrowser/misc/editor.py
index 1705df09c..a6f2854d8 100644
--- a/qutebrowser/misc/editor.py
+++ b/qutebrowser/misc/editor.py
@@ -107,7 +107,7 @@ class ExternalEditor(QObject):
# Close while the external process is running, as otherwise systems
# with exclusive write access (e.g. Windows) may fail to update
# the file from the external editor, see
- # https://github.com/The-Compiler/qutebrowser/issues/1767
+ # https://github.com/qutebrowser/qutebrowser/issues/1767
with tempfile.NamedTemporaryFile(
mode='w', prefix='qutebrowser-editor-', encoding=encoding,
delete=False) as fobj:
diff --git a/qutebrowser/misc/ipc.py b/qutebrowser/misc/ipc.py
index 6641a9ee8..2e918ed07 100644
--- a/qutebrowser/misc/ipc.py
+++ b/qutebrowser/misc/ipc.py
@@ -222,7 +222,7 @@ class IPCServer(QObject):
try:
os.chmod(self._server.fullServerName(), 0o700)
except FileNotFoundError:
- # https://github.com/The-Compiler/qutebrowser/issues/1530
+ # https://github.com/qutebrowser/qutebrowser/issues/1530
# The server doesn't actually exist even if ok was reported as
# True, so report this as an error.
raise ListenError(self._server)
diff --git a/qutebrowser/misc/sessions.py b/qutebrowser/misc/sessions.py
index 9a544c738..3b18c39a5 100644
--- a/qutebrowser/misc/sessions.py
+++ b/qutebrowser/misc/sessions.py
@@ -167,7 +167,7 @@ class SessionManager(QObject):
if item.title():
data['title'] = item.title()
else:
- # https://github.com/The-Compiler/qutebrowser/issues/879
+ # https://github.com/qutebrowser/qutebrowser/issues/879
if tab.history.current_idx() == idx:
data['title'] = tab.title()
else:
@@ -306,7 +306,7 @@ class SessionManager(QObject):
if 'zoom' in data:
# The zoom was accidentally stored in 'data' instead of per-tab
# earlier.
- # See https://github.com/The-Compiler/qutebrowser/issues/728
+ # See https://github.com/qutebrowser/qutebrowser/issues/728
user_data['zoom'] = data['zoom']
elif 'zoom' in histentry:
user_data['zoom'] = histentry['zoom']
@@ -314,7 +314,7 @@ class SessionManager(QObject):
if 'scroll-pos' in data:
# The scroll position was accidentally stored in 'data' instead
# of per-tab earlier.
- # See https://github.com/The-Compiler/qutebrowser/issues/728
+ # See https://github.com/qutebrowser/qutebrowser/issues/728
pos = data['scroll-pos']
user_data['scroll-pos'] = QPoint(pos['x'], pos['y'])
elif 'scroll-pos' in histentry:
diff --git a/qutebrowser/utils/debug.py b/qutebrowser/utils/debug.py
index e342446b4..89ae62faf 100644
--- a/qutebrowser/utils/debug.py
+++ b/qutebrowser/utils/debug.py
@@ -137,7 +137,7 @@ def qflags_key(base, value, add_base=False, klass=None):
Note: Passing a combined value (such as Qt.AlignCenter) will get the names
for the individual bits (e.g. Qt.AlignVCenter | Qt.AlignHCenter). FIXME
- https://github.com/The-Compiler/qutebrowser/issues/42
+ https://github.com/qutebrowser/qutebrowser/issues/42
Args:
base: The object the flags are in, e.g. QtCore.Qt
diff --git a/qutebrowser/utils/log.py b/qutebrowser/utils/log.py
index 07ec78741..e9ce3d463 100644
--- a/qutebrowser/utils/log.py
+++ b/qutebrowser/utils/log.py
@@ -406,9 +406,9 @@ def qt_message_handler(msg_type, context, msg):
# When enabling debugging with QtWebEngine
"Remote debugging server started successfully. Try pointing a "
"Chromium-based browser to ",
- # https://github.com/The-Compiler/qutebrowser/issues/1287
+ # https://github.com/qutebrowser/qutebrowser/issues/1287
"QXcbClipboard: SelectionRequest too old",
- # https://github.com/The-Compiler/qutebrowser/issues/2071
+ # https://github.com/qutebrowser/qutebrowser/issues/2071
'QXcbWindow: Unhandled client message: ""',
# https://codereview.qt-project.org/176831
"QObject::disconnect: Unexpected null parameter",
@@ -551,7 +551,7 @@ class RAMHandler(logging.Handler):
FIXME: We should do all the HTML formatter via jinja2.
(probably obsolete when moving to a widget for logging,
- https://github.com/The-Compiler/qutebrowser/issues/34
+ https://github.com/qutebrowser/qutebrowser/issues/34
"""
minlevel = LOG_LEVELS.get(level.upper(), VDEBUG_LEVEL)
lines = []
diff --git a/qutebrowser/utils/objreg.py b/qutebrowser/utils/objreg.py
index d05424fc3..e54502ef8 100644
--- a/qutebrowser/utils/objreg.py
+++ b/qutebrowser/utils/objreg.py
@@ -111,7 +111,7 @@ class ObjectRegistry(collections.UserDict):
#
# With older PyQt-versions (5.2.1) we'll get a "TypeError:
# pyqtSignal must be bound to a QObject" instead:
- # https://github.com/The-Compiler/qutebrowser/issues/257
+ # https://github.com/qutebrowser/qutebrowser/issues/257
pass
del partial_objs[name]
diff --git a/qutebrowser/utils/urlutils.py b/qutebrowser/utils/urlutils.py
index 1199c73f4..7e3827fcd 100644
--- a/qutebrowser/utils/urlutils.py
+++ b/qutebrowser/utils/urlutils.py
@@ -36,7 +36,7 @@ from qutebrowser.browser.network import pac
# FIXME: we probably could raise some exceptions on invalid URLs
-# https://github.com/The-Compiler/qutebrowser/issues/108
+# https://github.com/qutebrowser/qutebrowser/issues/108
class InvalidUrlError(ValueError):
@@ -297,7 +297,7 @@ def qurl_from_user_input(urlstr):
WORKAROUND - https://bugreports.qt.io/browse/QTBUG-41089
FIXME - Maybe https://codereview.qt-project.org/#/c/93851/ has a better way
to solve this?
- https://github.com/The-Compiler/qutebrowser/issues/109
+ https://github.com/qutebrowser/qutebrowser/issues/109
Args:
urlstr: The URL as string.
diff --git a/qutebrowser/utils/utils.py b/qutebrowser/utils/utils.py
index fbed4ede3..f3eab1eab 100644
--- a/qutebrowser/utils/utils.py
+++ b/qutebrowser/utils/utils.py
@@ -400,7 +400,7 @@ def keyevent_to_string(e):
if sys.platform == 'darwin':
# Qt swaps Ctrl/Meta on OS X, so we switch it back here so the user can
# use it in the config as expected. See:
- # https://github.com/The-Compiler/qutebrowser/issues/110
+ # https://github.com/qutebrowser/qutebrowser/issues/110
# http://doc.qt.io/qt-5.4/osx-issues.html#special-keys
modmask2str = collections.OrderedDict([
(Qt.MetaModifier, 'Ctrl'),
diff --git a/scripts/dev/download_release.sh b/scripts/dev/download_release.sh
index 80b68d2f0..7ec4d9159 100644
--- a/scripts/dev/download_release.sh
+++ b/scripts/dev/download_release.sh
@@ -14,7 +14,7 @@ fi
cd "$tmpdir"
mkdir windows
-base="https://github.com/The-Compiler/qutebrowser/releases/download/v$1"
+base="https://github.com/qutebrowser/qutebrowser/releases/download/v$1"
wget "$base/qutebrowser-$1.tar.gz" || exit 1
wget "$base/qutebrowser-$1.tar.gz.asc" || exit 1
diff --git a/tests/conftest.py b/tests/conftest.py
index d016f2e58..bafd1cf74 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -133,7 +133,7 @@ def pytest_collection_modifyitems(config, items):
if item.get_marker('issue2183'):
item.add_marker(pytest.mark.xfail(
config.webengine and qtutils.version_check('5.7.1'),
- reason='https://github.com/The-Compiler/qutebrowser/issues/'
+ reason='https://github.com/qutebrowser/qutebrowser/issues/'
'2183'))
if deselected:
diff --git a/tests/end2end/data/downloads/issue1535.html b/tests/end2end/data/downloads/issue1535.html
index aec88420b..2c147bff6 100644
--- a/tests/end2end/data/downloads/issue1535.html
+++ b/tests/end2end/data/downloads/issue1535.html
@@ -4,7 +4,7 @@
</head>
<body>
<p>Cancelling a download that belongs to an mhtml download.</p>
- <p>See also <a href="https://github.com/The-Compiler/qutebrowser/issues/1535">GitHub</a></p>
+ <p>See also <a href="https://github.com/qutebrowser/qutebrowser/issues/1535">GitHub</a></p>
<!--
Use drip so we have a chance to cancel the download before
it finishes
diff --git a/tests/end2end/data/downloads/mhtml/complex/complex.html b/tests/end2end/data/downloads/mhtml/complex/complex.html
index cb1a42897..1f34eb85c 100644
--- a/tests/end2end/data/downloads/mhtml/complex/complex.html
+++ b/tests/end2end/data/downloads/mhtml/complex/complex.html
@@ -80,7 +80,7 @@
<h2>...and how?</h2>
- <p>See <a href="https://github.com/The-Compiler/qutebrowser/blob/master/CONTRIBUTING.asciidoc">
+ <p>See <a href="https://github.com/qutebrowser/qutebrowser/blob/master/CONTRIBUTING.asciidoc">
here</a> for more information.</p>
<h2>More useless trivia!</h2>
diff --git a/tests/end2end/data/downloads/mhtml/complex/complex.mht b/tests/end2end/data/downloads/mhtml/complex/complex.mht
index f4cfb4649..f55403bc4 100644
--- a/tests/end2end/data/downloads/mhtml/complex/complex.mht
+++ b/tests/end2end/data/downloads/mhtml/complex/complex.mht
@@ -96,7 +96,7 @@ the
=20
<h2>...and how?</h2>
=20
- <p>See <a href=3D"https://github.com/The-Compiler/qutebrowser/blob/=
+ <p>See <a href=3D"https://github.com/qutebrowser/qutebrowser/blob/=
master/CONTRIBUTING.asciidoc">
here</a> for more information.</p>
=20
diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature
index 5f9aa649a..3ee531f42 100644
--- a/tests/end2end/features/downloads.feature
+++ b/tests/end2end/features/downloads.feature
@@ -100,7 +100,7 @@ Feature: Downloading things from a website.
And I run :close
Then qutebrowser should quit
- # https://github.com/The-Compiler/qutebrowser/issues/2134
+ # https://github.com/qutebrowser/qutebrowser/issues/2134
@qtwebengine_skip
Scenario: Downloading, then closing a tab
When I set storage -> prompt-download-directory to false
@@ -270,7 +270,7 @@ Feature: Downloading things from a website.
Then "cancelled" should be logged
And "cancelled" should be logged
- # https://github.com/The-Compiler/qutebrowser/issues/1535
+ # https://github.com/qutebrowser/qutebrowser/issues/1535
@qtwebengine_todo: :download --mhtml is not implemented yet
Scenario: Cancelling an MHTML download (issue 1535)
When I open data/downloads/issue1535.html
@@ -392,7 +392,7 @@ Feature: Downloading things from a website.
And I wait until the download is finished
Then "Opening *download.bin* with [*python*]" should be logged
- # https://github.com/The-Compiler/qutebrowser/issues/1728
+ # https://github.com/qutebrowser/qutebrowser/issues/1728
Scenario: Cancelling a download that should be opened
When I set storage -> prompt-download-directory to true
@@ -402,7 +402,7 @@ Feature: Downloading things from a website.
And I run :download-cancel
Then "* finished but not successful, not opening!" should be logged
- # https://github.com/The-Compiler/qutebrowser/issues/1725
+ # https://github.com/qutebrowser/qutebrowser/issues/1725
Scenario: Directly open a download with a very long filename
When I set storage -> prompt-download-directory to true
@@ -455,7 +455,7 @@ Feature: Downloading things from a website.
And I open data/downloads/download2.bin without waiting
Then the download prompt should be shown with "(tmpdir)/downloads/download2.bin"
- # https://github.com/The-Compiler/qutebrowser/issues/2173
+ # https://github.com/qutebrowser/qutebrowser/issues/2173
Scenario: Remembering the temporary download directory (issue 2173)
When I set storage -> prompt-download-directory to true
diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature
index 27b7ec54f..5425cecb6 100644
--- a/tests/end2end/features/hints.feature
+++ b/tests/end2end/features/hints.feature
@@ -159,7 +159,7 @@ Feature: Using hints
# The actual check is already done above
Then no crash should happen
- # https://github.com/The-Compiler/qutebrowser/issues/1613
+ # https://github.com/qutebrowser/qutebrowser/issues/1613
Scenario: Hinting inputs with padding
When I open data/hints/input.html
And I hint with args "inputs" and follow s
@@ -184,7 +184,7 @@ Feature: Using hints
And I hint with args "links normal" and follow a
Then "navigation request: url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, *" should be logged
- ### FIXME currenly skipped, see https://github.com/The-Compiler/qutebrowser/issues/1525
+ ### FIXME currenly skipped, see https://github.com/qutebrowser/qutebrowser/issues/1525
@xfail_norun
Scenario: Using :follow-hint inside a scrolled iframe
When I open data/hints/iframe_scroll.html
@@ -262,7 +262,7 @@ Feature: Using hints
### Number hint mode
- # https://github.com/The-Compiler/qutebrowser/issues/308
+ # https://github.com/qutebrowser/qutebrowser/issues/308
Scenario: Renumbering hints when filtering
When I open data/hints/number.html
And I set hints -> mode to number
@@ -271,7 +271,7 @@ Feature: Using hints
And I run :follow-hint 1
Then data/numbers/7.txt should be loaded
- # https://github.com/The-Compiler/qutebrowser/issues/576
+ # https://github.com/qutebrowser/qutebrowser/issues/576
@qtwebengine_flaky
Scenario: Keeping hint filter in rapid mode
When I open data/hints/number.html
@@ -283,7 +283,7 @@ Feature: Using hints
Then data/numbers/2.txt should be loaded
And data/numbers/3.txt should be loaded
- # https://github.com/The-Compiler/qutebrowser/issues/1186
+ # https://github.com/qutebrowser/qutebrowser/issues/1186
Scenario: Keeping hints filter when using backspace
When I open data/hints/issue1186.html
And I set hints -> mode to number
@@ -294,7 +294,7 @@ Feature: Using hints
And I run :follow-hint 11
Then the error "No hint 11!" should be shown
- # https://github.com/The-Compiler/qutebrowser/issues/674#issuecomment-165096744
+ # https://github.com/qutebrowser/qutebrowser/issues/674#issuecomment-165096744
Scenario: Multi-word matching
When I open data/hints/number.html
And I set hints -> mode to number
@@ -311,7 +311,7 @@ Feature: Using hints
And I hint with args "all" and follow 00
Then data/numbers/1.txt should be loaded
- # https://github.com/The-Compiler/qutebrowser/issues/1559
+ # https://github.com/qutebrowser/qutebrowser/issues/1559
Scenario: Filtering all hints in number mode
When I open data/hints/number.html
And I set hints -> mode to number
@@ -320,7 +320,7 @@ Feature: Using hints
And I wait for "Leaving mode KeyMode.hint (reason: all filtered)" in the log
Then no crash should happen
- # https://github.com/The-Compiler/qutebrowser/issues/1657
+ # https://github.com/qutebrowser/qutebrowser/issues/1657
Scenario: Using rapid number hinting twice
When I open data/hints/number.html
And I set hints -> mode to number
diff --git a/tests/end2end/features/javascript.feature b/tests/end2end/features/javascript.feature
index 338101f73..19e103476 100644
--- a/tests/end2end/features/javascript.feature
+++ b/tests/end2end/features/javascript.feature
@@ -27,7 +27,7 @@ Feature: Javascript stuff
# WebModalDialog with QtWebKit, WebDialog with QtWebEngine
And "Web*Dialog requested, but we don't support that!" should be logged
- # https://github.com/The-Compiler/qutebrowser/issues/906
+ # https://github.com/qutebrowser/qutebrowser/issues/906
@qtwebengine_skip
Scenario: Closing a JS window twice (issue 906) - qtwebkit
diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature
index c561e0d33..168ea98ca 100644
--- a/tests/end2end/features/misc.feature
+++ b/tests/end2end/features/misc.feature
@@ -381,7 +381,7 @@ Feature: Various utility commands.
When I run :debug-pyeval --quiet 1+1
Then "pyeval output: 2" should be logged
- ## https://github.com/The-Compiler/qutebrowser/issues/504
+ ## https://github.com/qutebrowser/qutebrowser/issues/504
Scenario: Focusing download widget via Tab
When I open about:blank
@@ -490,13 +490,13 @@ Feature: Various utility commands.
Then qute://log?level=error should be loaded
And the page should contain the plaintext "No messages to show."
- ## https://github.com/The-Compiler/qutebrowser/issues/1523
+ ## https://github.com/qutebrowser/qutebrowser/issues/1523
Scenario: Completing a single option argument
When I run :set-cmd-text -s :--
Then no crash should happen
- ## https://github.com/The-Compiler/qutebrowser/issues/1386
+ ## https://github.com/qutebrowser/qutebrowser/issues/1386
Scenario: Partial commandline matching with startup command
When I run :message-i "Hello World" (invalid command)
@@ -510,7 +510,7 @@ Feature: Various utility commands.
And I run :command-accept
Then the message "Hello World" should be shown
- ## https://github.com/The-Compiler/qutebrowser/issues/1219
+ ## https://github.com/qutebrowser/qutebrowser/issues/1219
@qtwebengine_todo: private browsing is not implemented yet
Scenario: Sharing cookies with private browsing
@@ -521,7 +521,7 @@ Feature: Various utility commands.
And I set general -> private-browsing to false
Then the cookie qute-test should be set to 42
- ## https://github.com/The-Compiler/qutebrowser/issues/1742
+ ## https://github.com/qutebrowser/qutebrowser/issues/1742
@qtwebengine_todo: private browsing is not implemented yet
Scenario: Private browsing is activated in QtWebKit without restart
diff --git a/tests/end2end/features/prompts.feature b/tests/end2end/features/prompts.feature
index 25ce208c6..7d867f0b1 100644
--- a/tests/end2end/features/prompts.feature
+++ b/tests/end2end/features/prompts.feature
@@ -353,7 +353,7 @@ Feature: Prompts
"user": "user4"
}
- # https://github.com/The-Compiler/qutebrowser/issues/2156
+ # https://github.com/qutebrowser/qutebrowser/issues/2156
@qtwebkit_skip
Scenario: Cancellling webpage authentification with QtWebEngine
When I open basic-auth/user5/password5 without waiting
@@ -460,7 +460,7 @@ Feature: Prompts
And I run :prompt-accept prompt-in-command-mode
Then "Added quickmark prompt-in-command-mode for *" should be logged
- # https://github.com/The-Compiler/qutebrowser/issues/1093
+ # https://github.com/qutebrowser/qutebrowser/issues/1093
@qtwebengine_skip: QtWebEngine doesn't open the second page/prompt
Scenario: Keyboard focus with multiple auth prompts
When I open basic-auth/user5/password5 without waiting
@@ -486,8 +486,8 @@ Feature: Prompts
"user": "user6"
}
- # https://github.com/The-Compiler/qutebrowser/issues/1249#issuecomment-175205531
- # https://github.com/The-Compiler/qutebrowser/pull/2054#issuecomment-258285544
+ # https://github.com/qutebrowser/qutebrowser/issues/1249#issuecomment-175205531
+ # https://github.com/qutebrowser/qutebrowser/pull/2054#issuecomment-258285544
@qtwebengine_todo: Notifications are not implemented in QtWebEngine
Scenario: Interrupting SSL prompt during a notification prompt
When I set content -> notifications to ask
diff --git a/tests/end2end/features/scroll.feature b/tests/end2end/features/scroll.feature
index 1de3ce30b..5c1cb35f1 100644
--- a/tests/end2end/features/scroll.feature
+++ b/tests/end2end/features/scroll.feature
@@ -231,7 +231,7 @@ Feature: Scrolling
When I run :scroll-perc 0 with count 50
Then the page should be scrolled vertically
- # https://github.com/The-Compiler/qutebrowser/issues/1821
+ # https://github.com/qutebrowser/qutebrowser/issues/1821
Scenario: :scroll-perc without doctype
When I open data/scroll/no_doctype.html
And I run :scroll-perc 100
diff --git a/tests/end2end/features/sessions.feature b/tests/end2end/features/sessions.feature
index af3e43f11..abb399453 100644
--- a/tests/end2end/features/sessions.feature
+++ b/tests/end2end/features/sessions.feature
@@ -194,7 +194,7 @@ Feature: Saving and loading sessions
url: http://localhost:*/data/numbers/3.txt
zoom: 1.0
- # https://github.com/The-Compiler/qutebrowser/issues/879
+ # https://github.com/qutebrowser/qutebrowser/issues/879
Scenario: Saving a session with a page using history.replaceState()
When I open data/sessions/history_replace_state.html without waiting
diff --git a/tests/end2end/features/spawn.feature b/tests/end2end/features/spawn.feature
index dc12f4078..445920924 100644
--- a/tests/end2end/features/spawn.feature
+++ b/tests/end2end/features/spawn.feature
@@ -16,7 +16,7 @@ Feature: :spawn
When I run :spawn -u /this_does_not_exist
Then the error "Userscript '/this_does_not_exist' not found" should be shown
- # https://github.com/The-Compiler/qutebrowser/issues/1614
+ # https://github.com/qutebrowser/qutebrowser/issues/1614
@posix
Scenario: Running :spawn with invalid quoting
When I run :spawn ""'""
diff --git a/tests/end2end/features/zoom.feature b/tests/end2end/features/zoom.feature
index d94bd3a27..3aa39df8b 100644
--- a/tests/end2end/features/zoom.feature
+++ b/tests/end2end/features/zoom.feature
@@ -20,19 +20,19 @@ Feature: Zooming in and out
Then the message "Zoom level: 120%" should be shown
And the zoom should be 120%
- # https://github.com/The-Compiler/qutebrowser/issues/1118
+ # https://github.com/qutebrowser/qutebrowser/issues/1118
Scenario: Zooming in with very big count
When I run :zoom-in with count 99999999999
Then the message "Zoom level: 120%" should be shown
And the zoom should be 120%
- # https://github.com/The-Compiler/qutebrowser/issues/1118
+ # https://github.com/qutebrowser/qutebrowser/issues/1118
Scenario: Zooming out with very big count
When I run :zoom-out with count 99999999999
Then the message "Zoom level: 50%" should be shown
And the zoom should be 50%
- # https://github.com/The-Compiler/qutebrowser/issues/1118
+ # https://github.com/qutebrowser/qutebrowser/issues/1118
Scenario: Zooming in with very big count and snapping in
When I run :zoom-in with count 99999999999
And I run :zoom-out
@@ -86,7 +86,7 @@ Feature: Zooming in and out
Then the message "Zoom level: 120%" should be shown
And the zoom should be 120%
- # https://github.com/The-Compiler/qutebrowser/issues/2183
+ # https://github.com/qutebrowser/qutebrowser/issues/2183
@qtwebengine_flaky
Scenario: Setting a default zoom
When I set ui -> default-zoom to 200%
diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py
index 6d1bd6a27..530f4feb0 100644
--- a/tests/end2end/test_invocations.py
+++ b/tests/end2end/test_invocations.py
@@ -72,8 +72,8 @@ def temp_basedir_env(tmpdir, short_tmpdir):
def test_ascii_locale(request, httpbin, tmpdir, quteproc_new):
"""Test downloads with LC_ALL=C set.
- https://github.com/The-Compiler/qutebrowser/issues/908
- https://github.com/The-Compiler/qutebrowser/issues/1726
+ https://github.com/qutebrowser/qutebrowser/issues/908
+ https://github.com/qutebrowser/qutebrowser/issues/1726
"""
if request.config.webengine:
pytest.skip("Downloads are not implemented with QtWebEngine yet")
@@ -108,8 +108,8 @@ def test_misconfigured_user_dirs(request, httpbin, temp_basedir_env,
tmpdir, quteproc_new):
"""Test downloads with a misconfigured XDG_DOWNLOAD_DIR.
- https://github.com/The-Compiler/qutebrowser/issues/866
- https://github.com/The-Compiler/qutebrowser/issues/1269
+ https://github.com/qutebrowser/qutebrowser/issues/866
+ https://github.com/qutebrowser/qutebrowser/issues/1269
"""
if request.config.webengine:
pytest.skip("Downloads are not implemented with QtWebEngine yet")
diff --git a/tests/manual/hints/hide_unmatched_rapid_hints.html b/tests/manual/hints/hide_unmatched_rapid_hints.html
index d9535733f..bee1411d9 100644
--- a/tests/manual/hints/hide_unmatched_rapid_hints.html
+++ b/tests/manual/hints/hide_unmatched_rapid_hints.html
@@ -5,7 +5,7 @@
<title>Hide unmatched rapid hints</title>
</head>
<body>
- <p>When <code>hints -> hide-unmatched-rapid-hints</code> is set to true (default), rapid hints behave like normal hints, i.e. unmatched hints will be hidden as you type. Setting the option to false will disable hiding in rapid mode, which is sometimes useful (see <a href="https://github.com/The-Compiler/qutebrowser/issues/1799">#1799</a>).</p>
+ <p>When <code>hints -> hide-unmatched-rapid-hints</code> is set to true (default), rapid hints behave like normal hints, i.e. unmatched hints will be hidden as you type. Setting the option to false will disable hiding in rapid mode, which is sometimes useful (see <a href="https://github.com/qutebrowser/qutebrowser/issues/1799">#1799</a>).</p>
<p>Note that when hinting in number mode, the <code>hints -> hide-unmatched-rapid-hints</code> option affects typing the hint string (number), but not the filter (letters).</p>
<p>Here is couple of invalid links to test the behaviour:</p>
<p><a href="#foo">one</a></p>
diff --git a/tests/manual/hints/issue824.html b/tests/manual/hints/issue824.html
index 881e1b263..7e2b364a5 100644
--- a/tests/manual/hints/issue824.html
+++ b/tests/manual/hints/issue824.html
@@ -7,7 +7,7 @@
<body style="left: 100px; position: absolute;">
<p>When using hints (f) on this page, the hint should be drawn over the
link.</p>
- <p>See <a href="https://github.com/The-Compiler/qutebrowser/issues/824">#824</a>.</p>
- <p>This was fixed by <a href="https://github.com/The-Compiler/qutebrowser/pull/1433">#1433</a>.</p>
+ <p>See <a href="https://github.com/qutebrowser/qutebrowser/issues/824">#824</a>.</p>
+ <p>This was fixed by <a href="https://github.com/qutebrowser/qutebrowser/pull/1433">#1433</a>.</p>
</body>
</html>
diff --git a/tests/manual/hints/issue925.html b/tests/manual/hints/issue925.html
index 8064d3b64..b3bf96e1a 100644
--- a/tests/manual/hints/issue925.html
+++ b/tests/manual/hints/issue925.html
@@ -13,7 +13,7 @@
<p>
When using hints (f) on this page, the hint should have a normal size.
</p>
- See <a href="https://github.com/The-Compiler/qutebrowser/issues/925">#925</a>.
+ See <a href="https://github.com/qutebrowser/qutebrowser/issues/925">#925</a>.
</p>
</body>
</html>
diff --git a/tests/manual/hints/other.html b/tests/manual/hints/other.html
index fe403d78d..7fb6c26c9 100644
--- a/tests/manual/hints/other.html
+++ b/tests/manual/hints/other.html
@@ -8,11 +8,11 @@
<p>Hint issues without minimal reproducers yet:</p>
<ul>
<li>
- Links should be correctly positioned on <a href="http://www.metafilter.com/">metafilter.com</a> - see <a href="https://github.com/The-Compiler/qutebrowser/issues/824#issuecomment-128231540">#824 (comment)</a>.<br/>
+ Links should be correctly positioned on <a href="http://www.metafilter.com/">metafilter.com</a> - see <a href="https://github.com/qutebrowser/qutebrowser/issues/824#issuecomment-128231540">#824 (comment)</a>.<br/>
Current state: <span style="color: green;">good</span>
</li>
<li>
- Links should be correctly positioned on <a href="http://www.xkcd.org/">xkcd.org</a> - see <a href="https://github.com/The-Compiler/qutebrowser/issues/824">#824</a>.<br/>
+ Links should be correctly positioned on <a href="http://www.xkcd.org/">xkcd.org</a> - see <a href="https://github.com/qutebrowser/qutebrowser/issues/824">#824</a>.<br/>
Current state: <span style="color: green">good</span> - fixed in <a href="https://github.com/the-compiler/qutebrowser/pull/1433">#1433</a>
</li>
<li>
@@ -20,15 +20,15 @@
current state: <span style="color: red;">bad</span>
</li>
<li>
- links should be correctly positioned on this <a href="https://www.ctl.io/developers/blog/post/optimizing-docker-images/">ctl.io page</a> - see <a href="https://github.com/The-Compiler/qutebrowser/issues/824#issuecomment-208859886">#824 (comment)</a>.<br/>
+ links should be correctly positioned on this <a href="https://www.ctl.io/developers/blog/post/optimizing-docker-images/">ctl.io page</a> - see <a href="https://github.com/qutebrowser/qutebrowser/issues/824#issuecomment-208859886">#824 (comment)</a>.<br/>
Current state: <span style="color: green;">good</span> - fixed in <a href="https://github.com/the-compiler/qutebrowser/pull/1433">#1433</a>
</li>
<li>
- When clicking titles under the images on <a href="https://www.etsy.com/search?q=test">etsy</a>, the correct item should be selected (sometimes the one on the right is selected instead) - see <a href="https://github.com/The-Compiler/qutebrowser/issues/1005">#1005</a>.<br/>
+ When clicking titles under the images on <a href="https://www.etsy.com/search?q=test">etsy</a>, the correct item should be selected (sometimes the one on the right is selected instead) - see <a href="https://github.com/qutebrowser/qutebrowser/issues/1005">#1005</a>.<br/>
Current state: <span style="color: green;">good</span> - fixed in <a href="https://github.com/the-compiler/qutebrowser/pull/1433">#1433</a>
</li>
<li>
- When clicking titles on <a href="http://geizhals.de/?o=9">Geizhals</a>, the correct item should be selected (one of the sub-titles is selected instead) - see <a href="https://github.com/The-Compiler/qutebrowser/issues/1514">#1514</a>.<br/>
+ When clicking titles on <a href="http://geizhals.de/?o=9">Geizhals</a>, the correct item should be selected (one of the sub-titles is selected instead) - see <a href="https://github.com/qutebrowser/qutebrowser/issues/1514">#1514</a>.<br/>
Current state: <span style="color: green;">good</span> - fixed in <a href="https://github.com/the-compiler/qutebrowser/pull/1433">#1433</a>
</li>
</ul>
diff --git a/tests/test_conftest.py b/tests/test_conftest.py
index 4dff7ddce..24fb67097 100644
--- a/tests/test_conftest.py
+++ b/tests/test_conftest.py
@@ -44,7 +44,7 @@ def test_fail_on_warnings():
warnings.warn('test', PendingDeprecationWarning)
-@pytest.mark.xfail(reason="https://github.com/The-Compiler/qutebrowser/issues/1070",
+@pytest.mark.xfail(reason="https://github.com/qutebrowser/qutebrowser/issues/1070",
strict=False)
def test_installed_package():
"""Make sure the tests are running against the installed package."""
diff --git a/tests/unit/browser/webkit/network/test_pac.py b/tests/unit/browser/webkit/network/test_pac.py
index 58b518886..dc9229dbf 100644
--- a/tests/unit/browser/webkit/network/test_pac.py
+++ b/tests/unit/browser/webkit/network/test_pac.py
@@ -162,7 +162,7 @@ def test_fail_return():
res.resolve(QNetworkProxyQuery(QUrl("https://example.com/test")))
-# See https://github.com/The-Compiler/qutebrowser/pull/1891#issuecomment-259222615
+# See https://github.com/qutebrowser/qutebrowser/pull/1891#issuecomment-259222615
try:
from PyQt5 import QtWebEngineWidgets
diff --git a/tests/unit/commands/test_cmdutils.py b/tests/unit/commands/test_cmdutils.py
index 28e7d5fed..51225e3b7 100644
--- a/tests/unit/commands/test_cmdutils.py
+++ b/tests/unit/commands/test_cmdutils.py
@@ -307,7 +307,7 @@ class TestRegister:
fun(*args, **kwargs)
def test_choices_no_annotation(self):
- # https://github.com/The-Compiler/qutebrowser/issues/1871
+ # https://github.com/qutebrowser/qutebrowser/issues/1871
@cmdutils.register()
@cmdutils.argument('arg', choices=['foo', 'bar'])
def fun(arg):
@@ -321,7 +321,7 @@ class TestRegister:
cmd._get_call_args(win_id=0)
def test_choices_no_annotation_kwonly(self):
- # https://github.com/The-Compiler/qutebrowser/issues/1871
+ # https://github.com/qutebrowser/qutebrowser/issues/1871
@cmdutils.register()
@cmdutils.argument('arg', choices=['foo', 'bar'])
def fun(*, arg='foo'):
@@ -350,7 +350,7 @@ class TestRegister:
cmd.get_pos_arg_info(2)
def test_keyword_only_without_default(self):
- # https://github.com/The-Compiler/qutebrowser/issues/1872
+ # https://github.com/qutebrowser/qutebrowser/issues/1872
def fun(*, target):
"""Blah."""
pass
@@ -363,7 +363,7 @@ class TestRegister:
assert str(excinfo.value) == expected
def test_typed_keyword_only_without_default(self):
- # https://github.com/The-Compiler/qutebrowser/issues/1872
+ # https://github.com/qutebrowser/qutebrowser/issues/1872
def fun(*, target: int):
"""Blah."""
pass
diff --git a/tests/unit/commands/test_runners.py b/tests/unit/commands/test_runners.py
index 77c9d8f72..a7370081b 100644
--- a/tests/unit/commands/test_runners.py
+++ b/tests/unit/commands/test_runners.py
@@ -31,7 +31,7 @@ class TestCommandRunner:
def test_parse_all(self, cmdline_test):
"""Test parsing of commands.
- See https://github.com/The-Compiler/qutebrowser/issues/615
+ See https://github.com/qutebrowser/qutebrowser/issues/615
Args:
cmdline_test: A pytest fixture which provides testcases.
@@ -57,8 +57,8 @@ class TestCommandRunner:
def test_parse_empty_with_alias(self, command):
"""An empty command should not crash.
- See https://github.com/The-Compiler/qutebrowser/issues/1690
- and https://github.com/The-Compiler/qutebrowser/issues/1773
+ See https://github.com/qutebrowser/qutebrowser/issues/1690
+ and https://github.com/qutebrowser/qutebrowser/issues/1773
"""
cr = runners.CommandRunner(0)
with pytest.raises(cmdexc.NoSuchCommandError):
diff --git a/tests/unit/config/test_config.py b/tests/unit/config/test_config.py
index 47beb3228..6931866ed 100644
--- a/tests/unit/config/test_config.py
+++ b/tests/unit/config/test_config.py
@@ -136,7 +136,7 @@ class TestConfigParser:
This is done during interpolation in later Python 3.4 versions.
- See https://github.com/The-Compiler/qutebrowser/issues/968
+ See https://github.com/qutebrowser/qutebrowser/issues/968
"""
assert objects.cfg.get('general', 'blabla', fallback='blub') == 'blub'
@@ -247,7 +247,7 @@ class TestKeyConfigParser:
def test_cmd_binding(self, cmdline_test, config_stub, tmpdir):
"""Test various command bindings.
- See https://github.com/The-Compiler/qutebrowser/issues/615
+ See https://github.com/qutebrowser/qutebrowser/issues/615
Args:
cmdline_test: A pytest fixture which provides testcases.
diff --git a/tests/unit/keyinput/test_modeman.py b/tests/unit/keyinput/test_modeman.py
index b9f2db572..aa3a2753a 100644
--- a/tests/unit/keyinput/test_modeman.py
+++ b/tests/unit/keyinput/test_modeman.py
@@ -47,7 +47,7 @@ def modeman(mode_manager):
@pytest.mark.parametrize('key, modifiers, text, filtered', [
(Qt.Key_A, Qt.NoModifier, 'a', True),
(Qt.Key_Up, Qt.NoModifier, '', False),
- # https://github.com/The-Compiler/qutebrowser/issues/1207
+ # https://github.com/qutebrowser/qutebrowser/issues/1207
(Qt.Key_A, Qt.ShiftModifier, 'A', True),
(Qt.Key_A, Qt.ShiftModifier | Qt.ControlModifier, 'x', False),
])
diff --git a/tests/unit/mainwindow/statusbar/test_progress.py b/tests/unit/mainwindow/statusbar/test_progress.py
index 5696b269c..70865e104 100644
--- a/tests/unit/mainwindow/statusbar/test_progress.py
+++ b/tests/unit/mainwindow/statusbar/test_progress.py
@@ -77,8 +77,8 @@ def test_tab_changed(fake_web_tab, progress_widget, progress, load_status,
def test_progress_affecting_statusbar_height(fake_statusbar, progress_widget):
"""Make sure the statusbar stays the same height when progress is shown.
- https://github.com/The-Compiler/qutebrowser/issues/886
- https://github.com/The-Compiler/qutebrowser/pull/890
+ https://github.com/qutebrowser/qutebrowser/issues/886
+ https://github.com/qutebrowser/qutebrowser/pull/890
"""
expected_height = fake_statusbar.fontMetrics().height()
assert fake_statusbar.height() == expected_height
@@ -92,7 +92,7 @@ def test_progress_affecting_statusbar_height(fake_statusbar, progress_widget):
def test_progress_big_statusbar(qtbot, fake_statusbar, progress_widget):
"""Make sure the progress bar is small with a big statusbar.
- https://github.com/The-Compiler/qutebrowser/commit/46d1760798b730852e2207e2cdc05a9308e44f80
+ https://github.com/qutebrowser/qutebrowser/commit/46d1760798b730852e2207e2cdc05a9308e44f80
"""
fake_statusbar.hbox.addWidget(progress_widget)
progress_widget.show()
diff --git a/tests/unit/misc/test_ipc.py b/tests/unit/misc/test_ipc.py
index 9b185f764..bd747f2e9 100644
--- a/tests/unit/misc/test_ipc.py
+++ b/tests/unit/misc/test_ipc.py
@@ -443,7 +443,7 @@ class TestHandleConnection:
def connected_socket(qtbot, qlocalsocket, ipc_server):
if sys.platform == 'darwin':
pytest.skip("Skipping connected_socket test - "
- "https://github.com/The-Compiler/qutebrowser/issues/1045")
+ "https://github.com/qutebrowser/qutebrowser/issues/1045")
ipc_server.listen()
with qtbot.waitSignal(ipc_server._server.newConnection):
qlocalsocket.connectToServer('qute-test')
@@ -577,7 +577,7 @@ class TestSendToRunningInstance:
assert str(excinfo.value) == msg
-@pytest.mark.not_osx(reason="https://github.com/The-Compiler/qutebrowser/"
+@pytest.mark.not_osx(reason="https://github.com/qutebrowser/qutebrowser/"
"issues/975")
def test_timeout(qtbot, caplog, qlocalsocket, ipc_server):
ipc_server._timer.setInterval(100)
@@ -831,7 +831,7 @@ class TestSendOrListen:
@pytest.mark.windows
@pytest.mark.osx
def test_long_username(monkeypatch):
- """See https://github.com/The-Compiler/qutebrowser/issues/888."""
+ """See https://github.com/qutebrowser/qutebrowser/issues/888."""
username = 'alexandercogneau'
basedir = '/this_is_a_long_basedir'
monkeypatch.setattr('qutebrowser.misc.ipc.standarddir.getpass.getuser',
diff --git a/tests/unit/misc/test_readline.py b/tests/unit/misc/test_readline.py
index 70bd887e4..b0c1403a1 100644
--- a/tests/unit/misc/test_readline.py
+++ b/tests/unit/misc/test_readline.py
@@ -29,7 +29,7 @@ from qutebrowser.misc import readline
# Some functions aren't 100% readline compatible:
-# https://github.com/The-Compiler/qutebrowser/issues/678
+# https://github.com/qutebrowser/qutebrowser/issues/678
# Those are marked with fixme and have another value marked with '# wrong'
# which marks the current behavior.
diff --git a/tests/unit/misc/test_sessions.py b/tests/unit/misc/test_sessions.py
index f1810c203..24f82a899 100644
--- a/tests/unit/misc/test_sessions.py
+++ b/tests/unit/misc/test_sessions.py
@@ -353,7 +353,7 @@ class TestLoadTab:
if in_main_data:
# This information got saved in the main data instead of saving it
# per item - make sure the old format can still be read
- # https://github.com/The-Compiler/qutebrowser/issues/728
+ # https://github.com/qutebrowser/qutebrowser/issues/728
d = {'history': [item], key: val}
else:
item[key] = val
diff --git a/tests/unit/utils/test_debug.py b/tests/unit/utils/test_debug.py
index 7b00502f7..04a2fa436 100644
--- a/tests/unit/utils/test_debug.py
+++ b/tests/unit/utils/test_debug.py
@@ -157,7 +157,7 @@ class TestQFlagsKey:
"""Tests for qutebrowser.utils.debug.qflags_key.
- https://github.com/The-Compiler/qutebrowser/issues/42
+ https://github.com/qutebrowser/qutebrowser/issues/42
"""
fixme = pytest.mark.xfail(reason="See issue #42", raises=AssertionError)
diff --git a/tests/unit/utils/test_error.py b/tests/unit/utils/test_error.py
index c8440819b..abcc72c44 100644
--- a/tests/unit/utils/test_error.py
+++ b/tests/unit/utils/test_error.py
@@ -67,7 +67,7 @@ def test_no_err_windows(caplog, exc, name, exc_text, fake_args):
# This happens on Xvfb for some reason
-# See https://github.com/The-Compiler/qutebrowser/issues/984
+# See https://github.com/qutebrowser/qutebrowser/issues/984
@pytest.mark.qt_log_ignore(r'^QXcbConnection: XCB error: 8 \(BadMatch\), '
r'sequence: \d+, resource id: \d+, major code: 42 '
r'\(SetInputFocus\), minor code: 0$',
diff --git a/tests/unit/utils/test_jinja.py b/tests/unit/utils/test_jinja.py
index fc4ce3074..052b39270 100644
--- a/tests/unit/utils/test_jinja.py
+++ b/tests/unit/utils/test_jinja.py
@@ -120,7 +120,7 @@ def test_utf8():
This was an attempt to get a failing test case for #127 but it seems
the issue is elsewhere.
- https://github.com/The-Compiler/qutebrowser/issues/127
+ https://github.com/qutebrowser/qutebrowser/issues/127
"""
data = jinja.render('test.html', var='\u2603')
assert data == "Hello \u2603"
diff --git a/tests/unit/utils/test_log.py b/tests/unit/utils/test_log.py
index a96e13402..3c1e82fc0 100644
--- a/tests/unit/utils/test_log.py
+++ b/tests/unit/utils/test_log.py
@@ -68,7 +68,7 @@ def restore_loggers():
root_logger.setLevel(original_logging_level)
for h in root_handlers:
if not isinstance(h, pytest_catchlog.LogCaptureHandler):
- # https://github.com/The-Compiler/qutebrowser/issues/856
+ # https://github.com/qutebrowser/qutebrowser/issues/856
root_logger.addHandler(h)
logging._acquireLock()
try:
diff --git a/tests/unit/utils/test_qtutils.py b/tests/unit/utils/test_qtutils.py
index b577e14e9..094e9a1aa 100644
--- a/tests/unit/utils/test_qtutils.py
+++ b/tests/unit/utils/test_qtutils.py
@@ -512,7 +512,7 @@ class TestSavefileOpen:
def test_line_endings(self, tmpdir):
"""Make sure line endings are translated correctly.
- See https://github.com/The-Compiler/qutebrowser/issues/309
+ See https://github.com/qutebrowser/qutebrowser/issues/309
"""
filename = tmpdir / 'foo'
with qtutils.savefile_open(str(filename)) as f:
diff --git a/tests/unit/utils/test_standarddir.py b/tests/unit/utils/test_standarddir.py
index 02ded14c7..019bd86a5 100644
--- a/tests/unit/utils/test_standarddir.py
+++ b/tests/unit/utils/test_standarddir.py
@@ -271,7 +271,7 @@ class TestCreatingDir:
def test_exists_race_condition(self, mocker, tmpdir, typ):
"""Make sure there can't be a TOCTOU issue when creating the file.
- See https://github.com/The-Compiler/qutebrowser/issues/942.
+ See https://github.com/qutebrowser/qutebrowser/issues/942.
"""
(tmpdir / typ).ensure(dir=True)
diff --git a/www/header.asciidoc b/www/header.asciidoc
index f2095bd71..dc80a5d00 100644
--- a/www/header.asciidoc
+++ b/www/header.asciidoc
@@ -13,8 +13,8 @@
<a href="/INSTALL.html">Install</a>
<a href="/CHANGELOG.html">Changelog</a>
<a href="/CONTRIBUTING.html">Contributing</a>
- <a href="https://www.github.com/The-Compiler/qutebrowser">GitHub</a>
- <a href="https://github.com/The-Compiler/qutebrowser/releases">Releases</a>
+ <a href="https://www.github.com/qutebrowser/qutebrowser">GitHub</a>
+ <a href="https://github.com/qutebrowser/qutebrowser/releases">Releases</a>
<a href="http://blog.qutebrowser.org/">Blog</a>
</div>
+++