projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/framework/web/crosswalk-tizen.git
2013-09-26
Cheng Zhao
Dumpv 0.5.1.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Cheng Zhao
Destroy the event object immediately after the reply...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Cheng Zhao
Add spec for destroying synchronous event.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Cheng Zhao
Dump v0.5.0.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Cheng Zhao
Move atom_event_processing_window to browser/ui.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Cheng Zhao
cocoa: Don't use Chrome's UnderlayOpenGLHostingWindow.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Cheng Zhao
:lipstick: Same indent.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Cheng Zhao
Remove the CustomFrameView, it's no longer needed.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cheng Zhao
Merge pull request #101 from atom/no-blocking-browser
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cheng Zhao
Calling asynchronous functions in renderer now doesn...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cheng Zhao
win: Implement asynchronous ShowMessageBox.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cheng Zhao
win: Add dummy implementation for asynchronous open...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cheng Zhao
Default template parameter is not supported on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cheng Zhao
win: Accept parent window in ShowOpenDialog.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cheng Zhao
Merge branch 'master' into no-blocking-browser
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cheng Zhao
Merge pull request #93 from atom/file-dialog
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Cheng Zhao
Use the convient V8 wrapper in all files.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Use same name convention in string16_conversions.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Use FromV8Arguments in atom_api_dialog.cc.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Add convient function for converting args from V8 Argum...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Put FromV8Value and ToV8Value to a new header.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Simplify conversions between native types and v8 types.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Make dialog.showSaveDialog accept a callback.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
mac: Add asynchronous ShowSaveDialog.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Make dialog.showSaveDialog accept no parent window.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
:lipstick: Pick duplicate code together.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
mac: make ShowSaveDialog accept no parent window.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Make dialog.showOpenDialog accept callback.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
mac: Add asynchronous ShowOpenDialog.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
:lipstick: cpplint.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
:lipstick: CoffeeScript is cute.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Enable taking window as parameter in dialog.showOpenDialog.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
mac: Make ShowOpenDialog able to be shown as sheet.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Cheng Zhao
Make dialog.showMessageBox asynchronous.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Cheng Zhao
mac: Implement async ShowMessageBox.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Cheng Zhao
Add header for asynchronous version of ShowMessageBox.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Cheng Zhao
Add spec for ipc.sendSync.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Cheng Zhao
Do not reply sync messages when window is closed.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Cheng Zhao
Do not store the event.returnValue.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Cheng Zhao
Send reply for sync messages when event.returnValue...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Use string16 instead of std::string when sending IPC...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Pass synchronous messages by JSON string.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Make sure all sync messages get a return value.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Use event.returnValue instead of event.result in atom...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Prefer event.returnValue to event.result for sync messages.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Dump v0.4.9.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Merge pull request #100 from atom/fix-protocol-crash
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Guard against using protocol module too early.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
doc: Mention when protocol module is safe to use.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Fix crash when using protocol module on startup.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Dump v0.4.8.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Cheng Zhao
Use custom url request getter to setup request job...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Cheng Zhao
win: Implement ShowOpenDialog.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Cheng Zhao
win: Open dialog and save dialog can have different...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Cheng Zhao
:lipstick: Fix comparing extension.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Cheng Zhao
win: Append extension to save dialog's result according...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Cheng Zhao
win: Make common part of ShowSaveDialog a independet...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Cheng Zhao
win: Rewrite ShowSaveDialog with IFileSaveDialog.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Cheng Zhao
Remove dialog hack for Windows XP.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Paul Betts
Merge pull request #92 from atom/paulcbetts-patch-1
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Paul Betts
Need PathService on Win32
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Cheng Zhao
Dump v0.4.7.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Steve Smith
Merge pull request #91 from atom/rounded-corner
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Steve Smith
Skip the whole AtomFramelessWindow.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Cheng Zhao
mac: Force using "Atom" as application name in framewor...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Cheng Zhao
mac: Makes sure MainMenu.nib is alwasys loaded from...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Cheng Zhao
Dump v0.4.6.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Cheng Zhao
mac: Always use "Atom" as name when find helper process...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Cheng Zhao
Remove code which are used for borderless window.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Cheng Zhao
:lipstick: Fix cpplint warnings.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Steve Smith
Just round the top also and use a standard window.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Steve Smith
Fix view autoresizing.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Steve Smith
Get radius working with frameless window.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Cheng Zhao
WIP: rounded corner of frameless window.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Cheng Zhao
mac: Import chromium's CustomFrameView code.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Cheng Zhao
Hide the fullscreen button when leaving fullscreen...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
doc: Metion the frameless-window-demo.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
Dump v0.4.5.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
doc: Separate pages into sub directories.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
doc: Add titles for all pages.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
:lipstick: Remove a mistyped character.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
Merge pull request #85 from atom/frameless-window
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
doc: Add titles for browser-window and frameless-window.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
doc: Document frameless window.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
win: Add NativeWindowFramelessView as non-client view.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
win: Save draggable region.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
Quit when all windows are closed if running an app...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
Print stack when got error on startup.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
Make sure child scripts are quit after specs are done.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Cheng Zhao
Update apm: set both HOME and USERPROFILE in environmen...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-06
Cheng Zhao
Make sure the cursor doesn't drift away when dragging...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-06
Cheng Zhao
Don't use setMouseDownCanMoveWindow to implement dragga...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Cheng Zhao
Implement frameless window on OS X.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Cheng Zhao
Add has_frame_ attribute for NativeWindow.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Cheng Zhao
Send and receive the AtomViewHostMsg_UpdateDraggableReg...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Cheng Zhao
Add IPC messages and structs for passing draggable...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Cheng Zhao
:lipstick: fix the protocol module spec on OS X.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Cheng Zhao
Update apm for node v0.10.18.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Cheng Zhao
Dump version to v0.4.4.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Cheng Zhao
Update node to v0.10.18.
commit
|
commitdiff
|
tree
|
snapshot
next