Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #34192 from luke-chang/1223860_tv_remove_crash_dialog
Browse files Browse the repository at this point in the history
Bug 1223860 - [TV][UX] remove app crash dialog, r=rexboy
  • Loading branch information
luke-chang committed Mar 28, 2016
2 parents 71a0970 + 5fcdd4f commit 5ceecca
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 295 deletions.
4 changes: 0 additions & 4 deletions tv_apps/smart-system/index.html
Expand Up @@ -265,10 +265,6 @@
<!-- Identity -->
<script defer src="js/identity.js"></script>

<!-- Crash Reporter -->
<link rel="stylesheet" type="text/css" href="style/crash_reporter/crash_reporter.css">
<script defer src="js/crash_reporter.js"></script>

<!-- Browser class -->
<link rel="stylesheet" type="text/css" href="style/browser_frame/browser_frame.css">
<script defer src="js/browser_config_helper.js"></script>
Expand Down
1 change: 0 additions & 1 deletion tv_apps/smart-system/js/app_window.js
Expand Up @@ -888,7 +888,6 @@
if (evt.detail.type !== 'fatal') {
return;
}
// Send event instead of call crash reporter directly.
this.publish('crashed');

if (this.constructor.SUSPENDING_ENABLED && !this.isActive()) {
Expand Down
223 changes: 0 additions & 223 deletions tv_apps/smart-system/js/crash_reporter.js

This file was deleted.

2 changes: 1 addition & 1 deletion tv_apps/smart-system/js/system_banner.js
Expand Up @@ -7,7 +7,7 @@
* SystemBanner displays a type of notification to the user in certain cases.
* It is a type of temporary notification that does not live in the
* notifications tray. Examples of the SystemBanner implementation include
* application installation, crash reporter, and low storage notices.
* application installation and low storage notices.
* @class SystemBanner
*/
function SystemBanner() {}
Expand Down
66 changes: 0 additions & 66 deletions tv_apps/smart-system/style/crash_reporter/crash_reporter.css

This file was deleted.

0 comments on commit 5ceecca

Please sign in to comment.