platform/framework/web/crosswalk-tizen.git
2015-08-11 Cheng ZhaoDefine node_byteorder and node_release_urlbase
2015-08-11 Cheng ZhaoUpdate io.js to v3.0.0
2015-08-11 Cheng ZhaoUpdate to Chrome 44
2015-08-11 Haojian WuFix a crash issue in GetProcessOwner if no renderer...
2015-08-11 Haojian WuNo need to specify ffmpeg library as it's a normal...
2015-08-11 Haojian Wunet::URLFetcher::Create now returns object with scoped_ptr.
2015-08-11 Haojian WuFix content::BrowserPluginDelegate::DidResizeElement...
2015-08-11 Haojian WuFix node::Buffer API changes.
2015-08-11 Haojian WuFix WillAttach API changes in content::BrowserPluginGue...
2015-08-11 Haojian WuNow the value in ScopedPtrHashMap is required to be...
2015-08-11 Haojian WuLoadV8Snapshot has been moved from gin::IsolateHolder...
2015-08-11 Haojian WuUpdate base::Value::CreateNullValue API changes.
2015-08-11 Haojian WuNo need `base/float_util.h` since VS2013 supports well...
2015-08-11 Haojian WuNo gfx::SingletonHwnd::Observer any more.
2015-08-10 Cheng ZhaoBump v0.30.4
2015-08-10 Cheng ZhaoMerge pull request #2465 from atom/fix-incept-scheme
2015-08-10 Cheng ZhaoFix cpplint warnings
2015-08-10 Cheng ZhaoForce request context to initialize beforing incepting...
2015-08-10 Cheng ZhaoPass net::URLRequestContextGetter in scoped_refptr
2015-08-10 Cheng ZhaoBrowserContext::GetRequestContext can only be called...
2015-08-10 Cheng ZhaoMerge pull request #2462 from atom/tray-event
2015-08-10 Cheng ZhaopopContextMenu => popUpContextMenu
2015-08-10 Cheng Zhaowin: Don't emit right-clicked event when there is menu...
2015-08-10 Cheng Zhaomac: Redraw icon when menu is closed
2015-08-10 Cheng ZhaoAdd our own MenuModel class
2015-08-10 Cheng Zhaomac: Don't emit "clicked" event if there is menu attached
2015-08-10 Cheng ZhaoMerge pull request #2461 from atom/fix-webview-crash
2015-08-10 Cheng ZhaoMerge pull request #2460 from atom/iojs-new-headers
2015-08-10 Cheng ZhaoDelay the call of element resize callback to next tick
2015-08-10 Cheng ZhaoUpdate checksums for new filenames
2015-08-10 Cheng ZhaoUpload headers with new filenames
2015-08-10 Cheng ZhaoMerge pull request #2443 from ialexryan/patch-1
2015-08-10 Cheng ZhaoMerge pull request #2456 from etiktin/update_build_md
2015-08-08 Eran TiktinAdd a comment to build instructions about cpplint
2015-08-07 Cheng ZhaoBump v0.30.3
2015-08-07 Cheng ZhaoMerge pull request #2447 from atom/fix-microtask-checkpoint
2015-08-07 Cheng ZhaoRun microtask before handling pending process.nextTick...
2015-08-07 Cheng ZhaoUse WebScopedRunV8Script in converted C++ functions
2015-08-07 Cheng ZhaoReimplement callback.h with C++11
2015-08-07 Cheng ZhaoMove callback converter from native mate to electron
2015-08-07 Cheng Zhaospec: Check the time when Promise's callback is called
2015-08-07 Cheng ZhaoMake every JS function call is wrapped with V8Recursion...
2015-08-07 Cheng ZhaoPerform microtask checkpoint after diving into libuv
2015-08-07 Cheng ZhaoStyle fix
2015-08-07 Cheng ZhaoUpdate libchromiumcontent to have WebScopedRunV8Script
2015-08-07 Alex RyanFixed typo
2015-08-06 Cheng ZhaoCheck button size
2015-08-06 Cheng ZhaoMerge pull request #2431 from atom/clean-up-native...
2015-08-06 Cheng ZhaoFix cpplint warning
2015-08-06 Cheng ZhaoMove SetOverlayIcon to TaskbarHost
2015-08-06 Cheng ZhaoSave the taskbar object
2015-08-06 Cheng ZhaoMove SetProgressBar to TaskbarHost
2015-08-06 Cheng ZhaoRefactor code in taskbarHost
2015-08-06 Cheng ZhaoDecouple TaskbarHost from NativeWindow
2015-08-06 Cheng ZhaoThumbarHost => TaskbarHost
2015-08-06 Cheng ZhaoMove thumbar_host_ from TreeHost to NativeWindow
2015-08-06 Cheng ZhaoAdd MessageHandlerDelegate
2015-08-06 Cheng ZhaoMerge pull request #2400 from atom/thumbar_button
2015-08-06 Cheng ZhaoMerge pull request #2424 from deepak1556/web_contents_patch
2015-08-05 Haojian WuExpose NativeWindow.setThumbarButtons API to all platforms.
2015-08-05 Robowebview: adding load-commit event
2015-08-05 Robooverride: intialise BrowserWindowProxy.closed
2015-08-05 Haojian WuPolish thumbar code.
2015-08-05 Cheng ZhaoMerge pull request #2423 from atom/fix-release-leak
2015-08-05 Cheng ZhaoImageSkiaRep doesn't release memory
2015-08-05 Cheng ZhaoMerge pull request #2422 from atom/resizable-resize
2015-08-05 Cheng Zhaospec: BrowserWindow.setResizable should not change...
2015-08-05 Cheng Zhaomac: Disable resizing window when changing style mask
2015-08-05 Haojian WuMove atom_desktop_window_tree_host_win to atom/browser...
2015-08-05 Haojian Wu:memo: say more about thumbnail toolbar.
2015-08-05 Haojian Wu:memo: BrowserWindow.setThumbarButton API.
2015-08-05 Haojian Wuwin: Add BrowserWindow.setThumbarButtons API.
2015-08-05 Cheng ZhaoMerge pull request #2419 from atom/clean-native-window
2015-08-05 Cheng ZhaoRemove a few unused headers
2015-08-05 Cheng ZhaoMove ShouldUseGlobalMenuBar to x_window_utils
2015-08-05 Cheng ZhaoAvoid exposing data members to subclass
2015-08-05 Cheng ZhaoUse ranged for loop
2015-08-05 Cheng ZhaoRemove duplicate UpdateDraggableRegions
2015-08-05 Cheng ZhaoMerge pull request #2418 from deepak1556/content_tracin...
2015-08-05 Cheng ZhaoMerge pull request #2410 from atom/pop_context_menu_issue
2015-08-04 Robotracing: fix api and docs
2015-08-04 Cheng ZhaoUpdate brightray for #2263
2015-08-04 Cheng ZhaoMerge pull request #2412 from atom/dialog-title
2015-08-04 Cheng Zhaowin: Use app name as default title of message box
2015-08-04 Cheng ZhaoMerge pull request #2411 from atom/fix-crash-reporter
2015-08-04 Machisté N... Only build pushes on Travis for master branch [ci skip]
2015-08-04 Haojian WuCheck context menu when calling popContextMenu API.
2015-08-04 Cheng ZhaoUse different name for window class name
2015-08-04 Cheng ZhaoUse different name for wait events for different apps
2015-08-04 Cheng ZhaoClose handle when waiting is end
2015-08-04 Cheng ZhaoSet AppUserModelID for all renderer processes
2015-08-04 Cheng ZhaoUpdate brightray for #2294
2015-08-04 Cheng ZhaoMerge pull request #2408 from atom/window-opener
2015-08-04 Cheng ZhaoOnly set window.opener for windows opened by window...
2015-08-04 Cheng Zhaospec: Test window.opener
2015-08-04 Cheng Zhaospec: Don't set window to fullscreen unless under travis
2015-08-03 Cheng ZhaoMerge pull request #2391 from seanchas116/support-remot...
2015-08-03 Cheng ZhaoMerge pull request #2394 from DerNivel/fix-typos
2015-08-03 Cheng ZhaoMerge pull request #2389 from atom/resize-mask-flag
2015-08-03 Cheng ZhaoMerge pull request #2375 from deepak1556/web_frame_api_...
next