You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/app
Scott Nonnenberg ffbcb4ecb5 Load debug log dialog immediately, then populate log data (#1540)
An immediate response to the user request to see the log, and then we
show the real data as soon as we've loaded it from disk.

Changes:
  - the IPC exchange to get the log data is now async
  - the API to fetch the log on the client side now returns a Promise
  - in the main process, the only disk access done synchronoously is
    reading the contents of the log directory. The JSON parsing of the
    resultant log data is now split up into three chunks.
  - We only send three keys from each log item to the renderer process:
    msg, time, level. Previously we sent the entire log entry with extra
    keys: hostname, pid, name.

FREEBIE
8 years ago
..
auto_update.js Fix auto-update dialog now that locale-loading has been changed 8 years ago
config.js Refactor configuration out into reusable files 8 years ago
locale.js Ensure locale is 'en' when NODE_ENV=test (#1527) 8 years ago
logging.js Load debug log dialog immediately, then populate log data (#1540) 8 years ago
menu.js Add View -> Debug Log to menu bar 8 years ago
user_config.js Move logging to disk via bunyan 8 years ago
window_state.js Refactor external source files to live in app/ 8 years ago