platform/framework/web/crosswalk-tizen.git
2017-03-03 Kevin SawickiMerge pull request #8095 from electron/touchbar
2017-03-03 Kevin SawickiRemove unused include
2017-03-03 Kevin SawickiDrop nullable for consistency
2017-03-03 Kevin SawickiMention it only effects 10.12.1 with touch bar
2017-03-03 Kevin SawickiAdd clover to possible values
2017-03-03 Kevin SawickiCheck that window responds to touchBar selector for...
2017-03-03 Kevin SawickiAdd initial touch bar specs
2017-03-03 Kevin SawickiAdd initial touch bar docs
2017-03-03 Kevin SawickiMake exported properties match class names
2017-03-03 Kevin SawickiMake config optional
2017-03-03 Kevin SawickiAdd live popover icon property
2017-03-03 Kevin SawickiSupport icon property to match MenuItem
2017-03-03 Kevin Sawicki:art:
2017-03-03 Kevin SawickiMatch Popover casing in macOS APIs
2017-03-03 Kevin SawickiExpose TouchBar on remote module
2017-03-03 Kevin SawickiUse NSTouchBar itemForIdentifier to lookup existing...
2017-03-03 Kevin SawickiRegister item after validating
2017-03-03 Kevin SawickiUse device NS colors consistently
2017-03-03 Kevin SawickiUse array to create empty NSMutableArray
2017-03-03 Kevin SawickiOnly export TouchBar to start
2017-03-03 Kevin SawickiCheck that atom_touch_bar_ is set
2017-03-03 Kevin SawickiStore ordered settings in AtomTouchBar
2017-03-03 Kevin SawickiAdd move live updating properties
2017-03-03 Kevin SawickiAdd support for spacer items
2017-03-03 Kevin SawickiSupport setting the initial/available colors
2017-03-03 Kevin SawickiAdd static helper to bind touch bar to window
2017-03-03 Kevin SawickiUse SetTouchBar withe empty vector instead of DestroyTo...
2017-03-03 Kevin SawickiAdd window helpers to TouchBar class
2017-03-03 Kevin SawickiRemove unused clear method
2017-03-03 Kevin SawickiRename instance variable maps
2017-03-03 Kevin SawickiUse scoped_nsobject to match Chrome implementation
2017-03-03 Kevin SawickiRemove unneeded includes
2017-03-03 Kevin SawickiUse vector of dictionaries instead of mate::Arguments
2017-03-03 Kevin SawickiInitial support for dynamic properties
2017-03-03 Kevin SawickiStore event listeners in each TouchBar class
2017-03-03 Kevin SawickiUpdate renamed variable
2017-03-03 Kevin Sawickitouch_bar_helper_ -> atom_touch_bar_
2017-03-03 Kevin SawickiRename to touch_bar_helper_ to differentiate from touch...
2017-03-03 Kevin SawickiReset helper when makeTouchBar is called
2017-03-03 Kevin SawickiUse reference
2017-03-03 Kevin SawickitouchBarFromMutatableArray -> touchBarFromItemIdentifiers
2017-03-03 Kevin SawickiUse std::string ctor
2017-03-03 Kevin SawickiUse base::SysUTF8ToNSString helper
2017-03-03 Kevin SawickihasTBDict -> hasItemWithID
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
next