platform/framework/web/crosswalk-tizen.git
2015-07-27 Matias Insaurraldefirst docs
2015-07-19 Matias Insaurraldepreparing README-es
2015-07-16 Cheng Zhaodocs: Mention null session of RequestHttpJob
2015-07-16 Cheng ZhaoMerge pull request #2207 from deepak1556/fetch_job_patch
2015-07-16 Robouse current session when not defined
2015-07-16 Cheng ZhaoBump v0.30.0
2015-07-16 Cheng ZhaoDon't upload PDB files in CI
2015-07-16 Robouse request context from session if provided
2015-07-16 Roboprotocol: create separate request context for fetch job
2015-07-16 Cheng ZhaoMerge pull request #2200 from atom/input_accept_attr
2015-07-16 Cheng ZhaoUpdate brightray for #1852
2015-07-16 Cheng Zhaodocs: Say more about standard scheme
2015-07-16 Cheng ZhaoMerge pull request #2234 from astoilkov/patch-1
2015-07-16 Haojian WuMake <input type="file"\> remember last used directory.
2015-07-16 Cheng ZhaoFix hanlding trailing slash in asar package, close...
2015-07-16 Cheng ZhaoMerge pull request #2235 from mhkeller/doc-json-fix
2015-07-15 Jeffrey MorganImprove grammar and comments
2015-07-15 Cheng ZhaoMerge pull request #2216 from UsabilityEtc/patch-1
2015-07-15 Cheng ZhaoMerge pull request #2214 from PButcher/patch-1
2015-07-15 Cheng ZhaoMerge pull request #2206 from dalinaum/patch-1
2015-07-15 Cheng ZhaoUse CTRL+SHIFT+I for toggling devtools, fix #2205
2015-07-15 mhkellervalid example json, fix https://github.com/atom/electro...
2015-07-15 Antonio Stoilkovfix typo in browser-window.md
2015-07-14 Cheng ZhaoForward the crashed event to BrowserWindow, fix #2201
2015-07-14 Cheng ZhaoMerge pull request #2220 from atom/provide-user-agent
2015-07-14 Cheng ZhaoFix cpplint warnings
2015-07-14 Cheng ZhaoSet default user agent for WebContents
2015-07-14 Cheng ZhaoDon't set two "Electron"s in user agent
2015-07-14 Cheng ZhaoProvide default user agent in BrowserContext
2015-07-14 Cheng Zhaospec: Test user agent in websocket
2015-07-14 Cheng ZhaoMerge pull request #2197 from deepak1556/user_agent_patch
2015-07-14 Cheng ZhaoMerge pull request #2215 from atom/delete-global
2015-07-14 Cheng Zhaospec: Check if window.global is set
2015-07-14 Cheng ZhaoDon't expose "global" when node integration is off
2015-07-14 Cheng ZhaoNo need to actually create a page for cookie test
2015-07-14 Cheng Zhaospec: Cookie test should not rely on cookie's count
2015-07-14 Jeffrey MorganUpdate global-shortcut.md
2015-07-14 Peter ButcherUpdate window-open.md
2015-07-14 Cheng ZhaoMerge pull request #2195 from atom/jl-docs-typo
2015-07-14 Cheng ZhaoMerge pull request #2211 from atom/no-heap-stl
2015-07-14 Cheng ZhaoAvoiding creating static STL containers
2015-07-14 Cheng ZhaoFix the ill cookie test
2015-07-14 Cheng Zhaowin: Also map MESSAGE_BOX_TYPE_QUESTION to TD_INFORMATI...
2015-07-14 Cheng ZhaoMerge pull request #2187 from jprichardson/patch-1
2015-07-13 Cheng Zhaodocs: Adds the dependencies of arm target
2015-07-13 Cheng ZhaoFix session specs
2015-07-13 Cheng ZhaoMerge pull request #2179 from deepak1556/proxy_patch
2015-07-13 Cheng ZhaoUpdate brightray, refs #1599
2015-07-13 Cheng ZhaoThe options of clearStorageData should be optional
2015-07-13 Cheng ZhaoCall callback of ClearCache after cache is doomed
2015-07-13 Cheng Zhaodocs: Add WebContents.session
2015-07-13 Cheng ZhaoMerge pull request #2102 from deepak1556/storage_cleanu...
2015-07-13 Cheng ZhaoCleanup code
2015-07-13 Cheng ZhaoMerge pull request #2175 from atom/propagate-app-model-id
2015-07-13 LYKUpdate README-ko.md
2015-07-13 Haojian WuEnable 'accept' attribute in 'input' label.
2015-07-12 RobowebContents: set http useragent settings when overridin...
2015-07-12 Jessica LordFix docs typo
2015-07-10 JP Richardsonemit error object on process.on('uncaughtException...
2015-07-10 Robodoc: kProxyPacUrl support
2015-07-10 Roboapp: api to clear data from different storage types
2015-07-10 Cheng ZhaoAlways use top window's context for resolving url
2015-07-10 Cheng ZhaoMerge pull request #2164 from hankbao/global-shortcut...
2015-07-10 Cheng ZhaoAllow more insecure content when web-security is off
2015-07-10 Cheng ZhaoMerge pull request #2125 from deepak1556/protocol_cleanup
2015-07-10 Cheng ZhaoMerge pull request #2144 from deepak1556/clipboard_mult...
2015-07-10 Cheng ZhaoFix failed specs caused by window.open url parsing
2015-07-10 Roboread/write protocol handler map in IO
2015-07-10 Roboclipboard: api to write multiple formats to same writer
2015-07-10 Cheng ZhaoResolve relative urls in window.open, fix #2166
2015-07-10 Cheng ZhaoEvent "close" => "closed", fix #2149
2015-07-10 Cheng ZhaoMerge pull request #2161 from atom/close-test
2015-07-10 Paul BettsLinter fixes
2015-07-09 Paul BettsSet the AppUserModelId on the renderer side
2015-07-09 Paul BettsAppend the app user model ID as a switch
2015-07-09 Paul BettsAdd a new renderer switch to pass down the app model ID
2015-07-09 Hank BaoFix sample code indention
2015-07-09 Roboadd compatibility will old api
2015-07-09 Roboprotocol: cleanup
2015-07-09 Hank BaoUpdate sample code in global-shortcut.md
2015-07-09 Hank BaoUpdate global-shortcut.md
2015-07-08 Kevin SawickiMerge pull request #2159 from atom/code-of-conduct
2015-07-08 Paul BettsAdd a test to verify the webview close event
2015-07-08 Brandon KeepersAdd code of conduct to README
2015-07-08 Brandon KeepersAdd code of conduct to contributing guidelines
2015-07-08 Cheng ZhaoMerge pull request #2152 from atom/task-dialog
2015-07-08 Cheng ZhaoFinal cleanup
2015-07-08 Cheng ZhaoOn Windows "Cancel" button is also forced to be canclId
2015-07-08 Cheng ZhaoShow custom buttons as links
2015-07-08 Cheng ZhaoUse stock buttons on Windows when possible
2015-07-08 Cheng ZhaoShow user's icon when specified
2015-07-08 Cheng ZhaoShow icon according to dialog's type
2015-07-08 Cheng ZhaoIf "detail" is empty then don't make message hilighted
2015-07-08 Cheng ZhaoHandle when dialog is cancelled
2015-07-08 Cheng ZhaoImplement ShowMessageBox with TaskDialog
2015-07-08 Cheng ZhaoSet compilation requirements for using TaskDialogIndirect
2015-07-08 Cheng ZhaoHard code the chromedriver's version
2015-07-08 Cheng ZhaoUpload PDBs to Windows symbol server
2015-07-08 Cheng ZhaoMerge pull request #2150 from mattdesl/patch-2
2015-07-08 Cheng ZhaoMerge pull request #2146 from atom/cancel-id
next