Home | History | Annotate | Download | only in browser

Lines Matching full:console

97     // Special case the logtag for messages for the Console to make it easier to
175 // Error console for the tab
358 // reset the error console
932 * console is enabled in the about:debug options, to that console
949 // Don't log console messages in private browsing mode
952 String message = "Console: " + consoleMessage.message() + " "
1634 * Return the tab's error console. Creates the console if createIfNEcessary
1635 * is true and we haven't already created the console.
1636 * @param createIfNecessary Flag to indicate if the console should be
1638 * @return The tab's error console, or null if one has not been created and