platform/framework/web/crosswalk-tizen.git
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().
2013-12-04 Cheng ZhaoDo not send "unresponsive" message if window is showing...
2013-12-04 Cheng ZhaoDo not use flags to mark whether the window is unrespon...
2013-12-04 Cheng Zhaomac: Add API to return whether the window has attached...
2013-11-29 Cheng ZhaoAdd "Cmd" and "Control" alias for "Command" and "Ctrl".
2013-11-29 Cheng ZhaoBump v0.7.3.
2013-11-29 Cheng ZhaoAdd "Edit" menu in specs window.
2013-11-29 Cheng ZhaoUse CommandOrControl to replace Command in specs windows.
2013-11-29 Cheng ZhaoAdd "CommandOrControl" to represent "Command" on OS...
2013-11-29 Cheng ZhaoMerge pull request #130 from atom/force-closing
2013-11-29 Cheng ZhaoPrompt unresponsive state in spec window.
2013-11-29 Cheng ZhaoFix returning the chosen option for synchronous dialogs.
2013-11-29 Cheng ZhaoSend the "unresponsive" event if window is not closed...
2013-11-28 Cheng ZhaoBump v0.7.2.
2013-11-28 Cheng Zhaowin: Do not generate symbols for static libraries and...
2013-11-28 Cheng ZhaoNo need to ship atom.exe.pdb any more.
2013-11-28 Cheng ZhaoFix executing python script in gyp.
2013-11-28 Cheng Zhao:lipstick: Wrong IP for default crash reporter server.
2013-11-23 Cheng ZhaoBump v0.7.1.
2013-11-23 Cheng ZhaoAlso search libchromiumcontent download dir for dSYMs.
2013-11-27 Cheng ZhaoBump v0.7.0.
2013-11-27 Cheng ZhaoMerge pull request #124 from atom/breakpad
2013-11-26 Cheng Zhaowin: Register msdia80.dll automatically when dumping...
2013-11-26 Cheng Zhao:lipstick: Add missing ""s.
2013-11-26 Cheng Zhaowin: Implement the atom_dump_symbols target.
next