New issue
Advanced search Search tips

Issue 800994 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 2
Type: Bug



Sign in to add a comment

MD Extensions: Error Console: Lots of scrolling is needed with many extension errors

Project Member Reported by hcarmona@chromium.org, Jan 11 2018

Issue description

What steps will reproduce the problem?
1. Enable Dev Mode
2. Load attached extension
3. Notice the code snippet is on top and errors are on the bottom, so examining errors on the bottom becomes harder as the number of errors grows

What is the expected result?
Examining an error should be easy

What happens instead of that?
Examining an error gets harder at a rate of O(n) because of scrolling after a certain point.
 
Better zip file
runtime_and_manifest_errors.zip
2.6 KB Download
+Screenshots +Video to show proposed fix
video.mov
5.6 MB Download
menifest-error.png
276 KB View Download
runtime-error.png
291 KB View Download
Project Member

Comment 3 by bugdroid1@chromium.org, Jan 19 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/501d93e2ee023017c8b519961b9d6c991b04cc43

commit 501d93e2ee023017c8b519961b9d6c991b04cc43
Author: Hector Carmona <hcarmona@chromium.org>
Date: Fri Jan 19 00:23:31 2018

MD Extensions: Error Console: Move code section closer to stack trace.

This will make the code/error association very explicit by keeping the
code snippet near the stack trace inside the error that is being
investigated.

See bug for screenshots/video.

Bug:  800994 
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I7a781bd304b498edf2a5b19d58635824a54a575b
Reviewed-on: https://chromium-review.googlesource.com/861915
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Reviewed-by: Scott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#530354}
[modify] https://crrev.com/501d93e2ee023017c8b519961b9d6c991b04cc43/chrome/browser/resources/md_extensions/error_page.html
[modify] https://crrev.com/501d93e2ee023017c8b519961b9d6c991b04cc43/chrome/browser/resources/md_extensions/error_page.js
[modify] https://crrev.com/501d93e2ee023017c8b519961b9d6c991b04cc43/chrome/test/data/webui/extensions/a11y/extensions_a11y_test.js
[modify] https://crrev.com/501d93e2ee023017c8b519961b9d6c991b04cc43/chrome/test/data/webui/extensions/extension_error_page_test.js

Status: Fixed (was: Started)

Sign in to add a comment