platform/framework/web/crosswalk-tizen.git
2013-10-04 Cheng ZhaoConvert "Command" to "Ctrl" in accelerators on non...
2013-10-04 Cheng Zhao:lipstick: NativeWindowClientView no longer needs a...
2013-10-04 Cheng Zhaowin: Make native window a views::View.
2013-10-03 Cheng Zhaowin: Respond to events of window menu.
2013-10-02 Cheng ZhaoShow a simple menu in default_app on Windows.
2013-10-02 Cheng Zhaowin: Show popup menu at right place.
2013-10-02 Cheng Zhaowin: Add BrowserWindow.setMenu API.
2013-10-02 Cheng Zhao:lipstick: Fix build on Windows.
2013-10-02 Cheng ZhaoUpdate to latest apm.
2013-09-29 Cheng ZhaoDump v0.5.3.
2013-09-29 Cheng ZhaoSet proxy service at the right place.
2013-09-29 Cheng ZhaoAdd spec for sending http request.
2013-09-29 Cheng Zhao:lipstick: Fix target version of atom-shell's uploading.
2013-09-29 Cheng ZhaoDo not require uploading a tag before publish release.
2013-09-29 Cheng ZhaoDump v0.5.2.
2013-09-29 Cheng ZhaoStill upload distribution file to S3 since Atom hasn...
2013-09-29 Cheng ZhaoSwitch to use the ProxyResolverV8, fixes atom/atom...
2013-09-27 Cheng ZhaoDo not publish release when body of release note is...
2013-09-27 Cheng ZhaoFree the native window's memory after the event were...
2013-09-27 Cheng ZhaoMerge pull request #104 from atom/pylint
2013-09-27 Cheng Zhao:lipstick: Adding trailing comma in package.json.
2013-09-27 Cheng Zhao:lipstick: Fix warnings of coffeelint.
2013-09-27 Cheng ZhaoDo not warn about 80 columns in coffeelint, it's not...
2013-09-27 Cheng ZhaoAdd wrapper script for coffeelint.
2013-09-27 Cheng ZhaoAdd coffeelint to dependencies.
2013-09-27 Cheng ZhaoSkip the check for lib.github.
2013-09-27 Cheng ZhaoRun pylint in cibuild.
2013-09-27 Cheng ZhaoAdd wrapper script for pylint.
2013-09-27 Cheng Zhao:lipstick: Fix violations against pylint.
2013-09-27 Cheng ZhaoMerge pull request #103 from atom/releases-api
2013-09-27 Cheng Zhao:lipstick: Fix cpplint warnings.
2013-09-27 Cheng ZhaoGet the body of release with current $EDITOR.
2013-09-26 Cheng ZhaoPublish the release after the uploading is end.
2013-09-26 Cheng ZhaoUpload both atom-shell and node's headers.
2013-09-26 Cheng ZhaoSilence the output of upload script.
2013-09-26 Cheng ZhaoUpload the asset after release note is created.
2013-09-26 Cheng ZhaoHandle the assets uploading in the GitHub API library.
2013-09-26 Cheng Zhao:lipstick: Find the release even when commit isn't...
2013-09-26 Cheng ZhaoCreate new release note or get the existing one when...
2013-09-26 Cheng ZhaoCorrectly deal with API errors.
2013-09-26 Cheng ZhaoAccept still-preview apis.
2013-09-26 Cheng ZhaoAdd a simple wrapper of GitHub API.
2013-09-26 Cheng ZhaoAdd process.getCurrentStackTrace(), returning V8::getCu...
2013-09-26 Cheng ZhaoDumpv 0.5.1.
2013-09-26 Cheng ZhaoDestroy the event object immediately after the reply...
2013-09-26 Cheng ZhaoAdd spec for destroying synchronous event.
2013-09-25 Cheng ZhaoDump v0.5.0.
2013-09-25 Cheng ZhaoMove atom_event_processing_window to browser/ui.
2013-09-25 Cheng Zhaococoa: Don't use Chrome's UnderlayOpenGLHostingWindow.
2013-09-25 Cheng Zhao:lipstick: Same indent.
2013-09-25 Cheng ZhaoRemove the CustomFrameView, it's no longer needed.
2013-09-24 Cheng ZhaoMerge pull request #101 from atom/no-blocking-browser
2013-09-24 Cheng ZhaoCalling asynchronous functions in renderer now doesn...
2013-09-24 Cheng Zhaowin: Implement asynchronous ShowMessageBox.
2013-09-24 Cheng Zhaowin: Add dummy implementation for asynchronous open...
2013-09-24 Cheng ZhaoDefault template parameter is not supported on Windows.
2013-09-24 Cheng Zhaowin: Accept parent window in ShowOpenDialog.
2013-09-24 Cheng ZhaoMerge branch 'master' into no-blocking-browser
2013-09-24 Cheng ZhaoMerge pull request #93 from atom/file-dialog
2013-09-24 Cheng ZhaoUse the convient V8 wrapper in all files.
2013-09-23 Cheng ZhaoUse same name convention in string16_conversions.
2013-09-23 Cheng ZhaoUse FromV8Arguments in atom_api_dialog.cc.
2013-09-23 Cheng ZhaoAdd convient function for converting args from V8 Argum...
2013-09-23 Cheng ZhaoPut FromV8Value and ToV8Value to a new header.
2013-09-23 Cheng ZhaoSimplify conversions between native types and v8 types.
2013-09-23 Cheng ZhaoMake dialog.showSaveDialog accept a callback.
2013-09-23 Cheng Zhaomac: Add asynchronous ShowSaveDialog.
2013-09-23 Cheng ZhaoMake dialog.showSaveDialog accept no parent window.
2013-09-23 Cheng Zhao:lipstick: Pick duplicate code together.
2013-09-23 Cheng Zhaomac: make ShowSaveDialog accept no parent window.
2013-09-23 Cheng ZhaoMake dialog.showOpenDialog accept callback.
2013-09-23 Cheng Zhaomac: Add asynchronous ShowOpenDialog.
2013-09-23 Cheng Zhao:lipstick: cpplint.
2013-09-23 Cheng Zhao:lipstick: CoffeeScript is cute.
2013-09-23 Cheng ZhaoEnable taking window as parameter in dialog.showOpenDialog.
2013-09-23 Cheng Zhaomac: Make ShowOpenDialog able to be shown as sheet.
2013-09-23 Cheng ZhaoMake dialog.showMessageBox asynchronous.
2013-09-22 Cheng Zhaomac: Implement async ShowMessageBox.
2013-09-22 Cheng ZhaoAdd header for asynchronous version of ShowMessageBox.
2013-09-22 Cheng ZhaoAdd spec for ipc.sendSync.
2013-09-22 Cheng ZhaoDo not reply sync messages when window is closed.
2013-09-22 Cheng ZhaoDo not store the event.returnValue.
2013-09-22 Cheng ZhaoSend reply for sync messages when event.returnValue...
2013-09-20 Cheng ZhaoUse string16 instead of std::string when sending IPC...
2013-09-20 Cheng ZhaoPass synchronous messages by JSON string.
2013-09-20 Cheng ZhaoMake sure all sync messages get a return value.
2013-09-20 Cheng ZhaoUse event.returnValue instead of event.result in atom...
2013-09-20 Cheng ZhaoPrefer event.returnValue to event.result for sync messages.
2013-09-20 Cheng ZhaoDump v0.4.9.
2013-09-20 Cheng ZhaoMerge pull request #100 from atom/fix-protocol-crash
2013-09-20 Cheng ZhaoGuard against using protocol module too early.
2013-09-20 Cheng Zhaodoc: Mention when protocol module is safe to use.
2013-09-20 Cheng ZhaoFix crash when using protocol module on startup.
2013-09-20 Cheng ZhaoDump v0.4.8.
2013-09-20 Cheng ZhaoUse custom url request getter to setup request job...
2013-09-19 Cheng Zhaowin: Implement ShowOpenDialog.
2013-09-18 Cheng Zhaowin: Open dialog and save dialog can have different...
2013-09-18 Cheng Zhao:lipstick: Fix comparing extension.
2013-09-18 Cheng Zhaowin: Append extension to save dialog's result according...
2013-09-18 Cheng Zhaowin: Make common part of ShowSaveDialog a independet...
next