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

Google ChromeBug Tracking

Google Chrome Problem Overview


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 (to improve the thing). Yet I can't seem to find the bug tracking for this project. It is open source, right?

Google Chrome Solutions


Solution 1 - Google Chrome

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.

Solution 2 - Google Chrome

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

Solution 3 - Google Chrome

This is the home page for the Code: http://code.google.com/chromium/

And here's more info: http://dev.chromium.org/getting-involved including the bug list

Solution 4 - Google Chrome

Click the Chrome menu (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

Solution 5 - Google Chrome

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...

Solution 6 - Google Chrome

The Google Code site for the Chrome project is available at:

http://code.google.com/chromium/

Facilities available allow you to:

  • File bug reports;
  • Join the Google group discussions;
  • Submit a patch;
  • Plus there are links to the development blog and a whole bunch of other useful stuff.

    Solution 7 - Google Chrome

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

    Solution 8 - Google Chrome

    The bug tracker is here:

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

    Some shortcuts:

    Attributions

    All content for this solution is sourced from the original question on Stackoverflow.

    The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

    Content TypeOriginal AuthorOriginal Content on Stackoverflow
    QuestionJames A. RosenView Question on Stackoverflow
    Solution 1 - Google ChromemaxsilverView Answer on Stackoverflow
    Solution 2 - Google ChromePatrick CopelandView Answer on Stackoverflow
    Solution 3 - Google ChromeDavid CumpsView Answer on Stackoverflow
    Solution 4 - Google ChromekenorbView Answer on Stackoverflow
    Solution 5 - Google ChromeRaleigh BucknerView Answer on Stackoverflow
    Solution 6 - Google ChromeSimon YoungView Answer on Stackoverflow
    Solution 7 - Google ChromeChris UpchurchView Answer on Stackoverflow
    Solution 8 - Google Chromes4yView Answer on Stackoverflow