platform/framework/web/crosswalk-tizen.git
2014-01-10 Cheng Zhao:lipstick: get_uv_env() => uv_env().
2014-01-10 Cheng ZhaoAdd spec for q.
2014-01-10 Cheng ZhaoLeak the node environment when unloading.
2014-01-09 Cheng ZhaoMerge pull request #154 from atom/safe-context
2014-01-09 Cheng ZhaoMonitor file events in pathwatcher spec.
2014-01-09 Cheng ZhaoStore all created environments in renderer.
2014-01-09 Cheng ZhaoWrap uv loop with web page context in renderer.
2014-01-09 Cheng ZhaoAdd spec for using setTimeout in pure uv callback.
2014-01-09 Cheng ZhaoAdd process.scheduleCallback.
2014-01-09 Cheng ZhaoAdd spec for pathwatcher module.
2014-01-07 Cheng ZhaoBump v0.8.3.
2014-01-08 Cheng ZhaoFix possible crashes when quiting message loop.
2014-01-08 Cheng ZhaoFix invoking non-exist method when quiting.
2014-01-07 Cheng ZhaoMerge pull request #152 from atom/gfx-module
2014-01-07 Cheng Zhao:memo: Add docs on screen module.
2014-01-07 Cheng ZhaoSupport converting v8 value to arbitrary vector or...
2014-01-07 Cheng ZhaoAdd screen.getPrimaryDisplay() API.
2014-01-07 Cheng ZhaoAdd support to convert gfx::Rect and gfx::Size to v8...
2014-01-07 Cheng ZhaoAdd initial screen module.
2014-01-07 Cheng ZhaoAdd support to convert gfx::Point to v8 value.
2014-01-07 Cheng Zhao:lipstick:
2014-01-07 Cheng Zhaoapi::EventEmitter could also be used by renderer.
2014-01-07 Cheng ZhaoUpdate apm.
2014-01-07 Cheng ZhaoBump v0.8.2.
2014-01-07 Cheng ZhaoSet module's filename to path of html.
2014-01-07 Cheng ZhaoStill support 'atom-delegate' API for old apps.
2014-01-06 Cheng Zhaomac: Should set default size when creating window.
2013-12-31 Cheng ZhaoFlip the y axis in CapturePage API, fixes #148.
2013-12-31 Cheng ZhaoMerge pull request #147 from atom/remote-docs
2013-12-31 Cheng ZhaoAdd notes about remote buffer in capturePage API's...
2013-12-30 Cheng ZhaoAdd notes on remote buffer.
2013-12-30 Cheng ZhaoRevise the docs of remote module.
2013-12-29 Cheng ZhaoBump v0.8.1.
2013-12-29 Cheng ZhaoFix circulate require.
2013-12-29 Cheng ZhaoFix console.log under Windows.
2013-12-29 Cheng Zhao:lipstick: Fix wrong order of parameter when killing...
2013-12-27 Cheng ZhaoWe are now on v0.8.0 release.
2013-12-27 Cheng ZhaoMerge pull request #146 from atom/window-open
2013-12-27 Cheng ZhaoFix crash caused by BrowserWindow.destroy().
2013-12-27 Cheng ZhaoAdd spec for window.open.
2013-12-27 Cheng ZhaoAdd basic support for window.open's features.
2013-12-27 Cheng ZhaoFix crash when calling method of destroyed object.
2013-12-27 Cheng ZhaoImplement a simple window.open with pure js.
2013-12-27 Cheng ZhaoDo not implement window.open.
2013-12-27 Cheng ZhaoBuild for x64 architecture on OS X, fixes #132.
2013-12-27 Cheng ZhaoBump v0.8.0.
2013-12-27 Cheng ZhaoMerge pull request #140 from atom/chrome31
2013-12-27 Cheng ZhaoRename 'finish-launching' event to 'ready',
2013-12-26 Cheng ZhaoGet rid of the ugly ATOM_BROWSER_INTERNAL_NEW message.
2013-12-25 Cheng ZhaoUse the gyp vendored by brightray.
2013-12-24 Cheng ZhaoUpdate brightray: Fix building on Windows.
2013-12-23 Cheng ZhaoUse our fork of V8ValueConverter for all cases.
2013-12-23 Cheng ZhaoFree the node environment when releasing context.
2013-12-23 Cheng ZhaoMove node integration from RenderViewObserver to Render...
2013-12-23 Cheng ZhaoPrint pid when logging.
2013-12-20 Cheng ZhaoUpdate node: Removed two unused patches.
2013-12-20 Cheng ZhaoEnable high DPI support.
2013-12-17 Cheng ZhaoRemove the unzip spec completely.
2013-12-17 Cheng ZhaoFix protocol spec on Windows.
2013-12-17 Cheng ZhaoFix __filename on Windows.
2013-12-17 Cheng ZhaoDiscard the require('atom-delegate') API.
2013-12-17 Cheng ZhaoFix initializing V8 on Windows.
2013-12-17 Cheng ZhaoContinue fixing compilation erros on Windows.
2013-12-17 Cheng ZhaoMake all the windows code compile for Chrome 31.
2013-12-17 Cheng ZhaoAlso search C:/Program Files (x86) for node binary.
2013-12-17 Cheng ZhaoMerge branch 'master' into chrome31
2013-12-17 Cheng ZhaoUse node-runas for testing native modules.
2013-12-16 Cheng ZhaoFix third party module specs.
2013-12-16 Cheng ZhaoUpdate apm: Fix installing for node v0.11.x.
2013-12-16 Cheng ZhaoAdd deps/npm and deps/mdb_v8 in node headers.
2013-12-16 Cheng ZhaoUpdate brightray: Remove webkit hacks.
2013-12-16 Cheng ZhaoClean out node_modules in cibuild.
2013-12-16 Cheng ZhaoBump node version to v0.11.9.
2013-12-16 Cheng ZhaoInclude Environment declarations in node_common.h.
2013-12-16 Cheng ZhaoUpdate apm for node version and architecture change.
2013-12-15 Cheng ZhaoUse singular form of spec names.
2013-12-15 Cheng ZhaoRemove the on_watcher_queue_updated hack.
2013-12-15 Cheng ZhaoMake setImmediate have the same side effect with upstre...
2013-12-15 Cheng ZhaoSupress the unzip module spec.
2013-12-15 Cheng Zhao:lipstick: Fix cpplint warnings.
2013-12-15 Cheng ZhaoDisable use of deprecated functions in specs.
2013-12-15 Cheng ZhaoFix protocol module specs.
2013-12-15 Cheng ZhaoFix capturePage() spec.
2013-12-15 Cheng ZhaoRedirect window.onerror to uncaughtException.
2013-12-15 Cheng ZhaoAdd setImmediate function in renderer.
2013-12-15 Cheng ZhaoSuppress the EventEmitter's warning for ObjectsRegistry.
2013-12-15 Cheng ZhaoSet __filename to the html file in renderer.
2013-12-15 Cheng ZhaoUse node's Environment feature to add "require" in...
2013-12-13 Kevin SawickiMerge pull request #144 from shama/typo
2013-12-13 Kyle Robinson... Fix a couple minor typos in docs
2013-12-12 Cheng ZhaoDisable accelerated compositing to fix everything.
2013-12-12 Cheng ZhaoUpdate node for renderer node integration fixes.
2013-12-12 Cheng ZhaoFix the black devtools view.
2013-12-12 Cheng ZhaoDo not depend on node to set include_dirs.
2013-12-12 Cheng ZhaoUpdate brightray, which contains all our patches in
2013-12-12 Cheng ZhaoWe are now at v0.8.0-pre.
2013-12-11 Cheng ZhaoFix crashes about persistent v8 functions.
2013-12-11 Cheng ZhaoFix node integration to browser after updated to Chrome31.
2013-12-11 Cheng ZhaoFix recursive calling of handle().
2013-12-11 Cheng ZhaoHuge commit to use new V8 and Content APIs.
next