platform/framework/web/crosswalk-tizen.git
2015-03-09 Cheng ZhaoMerge pull request #1215 from deepak1556/dialog_patch
2015-03-09 Cheng ZhaoFix styling of #1209
2015-03-09 Cheng ZhaoMerge pull request #1209 from deepak1556/webcontents_patch
2015-03-06 deepak1556avoid overriding type value of showMessageBox
2015-03-05 Cheng ZhaoMerge pull request #1210 from paulyoung/update-readme
2015-03-05 Paul YoungUpdate README to replace node.js with io.js
2015-03-05 Cheng ZhaoFix styling of #1199
2015-03-05 Cheng ZhaoMerge pull request #1199 from deepak1556/protocol_asar_...
2015-03-05 Robousing WebContentsObserver::NavigationEntryCommitted...
2015-03-05 Roboread files from asar archives in custom protocol
2015-03-04 Kevin Sawicki:memo: Tweak Windows installer sentence
2015-03-04 Kevin SawickiMerge pull request #1206 from joaomoreno/patch-1
2015-03-04 João MorenoRefer grunt-atom-shell-installer to Windows users
2015-03-04 Cheng ZhaoMerge pull request #1202 from xfq/patch-2
2015-03-04 Cheng ZhaoMerge pull request #1203 from xfq/patch-3
2015-03-04 Cheng ZhaoMerge pull request #1204 from xfq/patch-4
2015-03-04 Cheng ZhaoMerge pull request #1200 from xfq/patch-1
2015-03-04 Cheng Zhaodocs: Put window.open docs in its own chapter, regards...
2015-03-04 Cheng ZhaoRename FakeWindow to BrowserWindowProxy
2015-03-04 Cheng ZhaoImprove #1137
2015-03-04 Cheng ZhaoMerge pull request #1137 from bundyo/implement-some...
2015-03-04 Xue FuqiaoUpdate using-selenium-and-webdriver.md
2015-03-04 Xue FuqiaoUpdate online-offline-events.md
2015-03-04 Xue FuqiaoUpdate application-packaging.md
2015-03-04 BundyoFixes after code review.
2015-03-04 Xue FuqiaoUpdate quick-start.md
2015-03-03 Cheng ZhaoBump v0.21.3
2015-03-02 Kevin SawickiMerge pull request #1192 from senorflor/fix-error-text
2015-03-02 Patrick FlorFix tense of error message
2015-03-02 Cheng ZhaoMerge pull request #1177 from maxogden/patch-1
2015-03-01 Max Ogdenfix readme style
2015-03-01 Cheng ZhaoMerge pull request #1176 from CharlieHess/before-quit...
2015-02-28 bundyoChange the link to use dashes.
2015-02-28 bundyoAdd FakeWindow documentation.
2015-02-27 Cheng ZhaoMerge pull request #1167 from mal/patch-1
2015-02-27 Cheng ZhaoMerge pull request #1148 from bundyo/fix-window-open...
2015-02-27 Cheng Zhaowin: Fix calling FILE_PATH_LITERAL for variable, fixes...
2015-02-26 Charlie HessFix cpplint errors.
2015-02-26 Max Ogdenadd npm installation instructions to README
2015-02-26 Charlie HessEmit a new before-quit event at the start of Browser...
2015-02-21 Mal GratyPrevent overflow on webview with height: 100%
2015-02-20 Kevin SawickiMerge pull request #1158 from beardicus/patch-1
2015-02-19 Brian BoucheronBroken link in docs, api/synopsis
2015-02-18 BundyoFix window.open options parsing:
2015-02-13 BundyoRemove two semicolons.
2015-02-13 BundyoImplement FakeWindow.postMessage, window.opener.postMes...
2015-02-13 Cheng ZhaoMerge pull request #1136 from atom/no-js
2015-02-13 Cheng ZhaoSet process.resourcesPath in C++
2015-02-13 Cheng ZhaoPut compiled coffee sources into asar archive
2015-02-13 Cheng ZhaoUse __dirname when setting globalPaths
2015-02-13 Cheng Zhaoasar@0.2.2
2015-02-13 Cheng ZhaoMerge pull request #1134 from atom/menu-icon
2015-02-13 Cheng Zhaodocs: "icon" attribute
2015-02-13 Cheng ZhaoEnable setting icon of menu item
2015-02-13 Cheng ZhaoSimplify the code to call delegate method
2015-02-12 Cheng ZhaoMerge pull request #1129 from atom/asar-image
2015-02-12 Cheng ZhaoFix cpplint warnings
2015-02-12 Cheng Zhaospec: native-image should read asar archive
2015-02-12 Cheng ZhaoMake NativeImage work with asar archive
2015-02-12 Cheng ZhaoMove GetAsarArchivePath to asar_util.h
2015-02-12 Cheng ZhaoMove GetsOrCreateAsarArchive to asar_util.h
2015-02-12 Cheng ZhaoMerge pull request #1128 from atom/native-image
2015-02-12 Cheng Zhaodocs: Update NativeImage
2015-02-12 Cheng ZhaoAdd nativeImage.createFromBuffer()
2015-02-12 Cheng Zhaospec: Fix BrowserWindow.capturePage
2015-02-12 Cheng ZhaoAdd NativeImage.toDataUrl()
2015-02-12 Cheng ZhaoAdd nativeImage.createFromDataUrl()
2015-02-12 Cheng ZhaoAdd nativeImage.createEmpty()
2015-02-12 Cheng Zhaodocs: Use NativeImage to replace Image
2015-02-12 Cheng ZhaoReturn NativeImage in BrowserWindow.capturePage
2015-02-12 Cheng Zhaomac: Use AsNSImage instead of ToNSImage
2015-02-12 Cheng Zhaomac: Don't rely on NSImage to read file
2015-02-12 Cheng ZhaoUpgrade native_mate for security check
2015-02-12 Cheng ZhaoFix cpplint warnings
2015-02-12 Cheng ZhaoUse NativeImage when converting images from V8
2015-02-12 Cheng ZhaoEnable creating NativeImage from file path
2015-02-12 Cheng ZhaoEnable creating NativeImage with native-image module
2015-02-12 Cheng ZhaoEnable creating NativeImage from PNG and JPEG
2015-02-12 Cheng ZhaoAdd NativeImage.ToJPEG
2015-02-12 Cheng ZhaoAdd a few more methods for NativeImage
2015-02-12 Cheng ZhaoConvert gfx::Image to NativeImage instance
2015-02-12 Cheng ZhaoAdd clipboard.readImage method
2015-02-12 Cheng ZhaoEnable converting gfx::Image to Buffer
2015-02-12 Cheng ZhaoUpgrade brightray for gyp
2015-02-11 Cheng ZhaoMerge pull request #1122 from atom/window-type
2015-02-11 Cheng Zhaodocs: "type" option of BrowserWindow
2015-02-11 Cheng ZhaoAdd "type" option to change window type
2015-02-11 Cheng ZhaoMerge pull request #1106 from paulcbetts/set-overlay...
2015-02-11 Paul BettsStyle fixups
2015-02-10 Cheng ZhaoSuppress SSL verification, fixes #1115
2015-02-10 Cheng ZhaoMerge pull request #1107 from yoshuawuyts/patch-1
2015-02-08 Yoshua Wuytsdocs: update wording in `application-packagaging`
2015-02-07 Paul Bettsicon_util is Windows-only
2015-02-07 Paul BettsFix build on OS X
2015-02-07 Paul BettsDocumentation
2015-02-07 Paul BettsAdd missing trampoline method
2015-02-07 Paul BettsWe need a UTF-16 string here
2015-02-07 Paul BettsSwitch to gfx::Image
2015-02-07 Paul BettsCome correct with line length and constness
2015-02-07 Paul BettsPlumb code all the way up
next