platform/framework/web/crosswalk-tizen.git
2017-04-04 Cheng ZhaoMerge pull request #8528 from Anatzum/patch-1
2017-04-03 Kevin SawickiMerge pull request #9097 from electron/handle-setter...
2017-04-03 Kevin Sawicki Parse setting response to surface thrown errors
2017-04-03 Kevin SawickiMerge pull request #9096 from electron/upgrade-brightra...
2017-04-03 Kevin SawickiAdd spec for remote setter not surfacing error
2017-04-03 Kevin SawickiUpgrade brightray to latest
2017-04-03 Kevin SawickiMerge pull request #9076 from electron/cleanup-cpp
2017-04-03 Kevin SawickiMerge pull request #9084 from runinspring/patch-1
2017-04-01 Haojian WuRemove extra spaces.
2017-04-01 ZhangYuUpdate web-contents.md
2017-04-01 Haojian WuRemove extra blank.
2017-04-01 Zeke SikelianosMerge pull request #9080 from electron/fixup-docs-5
2017-04-01 Samuel AttardAdd missing finalUpdate prop
2017-03-31 Kevin SawickiMerge pull request #9079 from electron/fix-dialog-args
2017-03-31 Kevin SawickiMove normalizeAccessKeys docs to right method
2017-03-31 Kevin SawickiBump v1.6.5
2017-03-31 Kevin SawickiMerge pull request #9074 from electron/tabbing-mode...
2017-03-31 Kevin SawickiOnly define NSWindowTabbingModeDisallowed on pre-10.12
2017-03-31 Kevin SawickiMerge pull request #9053 from electron/enable-crash...
2017-03-31 Haojian WuLines should be <= 80 characters.
2017-03-31 Kevin Sawicki:art:
2017-03-31 Thiago de ArrudaAdd tests for `uploadToServer` option.
2017-03-31 Thiago de ArrudaPass `uploadToServer` to windows crash reporter
2017-03-30 Kevin SawickiMerge pull request #9057 from electron/upgrade-libcc...
2017-03-30 Kevin SawickiTime out after 5 minutes
2017-03-30 Kevin SawickiUpgrade libcc to latest master
2017-03-30 Kevin SawickiUse correct dll name
2017-03-30 Kevin SawickiTweak logged messages
2017-03-30 Kevin SawickiAdd comment to codecs app script
2017-03-30 Kevin SawickiAdd script to verify ffmpeg without proprietary codecs
2017-03-30 Kevin Sawickibuilds -> Support
2017-03-30 Kevin SawickiAdd test page to check for proprietary codecs
2017-03-30 Kevin SawickiUpgrade libcc for ffmpeg linking fix
2017-03-30 Kevin SawickiMerge pull request #9067 from electron/check-name-param...
2017-03-30 Haojian WuShould override the virtual destructor.
2017-03-30 Haojian WuReplace C-style casts with static_cast.
2017-03-30 Kevin SawickiCheck name directly instead of arguments length
2017-03-30 Kevin SawickiMerge pull request #9052 from tonyganch/native_tabs
2017-03-30 Haojian WuUse prefix increment in for loops.
2017-03-30 Haojian WuCorrect type cast.
2017-03-30 Kevin SawickiMove tabbingIdentifier out of webPreferences list
2017-03-30 Kevin SawickiMake tabbing identifier var local
2017-03-30 Kevin SawickiAdd initial tabbingIdentifier spec
2017-03-30 Kevin SawickiRemove 10.12 check handled by respondsToSelector
2017-03-30 Haojian WuUse base::mac::NSToCast.
2017-03-30 Haojian WuRemove redundant calls to smart pointer's get method.
2017-03-30 Haojian WuNULL => nullptr
2017-03-30 Haojian WuReplace "size()" with "empty()".
2017-03-30 Haojian WuAvoid copy in for range loop.
2017-03-30 Kevin SawickiMerge pull request #9066 from electron/segment-style...
2017-03-30 Kevin SawickiAdd descriptions for each segmentStyle
2017-03-30 Kevin SawickiMerge pull request #9062 from electron/stringify-header...
2017-03-30 Zeke SikelianosMerge pull request #9065 from electron/roles
2017-03-30 Thiago de ArrudaFix net module to accept non-string header values
2017-03-30 Kevin SawickiMerge pull request #8917 from bcomnes/patch-1
2017-03-30 Kevin SawickiRemove spaces around brackets
2017-03-30 Zeke Sikelianoslink to roles list from Menu doc
2017-03-30 Zeke Sikelianostighten up formatting of menu example
2017-03-30 Zeke Sikelianoscreate a linkable heading for MenuItem roles
2017-03-30 Kevin SawickiMerge pull request #9054 from ColinEberhardt/patch-3
2017-03-30 Tony GanchFix compilation against macOS 10.10 SDK
2017-03-30 Colin EberhardtClarification of the chromium sandbox support
2017-03-29 Haojian WuAvoid unnecessary copy of parameters.
2017-03-29 Kevin SawickiMerge pull request #8880 from mst128256/2814
2017-03-29 Kevin Sawicki:art:
2017-03-29 Haojian WuFix namespace comments.
2017-03-29 Tony GanchEnable native tabs on macOS
2017-03-29 Tony GanchRevert "Disable Show Tab Bar menu item on macOS Sierrra"
2017-03-29 Tony GanchRevert "Add forward declaration of NSWindow.allowsAutom...
2017-03-29 mst128256Empty objects within default menu replaced by nulls
2017-03-29 Cheng ZhaoUse GetDesktopEnvironment to determien desktop env
2017-03-29 AnatzumUpdated MoveItemToTrash in platform_util_linux.cc
2017-03-29 Cheng ZhaoMerge pull request #9039 from electron/extract-renderer...
2017-03-29 Cheng ZhaoMerge pull request #9043 from electron/fix-uv-run-crash
2017-03-28 Kevin SawickiMerge pull request #9007 from electron/net_redirect_patch
2017-03-28 Kevin SawickiMerge pull request #9001 from electron/net_source_strea...
2017-03-28 Kevin SawickiMerge pull request #9041 from runinspring/master
2017-03-28 Kevin SawickiMerge pull request #8652 from electron/no-api-docs...
2017-03-28 deepak1556address review comments
2017-03-28 deepak1556[skip ci] add docs
2017-03-28 deepak1556net: allow controlling redirects
2017-03-28 Cheng ZhaoFix crash happened in UvRunOnce
2017-03-28 Cheng ZhaoMerge pull request #8923 from electron/geolocation_requ...
2017-03-28 ZhangYuUpdate dialog.md
2017-03-28 Kevin SawickiMerge pull request #9037 from electron/upgrade-libcc...
2017-03-27 Thiago de ArrudaMake AtomSandboxedRendererClient a RendererClientBase...
2017-03-27 Thiago de ArrudaExtract base class from AtomRendererClient
2017-03-27 Kevin SawickiUpgrade libcc for webview dnd fix
2017-03-27 Kevin SawickiMerge pull request #9034 from electron/disable-flaky...
2017-03-27 Kevin SawickiExpect count to be 0
2017-03-27 Kevin SawickiMerge pull request #8983 from electron/sandbox-initial...
2017-03-27 Kevin SawickiRemove old sandbox option in list and mark as experimental
2017-03-27 Kevin SawickiMerge pull request #8956 from electron/expose-crash...
2017-03-27 Kevin SawickiMerge pull request #8897 from electron/versioning-doc
2017-03-27 Kevin SawickiMerge pull request #8984 from hansenzhang/display-menui...
2017-03-27 Kevin SawickiDisable flaky post navigation spec on AppVeyor
2017-03-27 Kevin SawickiMerge pull request #9021 from owwo/master
2017-03-27 Kevin SawickiMerge pull request #9024 from runinspring/patch-1
2017-03-27 Kevin SawickiMerge pull request #9006 from electron/fix-thumbnailSiz...
2017-03-27 ZhangYuadd getFileIcon method
next