projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/framework/web/crosswalk-tizen.git
2015-06-19
Haojian Wu
Add cookies.set API.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
Haojian Wu
Add cookies.remove API.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
Haojian Wu
Implement cookies.get API.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Merge pull request #2004 from atom/remove-global-browse...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Remove AtomBrowserContext::Get
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Use the BrowserContext from protocol
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Replace a few calls to AtomBrowserMainParts::Get.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Make api::Protocol per-context
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Move BrowserProcess to BrowserMainParts
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Don't rely on real focus/blur events in tests
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
win: Fix setContentSize changing window position
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Merge pull request #1997 from deepak1556/api_app_patch
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
deepak1556
app: adding browser-window-focus/blur events
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Bump v0.28.2
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
mac: Use NSFileManager::resultingItemURL for moving...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Update how to rebrand from source, close #1999
commit
|
commitdiff
|
tree
|
snapshot
2015-06-18
Cheng Zhao
Update brightray
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Handle ".." in asar path, fix #1982
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Update brightray, close #1025
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Merge pull request #1835 from hokein/pdf-api
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Merge pull request #1995 from atom/request-http-job
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Fix cpplint warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
docs: protocol.RequestHttpJob
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Use |request|'s headers if possible
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Allow setting referrer
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Use |request|'s method if |method| is not specified
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Clear pending_buffer_ at correct time
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Allow setting method for RequestHttpJob
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Don't need buffer for piping data
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Cheng Zhao
Make URLRequestFetchJob actually work
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Paul Betts
Merge pull request #1994 from atom/paulcbetts-patch-1
commit
|
commitdiff
|
tree
|
snapshot
2015-06-17
Paul Betts
Note that setPressedImage only has an effect on OS X
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
:memo: Add missing printToPDF API in webview.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Copy pdf data on IO thread to avoid causing main proces...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Also Expose printToPDF to BrowserWindow.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Expose Print API to webContents and webView.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Fix code style.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Simplify the pdf-data handled code.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Don't use duprecated node buffer api, fix build error...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
:memo: Update docs.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Fixing type: printBackgrounds => printBackground
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Make callback aligns node.js style.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Remove some unused IPC messages.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Fix a type error.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Return node::Buffer as a printToPDF callback result.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Add silent and savePath options.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Move PDF printing setting in JS part.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Move printToPDF API to WebContents.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Fix a type error in checking function options.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Fix Linux compilation error.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Fix OS X compilation error.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
:memo: Add BrowserWindow.printToPDF API docs.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Fix a `landscape` option error.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Add preview failed error.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Add callback function in printToPDF API.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Add options to custom print settings in printToPDF...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Write PDF file in FILE thread.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Add printToPDF Implementation.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Haojian Wu
Add printToPDF API skeleton.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Cheng Zhao
Don't leak URLFetcher
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Cheng Zhao
Merge pull request #1979 from deepak1556/remote_args_patch
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Cheng Zhao
docs: --ignore-connections-limit
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
deepak1556
remote: handle circular reference in wrapArgs
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Cheng Zhao
Update brightray for #1960
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Cheng Zhao
Merge pull request #1980 from magicae/set-audio-mute
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Cheng Zhao
Update brightray for #1941
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Cheng Zhao
Merge pull request #1967 from j13z/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2015-06-16
Cheng Zhao
s/liste/listen
commit
|
commitdiff
|
tree
|
snapshot
2015-06-15
Magica
Add setAudioMuted to webContents
commit
|
commitdiff
|
tree
|
snapshot
2015-06-14
deepak1556
protocol: adding requestHttpJob method
commit
|
commitdiff
|
tree
|
snapshot
2015-06-13
Johannes Schmitz
Add minor grammar fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-06-12
Benjamin Pasero
Update app.md to document how open-file is emitted
commit
|
commitdiff
|
tree
|
snapshot
2015-06-12
Cheng Zhao
Bump v0.28.1
commit
|
commitdiff
|
tree
|
snapshot
2015-06-12
Cheng Zhao
Don't set browser_handles_all_top_level_requests
commit
|
commitdiff
|
tree
|
snapshot
2015-06-12
Cheng Zhao
Merge pull request #1951 from sotayamashita/translate...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-12
Cheng Zhao
Merge pull request #1932 from samueleaton/master
commit
|
commitdiff
|
tree
|
snapshot
2015-06-12
Cheng Zhao
Use LSGetApplicationForURL to search for app
commit
|
commitdiff
|
tree
|
snapshot
2015-06-12
Cheng Zhao
Merge branch 'master' of https://github.com/mattotodd...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-12
Sota Yamashita
Tranlsate quick-start-jp.md: status first
commit
|
commitdiff
|
tree
|
snapshot
2015-06-11
Sam Eaton
Merge branch 'master' of https://github.com/atom/electron
commit
|
commitdiff
|
tree
|
snapshot
2015-06-11
Cheng Zhao
win: Fix running spec
commit
|
commitdiff
|
tree
|
snapshot
2015-06-11
Cheng Zhao
Bump v0.28.0
commit
|
commitdiff
|
tree
|
snapshot
2015-06-11
eaton11
Merge branch 'master' of https://github.com/atom/electron
commit
|
commitdiff
|
tree
|
snapshot
2015-06-11
Sam Eaton
adds 'before using methods' example
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
msullivan
return bool on shell.openExternal
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Update node to fix crash caused by malloc
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
win: Fix compilation error
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
docs: Update formats
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Merge pull request #1859 from deepak1556/client_certifi...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Update brightray
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Merge pull request #1925 from atom/update-iojs
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Update iojs to fix linking on Linux
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Define V8_BASE
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Update io.js to v2.2.1
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Make asar work with internalModuleReadFile and internal...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Fix calls to deprecated node::ThrowError API
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Update to node.gyp's changes
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Suppress some tests on CI
commit
|
commitdiff
|
tree
|
snapshot
2015-06-10
Cheng Zhao
Merge pull request #1921 from samueleaton/patch-1
commit
|
commitdiff
|
tree
|
snapshot
next