platform/framework/web/crosswalk-tizen.git
2017-03-06 Kevin SawickiMerge pull request #8678 from liusy182/download-item
2017-03-06 Kevin SawickiMerge pull request #8604 from electron/groundwater...
2017-03-06 Kevin SawickiIncorporate feedback
2017-03-06 Kevin SawickiMerge pull request #8800 from electron/https-website
2017-03-06 Kevin SawickiMerge pull request #8795 from electron/rename-shortcuts...
2017-03-06 Kevin SawickiMerge pull request #8840 from Yarkhan/patch-1
2017-03-06 Kevin SawickiMerge pull request #8837 from rhysd/fix-touchbar-doc
2017-03-06 Kevin SawickiMerge pull request #8834 from electron/tb-doc-fixups
2017-03-06 Cheng ZhaoMerge pull request #8811 from electron/clean-node-on...
2017-03-05 YarkhanCorrecting typo
2017-03-05 rhysdfix TouchBarSpacer class name in doc
2017-03-04 Samuel AttardAdd more explicit types to docs for TouchBar
2017-03-03 Kevin SawickiMerge pull request #8830 from electron/touchbar-label...
2017-03-03 Kevin SawickiidentList -> identifiers
2017-03-03 Kevin SawickiAlways set properties in update calls
2017-03-03 Kevin SawickiAdd support for setting TouchBarLabel text color
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-02 Cheng ZhaoFix cpplint warnings
2017-03-02 Cheng ZhaoFix crash when the main frame is replaced
2017-03-02 Cheng ZhaoAvoid touch an Environemnt after it gets destroyed
2017-03-02 Cheng ZhaoDestroy node environment when a JS context in renderer...
next