Where can I find and submit bug reports on Google's Chrome browser?

后端 未结 8 1214
南方客
南方客 2020-12-02 10:33

It will be important for developers wanting to develop for the chrome browser to be able to review existing bugs (to avoid too much pulling-out of hair), and to add new ones

相关标签:
8条回答
  • 2020-12-02 11:17

    Go to the wrench -> About Google Chrome -> report an issue. (accurate as of v19.0.1084.46)

    0 讨论(0)
  • 2020-12-02 11:20

    Google is calling it Chromium on Google Code

    The Chromium Bug Reporting Page is there and has the link to submit bugs listed. (Google Account Required)

    Here's a direct link to the bug report form.

    0 讨论(0)
  • 2020-12-02 11:25

    See the Issues tab on Chrome's Google Code page.

    0 讨论(0)
  • 2020-12-02 11:31

    From the Google Site

    1. Click the Page menu page menu.
    2. Select Report a bug or broken website.
    3. Choose an issue type from the drop-down menu. The web address of the webpage you're on is recorded automatically.
    4. If possible, add key details in the 'Description' field, including steps to reproduce the issue you're experiencing.
    5. Keep 'Send source of current page' and 'Send screenshot of current page' checkboxes selected.
    6. Click the Send report button to report a Google Chrome bug.

    I don't see any reference to public bug tracking...

    0 讨论(0)
  • 2020-12-02 11:32

    Click the Chrome menu (), then Help > Report an issue....

    Since Google Code has been deprecated, you can also go to bugs.chromium.org in order to report new bugs and features or search for the existing one. The Chrome browser is under chromium category, so after logging-in, you can submit a new bug report by clicking New issue on the top-left corner and follow the wizard steps.

    See: Report a problem or send feedback on Chrome at Chrome Help

    0 讨论(0)
  • 2020-12-02 11:32

    The bug tracker is here:

    https://bugs.chromium.org/p/chromium/

    Some shortcuts:

    • crbug.com
    • crbug.com/new (file a new bug)
    • crbug.com/150835 (go to a bug by number)
    0 讨论(0)
提交回复
热议问题