platform/framework/web/crosswalk-tizen.git
9 years agoMerge pull request #1822 from hokein/crashpad-mac
Cheng Zhao [Thu, 4 Jun 2015 14:11:14 +0000 (22:11 +0800)]
Merge pull request #1822 from hokein/crashpad-mac

Crashpad!

9 years agoRevert "Update libchromiumcontent, fix #1786"
Cheng Zhao [Thu, 4 Jun 2015 13:15:29 +0000 (21:15 +0800)]
Revert "Update libchromiumcontent, fix #1786"

This reverts commit 1314b7c7e56ebf69182b6df6f82534b2a45c3000.

9 years agoMerge pull request #1837 from deepak1556/render_client_patch
Cheng Zhao [Thu, 4 Jun 2015 13:13:55 +0000 (21:13 +0800)]
Merge pull request #1837 from deepak1556/render_client_patch

renderer: option to override page visiblity state

9 years agorenderer: option to override page visiblity state
deepak1556 [Mon, 1 Jun 2015 07:28:20 +0000 (12:58 +0530)]
renderer: option to override page visiblity state

9 years agoSimplify and polish the code.
Haojian Wu [Thu, 4 Jun 2015 07:52:16 +0000 (15:52 +0800)]
Simplify and polish the code.

9 years agoUpdate brightray for #1809
Cheng Zhao [Thu, 4 Jun 2015 06:41:44 +0000 (14:41 +0800)]
Update brightray for #1809

9 years agodocs: python 2.7 is required, close #1830
Cheng Zhao [Wed, 3 Jun 2015 11:27:04 +0000 (19:27 +0800)]
docs: python 2.7 is required, close #1830

9 years agoCheck for nullness when comparing webContents, close #1838
Cheng Zhao [Wed, 3 Jun 2015 10:48:10 +0000 (18:48 +0800)]
Check for nullness when comparing webContents, close #1838

9 years agoMerge pull request #1839 from deepak1556/devtools_api_patch
Cheng Zhao [Wed, 3 Jun 2015 10:31:25 +0000 (18:31 +0800)]
Merge pull request #1839 from deepak1556/devtools_api_patch

devtools: initialise devtoolsWebContents when opened with inspect* apis

9 years agoMerge pull request #1850 from atom/webview-update-process-id
Cheng Zhao [Wed, 3 Jun 2015 07:02:39 +0000 (15:02 +0800)]
Merge pull request #1850 from atom/webview-update-process-id

Don't search NativeWindow or guest view by child process ID

9 years agoClean up code
Cheng Zhao [Wed, 3 Jun 2015 06:53:19 +0000 (14:53 +0800)]
Clean up code

9 years agoFix changing src would calling loadUrl for twice
Cheng Zhao [Wed, 3 Jun 2015 06:33:22 +0000 (14:33 +0800)]
Fix changing src would calling loadUrl for twice

9 years agoClean up code
Cheng Zhao [Wed, 3 Jun 2015 06:17:11 +0000 (14:17 +0800)]
Clean up code

9 years agoDon't rely on process_id to search for NativeWindow
Cheng Zhao [Wed, 3 Jun 2015 06:08:56 +0000 (14:08 +0800)]
Don't rely on process_id to search for NativeWindow

9 years agoDon't rely on guest_process_id for searching guest
Cheng Zhao [Wed, 3 Jun 2015 05:45:06 +0000 (13:45 +0800)]
Don't rely on guest_process_id for searching guest

9 years agoFix cpplint error.
Haojian Wu [Wed, 3 Jun 2015 03:31:34 +0000 (11:31 +0800)]
Fix cpplint error.

9 years agoAdd missing crashpad submodule.
Haojian Wu [Wed, 3 Jun 2015 03:13:20 +0000 (11:13 +0800)]
Add missing crashpad submodule.

9 years agoMerge pull request #1849 from atom/remove-devtools-hack
Cheng Zhao [Wed, 3 Jun 2015 02:48:31 +0000 (10:48 +0800)]
Merge pull request #1849 from atom/remove-devtools-hack

Remove AtomResourceDispatcherHostDelegate

9 years agoMerge pull request #1814 from fraserxu/master
Cheng Zhao [Wed, 3 Jun 2015 02:20:59 +0000 (10:20 +0800)]
Merge pull request #1814 from fraserxu/master

convert message to string for window.alert method

9 years agoRemove AtomResourceDispatcherHostDelegate
Cheng Zhao [Wed, 3 Jun 2015 02:08:05 +0000 (10:08 +0800)]
Remove AtomResourceDispatcherHostDelegate

9 years agoUpdate brightray for updates on devtools_ui
Cheng Zhao [Wed, 3 Jun 2015 02:00:29 +0000 (10:00 +0800)]
Update brightray for updates on devtools_ui

9 years agoImplement crash-reporter.getLastLastCrashReport API on OS X.
Haojian Wu [Wed, 3 Jun 2015 01:47:42 +0000 (09:47 +0800)]
Implement crash-reporter.getLastLastCrashReport API on OS X.

9 years agoSwitch to use crashpad repo under atom org.
Haojian Wu [Tue, 2 Jun 2015 03:46:20 +0000 (11:46 +0800)]
Switch to use crashpad repo under atom org.

9 years agoUpdate crashpad implementation after code review.
Haojian Wu [Tue, 2 Jun 2015 03:41:47 +0000 (11:41 +0800)]
Update crashpad implementation after code review.

9 years agodevtools: initialise devtoolsWebContents when opened with inspect* apis
deepak1556 [Mon, 1 Jun 2015 11:53:44 +0000 (17:23 +0530)]
devtools: initialise devtoolsWebContents when opened with inspect* apis

9 years agoMerge pull request #1834 from hokein/master
Cheng Zhao [Mon, 1 Jun 2015 05:25:31 +0000 (13:25 +0800)]
Merge pull request #1834 from hokein/master

Ship pdf.dll in release, fix #1826

9 years agoShip pdf.dll in release.
Haojian Wu [Mon, 1 Jun 2015 05:03:56 +0000 (13:03 +0800)]
Ship pdf.dll in release.

9 years agowin: Load pdf.dll with abosolute path, fix #1826
Cheng Zhao [Mon, 1 Jun 2015 04:53:43 +0000 (12:53 +0800)]
win: Load pdf.dll with abosolute path, fix #1826

9 years agoBump v0.27.2
Cheng Zhao [Mon, 1 Jun 2015 04:22:36 +0000 (12:22 +0800)]
Bump v0.27.2

9 years agoUpdate libchromiumcontent, fix #1786
Cheng Zhao [Mon, 1 Jun 2015 04:19:56 +0000 (12:19 +0800)]
Update libchromiumcontent, fix #1786

9 years agoPrint real error messages even if it looks like an invalid app
Yeechan Lu [Fri, 29 May 2015 06:53:32 +0000 (14:53 +0800)]
Print real error messages even if it looks like an invalid app

9 years ago:memo: crash-reporter note on OS X.
Haojian Wu [Sat, 30 May 2015 02:03:59 +0000 (10:03 +0800)]
:memo: crash-reporter note on OS X.

9 years agoAdd script to setup crashpad repository.
Haojian Wu [Sat, 30 May 2015 01:40:07 +0000 (09:40 +0800)]
Add script to setup crashpad repository.

Crashpad use `gclient` to maintain its third_party libraries.
This patch switches `gclient` instead of `git submodule` to align crashpad way.

9 years agoSend all crash reports to collection server.
Haojian Wu [Sat, 30 May 2015 00:47:52 +0000 (08:47 +0800)]
Send all crash reports to collection server.

Crashpad client only send reports once per hour. It's different with breakpad.
With this behavior, the other reports generated within an hour will be totally
skipped, which causes the crash api test only run once with an hour.

This patch unrestricts this time limit.

9 years agoEnable crashpad test on OS X.
Haojian Wu [Fri, 29 May 2015 23:34:56 +0000 (07:34 +0800)]
Enable crashpad test on OS X.

9 years agoUse Crashpad instead of Breakpad on OS X.
Haojian Wu [Fri, 29 May 2015 15:25:11 +0000 (23:25 +0800)]
Use Crashpad instead of Breakpad on OS X.

9 years agoDelete Node's symbols after Environment has been loaded
Cheng Zhao [Fri, 29 May 2015 14:20:20 +0000 (22:20 +0800)]
Delete Node's symbols after Environment has been loaded

Fix #1803.

9 years agodocs: Remove obsolete build instructions, close #1809
Cheng Zhao [Fri, 29 May 2015 10:21:25 +0000 (18:21 +0800)]
docs: Remove obsolete build instructions, close #1809

9 years agomac: Remove dead "Frameworks" link, close #1801
Cheng Zhao [Fri, 29 May 2015 10:14:59 +0000 (18:14 +0800)]
mac: Remove dead "Frameworks" link, close #1801

9 years agoUpdate brightray to use correct Chrome version string
Cheng Zhao [Fri, 29 May 2015 09:52:19 +0000 (17:52 +0800)]
Update brightray to use correct Chrome version string

Close #1808

9 years agoconvert message to string for window.alert method
fraserxu [Fri, 29 May 2015 07:55:11 +0000 (15:55 +0800)]
convert message to string for window.alert method

9 years agoMerge pull request #1811 from atom/new-webview
Cheng Zhao [Fri, 29 May 2015 06:14:23 +0000 (14:14 +0800)]
Merge pull request #1811 from atom/new-webview

Change how webview is resized

9 years agoThe ElementSizeChanged has been removed
Cheng Zhao [Fri, 29 May 2015 05:52:14 +0000 (13:52 +0800)]
The ElementSizeChanged has been removed

9 years agoListen to ElementSizeChanged event
Cheng Zhao [Fri, 29 May 2015 05:47:09 +0000 (13:47 +0800)]
Listen to ElementSizeChanged event

9 years agoPass element size when attaching
Cheng Zhao [Fri, 29 May 2015 03:44:49 +0000 (11:44 +0800)]
Pass element size when attaching

9 years agopendingGuestCreation is removed
Cheng Zhao [Fri, 29 May 2015 03:20:28 +0000 (11:20 +0800)]
pendingGuestCreation is removed

9 years agoUpdate to the new algorithm of setting webview size
Cheng Zhao [Fri, 29 May 2015 03:12:55 +0000 (11:12 +0800)]
Update to the new algorithm of setting webview size

9 years agoBump v0.27.1
Cheng Zhao [Thu, 28 May 2015 08:23:29 +0000 (16:23 +0800)]
Bump v0.27.1

9 years agoMerge pull request #1785 from deepak1556/browser_client_patch
Cheng Zhao [Thu, 28 May 2015 08:22:45 +0000 (16:22 +0800)]
Merge pull request #1785 from deepak1556/browser_client_patch

browserClient: dont restart render process for javascript scheme

9 years agoMerge pull request #1799 from atom/linux-travis-ci
Cheng Zhao [Thu, 28 May 2015 08:22:36 +0000 (16:22 +0800)]
Merge pull request #1799 from atom/linux-travis-ci

Use gcc-4.8 on CI machine

9 years agoUse gcc-4.8 on CI machine
Cheng Zhao [Thu, 28 May 2015 07:19:44 +0000 (15:19 +0800)]
Use gcc-4.8 on CI machine

9 years agoMerge pull request #1752 from deepak1556/clipboard_patch
Cheng Zhao [Thu, 28 May 2015 07:29:36 +0000 (15:29 +0800)]
Merge pull request #1752 from deepak1556/clipboard_patch

clipboard: api to list supported types, reading and writing markup

9 years agoMerge pull request #1797 from deepak1556/response_headers_patch
Cheng Zhao [Thu, 28 May 2015 06:44:46 +0000 (14:44 +0800)]
Merge pull request #1797 from deepak1556/response_headers_patch

fix accessing headers from resourcerequestdetails

9 years agoFix running spec on Windows
Cheng Zhao [Thu, 28 May 2015 05:45:16 +0000 (13:45 +0800)]
Fix running spec on Windows

9 years agoUpdate libchromiumcontent for race condition fix
Cheng Zhao [Thu, 28 May 2015 02:52:51 +0000 (10:52 +0800)]
Update libchromiumcontent for race condition fix

9 years agofix accessing headers from resourcerequestdetails
deepak1556 [Thu, 28 May 2015 05:40:25 +0000 (11:10 +0530)]
fix accessing headers from resourcerequestdetails

9 years agoMerge pull request #1792 from atom/jl-cmd
Jessica Lord [Wed, 27 May 2015 21:37:17 +0000 (14:37 -0700)]
Merge pull request #1792 from atom/jl-cmd

Replace cmd with bash

9 years agoReplace cmd with bash
Jessica Lord [Wed, 27 May 2015 19:51:19 +0000 (12:51 -0700)]
Replace cmd with bash

Markdown parser doesn’t recognize cmd.

9 years agobrowserClient: dont restart render process for javascript: scheme
deepak1556 [Wed, 27 May 2015 11:09:02 +0000 (16:39 +0530)]
browserClient: dont restart render process for javascript: scheme

9 years agoBump v0.27.0
Cheng Zhao [Wed, 27 May 2015 08:57:41 +0000 (16:57 +0800)]
Bump v0.27.0

9 years agorestore clipboard.has api and fix docs
deepak1556 [Wed, 27 May 2015 08:05:51 +0000 (13:35 +0530)]
restore clipboard.has api and fix docs

9 years agoclipboard: api to list supported types, reading and writing markup
deepak1556 [Fri, 22 May 2015 09:29:11 +0000 (14:59 +0530)]
clipboard: api to list supported types, reading and writing markup

9 years agoMerge pull request #1719 from deepak1556/service_worker_patch
Cheng Zhao [Wed, 27 May 2015 07:47:41 +0000 (15:47 +0800)]
Merge pull request #1719 from deepak1556/service_worker_patch

devtools: api to inspect service worker

9 years agoUpdate node, fix #634
Cheng Zhao [Wed, 27 May 2015 07:26:48 +0000 (15:26 +0800)]
Update node, fix #634

9 years agotest: Add case for #634
Cheng Zhao [Wed, 27 May 2015 07:26:32 +0000 (15:26 +0800)]
test: Add case for #634

9 years agoMerge pull request #1738 from deepak1556/http_ptach
Cheng Zhao [Wed, 27 May 2015 07:05:55 +0000 (15:05 +0800)]
Merge pull request #1738 from deepak1556/http_ptach

webContents: providing header details with response event

9 years agoMerge pull request #1689 from deepak1556/ftp_patch
Cheng Zhao [Wed, 27 May 2015 07:04:21 +0000 (15:04 +0800)]
Merge pull request #1689 from deepak1556/ftp_patch

protocol: adding ftp scheme support

9 years agoUpdate brightray
Cheng Zhao [Wed, 27 May 2015 07:03:12 +0000 (15:03 +0800)]
Update brightray

9 years agodocs: "move" and "moved" are platform-dependent
Cheng Zhao [Wed, 27 May 2015 06:57:14 +0000 (14:57 +0800)]
docs: "move" and "moved" are platform-dependent

9 years agoMerge pull request #1633 from deepak1556/window_event_patch
Cheng Zhao [Wed, 27 May 2015 06:54:36 +0000 (14:54 +0800)]
Merge pull request #1633 from deepak1556/window_event_patch

window: adding resize and move events

9 years agoUpdate libchromiumcontent for optional pdf.dll
Cheng Zhao [Tue, 26 May 2015 04:44:24 +0000 (12:44 +0800)]
Update libchromiumcontent for optional pdf.dll

9 years agoMerge pull request #1669 from hokein/pdf-dll
Cheng Zhao [Tue, 26 May 2015 04:41:51 +0000 (12:41 +0800)]
Merge pull request #1669 from hokein/pdf-dll

Load pdf library dynamically

9 years agoretrieve headers from response info
deepak1556 [Sun, 24 May 2015 05:26:25 +0000 (10:56 +0530)]
retrieve headers from response info

9 years agoMerge pull request #1763 from samccone/patch-4
Cheng Zhao [Sun, 24 May 2015 02:43:37 +0000 (10:43 +0800)]
Merge pull request #1763 from samccone/patch-4

Fix grammatical issues take 3

9 years agoMerge pull request #1761 from samccone/patch-3
Cheng Zhao [Sun, 24 May 2015 02:42:53 +0000 (10:42 +0800)]
Merge pull request #1761 from samccone/patch-3

docs: Fix grammatical issues

9 years agoMerge pull request #1760 from samccone/patch-2
Cheng Zhao [Sun, 24 May 2015 02:42:47 +0000 (10:42 +0800)]
Merge pull request #1760 from samccone/patch-2

Docs: Fix grammatical issue

9 years ago:lipstick: Fix grammatical issues
Sam Saccone [Sat, 23 May 2015 22:44:58 +0000 (18:44 -0400)]
:lipstick: Fix grammatical issues

9 years ago:lipstick: Fix grammatical issues
Sam Saccone [Sat, 23 May 2015 20:00:09 +0000 (16:00 -0400)]
:lipstick: Fix grammatical issues

9 years ago:lipstick: Fix grammatical issue
Sam Saccone [Sat, 23 May 2015 19:41:36 +0000 (15:41 -0400)]
:lipstick: Fix grammatical issue

9 years agousing mate::Dictionary instead of base::DictionaryValue
deepak1556 [Fri, 22 May 2015 03:42:03 +0000 (09:12 +0530)]
using mate::Dictionary instead of base::DictionaryValue

9 years agoreturn headers as object
deepak1556 [Thu, 21 May 2015 21:22:52 +0000 (02:52 +0530)]
return headers as object

9 years agowebContents: providing header details with response event
deepak1556 [Wed, 20 May 2015 15:54:59 +0000 (21:24 +0530)]
webContents: providing header details with response event

9 years ago:memo: Add `pdf.dll` note doc.
Haojian Wu [Sat, 23 May 2015 13:39:59 +0000 (21:39 +0800)]
:memo: Add `pdf.dll` note doc.

9 years agoRemove duplicated macro.
Haojian Wu [Thu, 21 May 2015 07:01:36 +0000 (15:01 +0800)]
Remove duplicated macro.

9 years agoRemove the multiple rules generate pdf.dll warning in GYP during debug
Haojian Wu [Wed, 13 May 2015 01:50:56 +0000 (09:50 +0800)]
Remove the multiple rules generate pdf.dll warning in GYP during debug
build.

9 years agoCopy pdf.dll to build directory.
Haojian Wu [Wed, 13 May 2015 00:04:27 +0000 (08:04 +0800)]
Copy pdf.dll to build directory.

9 years agoRename PrintHandler to PrintHandlerWin since only used on Windows.
Haojian Wu [Mon, 11 May 2015 12:57:07 +0000 (20:57 +0800)]
Rename PrintHandler to PrintHandlerWin since only used on Windows.

9 years agoLoad pdf component dynamically.
Haojian Wu [Mon, 11 May 2015 12:14:07 +0000 (20:14 +0800)]
Load pdf component dynamically.

Ship pdf as dll library, electron only loads pdf.dll when calling print
API. In this way, the developer who don't need print feature can safe
remove the pdf.dll in saving their binary size.

9 years agoMerge pull request #1755 from atom/chrome43
Cheng Zhao [Sat, 23 May 2015 04:24:36 +0000 (12:24 +0800)]
Merge pull request #1755 from atom/chrome43

Upgrade to Chrome 43

9 years agoHandleMouseDown is deprecated
Cheng Zhao [Sat, 23 May 2015 03:58:20 +0000 (11:58 +0800)]
HandleMouseDown is deprecated

9 years agoDon't read Buffer in IO thread
Cheng Zhao [Fri, 22 May 2015 14:15:13 +0000 (22:15 +0800)]
Don't read Buffer in IO thread

9 years agoUse Local instead of Handle
Cheng Zhao [Fri, 22 May 2015 11:11:22 +0000 (19:11 +0800)]
Use Local instead of Handle

9 years agoStart AtomRenderFrameObserver
Cheng Zhao [Fri, 22 May 2015 07:59:06 +0000 (15:59 +0800)]
Start AtomRenderFrameObserver

9 years agoInitialize V8 in browser process
Cheng Zhao [Fri, 22 May 2015 07:30:02 +0000 (15:30 +0800)]
Initialize V8 in browser process

Previously it was initialized by ProxyResolverV8, but after Chrome 43 V8
started to initialize V8 lazily.

9 years agoFix compilation errors
Cheng Zhao [Fri, 22 May 2015 07:24:34 +0000 (15:24 +0800)]
Fix compilation errors

9 years agoAdd AtomRenderFrameObserver
Cheng Zhao [Fri, 22 May 2015 07:01:13 +0000 (15:01 +0800)]
Add AtomRenderFrameObserver

9 years agoUpgrade to Chrome 43
Cheng Zhao [Fri, 22 May 2015 06:57:00 +0000 (14:57 +0800)]
Upgrade to Chrome 43

9 years agoalias move and moved event on OS X
deepak1556 [Wed, 20 May 2015 08:37:13 +0000 (14:07 +0530)]
alias move and moved event on OS X

9 years agochnage move hook and add details to doc
Robo [Sun, 10 May 2015 03:44:18 +0000 (09:14 +0530)]
chnage move hook and add details to doc

9 years agoavoid unnecessary api calls
Robo [Sat, 9 May 2015 18:03:16 +0000 (23:33 +0530)]
avoid unnecessary api calls