platform/framework/web/crosswalk-tizen.git
2013-07-08 Cheng Zhao[Win] Implement simple delegate methods of Widget.
2013-07-08 Cheng ZhaoAlso ship content_shell.pak on Windows.
2013-07-07 Cheng Zhaocpplint :lipstick:
2013-07-07 Cheng ZhaoUse depot_tools to provide ninja binary and cpplint.
2013-07-07 Cheng ZhaoUse process.resourcePath to locate js files.
2013-07-06 Cheng ZhaoUpdate brightray: fix linking errors of libchromiumcontent.
2013-07-06 Cheng ZhaoCompile out a working exe!
2013-07-05 Cheng ZhaoImplement basic methods of NativeWindowWin.
2013-07-05 Cheng ZhaoAdd dummy implemenation of accelerator_util for Windows.
2013-07-05 Cheng ZhaoAdd dummy implementation of file dialog for Windows.
2013-07-05 Cheng ZhaoAdd dummy implementation of message box for Windows.
2013-07-05 Cheng ZhaoAdd dummny menu implementation for Windows.
2013-07-04 Cheng ZhaoAdd dummy implementaions of node integration in Windows.
2013-07-04 Cheng ZhaoImplement browser related functions in Windows.
2013-07-04 Cheng ZhaoMark OS X only implementations in BrowserMainParts.
2013-07-04 Cheng ZhaoSeparate the creation function of NodeBindings for...
2013-07-04 Cheng Zhao:lipstick:
2013-07-04 Cheng ZhaoSeperate implementation of crash reporter to standalone...
2013-07-04 Cheng ZhaoAdd empty auto updater implementation for Windows.
2013-07-04 Cheng ZhaoImplement simple Beep() on Windows.
2013-07-04 Cheng ZhaoImplement MoveItemToTrash on Windows.
2013-07-04 Cheng ZhaoUse the platform_util_win implementation from Chromium.
2013-07-03 Cheng ZhaoFix uploading the version file to wrong place.
2013-07-03 Cheng ZhaoUpdate to latest brightray.
2013-07-02 Cheng ZhaoMake sure the fake config.gypi can be parsed by node.js.
2013-07-02 Cheng ZhaoShould write a meaningful config.gypi for node.
2013-07-02 Cheng ZhaoUse the platform_util_win implementation from Chromium.
2013-07-02 Cheng ZhaoUpdate node: fix link error in uv.
2013-07-02 Cheng ZhaoFix main function on Windows.
2013-07-02 Cheng ZhaoUpdate brightray: fix building with ninja.
2013-07-02 Cheng ZhaoRename source_root to atom_source_root to avoid conflicts.
2013-07-02 Cheng ZhaoDon't throw exception when gyp fails.
2013-07-02 Cheng ZhaoOnly create config.gypi if it doesn't exist.
2013-07-02 Cheng ZhaoUpdate node: removed a few more unused patches.
2013-07-02 Cheng ZhaoInclude node's config.gypi in atom-shell.
2013-07-02 Cheng ZhaoDefine 'python' variable in atom-shell.
2013-07-01 Cheng ZhaoFix update-frameworks.
2013-07-01 Cheng ZhaoImplement main function on Windows.
2013-07-01 Cheng ZhaoFix compilation errors and warnings on native_window.cc.
2013-07-01 Cheng ZhaoDon't rely on "iosfwd" for forward including std::string.
2013-07-01 Cheng ZhaoRanged for is not supported by VS 2010.
2013-07-01 Cheng Zhaosnprintf is not supported by VS.
2013-07-01 Cheng ZhaoImplement converting string vector to char pointer...
2013-07-01 Cheng ZhaoImplement process.crash() on Windows.
2013-07-01 Cheng ZhaoShould enable C++ exceptions for all targets on Windows.
2013-07-01 Cheng ZhaoFix warnings in http_parser.
2013-07-01 Cheng ZhaoFix two warnings in openssl.
2013-07-01 Cheng ZhaoCompile atom_lib with C++ exception enabled.
2013-07-01 Cheng ZhaoFix calling compile-coffee under cygwin.
2013-07-01 Cheng ZhaoMake node static library build.
2013-07-01 Cheng ZhaoAdd switch to skip operations require networking.
2013-07-01 Cheng ZhaoWe don't need to force updating to latest npm.
2013-07-01 Cheng ZhaoUse win32 python to call gyp when running under cygwin.
2013-07-01 Cheng ZhaoIgnore vendor/python_26 in git.
2013-07-01 Cheng ZhaoPull in precompiled python under cygwin.
2013-07-01 Cheng ZhaoShip gyp.
2013-07-01 Cheng ZhaoDo not ignore vendor/.
2013-07-01 Cheng ZhaoOnly download frameworks on OS X.
2013-07-01 Cheng ZhaoUpdate npm after node is downloaded.
2013-06-29 Cheng ZhaoAlso ship version and LICENSE file with dist.
2013-06-29 Cheng ZhaoMake sure dist is created for the HEAD before uploading.
2013-06-29 Cheng ZhaoMake Objective-C's categories work.
2013-06-27 Cheng Zhaotypeof null can also be 'object'.
2013-06-27 Cheng ZhaoFix passing null as window in dialog.showMessageBox.
2013-06-27 Cheng ZhaoUpdate to latest brightray.
2013-06-26 Cheng ZhaoEmit WindowCloseCancelled message when close is cancell...
2013-06-26 Cheng ZhaoUse applicationShouldTerminate to control whether appli...
2013-06-26 Cheng ZhaoMake video and audio tag work, fixes #31.
2013-06-25 Cheng ZhaoClean unused bash script.
2013-06-25 Cheng ZhaoMerge pull request #29 from atom/python
2013-06-24 Cheng ZhaoModify upload script to obey chromium's style.
2013-06-24 Cheng ZhaoRemove the download script.
2013-06-24 Cheng ZhaoUpdate create-dist script for changes of building system.
2013-06-24 Cheng ZhaoRewrite cpplint script in python.
2013-06-24 Cheng ZhaoRewrite compile-coffee script in python.
2013-06-24 Cheng ZhaoDon't throw exception when ninja quit unnormally.
2013-06-24 Cheng ZhaoRewrite build script in python.
2013-06-24 Cheng ZhaoRewrite update script in python.
2013-06-21 Cheng ZhaoMerge branch 'master' into python
2013-06-21 Cheng ZhaoEnable getUserMedia(). Part of fixes for #31.
2013-06-21 Cheng ZhaoUpdate node to v0.10.12.
2013-06-21 Cheng ZhaoUse unzip command on Mac to keep symbol links in zip...
2013-06-20 Cheng ZhaoRewrite update-frameworks script in python.
2013-06-20 Cheng ZhaoSimplify download function.
2013-06-20 Cheng ZhaoUse .py suffix for python scripts, we're following...
2013-06-20 Cheng ZhaoMove helper functions into a common module.
2013-06-20 Cheng ZhaoRewrite update-node script in python.
2013-06-19 Cheng ZhaoUpdate brightray: fix linking with libchromiumcontent.
2013-06-19 Cheng ZhaoBuild atom-shell with ninja.
2013-06-19 Cheng ZhaoAdd script to find existing Mac SDK (taken from chromium).
2013-06-19 Cheng ZhaoRewrite bootstrap script in python.
2013-06-19 Cheng ZhaoAdd app.getHomeDir() API.
2013-06-19 Cheng ZhaoAdd app.getVersion() API. Fixes #28.
2013-06-19 Cheng ZhaoAdd platform method to return executable(bundle)'s...
2013-06-19 Cheng ZhaoFix cpplint errors.
2013-06-19 Cheng ZhaoSet base url in bootstrap script by default.
2013-06-19 Cheng ZhaoUpdate libchromiumcontent, fixed #22.
2013-06-18 Cheng ZhaoRevert "Make BrowserWindow inheritable. Fixed #23."
2013-06-18 Cheng ZhaoSince we support inheritance of native objects, use...
2013-06-18 Cheng ZhaoMake BrowserWindow inheritable. Fixed #23.
next