platform/framework/web/crosswalk-tizen.git
2016-06-25 Florent DelayenExecute click handlers for top level menu items
2016-06-25 Cheng ZhaoMerge pull request #6233 from electron/clipboard-bookma...
2016-06-25 Cheng ZhaoMerge pull request #6226 from miniak/fix-uninitialized...
2016-06-25 Kevin Sawickiread/writeBookmark is not implemented on Linux
2016-06-24 Kevin SawickiTweak return value description
2016-06-24 Kevin SawickiAdd assertions for no available bookmark
2016-06-24 Kevin SawickiMention empty strings
2016-06-24 Kevin SawickiRemove unsupported type
2016-06-24 Kevin SawickiDocument clipboard bookmark support
2016-06-24 Kevin SawickiAdd missing rtf key
2016-06-24 Kevin SawickiAdd bookmark key to clipboard.write
2016-06-24 Kevin SawickiAdd read/writeBookmark spec
2016-06-24 Kevin SawickiSupport reading/writing bookmarks to clipboard
2016-06-24 Milan BurdaFix uninitialized member variable in CrashReporterWin
2016-06-24 Zeke SikelianosMerge pull request #6221 from SudarAbisheck/master
2016-06-24 Cheng ZhaoMerge pull request #6220 from electron/promise-in-main...
2016-06-24 Sudar AbisheckUpdate quick-start.md
2016-06-24 Cheng ZhaoHandle v8::MicrotasksScope in the main process
2016-06-24 Cheng ZhaoMerge pull request #6218 from electron/clean-up-callback-id
2016-06-24 Cheng ZhaoRemove callbackId when callback is removed from registry
2016-06-24 Cheng ZhaoMerge pull request #6213 from electron/reset-search...
2016-06-24 Cheng ZhaoMerge pull request #6211 from electron/debugging-main...
2016-06-24 Cheng ZhaoMerge pull request #6111 from electron/docs-formatting
2016-06-23 Kevin SawickiReuse root path variable
2016-06-23 Kevin SawickiInclude trailing separator in comparisons
2016-06-23 Kevin SawickiAdd failing spec for trailing separator bug
2016-06-23 Kevin SawickiFilter existing search paths instead reimplementing
2016-06-23 Kevin SawickiAdd specs for Module._nodeModulesPath
2016-06-23 Kevin SawickiMinor formatting updates
2016-06-23 Kevin SawickiMake update number message a note
2016-06-23 Kevin SawickiUse upstream node-pre-gyp
2016-06-23 Zeke Sikelianosremove parens from type
2016-06-23 Zeke Sikelianosfix list indentation
2016-06-23 Cheng ZhaoMerge pull request #6201 from electron/did-fail-load
2016-06-23 Cheng ZhaoDo not emit did-fail-load for canceled requests
2016-06-23 Cheng ZhaoBump v1.2.5
2016-06-23 Cheng ZhaoMerge pull request #6190 from electron/default-label...
2016-06-23 Cheng ZhaoMerge pull request #6180 from jhen0409/patch-4
2016-06-23 Cheng ZhaoMerge pull request #6197 from electron/fix-api-call...
2016-06-23 Cheng ZhaoMerge pull request #6198 from electron/fix-session...
2016-06-23 Cheng Zhaospec: Set mimeType for protocol's handler
2016-06-23 Cheng Zhaospec: Split the session.protocol test into multiple...
2016-06-23 Cheng Zhaospec: Put protocol registration in beforeEach
2016-06-23 Cheng ZhaoMerge pull request #6174 from electron/session-docs...
2016-06-23 Cheng Zhaomac: Avoid calling setTitleVisibility for OS X 10.9
2016-06-23 Cheng ZhaoMerge pull request #6195 from electron/eagerly-require...
2016-06-23 Cheng ZhaoMerge pull request #6192 from electron/native-image...
2016-06-23 Cheng ZhaoUpdate brightray for #6178
2016-06-23 Kevin SawickiEagerly require protocol
2016-06-22 Kevin SawickiCtrl -> Control for consistency
2016-06-22 JhenFix chrome.runtime.sendMessage
2016-06-22 Cheng ZhaoMerge pull request #6183 from joshaber/patch-1
2016-06-22 Kevin SawickitoPng/toJpeg -> toPNG/toJPEG
2016-06-22 Kevin SawickiUpdate expected accelerator
2016-06-22 Kevin SawickiIncorporate review feedback
2016-06-22 Kevin SawickiExport app before requiring modules
2016-06-22 Kevin SawickiRemove label/accelerators with role defaults
2016-06-22 Kevin SawickiAdd assert for role with app name in label
2016-06-22 Kevin Sawicki:art:
2016-06-22 Kevin SawickiRemove lint errors
2016-06-22 Kevin SawickiDoc role defaults
2016-06-22 Kevin SawickiAdd spec for default role label/accelerator
2016-06-22 Kevin SawickiSpecify focused window to execute call
2016-06-22 Kevin SawickiAdd app require
2016-06-22 Kevin SawickiAdd execute helper to roles file
2016-06-22 Kevin Sawicki:art: Sort roles alphabetically
2016-06-22 Kevin SawickiAdd more role defaults
2016-06-22 Kevin SawickiAdd default help/window labels
2016-06-22 Kevin SawickiUse default labels and accelerators
2016-06-22 Kevin SawickiAdd default label/accelerator to role menu items
2016-06-22 Kevin SawickiAdd menu item role defaults
2016-06-22 Kevin SawickiMerge pull request #6184 from electron/read-only-command-id
2016-06-22 Kevin SawickiMake commandId a read only property
2016-06-22 Kevin SawickiAdd failing spec for writeable command id
2016-06-22 Josh AbernathyUpdate external frameworks version
2016-06-22 Kevin SawickiMerge pull request #6182 from electron/format-menu...
2016-06-22 Kevin SawickiAdd back event param
2016-06-22 Kevin SawickiMove click variable near this.click
2016-06-22 Kevin Sawicki:art: Destructure requires
2016-06-22 Kevin SawickiAdd spec for submenu type with no submenu
2016-06-22 Kevin SawickiAdd spec for invalid menu item type
2016-06-22 Kevin SawickiRemove CoffeeScript class wrapper
2016-06-22 Cheng ZhaoMerge pull request #6175 from miniak/content-protection
2016-06-22 Cheng ZhaoMerge pull request #6173 from arifcakiroglu/patch-1
2016-06-22 Milan BurdaAdd BrowserWindow.prototype.setContentProtection(enable)
2016-06-22 Arif ÇakıroğluUpdate README.md
2016-06-22 Cheng Zhaodocs: Separate Cookies and WebRequest classes in sessi...
2016-06-22 Cheng ZhaoMerge pull request #6172 from electron/session-setuseragent
2016-06-22 Arif ÇakıroğluUpdate README.md
2016-06-22 Cheng ZhaoFix usages of global BrowserContext in App::ImportCerti...
2016-06-22 Cheng Zhaodocs: ses.setUserAgent(userAgent[, acceptLanguages])
2016-06-22 Cheng ZhaoAdd ses.getUserAgent()/setUserAgent(...) APIs
2016-06-22 Cheng ZhaoCache the BrowserContext::GetUserAgent
2016-06-22 Cheng ZhaoDo not force creating default session in C++
2016-06-22 Zeke SikelianosOS X → macOS
2016-06-22 Zeke Sikelianosuse consistent verb style
2016-06-22 Zeke Sikelianosprepositions are hard
2016-06-22 Zeke Sikelianoswether → whether
2016-06-22 Zeke Sikelianosrestore headings in translated session docs
2016-06-22 Zeke Sikelianosdocument drop-files event type
next