platform/framework/web/crosswalk-tizen.git
2017-03-03 Kevin SawickiIgnore objective-c header lint
2017-03-03 Kevin SawickiExtract helper class to encapsulate touch bar items
2017-03-03 Kevin SawickiFew memory and scope tweaks
2017-03-03 Kevin SawickiUse skia color helpers
2017-03-03 Kevin SawickiReturn early when touchBar is null
2017-03-03 Kevin SawickiMake touchBar readwrite/nullable
2017-03-03 Kevin SawickiIgnore lint warnings in Objective-C header
2017-03-03 Kevin SawickiRemove linter warnings
2017-03-03 Kevin SawickiRevert default_app changes
2017-03-03 Kevin SawickiGet compiling against 10.10 SDK
2017-03-03 Kevin SawickiUse new NativeWindowObserver helper
2017-03-03 Samuel AttardFix Group items
2017-03-03 Samuel AttardAdd updateConfig ability to other items
2017-03-03 Samuel Attardinitial work on updating touch bar item config without...
2017-03-03 Samuel AttardSome docs for touch bar
2017-03-03 Samuel AttardExport the TouchBar items as their own props on the...
2017-03-03 Samuel AttardFix cpp linting
2017-03-03 Samuel AttardFix JS linting
2017-03-03 Samuel AttardRemove unused ident
2017-03-03 Samuel AttardImplement group item
2017-03-03 Samuel AttardImplement popOver item type (woo hoo it worked)
2017-03-03 Samuel AttardChange demo touchbar values
2017-03-03 Samuel AttardAdd Slider item type and add options to the button...
2017-03-03 Samuel AttardMake label and colorpicker types work
2017-03-03 Samuel AttardMake dynamic buttons work along with click events
2017-03-03 Samuel AttardInitial TouchBar Magic
2017-03-03 Zeke SikelianosMerge pull request #8816 from electron/webview-docs...
2017-03-03 Zeke Sikelianosuse updated docs linter with webview support
2017-03-02 Zeke Sikelianosmove platform labels to end of description for consistency
2017-03-02 Zeke Sikelianosdocument arguments for webview methods
2017-03-02 Zeke Sikelianosfix indentation of app.setLoginItemSettings arguments
2017-03-02 Zeke Sikelianosdenote webview process so linter will recognize it...
2017-03-02 Kevin SawickiMerge pull request #8806 from electron/felix-winstore...
2017-03-02 Kevin SawickiMerge pull request #8804 from electron/isolated-world...
2017-03-02 Kevin SawickiSet isolated world security origin
2017-03-02 Kevin SawickiAdd failing spec for fetch from isolated world
2017-03-01 Felix RiesebergFix init check for process.windowsStore
2017-03-01 Kevin SawickiBump v1.6.2
2017-03-01 Kevin SawickiMerge pull request #8801 from tomfloyer/patch-1
2017-03-01 Tom FloyerFixed typo
2017-02-28 Kevin SawickiMerge pull request #8766 from electron/browser-require...
2017-02-28 Kevin SawickiFix typo in comment
2017-02-28 Kevin SawickiMention variable name to update
2017-02-28 Kevin SawickiAdd initial spec for remote modules
2017-02-28 Kevin SawickiDon't require browser process module from renderer
2017-02-28 Kevin SawickiMerge pull request #8742 from electron/webview-visibility
2017-02-28 Kevin SawickiEmit event after listener is registered
2017-02-28 Kevin SawickiForward webview visibility change events from browser...
2017-02-28 Kevin SawickiUse const instead of var
2017-02-28 Kevin SawickiRegister visibility change listener when attached
2017-02-28 Kevin SawickiMerge pull request #8792 from LasseJacobs/master
2017-02-27 Rik Theunis:memo: Fix typos and grammatical errors.
2017-02-27 Lasse Jacobs:memo: Fix some grammar mistakes
2017-02-27 Lasse Jacobs:memo: Fix some spelling mistakes
2017-02-27 Zeke SikelianosMerge pull request #8775 from electron/shortcuts
2017-02-27 Zeke Sikelianoslint
2017-02-27 Kevin SawickiMerge pull request #8787 from serant/translation-doc...
2017-02-27 Kevin SawickiMerge pull request #8783 from thesbros/docs/blink-featu...
2017-02-27 Kevin SawickiMerge pull request #8769 from jwheare/docs-cancel-id
2017-02-27 Zeke Sikelianosremove electron-localshortcut recommendation
2017-02-27 serantFixed typo in translation doc for BrowserWindow
2017-02-27 Oden:memo: Update link to Blink features.
2017-02-26 Zeke Sikelianosdescribe local shortcuts before global
2017-02-26 Zeke Sikelianosadd section for browser window events
2017-02-26 Zeke Sikelianosadd a guide to keyboard shortcuts
2017-02-26 Zeke SikelianosMerge pull request #8746 from electron/clarify-app...
2017-02-24 James WheareClarify docs for dialog.showMessageBox cancelId
2017-02-24 Kevin SawickiMerge pull request #8758 from electron/use-local-buffer
2017-02-24 Kevin SawickiVerify global.Buffer is undefined
2017-02-24 Kevin SawickiUpgrade node for Buffer wrapper fix
2017-02-24 Kevin SawickiAdd failing spec for Buffer from preload required module
2017-02-24 Kevin SawickiMerge pull request #8733 from electron/macos-cancel-id
2017-02-24 Kevin SawickiSupport explicit cancelId on macOS
2017-02-24 Kevin SawickiMerge pull request #8739 from electron/pepper-context...
2017-02-24 Kevin SawickiPopup pepper menu in owner browser window
2017-02-24 Kevin SawickiDefault to focused window whenever param is null/undefined
2017-02-24 Kevin SawickiCheck that window is non-null before accessing construc...
2017-02-24 Kevin SawickiMerge pull request #8745 from electron/async-web-dialog...
2017-02-24 Kevin SawickiRemove unneeded AddRef/Release calls handled by base...
2017-02-24 Kevin SawickiCheck render frame host before getting context
2017-02-24 Kevin SawickiRemove unused include
2017-02-24 Kevin Sawicki Extend RefCounted and add private destructor
2017-02-24 Kevin SawickiUse callback dialog methods in RunFileChooser
2017-02-23 Kevin SawickiMerge pull request #8760 from popod/popod-startDrag-doc
2017-02-23 Kevin SawickiUpdate parameter prefix
2017-02-23 popodupdate startDrag(item) doc
2017-02-23 Zeke Sikelianosclarify actions that cause app.activate event to be...
2017-02-22 Kevin SawickiMerge pull request #8702 from electron/async-menu-popup
2017-02-22 Kevin SawickiInvoke close callback after itemSelected runs
2017-02-22 Kevin SawickiCheck that x is non-null
2017-02-22 Kevin SawickiMake variables private instead of protected
2017-02-22 Kevin Sawicki:art:
2017-02-22 Kevin SawickiDocument menu.closePopup
2017-02-22 Kevin SawickiImplement ClosePopupAt on Windows/Linux
2017-02-22 Kevin SawickiImplement Menu.closePopup on Windows/Linux
2017-02-22 Kevin SawickiAdd spec for async Menu.popup
2017-02-22 Kevin SawickiAdd Menu.closePopup API on macOS
2017-02-22 Kevin SawickiMove MenuItem spec into root describe
2017-02-22 Kevin SawickiAdd new menu.popup signature to planned breaking changes
2017-02-22 Kevin SawickiUpdate menu.popup docs to take options object
next