platform/framework/web/crosswalk-tizen.git
2016-06-22 Zeke Sikelianosundo heading changes to special-case session
2016-06-22 Zeke Sikelianosfix debugger event headings
2016-06-22 Zeke Sikelianosdocument platform-specific arguments
2016-06-22 Zeke Sikelianosuse unformatted raw code examples in styleguide
2016-06-22 Zeke Sikelianos:memo: use h3 headings for events and methods, per...
2016-06-22 Cheng ZhaoMerge pull request #6171 from electron/maximize/minimize
2016-06-22 Cheng Zhaomac: Fix maximize/unmaximize event emitted before windo...
2016-06-22 Cheng ZhaoMerge pull request #6170 from electron/click-event
2016-06-22 Cheng Zhaospec: Fix failing tests of Menu
2016-06-22 Cheng Zhaodocs: Reformat the menu-item.md
2016-06-22 Cheng ZhaoAdd "event" parameter for "click" handler of MenuItem
2016-06-22 Cheng ZhaoAdd EventEmitter::CreateEventFromFlags
2016-06-22 Cheng ZhaoBump v1.2.4
2016-06-22 Cheng ZhaoMerge pull request #6169 from electron/map-roles-by...
2016-06-22 Cheng ZhaoMerge pull request #6168 from electron/forward-delete
2016-06-22 Cheng ZhaoMerge pull request #6166 from electron/fullscreen-role
2016-06-21 Kevin SawickiAdd comment about map key/values
2016-06-21 Kevin SawickiMap roles by command id
2016-06-21 Kevin SawickiAdd delete accelerator to delete menu
2016-06-21 Kevin SawickiMake NSDeleteFunctionKey to NSDeleteCharacter
2016-06-21 Kevin SawickiAccess function in methodInBrowserWindow
2016-06-21 Kevin SawickiDoc togglefullscreen menu item role
2016-06-21 Kevin Sawicki:art:
2016-06-21 Kevin SawickiUse togglefullscreen role
2016-06-21 Kevin SawickiAdd togglefullscreen role selector
2016-06-21 Kevin SawickiAdd togglefullscreen role
2016-06-21 Kevin SawickiMerge pull request #6154 from electron/quit-role
2016-06-21 Kevin SawickiFix lint errors
2016-06-21 Kevin SawickiDocument quit role
2016-06-21 Kevin SawickiRemove CoffeeScript ref variables
2016-06-21 Kevin SawickiUse const/let instead of var
2016-06-21 Kevin SawickiAdd File > Exit menu on Windows
2016-06-21 Kevin SawickiUse quit role
2016-06-21 Kevin SawickiMap quit role to terminate selector
2016-06-21 Kevin SawickiAdd quit role
2016-06-21 Cheng ZhaoMerge pull request #6161 from electron/refresh-menu...
2016-06-21 Cheng ZhaoUpdate menubar color when theme changes
2016-06-21 Cheng Zhaolinux: Disable parent window when showing modal dialogs...
2016-06-21 Cheng ZhaoMerge pull request #6159 from electron/tray-get-bounds
2016-06-21 Cheng Zhaodocs: Make tray.md follow docs style guide
2016-06-21 Cheng Zhaodocs: Tray.getBounds()
2016-06-21 Cheng Zhaowin: Use DIP rect for tray icon's bounds
2016-06-21 Cheng Zhaowin: Implement tray.getBounds() API
2016-06-21 Cheng Zhaomac: Add tray.getBounds() API
2016-06-21 Cheng ZhaoUpdate brightray for electron/brightray#228
2016-06-21 Kevin SawickiAdd default error handler to remote promises (#6151)
2016-06-21 Charlie HessAdd systemPreferences.subscribeLocalNotification. ...
2016-06-20 Cheng ZhaoMerge pull request #6147 from electron/open-item-in...
2016-06-20 Cheng Zhaomac: Convert path to absolute path in ShowItemInFolder
2016-06-20 Cheng ZhaoMerge pull request #6145 from electron/app-indicator-id
2016-06-20 Cheng ZhaoUse fixed ID for app indicators
2016-06-20 Cheng ZhaoMerge pull request #6144 from electron/crash-release...
2016-06-20 Cheng ZhaoAvoid calling Environment::GetCurrent for unjected...
2016-06-20 Cheng ZhaoMerge pull request #6140 from electron/parent
2016-06-20 Cheng Zhaodocs: modal window is greatly simplified
2016-06-20 Cheng ZhaoOnly define enable/disable API for views
2016-06-20 Cheng ZhaomacOS: Use sheet window as modal window
2016-06-20 Cheng ZhaoMove disable counter to NativeWindow from api::Window
2016-06-20 Cheng Zhaodocs: Parent and child windows
2016-06-20 Cheng Zhaolinux: Make modal dialog show more smoothly
2016-06-20 Cheng Zhaolinux: Implement win.disable/enable/isEnabled() API
2016-06-20 Cheng ZhaoDo not emit "unresponsive" when there is modal dialog
2016-06-20 Cheng Zhaolinux: Implement win.setParentWindow(parent)
2016-06-20 Cheng Zhaowin: Implement win.disable/enable/isEnabled() API
2016-06-20 Cheng Zhaospec: Avoid calling setParentWindow for unrelated tests
2016-06-20 Cheng ZhaoAdd "parent" option for BrowserWindow
2016-06-20 Cheng Zhaoviews: Initial implementation of win.setParentWindow...
2016-06-20 Cheng Zhaomac: Add win.beginSheet(sheet)/endSheet(sheet) API
2016-06-20 Cheng Zhaospec: Test cases for win.setModal(modal)
2016-06-20 Cheng ZhaoHandle multiple modal windows correctly
2016-06-20 Cheng ZhaoAdd win.setModal(modal) API
2016-06-20 Cheng Zhaomac: Add win.disable/enable/isEnabled() API
2016-06-20 Cheng Zhaospec: Test cases for parent window
2016-06-20 Cheng ZhaoAdd win.getChildWindows() API
2016-06-20 Cheng ZhaoAdd win.getParentWindow() API
2016-06-20 Cheng Zhaomac: Close all child windows before closing current...
2016-06-20 Cheng Zhaomac: Add win.setParentWindow(parent) API
2016-06-20 Cheng Zhaospec: Suppress isCI test on CI
2016-06-20 Cheng ZhaoMerge branch 'preco21-korean-docs-8'
2016-06-20 Cheng ZhaoMerge pull request #6135 from blainesch/patch-1
2016-06-20 Cheng ZhaoMerge pull request #6128 from gerhardberger/webview...
2016-06-19 Plusb Preco:memo: Update Korean docs as upstream
2016-06-19 Plusb Preco:memo: Update Korean docs as upstream
2016-06-19 Machisté N... Merge pull request #6136 from MarshallOfSound/master
2016-06-19 Samuel AttardFix typo in DevTools Extensions tutorial
2016-06-19 Blaine SchmeisserAdd copy/pasta example for system preferences.
2016-06-19 Cheng ZhaoMerge pull request #6134 from electron/chrome-51.0...
2016-06-19 Cheng ZhaoMerge pull request #6130 from rahatarmanahmed/fix-rende...
2016-06-19 Cheng ZhaoUpdate to Chrome 51.0.2704.103
2016-06-19 Cheng ZhaoPyhton => Python, close #6126
2016-06-19 Cheng ZhaoMerge pull request #6068 from electron/redispatch-events
2016-06-19 Cheng ZhaoUse class extension to avoid type conversion
2016-06-19 Cheng ZhaoMerge pull request #6115 from electron/load-extension...
2016-06-19 Cheng ZhaoMerge pull request #6125 from leo/master
2016-06-19 Cheng ZhaoMerge pull request #6105 from zephyrzoom/master
2016-06-19 Rahat Ahmed🐛 Don't load 'repl' unless needed
2016-06-18 gellertfixes transformed webview size
2016-06-18 Leonard LamprechtImproved wording
2016-06-18 Leonard LamprechtReplace OS X and Mac OS with macOS
2016-06-17 Kevin SawickiAdd back window check
next