platform/framework/web/crosswalk-tizen.git
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.
2013-12-10 Cheng Zhao:lipstick: There should be no space between & and type...
2013-12-10 Cheng Zhaonode::ObjectWrap how had a handle() method.
2013-12-10 Cheng Zhaobase/string16.h was moved to base/strings/string16.h.
2013-12-10 Cheng ZhaoUpdate to node v0.11.9.
2013-12-09 Cheng ZhaoUpdate libchromiumcontent and brightray to use Chrome31.
2013-12-09 Cheng ZhaoFix template related compilation errors of VC++.
2013-12-09 Cheng ZhaoBump v0.7.6.
2013-12-09 Cheng ZhaoRemove the RestartHangMonitorTimeout API, which is...
2013-12-06 Cheng ZhaoFlatten spec files, make them seem cleaner.
2013-12-06 Cheng ZhaoUpdate node: Add fs.lstatSyncNoException, closes #138.
2013-12-06 Cheng ZhaoMerge pull request #139 from atom/browser-cleaner
2013-12-06 Cheng ZhaoReport the right render view that is deleted.
2013-12-06 Cheng ZhaoUse random number as id in CallbacksRegistry.
2013-12-06 Cheng Zhao:lipstick: Restore old settings in app specs.
2013-12-06 Cheng ZhaoRelease render view's remote objects when it's deleted.
2013-12-05 Cheng Zhao:lipstick: Fix cpplint warnings.
2013-12-05 Cheng ZhaoGet rid of manually converting to base::Value when...
2013-12-05 Cheng ZhaoFail quietly when getting null renderer view.
2013-12-05 Cheng ZhaoEnable getting scoped_ptr type from v8 value.
2013-12-05 Cheng ZhaoSimplify V8 operations in renderer ipc code.
2013-12-05 Cheng ZhaoUpdate node: Fixed a handle leak in fs.statNoException().
2013-12-05 Cheng ZhaoBump v0.7.5.
2013-12-05 Cheng ZhaoMerge pull request #136 from atom/fix-ua
2013-12-05 Cheng ZhaoAdd simple specs for app.getName() and app.getVersion().
2013-12-05 Cheng Zhao:memo: Add usage of productName of package.json.
2013-12-05 Cheng ZhaoChoose a better name for the default_app.
2013-12-05 Cheng ZhaoSet application's name and version from the package...
2013-12-05 Cheng ZhaoOverride the user agent to contain application and...
2013-12-05 Cheng Zhao:memo: Update documentation on changes of "app" module.
2013-12-05 Cheng ZhaoUse bundle's name as application name when we have...
2013-12-05 Cheng ZhaoSimplify V8 operations.
2013-12-05 Cheng ZhaoAdd API to get and override application name.
2013-12-05 Cheng ZhaoAdd API to override browser version.
2013-12-05 Cheng ZhaoEnable overriding UA strings.
2013-12-05 Cheng ZhaoAdd conversions between V8 Value and GURL.
2013-12-04 Kevin Sawicki:memo: Update repo link to atom/atom
2013-12-04 Cheng ZhaoBump v0.7.4.
2013-12-04 Cheng ZhaoMerge pull request #133 from atom/sheet-unresponsive
2013-12-04 Cheng ZhaoMake sure browserWindow.destroy() doesn't leave zombie...
2013-12-04 Cheng Zhaowin: Implement NativeWindowWin::HasModalDialog().
next