platform/framework/web/crosswalk-tizen.git
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...
2013-09-18 Cheng Zhaowin: Rewrite ShowSaveDialog with IFileSaveDialog.
2013-09-18 Cheng ZhaoRemove dialog hack for Windows XP.
2013-09-17 Paul BettsMerge pull request #92 from atom/paulcbetts-patch-1
2013-09-17 Paul BettsNeed PathService on Win32
2013-09-13 Cheng ZhaoDump v0.4.7.
2013-09-12 Steve SmithMerge pull request #91 from atom/rounded-corner
2013-09-12 Steve SmithSkip the whole AtomFramelessWindow.
2013-09-12 Cheng Zhaomac: Force using "Atom" as application name in framewor...
2013-09-12 Cheng Zhaomac: Makes sure MainMenu.nib is alwasys loaded from...
2013-09-12 Cheng ZhaoDump v0.4.6.
2013-09-12 Cheng Zhaomac: Always use "Atom" as name when find helper process...
2013-09-12 Cheng ZhaoRemove code which are used for borderless window.
2013-09-12 Cheng Zhao:lipstick: Fix cpplint warnings.
2013-09-12 Steve SmithJust round the top also and use a standard window.
2013-09-11 Steve SmithFix view autoresizing.
2013-09-11 Steve SmithGet radius working with frameless window.
2013-09-11 Cheng ZhaoWIP: rounded corner of frameless window.
2013-09-11 Cheng Zhaomac: Import chromium's CustomFrameView code.
2013-09-11 Cheng ZhaoHide the fullscreen button when leaving fullscreen...
2013-09-09 Cheng Zhaodoc: Metion the frameless-window-demo.
2013-09-09 Cheng ZhaoDump v0.4.5.
2013-09-09 Cheng Zhaodoc: Separate pages into sub directories.
2013-09-09 Cheng Zhaodoc: Add titles for all pages.
2013-09-09 Cheng Zhao:lipstick: Remove a mistyped character.
2013-09-09 Cheng ZhaoMerge pull request #85 from atom/frameless-window
2013-09-09 Cheng Zhaodoc: Add titles for browser-window and frameless-window.
2013-09-09 Cheng Zhaodoc: Document frameless window.
2013-09-09 Cheng Zhaowin: Add NativeWindowFramelessView as non-client view.
2013-09-09 Cheng Zhaowin: Save draggable region.
2013-09-09 Cheng ZhaoQuit when all windows are closed if running an app...
2013-09-09 Cheng ZhaoPrint stack when got error on startup.
2013-09-09 Cheng ZhaoMake sure child scripts are quit after specs are done.
2013-09-09 Cheng ZhaoUpdate apm: set both HOME and USERPROFILE in environmen...
2013-09-06 Cheng ZhaoMake sure the cursor doesn't drift away when dragging...
2013-09-06 Cheng ZhaoDon't use setMouseDownCanMoveWindow to implement dragga...
2013-09-05 Cheng ZhaoImplement frameless window on OS X.
2013-09-05 Cheng ZhaoAdd has_frame_ attribute for NativeWindow.
2013-09-05 Cheng ZhaoSend and receive the AtomViewHostMsg_UpdateDraggableReg...
2013-09-05 Cheng ZhaoAdd IPC messages and structs for passing draggable...
2013-09-05 Cheng Zhao:lipstick: fix the protocol module spec on OS X.
2013-09-05 Cheng ZhaoUpdate apm for node v0.10.18.
2013-09-05 Cheng ZhaoDump version to v0.4.4.
2013-09-05 Cheng ZhaoUpdate node to v0.10.18.
2013-09-05 Cheng ZhaoPass PATH environment in the child_process.fork spec.
2013-09-05 Cheng Zhao:lipstick: fix spec failure caused by win32 path delimiter.
2013-09-05 Cheng ZhaoUse base::Environment to replace getenv.
2013-09-05 Cheng ZhaoMerge pull request #84 from atom/nested-fork
2013-09-05 Cheng ZhaoAlso fix nested child_process.fork on Windows.
2013-09-05 Cheng ZhaoMake child_process.fork work when options.env is set.
2013-09-05 Cheng ZhaoUse environment variable to detect whether to run as...
next