summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/ErrorConsoleView.java
Commit message (Collapse)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-05-031-1/+1
|\ | | | | | | Change-Id: I5dbf9446b7d4409ec843ee800c82ec06bda7c8db
| * Fixed FindBugs warnings in ErrorConsoleView.javaHenrik Baard2010-04-271-1/+1
| | | | | | | | | | | | Save some memory by marking ErrorConsoleMessageList static. Change-Id: I6034eb295fde9639073f2c15c872743afd5aefe1
* | Use the extended ConsoleMessage class to populate the Error Console, and in ↵Ben Murdoch2010-02-041-43/+33
|/ | | | | | | | colour! Also tag the messages from the console that we pipe to the system log with Browser rather than Tab to match previous behavior and make filtering the logs easier (See b/2376873) Change-Id: I1e2bb03c5b4e57e531a97acaa17d475224598209
* Implement an error console. The console is displayed when the user has ↵Ben Murdoch2009-07-171-0/+339
enabled debug in the browser (been to about:debug) and there are errors on the page. It can be toggled on/off in debug mode in the settings menu.