platform/framework/web/crosswalk-tizen.git
2015-06-23 Cheng ZhaoRemove calls to v8::Isolate::GetCurrent
2015-06-23 Cheng ZhaoFix release render view with wrong ID
2015-06-23 Cheng ZhaoOmit extra transfer of new-window event
2015-06-23 Cheng ZhaoClean up SetAllowTransparency
2015-06-23 Cheng ZhaoImplement getId in C++
2015-06-23 Cheng ZhaoDon't include routing ID in WebContents's ID
2015-06-23 Cheng ZhaoBump v0.28.3
2015-06-23 Cheng ZhaoMerge pull request #2014 from atom/enable-zygote
2015-06-23 Cheng ZhaoMerge pull request #2034 from hongrich/internalModuleRe...
2015-06-23 Cheng ZhaoMerge pull request #2028 from preco21/master
2015-06-23 Cheng ZhaoMerge pull request #2019 from atom/pdf-api-doc
2015-06-23 Cheng Zhaowin: Fix building, close #2018
2015-06-23 Cheng ZhaoMerge pull request #1981 from atom/cookies-api
2015-06-23 Cheng ZhaoMerge pull request #2009 from deepak1556/webview_patch
2015-06-22 Rich HongUpdate internalModuleReadFile to support unpacked asar...
2015-06-22 Kevin SawickiMerge pull request #2024 from atom/dev-tools-doc
2015-06-22 Plusb PrecoFirst translation
2015-06-21 Haojian Wu:memo: Add missing BrowserWindow.isDevToolsOpened method.
2015-06-20 Haojian WuAdd usage sample code of printToPDF API.
2015-06-20 Haojian WuUpdate cookies spec.
2015-06-20 Haojian WuFix more code styles.
2015-06-19 Cheng ZhaoMove headers to atom/common
2015-06-19 Cheng ZhaoMake process.argv work with zygote
2015-06-19 Cheng ZhaoUpdate libchromiumcontent to enable zygote process
2015-06-19 Cheng ZhaoOnly append --register-standard-schemes when needed
2015-06-19 Cheng ZhaoMerge pull request #1998 from deepak1556/process_patch
2015-06-19 Cheng ZhaoMerge pull request #1970 from deepak1556/scheme_patch
2015-06-19 Haojian WuMake cookie aligns to Chrome's.
2015-06-19 Haojian WuUse webContents BrowserContext.
2015-06-19 Haojian WuMove cookies APIs to webContents.session.cookies namespace.
2015-06-19 Haojian WuAdd cookies spec.
2015-06-19 Haojian Wu:memo: add cookies doc.
2015-06-19 Haojian WuMove set status code into error.
2015-06-19 Haojian WuFix cpplint.
2015-06-19 Haojian WuAdd cookies.set API.
2015-06-19 Haojian WuAdd cookies.remove API.
2015-06-19 Haojian WuImplement cookies.get API.
2015-06-18 deepak1556override: set window.opener to null for webview
2015-06-18 Cheng ZhaoMerge pull request #2004 from atom/remove-global-browse...
2015-06-18 Cheng ZhaoRemove AtomBrowserContext::Get
2015-06-18 Cheng ZhaoUse the BrowserContext from protocol
2015-06-18 Cheng ZhaoReplace a few calls to AtomBrowserMainParts::Get.
2015-06-18 Cheng ZhaoMake api::Protocol per-context
2015-06-18 deepak1556process: add hang method
2015-06-18 Cheng ZhaoMove BrowserProcess to BrowserMainParts
2015-06-18 Cheng ZhaoDon't rely on real focus/blur events in tests
2015-06-18 Cheng Zhaowin: Fix setContentSize changing window position
2015-06-18 Cheng ZhaoMerge pull request #1997 from deepak1556/api_app_patch
2015-06-18 deepak1556app: adding browser-window-focus/blur events
2015-06-18 Cheng ZhaoBump v0.28.2
2015-06-18 Cheng Zhaomac: Use NSFileManager::resultingItemURL for moving...
2015-06-18 Cheng ZhaoUpdate how to rebrand from source, close #1999
2015-06-18 Cheng ZhaoUpdate brightray
2015-06-17 deepak1556protocol: api to register custom schemes to standard...
2015-06-17 Cheng ZhaoHandle ".." in asar path, fix #1982
2015-06-17 Cheng ZhaoUpdate brightray, close #1025
2015-06-17 Cheng ZhaoMerge pull request #1835 from hokein/pdf-api
2015-06-17 Cheng ZhaoMerge pull request #1995 from atom/request-http-job
2015-06-17 Cheng ZhaoFix cpplint warnings
2015-06-17 Cheng Zhaodocs: protocol.RequestHttpJob
2015-06-17 Cheng ZhaoUse |request|'s headers if possible
2015-06-17 Cheng ZhaoAllow setting referrer
2015-06-17 Cheng ZhaoUse |request|'s method if |method| is not specified
2015-06-17 Cheng ZhaoClear pending_buffer_ at correct time
2015-06-17 Cheng ZhaoAllow setting method for RequestHttpJob
2015-06-17 Cheng ZhaoDon't need buffer for piping data
2015-06-17 Cheng ZhaoMake URLRequestFetchJob actually work
2015-06-17 Paul BettsMerge pull request #1994 from atom/paulcbetts-patch-1
2015-06-17 Paul BettsNote that setPressedImage only has an effect on OS X
2015-06-16 Haojian Wu:memo: Add missing printToPDF API in webview.
2015-06-16 Haojian WuCopy pdf data on IO thread to avoid causing main proces...
2015-06-16 Haojian WuAlso Expose printToPDF to BrowserWindow.
2015-06-16 Haojian WuExpose Print API to webContents and webView.
2015-06-16 Haojian WuFix code style.
2015-06-16 Haojian WuSimplify the pdf-data handled code.
2015-06-16 Haojian WuDon't use duprecated node buffer api, fix build error...
2015-06-16 Haojian Wu:memo: Update docs.
2015-06-16 Haojian WuFixing type: printBackgrounds => printBackground
2015-06-16 Haojian WuMake callback aligns node.js style.
2015-06-16 Haojian WuRemove some unused IPC messages.
2015-06-16 Haojian WuFix a type error.
2015-06-16 Haojian WuReturn node::Buffer as a printToPDF callback result.
2015-06-16 Haojian WuAdd silent and savePath options.
2015-06-16 Haojian WuMove PDF printing setting in JS part.
2015-06-16 Haojian WuMove printToPDF API to WebContents.
2015-06-16 Haojian WuCleanup.
2015-06-16 Haojian WuFix a type error in checking function options.
2015-06-16 Haojian WuFix Linux compilation error.
2015-06-16 Haojian WuFix OS X compilation error.
2015-06-16 Haojian Wu:memo: Add BrowserWindow.printToPDF API docs.
2015-06-16 Haojian WuFix a `landscape` option error.
2015-06-16 Haojian WuAdd preview failed error.
2015-06-16 Haojian WuAdd callback function in printToPDF API.
2015-06-16 Haojian WuAdd options to custom print settings in printToPDF...
2015-06-16 Haojian WuWrite PDF file in FILE thread.
2015-06-16 Haojian WuAdd printToPDF Implementation.
2015-06-16 Haojian WuAdd printToPDF API skeleton.
2015-06-16 Cheng ZhaoDon't leak URLFetcher
2015-06-16 Cheng ZhaoMerge pull request #1979 from deepak1556/remote_args_patch
2015-06-16 Cheng Zhaodocs: --ignore-connections-limit
next