platform/framework/web/crosswalk-tizen.git
2017-04-04 Kevin SawickiHandle change and interaction events on escape items
2017-04-04 Kevin SawickiUpdate window via listener when escape item changes
2017-04-04 Kevin SawickiClear escape item
2017-04-04 Kevin SawickireplaceEscapeItem -> setEscapeItem
2017-04-04 Kevin SawickiTake const reference
2017-04-04 Kevin Sawicki:art:
2017-04-04 Kevin SawickiAdd escapeKeyReplacementItemIdentifier forward declaration
2017-04-04 Samuel AttardMake everything pointer like
2017-04-04 Samuel AttardAdd smoke test for escape replacement
2017-04-04 Samuel AttardAdd a method to set the escape identifier on the touch bar
2017-04-04 Kevin SawickiMerge pull request #9101 from electron/wrap-remote...
2017-04-04 Kevin SawickiMatch args style of other IPC handlers
2017-04-04 Kevin SawickiAdd tests for setting remote property null/undefined
2017-04-04 Kevin SawickiWrap remote value being set as an arg
2017-04-04 Kevin SawickiAdd spec for remote setter with remote object
2017-04-04 Kevin SawickiMerge pull request #9099 from electron/certificate...
2017-04-04 Kevin SawickiAdd specs for showCertificateTrustDialog option errors
2017-04-04 Kevin SawickiMake browser window optional
2017-04-04 joshaberFix c&p error
2017-04-04 Kevin SawickiMerge pull request #9072 from p-jackson/patch-1
2017-04-04 Kevin SawickiMerge pull request #9105 from miniak/fix-api-docs
2017-04-04 joshaberAs you wish linter
2017-04-04 joshaberDon't pass the result through
2017-04-04 joshaberPut CertFromData in an anon namespace
2017-04-04 Milan BurdaUse point / size / rectangle structures consistently...
2017-04-04 Philip Jackson:memo: Document that setApplicationMenu(null) has no...
2017-04-04 Cheng ZhaoMerge pull request #8528 from Anatzum/patch-1
2017-04-04 joshaberAppease our linty overlords
2017-04-04 joshaberUse an options object for most of the params
2017-04-04 joshaberRemove the intermediate function
2017-04-04 joshaberFix some style things
2017-04-04 joshaberFix file sorting
2017-04-03 Kevin SawickiMerge pull request #9097 from electron/handle-setter...
2017-04-03 joshaberGet rid of `intermediates` and rehydrate from `issuerCert`
2017-04-03 joshaberLinebreak to keep the linter happy
2017-04-03 joshaberRemove stale includes
2017-04-03 joshaberFlesh out some docs
2017-04-03 joshaberUse better iteration
2017-04-03 joshaberConst ref that message
2017-04-03 joshaberConditionalize
2017-04-03 joshaberExpose through the actual JS API too
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 joshaberFix indentation
2017-04-03 joshaberRemove old unnecssary change on `app`
2017-04-03 joshaberMove it into `dialog`
2017-04-03 joshaberHandle the callback and cleanup properly
2017-04-03 joshaberDo the callback & release dance
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 joshaberRename to make VS happy
2017-04-01 joshaberNotify that the cert changed
2017-04-01 Zeke SikelianosMerge pull request #9080 from electron/fixup-docs-5
2017-04-01 joshaberDecode all the intermediates
2017-04-01 joshaberEncode all the intermediates
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 joshaberSlightly better conversion
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 joshaberMaybe this is a valid conversion?
2017-03-31 Haojian WuLines should be <= 80 characters.
2017-03-31 joshaberErrrrybody's a scoped_refptr now
2017-03-31 joshaberDummy out the certificate FromV8 converter
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-31 Philip Jackson:memo: Document passing null to Menu.setApplicationMenu
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 joshaberLink against the Security frameworks
2017-03-30 joshaberCompile these lovely files
2017-03-30 joshaberExpose the certificate trust panel as part of app
2017-03-30 joshaberShow a certificate trust panel
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
next