platform/framework/web/crosswalk-tizen.git
2013-04-27 Cheng ZhaoUse camelCase not under_score, I forgot it's coffee...
2013-04-27 Cheng ZhaoAdd remote.getCurrentWindow() API in renderer.
2013-04-27 Cheng ZhaoAdd API to return all keys of weak map.
2013-04-26 Cheng ZhaoMake the RPC stuff code more understandable.
2013-04-26 Cheng ZhaoAllow renderer to get object in browser for arbitrary...
2013-04-26 Cheng ZhaoKeep an id for each object added to global weak map.
2013-04-26 Cheng ZhaoAdd remote.getObject API to get object in browser by...
2013-04-26 Cheng ZhaoShould wrap WeakCallback with handle scope.
2013-04-26 Cheng ZhaoSeparate stored objects by the render view.
2013-04-25 Cheng ZhaoAdd WeakMap built-in module.
2013-04-25 Cheng ZhaoNotify creation and destruction of native objects.
2013-04-25 Cheng ZhaoEnable idle GC in browser.
2013-04-25 Cheng ZhaoTell browser to release remote object when the object...
2013-04-25 Cheng ZhaoAdd v8_util.setDestructor.
2013-04-25 Cheng ZhaoCheat on the remote object's constructor name.
2013-04-25 Cheng ZhaoAdd built-in v8_util module for internal use.
2013-04-25 Cheng ZhaoBetter support of array type in RPC.
2013-04-25 Cheng ZhaoModule names starting with atom_common_ can be loaded...
2013-04-25 Cheng ZhaoReturn object instead of function for remote object...
2013-04-25 Cheng ZhaoAdd renference links.
2013-04-25 Cheng ZhaoNo more C++ RecordedObject and ObjectsRegistry code.
2013-04-24 Cheng ZhaoInitial RPC API implementation.
2013-04-23 Cheng ZhaoNo more plan for ipc.sendSync in browser.
2013-04-23 Cheng ZhaoAdd ipc.sendSync in renderer.
2013-04-23 Cheng Zhaosmall tune of IPC interface.
2013-04-23 Cheng ZhaoAdd getRoutingID and getProcessID for window API.
2013-04-23 Cheng ZhaoUse require('ipc').send to communicate between browser...
2013-04-22 Cheng ZhaoMessages from renderer will be emitted to the process...
2013-04-22 Cheng ZhaoRenderer can now use process.send to send messages...
2013-04-22 Cheng ZhaoSeparate AtomBindings for renderer.
2013-04-22 Cheng ZhaoRemove RemoteObject, C++ layer should only have basic...
2013-04-22 Cheng ZhaoSimpler way of inheriting EventEmitter.
2013-04-22 Cheng ZhaoAdd the RemoteObject API in renderer. (not implemented...
2013-04-21 Cheng ZhaoRemove recorded object from registry in desturctor.
2013-04-21 Cheng ZhaoIgnore api_messages.{cc,h} for cpplint.
2013-04-21 Cheng ZhaoShare same native bindings code on both renderer and...
2013-04-21 Cheng ZhaoAdd API messages for IPC.
2013-04-20 Cheng ZhaoRecord all objects created by API in browser.
2013-04-20 Cheng Zhao:lipstick: for cpplint.
2013-04-20 Cheng ZhaoImplement window.open.
2013-04-20 Cheng ZhaoEnable creating window with existing web contents.
2013-04-20 Cheng ZhaoRemembers all opened web frames.
2013-04-20 Cheng ZhaoDisable renderer sandbox.
2013-04-20 Cheng ZhaoInject node bindings to renderer's DOM.
2013-04-19 Cheng ZhaoImprove the way to integrate libuv.
2013-04-19 Cheng ZhaoUpdate to latest brightray.
2013-04-18 Cheng ZhaoAdd Window.url API.
2013-04-18 Cheng ZhaoEmit 'page-title-updated' as javascript event for window.
2013-04-18 Cheng ZhaoEmulate DOM's Event class.
2013-04-18 Cheng ZhaoAdd observers list for NativeWindow.
2013-04-18 Cheng ZhaoAdd convenient accessors for Window API.
2013-04-18 Cheng ZhaoComplete a few APIs for getters.
2013-04-18 Cheng ZhaoAdd partial APIs for WebContents and NavigationController.
2013-04-18 Cheng ZhaoAdd GetTitle for window API.
2013-04-17 Cheng ZhaoExpose interface of NativeWindow in javascript.
2013-04-17 Cheng ZhaoUse JavaScript to open the main window.
2013-04-15 Cheng ZhaoFix README.
2013-04-15 Cheng ZhaoInitial empty window javascript binding.
2013-04-15 Cheng ZhaoInternal built-in module code should be wrapped under...
2013-04-15 Cheng ZhaoInitial javascript startup code.
2013-04-14 Cheng ZhaoCopy the default_app to bundle.
2013-04-14 Cheng ZhaoWrite js codes in coffee script.
2013-04-14 Cheng ZhaoAdd script to check coding styles.
2013-04-14 Cheng Zhao:lipstick: for cpplint.
2013-04-14 Cheng ZhaoAdd our own built-in native module system.
2013-04-13 Cheng ZhaoDon't quit browser when get fatal js error.
2013-04-13 Cheng ZhaoUse node's error reporting system in browser.
2013-04-13 Cheng ZhaoIntegrate libuv with browser's message loop.
2013-04-13 Cheng ZhaoLoad atom.js on startup.
2013-04-13 Cheng ZhaoInitialize node in browser process.
2013-04-12 Cheng Zhao:lipstick:
2013-04-12 Cheng ZhaoGive URL of my libchromiumcontent build.
2013-04-12 Cheng ZhaoBuild with node.
2013-04-12 Cheng ZhaoPass brightray.gypi via parameters.
2013-04-12 Cheng ZhaoSet our WebKit preferences.
2013-04-12 Cheng ZhaoHandle keyboard events with AtomEventProcessingWindow.
2013-04-12 Cheng ZhaoFix devtools.
2013-04-12 Cheng ZhaoAtomBrowserMainParts is platform-independent now.
2013-04-12 Cheng Zhaouse AtomEventProcessingWindow as native window.
2013-04-12 Cheng ZhaoSteal ChromeEventProcessingWindow from chrome.
2013-04-12 Cheng ZhaoImplement generic native window class.
2013-04-12 Cheng ZhaoInitial empty browser.
2013-04-11 Cheng ZhaoAdd submodules.