Skip to content

Instantly share code, notes, and snippets.

@shamenchens
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shamenchens/27192af45c5225946fe8 to your computer and use it in GitHub Desktop.
Save shamenchens/27192af45c5225946fe8 to your computer and use it in GitHub Desktop.
Fix jshint on system app
Changes list in alive/new-bootstrap-0325
M apps/system/index.html
M apps/system/js/accessibility.js
M apps/system/js/activities.js
M apps/system/js/activity_window.js
M apps/system/js/activity_window_manager.js
M apps/system/js/app_chrome.js
A apps/system/js/app_core.js
M apps/system/js/app_install_manager.js
M apps/system/js/app_migrator.js
M apps/system/js/app_transition_controller.js
M apps/system/js/app_usage_metrics.js
M apps/system/js/app_window.js
M apps/system/js/app_window_factory.js
M apps/system/js/app_window_manager.js
M apps/system/js/attention_toaster.js
M apps/system/js/attention_window.js
M apps/system/js/attention_window_manager.js
M apps/system/js/base_module.js
M apps/system/js/battery_overlay.js
M apps/system/js/bluetooth.js
M apps/system/js/bluetooth_core.js
M apps/system/js/bluetooth_transfer.js
D apps/system/js/bootstrap.js
M apps/system/js/browser.js
M apps/system/js/browser_settings.js
M apps/system/js/browser_mixin.js
M apps/system/js/callscreen_window.js
M apps/system/js/captive_portal.js
M apps/system/js/carrier_info_notifier.js
M apps/system/js/child_window_factory.js
M apps/system/js/core.js
A apps/system/js/custom_dialog_service.js
A apps/system/js/device_storage_watcher.js
M apps/system/js/devtools/developer_hud.js
M apps/system/js/dialer_agent.js
M apps/system/js/edge_swipe_detector.js
M apps/system/js/findmydevice_launcher.js
M apps/system/js/ftu_launcher.js
M apps/system/js/ftu_ping.js
A apps/system/js/fx_accounts_client.js
A apps/system/js/fx_accounts_manager.js
A apps/system/js/fx_accounts_u_i.js
D apps/system/js/fxa_client.js
D apps/system/js/fxa_manager.js
D apps/system/js/fxa_ui.js
M apps/system/js/global_overlay_window.js
M apps/system/js/hierarchy_manager.js
M apps/system/js/homescreen_launcher.js
M apps/system/js/homescreen_window.js
M apps/system/js/homescreen_window_manager.js
M apps/system/js/icc.js
A apps/system/js/icc_core.js
M apps/system/js/icc_worker.js
D apps/system/js/init_logo_handler.js
M apps/system/js/input_window.js
M apps/system/js/input_window_manager.js
A apps/system/js/launcher.js
M apps/system/js/layout_manager.js
A apps/system/js/lock_screen_passcode_validator.js
A apps/system/js/lock_screen_window_manager.js
M apps/system/js/lockscreen_agent.js
D apps/system/js/lockscreen_passcode_validator.js
M apps/system/js/lockscreen_window.js
D apps/system/js/lockscreen_window_manager.js
A apps/system/js/logo_manager.js
M apps/system/js/media_playback.js
M apps/system/js/media_recording.js
M apps/system/js/migrators/browser_migrator.js
M apps/system/js/mobile_connection_core.js
A apps/system/js/mobile_id_manager.js
D apps/system/js/mobileid_manager.js
M apps/system/js/modal_dialog.js
M apps/system/js/newsletter_manager.js
M apps/system/js/nfc_core.js
M apps/system/js/nfc_manager.js
A apps/system/js/notification_screen.js
D apps/system/js/notifications.js
M apps/system/js/operator_variant_handler.js
M apps/system/js/operator_variant_manager.js
M apps/system/js/orientation_manager.js
M apps/system/js/payment.js
M apps/system/js/permission_manager.js
M apps/system/js/places.js
M apps/system/js/popup_window.js
M apps/system/js/power_save.js
M apps/system/js/quick_settings.js
M apps/system/js/radio.js
M apps/system/js/rocketbar.js
M apps/system/js/screen_manager.js
M apps/system/js/screenshot.js
M apps/system/js/search_window.js
M apps/system/js/secure_window_manager.js
M apps/system/js/service.js
M apps/system/js/sheets_transition.js
A apps/system/js/shortcuts.js
M apps/system/js/sim_lock_manager.js
M apps/system/js/sleep_menu.js
M apps/system/js/software_button_manager.js
M apps/system/js/sound_manager.js
M apps/system/js/source_view.js
M apps/system/js/stack_manager.js
A apps/system/js/startup.js
M apps/system/js/statusbar.js
D apps/system/js/storage_watcher.js
M apps/system/js/system_dialog.js
M apps/system/js/task_manager.js
M apps/system/js/telephony_settings.js
M apps/system/js/text_selection_dialog.js
M apps/system/js/time_core.js
M apps/system/js/tone_upgrader.js
M apps/system/js/trusted_window.js
A apps/system/js/ttl_view.js
D apps/system/js/ttlview.js
M apps/system/js/updatable.js
M apps/system/js/update_manager.js
M apps/system/js/usb_storage.js
M apps/system/js/utility_tray.js
M apps/system/js/visibility_manager.js
M apps/system/js/voicemail.js
M apps/system/js/wallpaper_manager.js
M apps/system/js/wifi.js
M apps/system/js/wifi_icon.js
M apps/system/js/wrapper_factory.js
M apps/system/test/unit/accessibility_test.js
M apps/system/test/unit/activity_window_manager_test.js
M apps/system/test/unit/activity_window_test.js
M apps/system/test/unit/app_install_manager_test.js
M apps/system/test/unit/app_transition_controller_test.js
M apps/system/test/unit/app_usage_metrics_test.js
M apps/system/test/unit/app_window_factory_test.js
M apps/system/test/unit/app_window_manager_test.js
M apps/system/test/unit/app_window_test.js
M apps/system/test/unit/attention_window_manager_test.js
M apps/system/test/unit/attention_window_test.js
M apps/system/test/unit/base_module_test.js
M apps/system/test/unit/battery_overlay_test.js
M apps/system/test/unit/bluetooth_core_test.js
M apps/system/test/unit/bluetooth_transfer_test.js
M apps/system/test/unit/bootstrap_test.js
M apps/system/test/unit/browser_test.js
M apps/system/test/unit/captive_portal_test.js
M apps/system/test/unit/child_window_factory_test.js
M apps/system/test/unit/core_test.js
M apps/system/test/unit/developer_hud_test.js
A apps/system/test/unit/device_storage_watcher_test.js
M apps/system/test/unit/dialer_agent_test.js
M apps/system/test/unit/edge_swipe_detector_test.js
M apps/system/test/unit/ftu_launcher_test.js
M apps/system/test/unit/ftu_ping_test.js
A apps/system/test/unit/fx_accounts_client_test.js
A apps/system/test/unit/fx_accounts_manager_test.js
D apps/system/test/unit/fxa_client_test.js
D apps/system/test/unit/fxa_manager_test.js
M apps/system/test/unit/fxa_ui_test.js
M apps/system/test/unit/homescreen_launcher_test.js
M apps/system/test/unit/homescreen_window_manager_test.js
M apps/system/test/unit/homescreen_window_test.js
M apps/system/test/unit/icc_test.js
M apps/system/test/unit/icc_worker_test.js
D apps/system/test/unit/init_logo_handler_test.js
M apps/system/test/unit/input_window_test.js
M apps/system/test/unit/layout_manager_test.js
A apps/system/test/unit/logo_manager_test.js
M apps/system/test/unit/media_playback_test.js
M apps/system/test/unit/mobile_connection_core_test.js
A apps/system/test/unit/mobile_id_manager_test.js
D apps/system/test/unit/mobileid_manager_test.js
M apps/system/test/unit/mock_app_transition_controller.js
A apps/system/test/unit/mock_battery_overlay.js
M apps/system/test/unit/modal_dialog_test.js
M apps/system/test/unit/newsletter_manager_test.js
M apps/system/test/unit/nfc_manager_test.js
A apps/system/test/unit/notification_screen_test.js
D apps/system/test/unit/notifications_test.js
M apps/system/test/unit/payment_test.js
M apps/system/test/unit/places_test.js
M apps/system/test/unit/power_save_test.js
M apps/system/test/unit/quick_settings_test.js
M apps/system/test/unit/rocketbar_test.js
M apps/system/test/unit/screen_manager_test.js
M apps/system/test/unit/secure_window_test.js
M apps/system/test/unit/sheets_transition_test.js
M apps/system/test/unit/sim_lock_manager_test.js
M apps/system/test/unit/sleep_menu_test.js
M apps/system/test/unit/software_button_manager_test.js
M apps/system/test/unit/sound_manager_test.js
M apps/system/test/unit/stack_manager_test.js
M apps/system/test/unit/statusbar_test.js
D apps/system/test/unit/storage_watcher_test.js
M apps/system/test/unit/task_manager_test.js
M apps/system/test/unit/telephony_settings_test.js
M apps/system/test/unit/text_selection_dialog_test.js
M apps/system/test/unit/trusted_window_test.js
A apps/system/test/unit/ttl_view_test.js
D apps/system/test/unit/ttlview_test.js
M apps/system/test/unit/updatable_test.js
M apps/system/test/unit/update_manager_test.js
M apps/system/test/unit/utility_tray_test.js
M apps/system/test/unit/visibility_manager_test.js
M apps/system/test/unit/voicemail_test.js
M apps/system/test/unit/wallpaper_manager_test.js
M build/jshint/xfail.list
M shared/js/image_utils.js
M shared/test/unit/mocks/mock_service.js
M tests/atoms/gaia_apps.js
M tests/python/gaia-ui-tests/gaiatest/gaia_test.py
Phase 1:
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152664
apps/system/js/browser_config_helper.js
apps/system/js/browser_frame.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152665
apps/system/js/download/download_manager.js
apps/system/js/download/download_notification.js
apps/system/test/unit/download_manager_test.js
apps/system/test/unit/download_notification_test.js
apps/system/test/unit/mock_download_formatter.js
apps/system/test/unit/mock_download_helper.js
apps/system/test/unit/mock_download_store.js
apps/system/test/unit/mock_download_ui.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152666
apps/system/js/emergency_callback_manager.js
apps/system/js/icc_events.js
apps/system/js/sim_lock.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152668
apps/system/js/operator_variant/operator_variant.js
apps/system/js/operator_variant/operator_variant_iccs.js
apps/system/test/unit/operator_variant_helper_test.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152669
apps/system/js/identity.js
apps/system/test/unit/identity_test.js
apps/system/js/storage_watcher.js
apps/system/test/unit/storage_watcher_test.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152671
apps/system/js/trusted_ui.js
apps/system/js/value_selector/spin_date_picker.js
apps/system/js/value_selector/value_picker.js
apps/system/test/unit/spin_date_picker_test.js
apps/system/test/unit/value_picker_test.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152727
apps/system/test/marionette/fakemusic/js/comms.js
apps/system/test/marionette/fakemusic/js/fakemusic.js
apps/system/test/marionette/lib/fake_music.js
apps/system/test/marionette/lib/notification.js
apps/system/test/marionette/lockscreen_disabled_test.js
apps/system/test/marionette/net_error_test.js
apps/system/test/marionette/notification_launch_app_test.js
apps/system/test/marionette/notification_test.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152708
apps/system/test/unit/fxa_iac_client_test.js
apps/system/test/unit/fxa_test/fxa_error_overlay_test.js
apps/system/test/unit/fxa_test/fxam_errors_test.js
apps/system/test/unit/fxa_test/fxam_overlay_test.js
apps/system/test/unit/fxa_test/load_element_helper.js
apps/system/test/unit/fxa_test/mock_fxam_errors.js
apps/system/test/unit/fxa_test/mock_fxam_server_request.js
apps/system/test/unit/fxa_test/mock_fxam_ui.js
apps/system/test/unit/fxa_test/screens/fxam_enter_email_test.js
apps/system/test/unit/fxa_test/screens/fxam_enter_password_test.js
apps/system/test/unit/fxa_test/screens/fxam_refresh_auth_test.js
apps/system/test/unit/fxa_test/screens/fxam_set_password_test.js
apps/system/test/unit/fxa_test/screens/fxam_signin_success_test.js
apps/system/test/unit/fxa_test/screens/fxam_signup_success_test.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152710
apps/system/test/unit/entery_sheet_test.js
apps/system/test/unit/iac_handler_test.js
apps/system/test/unit/keyboard_helper_test.js
apps/system/test/unit/lockscreen/lockscreen_test.js
apps/system/test/unit/mobile_operator_test.js
apps/system/test/unit/settings_helper_test.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1152711
apps/system/test/unit/mock_apps_mgmt.js
apps/system/test/unit/mock_asyncStorage.js
apps/system/test/unit/mock_captive_portal.js
apps/system/test/unit/mock_chrome_event.js
apps/system/test/unit/mock_clock.js
apps/system/test/unit/mock_fxa_client.js
apps/system/test/unit/mock_fxa_ui.js
apps/system/test/unit/mock_homescreen_window.js
apps/system/test/unit/mock_iac_handler.js
apps/system/test/unit/mock_iachandler.js
apps/system/test/unit/mock_keyboard_manager.js
apps/system/test/unit/mock_lock_screen.js
apps/system/test/unit/mock_media_files.js
apps/system/test/unit/mock_notification_screen.js
apps/system/test/unit/mock_orientation_manager.js
apps/system/test/unit/mock_screen_layout.js
apps/system/test/unit/mock_settingslistener_installer.js
apps/system/test/unit/mock_sheets_transition.js
apps/system/test/unit/mock_stack_manager.js
apps/system/test/unit/mock_statusbar.js
Bug#: https://bugzilla.mozilla.org/show_bug.cgi?id=1154588
shared/js/fxa_iac_client.js
apps/system/fxa/test/marionette/test-fxa-client/js/fxa_iac_client.js
Phase 2 - changes in alive/new-bootstrap-0325:
apps/system/js/browser_mixin.js
apps/system/js/icc.js
apps/system/js/init_logo_handler.js
apps/system/js/notification_screen.js
apps/system/js/orientation_manager.js
apps/system/js/payment.js
apps/system/js/sheets_transition.js
apps/system/js/update_manager.js
apps/system/js/wifi.js
apps/system/test/unit/app_install_manager_test.js
apps/system/test/unit/orientation_manager_test.js
apps/system/test/unit/update_manager_test.js
apps/system/test/unit/utility_tray_test.js
apps/system/test/unit/wifi_test.js
apps/system/js/browser_config_helper.js
apps/system/js/browser_frame.js
apps/system/js/browser_mixin.js
apps/system/js/download/download_manager.js
apps/system/js/download/download_notification.js
apps/system/js/emergency_callback_manager.js
apps/system/js/icc.js
apps/system/js/icc_events.js
apps/system/js/identity.js
apps/system/js/init_logo_handler.js
apps/system/js/notification_screen.js
apps/system/js/operator_variant/operator_variant.js
apps/system/js/operator_variant/operator_variant_iccs.js
apps/system/js/orientation_manager.js
apps/system/js/payment.js
apps/system/js/sheets_transition.js
apps/system/js/sim_lock.js
apps/system/js/storage_watcher.js
apps/system/js/trusted_ui.js
apps/system/js/updatable.js
apps/system/js/update_manager.js
apps/system/js/value_selector/spin_date_picker.js
apps/system/js/value_selector/value_picker.js
apps/system/js/wifi.js
apps/system/test/marionette/fakemusic/js/comms.js
apps/system/test/marionette/fakemusic/js/fakemusic.js
apps/system/test/marionette/lib/fake_music.js
apps/system/test/marionette/lib/notification.js
apps/system/test/marionette/lockscreen_disabled_test.js
apps/system/test/marionette/net_error_test.js
apps/system/test/marionette/notification_launch_app_test.js
apps/system/test/marionette/notification_test.js
apps/system/test/unit/app_install_manager_test.js
apps/system/test/unit/download_manager_test.js
apps/system/test/unit/download_notification_test.js
apps/system/test/unit/entery_sheet_test.js
apps/system/test/unit/fxa_iac_client_test.js
apps/system/test/unit/fxa_test/fxa_error_overlay_test.js
apps/system/test/unit/fxa_test/fxam_errors_test.js
apps/system/test/unit/fxa_test/fxam_overlay_test.js
apps/system/test/unit/fxa_test/load_element_helper.js
apps/system/test/unit/fxa_test/mock_fxam_errors.js
apps/system/test/unit/fxa_test/mock_fxam_server_request.js
apps/system/test/unit/fxa_test/mock_fxam_ui.js
apps/system/test/unit/fxa_test/screens/fxam_enter_email_test.js
apps/system/test/unit/fxa_test/screens/fxam_enter_password_test.js
apps/system/test/unit/fxa_test/screens/fxam_refresh_auth_test.js
apps/system/test/unit/fxa_test/screens/fxam_set_password_test.js
apps/system/test/unit/fxa_test/screens/fxam_signin_success_test.js
apps/system/test/unit/fxa_test/screens/fxam_signup_success_test.js
apps/system/test/unit/iac_handler_test.js
apps/system/test/unit/identity_test.js
apps/system/test/unit/keyboard_helper_test.js
apps/system/test/unit/lockscreen/lockscreen_test.js
apps/system/test/unit/mobile_operator_test.js
apps/system/test/unit/mock_apps_mgmt.js
apps/system/test/unit/mock_asyncStorage.js
apps/system/test/unit/mock_captive_portal.js
apps/system/test/unit/mock_chrome_event.js
apps/system/test/unit/mock_clock.js
apps/system/test/unit/mock_download_formatter.js
apps/system/test/unit/mock_download_helper.js
apps/system/test/unit/mock_download_store.js
apps/system/test/unit/mock_download_ui.js
apps/system/test/unit/mock_fxa_client.js
apps/system/test/unit/mock_fxa_ui.js
apps/system/test/unit/mock_homescreen_window.js
apps/system/test/unit/mock_iac_handler.js
apps/system/test/unit/mock_iachandler.js
apps/system/test/unit/mock_keyboard_manager.js
apps/system/test/unit/mock_lock_screen.js
apps/system/test/unit/mock_media_files.js
apps/system/test/unit/mock_notification_screen.js
apps/system/test/unit/mock_orientation_manager.js
apps/system/test/unit/mock_screen_layout.js
apps/system/test/unit/mock_settingslistener_installer.js
apps/system/test/unit/mock_sheets_transition.js
apps/system/test/unit/mock_stack_manager.js
apps/system/test/unit/mock_statusbar.js
apps/system/test/unit/operator_variant_helper_test.js
apps/system/test/unit/orientation_manager_test.js
apps/system/test/unit/settings_helper_test.js
apps/system/test/unit/spin_date_picker_test.js
apps/system/test/unit/storage_watcher_test.js
apps/system/test/unit/updatable_test.js
apps/system/test/unit/update_manager_test.js
apps/system/test/unit/utility_tray_test.js
apps/system/test/unit/value_picker_test.js
apps/system/test/unit/wifi_test.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment