Skip to content
#

qtwebengine

Here are 43 public repositories matching this topic...

qutebrowser
The-Compiler
The-Compiler commented Apr 7, 2020

qutebrowser still uses enum.Enum() as function in some places:

scripts/dev/check_coverage.py
49:MsgType = enum.Enum('MsgType', 'insufficient_coverage, perfect_file')

tests/unit/api/test_cmdutils.py
272:    Enum = enum.Enum('Test', ['x', 'y'])

tests/unit/utils/test_utils.py
563:        e = enum.Enum('Foo', 'bar, baz')

tests/unit/commands/test_argparser.py
31:Enum = enum.Enum(
fnkkio
fnkkio commented Nov 30, 2019

Steps to reproduce:

  1. Go to Tools > Preferences > General
  2. Under Home Page select Use Bookmark
  3. Select This Folder to set a bookmark folder as Home Page

Actual:
Bookmark selection menu allows selection of folders.

Expected:
In this case, bookmark selection menu should not allows selection of folders; it doesn't make sense to have a bookmark folder as home

Improve this page

Add a description, image, and links to the qtwebengine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the qtwebengine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.