Commit History

Author SHA1 Message Date
  Shelley Vohr 8991c0056e feat: promisify dialog.showMessageBox() (#17298) 6 years ago
  Robo 52fe92d02e feat: Upgrade to Chromium 71.0.3578.98 (#15966) 6 years ago
  Jeremy Apthorp 6f91af9343 chore: fix various chromium-style errors in windows (#13394) 6 years ago
  Milan Burda 28fd571d0c refactoring: use std::make_unique<T> (#13245) 6 years ago
  Shelley Vohr c6f4bbd143 also format missing .cc files 7 years ago
  Cheng Zhao 97e8800677 Remove web_contents from NativeWindow's constructor 7 years ago
  Birunthan Mohanathas c8c11e68c6 Add support for checkbox with dialog.showMessageBox 8 years ago
  Cheng Zhao 55d4d44f02 Fix Debug building on Windows 8 years ago
  Kevin Sawicki 3dd5628ded Include windows.h first 8 years ago
  Kevin Sawicki 6285500cdc Sort includes alphabetically 8 years ago
  Cheng Zhao 7848608198 Replace DialogScope with UnresponsiveSuppressor 8 years ago
  Cheng Zhao 7ba391da7c Update to API changes of Chrome 51 9 years ago
  Cheng Zhao e77582baee Fix compilation warnings introduced by VS 2015 9 years ago
  Paul Betts f4ec369873 More boring fixups 9 years ago
  Cheng Zhao 26bd97d6cf Fix style issues of #4029 9 years ago
  leethomas 803b06b7de :checkered_flag: support defaultId for dialog boxes on Windows 9 years ago
  leethomas ae5c6add11 rename all references to default_button_index -> default_id to keep consistent with cancel_id 9 years ago
  leethomas dfce803045 :checkered_flag: update windows message_box function signatures to accept default_button_index....and do nothing with it 9 years ago
  Cheng Zhao 73e7773d84 Update to API changes of Chrome 47 9 years ago
  Eran Tiktin 9232620023 Fixed comment spacing 9 years ago
  Eran Tiktin b1406fbad9 Fix no close button in message box on Windows 9 years ago
  Cheng Zhao 50f226e34e win: Use app name as default title of message box 9 years ago
  Cheng Zhao 6c44553456 Show all buttons as custom buttons when noLink is specified 9 years ago
  Cheng Zhao cc2a9f617d Add noLink option for showMessageBox 9 years ago
  Cheng Zhao da724d65d7 Add |options| for ShowMessageBox 9 years ago
  Cheng Zhao 5863ed4c33 win: Also map MESSAGE_BOX_TYPE_QUESTION to TD_INFORMATION_ICON 9 years ago
  Cheng Zhao 001b4a3179 Final cleanup 9 years ago
  Cheng Zhao 9793473b10 Show custom buttons as links 9 years ago
  Cheng Zhao a89e5592f2 Use stock buttons on Windows when possible 9 years ago
  Cheng Zhao 989351a41d Show user's icon when specified 9 years ago