platform/framework/web/crosswalk-tizen.git
2013-09-03 Cheng ZhaoEmit erros when getting errors in IO thread.
2013-09-03 Cheng ZhaoAdd protocol interceptor API.
2013-08-30 Cheng ZhaoAdd InterceptProtocol AtomURLRequestJobFactory.
2013-08-30 Cheng ZhaoMake ReadRawData a public member, so there is no need...
2013-08-30 Cheng Zhao:lipstick: fix cpplint warning.
2013-08-30 Cheng ZhaoSeparate logics between low level URLRequestJob and...
2013-08-30 Cheng ZhaoSeparate URLRequestStringJob from atom_api_protocol.
2013-08-30 Cheng ZhaoMove atom_url_request_job_factory to browser/net.
2013-08-30 Cheng ZhaoAllow passing a fallback protocol handler for request...
2013-08-30 Cheng ZhaoDon't pollute console with error stack.
2013-08-30 Cheng Zhao:lipstick: Fix protocol specs.
2013-08-30 Cheng ZhaoDisable overriding built-in protocols with protocol...
2013-08-30 Cheng ZhaoCustom the implementation of url request job factory.
2013-08-30 Cheng ZhaoSkelecton for interceptor APIs.
2013-08-29 Cheng ZhaoWrap passed 'url' and 'referrer' in an 'request' object.
2013-08-29 Cheng Zhao:lipstick:
2013-08-29 Cheng ZhaoAdd spec for protocol.isHandledProtocol.
2013-08-29 Cheng ZhaoAdd 'registered' and 'unregistered' events for protocol...
2013-08-29 Cheng ZhaoMake protocol module an EventEmitter.
2013-08-29 Cheng ZhaoAdd protocol.isHandledProtocol API.
2013-08-27 Cheng ZhaoMake sure referrer is sent to the protocol handler.
2013-08-25 Cheng ZhaoOnly redirect output to browser when running in CI.
2013-08-25 Cheng ZhaoMake sure protocol module's specs do not pollute main.js.
2013-08-25 Cheng ZhaoEnable creating object from remote object's member.
2013-08-25 Cheng ZhaoAdd remote.createFunctionWithReturnValue API.
2013-08-25 Cheng Zhao:lipstick:
2013-08-25 Cheng ZhaoUse jQuery instead of zepto.
2013-08-25 Cheng ZhaoAllow returning file for custom protocol.
2013-08-25 Cheng ZhaoEnable customing mime type and charset when returning...
2013-08-25 Cheng ZhaoAllow returning string in custom protocols.
2013-08-24 Cheng ZhaoPass weak pointers when posting tasks to other threads.
2013-08-24 Cheng Zhao:lipstick:
2013-08-24 Cheng ZhaoCall the JS handler to get the type of job.
2013-08-24 Cheng ZhaoUse zepto in the specs.
2013-08-24 Cheng ZhaoThe request should go through UI thread.
2013-08-24 Cheng ZhaoReturn AdapterRequestJob when creating job.
2013-08-24 Cheng ZhaoActually set and remove protocol handlers in IO thread..
2013-08-24 Cheng ZhaoRemember registered schemes.
2013-08-24 Cheng ZhaoSkelecton for the protocol module.
2013-08-21 Kevin SawickiUpgrade apm for more logging on errors
2013-08-21 Cheng ZhaoMake sure cibuild calls all necessary scripts.
2013-08-21 Cheng Zhao:lipstick: for cpplint.
2013-08-21 Cheng ZhaoAbort when there is a error in cpplint.
2013-08-21 Cheng Zhao:lipstick:
2013-08-21 Cheng ZhaoAlso upload node's headers to S3.
2013-08-21 Cheng ZhaoCreate the tarball containing node's headers.
2013-08-21 Cheng ZhaoGenerate the distribution file under 'dist' directory.
2013-08-21 Cheng ZhaoAlso copy gyp files when copying headers.
2013-08-21 Cheng ZhaoHide window when running in CI.
2013-08-21 Cheng ZhaoAdd script to run specs in CI, fixes #61.
2013-08-21 Cheng ZhaoNo need to open video when testing webkitGetUserMedia.
2013-08-20 Cheng ZhaoMerge pull request #58 from atom/windows-bootstrap
2013-08-20 Kevin SawickiUpgrade apm for output fixes
2013-08-20 Kevin SawickiUpdate link to docs
2013-08-20 Kevin SawickiUpdate apm URL to new location in atom org.
2013-08-20 Paul BettsFix invocation of npm on non-Cygwin
2013-08-19 Cheng ZhaoUpdate libchromiumcontent: Add "path" attribute for...
2013-08-19 Cheng Zhao[Win] Remove the extra MenuWrapper class.
2013-08-17 Cheng Zhao[Win] Add flag to build window menu.
2013-08-17 Cheng Zhao[Win] Use the modified Menu2 class.
2013-08-17 Cheng Zhao[Win] Ship with Chromium's menu library.
2013-08-17 Cheng Zhao:lipstick: for cpplint.
2013-08-16 Cheng ZhaoAdd spec for child_process.fork.
2013-08-16 Cheng Zhao[Win] Fix the command line spliting code.
2013-08-16 Cheng Zhao[Win] Fix conversion between wchar_t* and const wchar_t*.
2013-08-16 Cheng Zhao[Win] Fix compilation error.
2013-08-16 Cheng Zhao[Win] Fix running node from python.
2013-08-16 Cheng ZhaoAdd AtomWindow.isWebViewFocused() API, fixes #57.
2013-08-16 Cheng ZhaoShould inherit brightray's default web contents delegat...
2013-08-16 Cheng ZhaoThe camera could start very slow.
2013-08-16 Cheng ZhaoAdd spec for #31.
2013-08-15 Cheng Zhao:lipstick:
2013-08-15 Cheng ZhaoDump v0.3.4.
2013-08-15 Cheng ZhaoDon't overwrite existing fields when build menu from...
2013-08-15 Cheng ZhaoMerge pull request #56 from atom/move-wiki-to-docs
2013-08-14 probablycoreyNormalize document names
2013-08-14 probablycoreyConvert wiki links to relative markdown links
2013-08-14 probablycoreyMove wiki content to docs dir
2013-08-14 Cheng Zhao[Mac] Clean up the menu controller.
2013-08-14 Cheng Zhao[Mac] Move the FixMenuTitles hack to MenuController.
2013-08-14 Cheng Zhao[Mac] Ship the MenuController implementation from Chromium.
2013-08-14 Cheng ZhaoMake sure all MenuItem's options have a default value.
2013-08-14 Cheng ZhaoEnable passing objects and arrays when calling remote...
2013-08-14 Cheng ZhaoUse Menu.buildFromTemplate instead of raw menu APIs.
2013-08-14 Cheng Zhao:lipstick:
2013-08-14 Cheng ZhaoRevert "Use named property handler for createObjectWith...
2013-08-14 Cheng ZhaoAdd spec for changing remote object's properties.
2013-08-14 Cheng ZhaoUse named property handler for createObjectWithName.
2013-08-14 Cheng ZhaoWhen calling menu item's click callback, pass the item...
2013-08-14 Cheng ZhaoAdd spec for MenuItem.click.
2013-08-14 Cheng ZhaoAdd spec for Menu.insert.
2013-08-14 Cheng ZhaoAdd spec for attaching extra fields to menu items.
2013-08-14 Cheng ZhaoThe Menu object should store items by its index.
2013-08-14 Cheng ZhaoEnable to attach extra fields to menu items.
2013-08-13 Cheng Zhao:lipstick: for cpplint.
2013-08-13 Cheng ZhaoMove accelerator_util to browser/ui.
2013-08-13 Cheng ZhaoMove nsalert_synchronous_sheet to browser/ui.
2013-08-13 Cheng ZhaoMove file_dialog and message_box to browser/ui.
2013-08-13 Cheng ZhaoUpdate brightray: Disable Chromium's DataExtension.
2013-08-12 Cheng ZhaoFix test case for the d3 module.
next