platform/framework/web/crosswalk-tizen.git
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 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 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 agoMerge pull request #1708 from kevva/patch-1
Cheng Zhao [Fri, 22 May 2015 06:24:59 +0000 (14:24 +0800)]
Merge pull request #1708 from kevva/patch-1

Add link to `awesome-electron`

9 years agoMerge pull request #1724 from atom/jl-contrib
Cheng Zhao [Fri, 22 May 2015 02:33:39 +0000 (10:33 +0800)]
Merge pull request #1724 from atom/jl-contrib

Add a CONTRIBUTING.md document

9 years agoFix typo
Cheng Zhao [Fri, 22 May 2015 02:32:59 +0000 (10:32 +0800)]
Fix typo

9 years agoMerge pull request #1706 from hammerandchisel/crash-reporter-reinit
Cheng Zhao [Fri, 22 May 2015 02:17:00 +0000 (10:17 +0800)]
Merge pull request #1706 from hammerandchisel/crash-reporter-reinit

Explicitly null the crash reporter before assigning it

9 years agoRemove explicit nullptr and add clarifying comment.
Andy Dill [Thu, 21 May 2015 15:54:27 +0000 (08:54 -0700)]
Remove explicit nullptr and add clarifying comment.

9 years agoBump v0.26.1
Cheng Zhao [Thu, 21 May 2015 07:52:42 +0000 (15:52 +0800)]
Bump v0.26.1

9 years agoMerge pull request #1741 from atom/gtk-tray-click
Cheng Zhao [Thu, 21 May 2015 07:46:15 +0000 (15:46 +0800)]
Merge pull request #1741 from atom/gtk-tray-click

Notify the click event in Linux tray icon

9 years agogtk: Notify the click event
Cheng Zhao [Thu, 21 May 2015 07:22:52 +0000 (15:22 +0800)]
gtk: Notify the click event

9 years agoRemove trailing white space
Cheng Zhao [Thu, 21 May 2015 07:15:53 +0000 (15:15 +0800)]
Remove trailing white space

9 years agoMerge pull request #1616 from deepak1556/webview_fullscreen_patch
Cheng Zhao [Thu, 21 May 2015 07:03:48 +0000 (15:03 +0800)]
Merge pull request #1616 from deepak1556/webview_fullscreen_patch

webContents: override fullscreen notification apis for webview

9 years agoMerge pull request #1710 from deepak1556/screen_patch
Cheng Zhao [Thu, 21 May 2015 06:58:27 +0000 (14:58 +0800)]
Merge pull request #1710 from deepak1556/screen_patch

screen: initialise displays_ vector with primary display

9 years agoMerge pull request #1730 from deepak1556/webview_navigation_patch
Cheng Zhao [Thu, 21 May 2015 06:56:30 +0000 (14:56 +0800)]
Merge pull request #1730 from deepak1556/webview_navigation_patch

navigation: adding clearHistory method

9 years agoscreen: initialise displays_ vector with available displays
deepak1556 [Sat, 16 May 2015 16:35:56 +0000 (22:05 +0530)]
screen: initialise displays_ vector with available displays

9 years agoalso emit html fullscreen notification on windows when its webview contents trigger it
deepak1556 [Thu, 21 May 2015 05:09:31 +0000 (10:39 +0530)]
also emit html fullscreen notification on windows when its webview contents trigger it

9 years agocheck if window is html or forced fullscreen
deepak1556 [Tue, 19 May 2015 08:36:19 +0000 (14:06 +0530)]
check if window is html or forced fullscreen

9 years agoadding events to notify fullscreen state
deepak1556 [Sat, 16 May 2015 21:01:30 +0000 (02:31 +0530)]
adding events to notify fullscreen state

9 years agotrack html api triggered fullscreen separaely
deepak1556 [Sat, 16 May 2015 20:07:46 +0000 (01:37 +0530)]
track html api triggered fullscreen separaely

9 years agocheck for renderviewhost availability before using
deepak1556 [Sat, 9 May 2015 12:17:40 +0000 (17:47 +0530)]
check for renderviewhost availability before using

9 years agowebContents: override fullscreen notification apis for webview
deepak1556 [Fri, 8 May 2015 06:18:15 +0000 (11:48 +0530)]
webContents: override fullscreen notification apis for webview

9 years agodocs: Open devtools in the quick start example
Cheng Zhao [Thu, 21 May 2015 03:16:39 +0000 (11:16 +0800)]
docs: Open devtools in the quick start example

9 years agoMerge pull request #1713 from deepak1556/navigation_patch
Cheng Zhao [Thu, 21 May 2015 02:43:34 +0000 (10:43 +0800)]
Merge pull request #1713 from deepak1556/navigation_patch

navigation: fix accessing url from history array for goToIndex

9 years agoMerge pull request #1705 from hammerandchisel/node-not-in-path
Cheng Zhao [Thu, 21 May 2015 02:38:09 +0000 (10:38 +0800)]
Merge pull request #1705 from hammerandchisel/node-not-in-path

compile-coffee.py searches for node even on non-windows systems

9 years agoCheck PATH first
Andy Dill [Wed, 20 May 2015 21:37:26 +0000 (14:37 -0700)]
Check PATH first

9 years agoMerge pull request #1701 from CharlieHess/paste-and-match-style
Cheng Zhao [Wed, 20 May 2015 15:12:46 +0000 (23:12 +0800)]
Merge pull request #1701 from CharlieHess/paste-and-match-style

Paste and Match Style

9 years agoRevert #1604
Cheng Zhao [Wed, 20 May 2015 12:35:54 +0000 (20:35 +0800)]
Revert #1604

9 years agoMerge pull request #1737 from magicae/patch-1
Cheng Zhao [Wed, 20 May 2015 11:24:09 +0000 (19:24 +0800)]
Merge pull request #1737 from magicae/patch-1

doc: fix typo in pepper flash document

9 years agoMerge pull request #1604 from deepak1556/contents_event_patch
Cheng Zhao [Wed, 20 May 2015 11:08:54 +0000 (19:08 +0800)]
Merge pull request #1604 from deepak1556/contents_event_patch

webContents: providing response headers in did-get-response-details event

9 years agoremove usage global browser context
deepak1556 [Wed, 20 May 2015 10:44:57 +0000 (16:14 +0530)]
remove usage global browser context

9 years agowebContents: providing response headers in did-get-response-details event
deepak1556 [Thu, 7 May 2015 11:42:40 +0000 (17:12 +0530)]
webContents: providing response headers in did-get-response-details event

9 years agodoc: fix typo in pepper flash document
Magica [Wed, 20 May 2015 10:04:51 +0000 (18:04 +0800)]
doc: fix typo in pepper flash document

Add brackets around `plugins: true`

9 years agoMerge pull request #1668 from deepak1556/carsh_events_patch
Cheng Zhao [Wed, 20 May 2015 09:51:06 +0000 (17:51 +0800)]
Merge pull request #1668 from deepak1556/carsh_events_patch

webContents: adding events to detect gpu and plugin process crashes

9 years agoMerge pull request #1663 from khornberg/patch-1
Cheng Zhao [Wed, 20 May 2015 09:44:29 +0000 (17:44 +0800)]
Merge pull request #1663 from khornberg/patch-1

Correct link of debugging UI

9 years agowebContents: adding events to detect gpu and plugin process crashes
deepak1556 [Tue, 12 May 2015 19:35:56 +0000 (01:05 +0530)]
webContents: adding events to detect gpu and plugin process crashes

9 years agoMerge pull request #1734 from atom/forked-original-fs
Cheng Zhao [Wed, 20 May 2015 08:57:35 +0000 (16:57 +0800)]
Merge pull request #1734 from atom/forked-original-fs

Make "original-fs" available in forked scripts

9 years agoMerge pull request #1660 from deepak1556/filesysem_patch
Cheng Zhao [Wed, 20 May 2015 06:05:53 +0000 (14:05 +0800)]
Merge pull request #1660 from deepak1556/filesysem_patch

browser: create quota permission context to allow quota request

9 years agoUpdate brightray for #1653
Cheng Zhao [Wed, 20 May 2015 05:54:15 +0000 (13:54 +0800)]
Update brightray for #1653

9 years agospec: original-fs is available in forked scripts
Cheng Zhao [Wed, 20 May 2015 05:37:46 +0000 (13:37 +0800)]
spec: original-fs is available in forked scripts

9 years agoRemove the original-fs.js
Cheng Zhao [Wed, 20 May 2015 05:31:28 +0000 (13:31 +0800)]
Remove the original-fs.js

It is acutally not needed.

9 years agoMake "original-fs" available as built-in module
Cheng Zhao [Wed, 20 May 2015 05:29:05 +0000 (13:29 +0800)]
Make "original-fs" available as built-in module

9 years agoadd test
deepak1556 [Wed, 20 May 2015 03:53:08 +0000 (09:23 +0530)]
add test

9 years agoMerge pull request #1596 from deepak1556/protocol_interceptor_patch
Cheng Zhao [Wed, 20 May 2015 03:52:52 +0000 (11:52 +0800)]
Merge pull request #1596 from deepak1556/protocol_interceptor_patch

protocol: wrapping HttpJobFactory with a default protocol handler to intercept

9 years agoMerge pull request #1651 from magicae/ppapi-description-patch
Cheng Zhao [Wed, 20 May 2015 03:32:09 +0000 (11:32 +0800)]
Merge pull request #1651 from magicae/ppapi-description-patch

ppapi: fix PPAPI flash plugin description as chromium does

9 years agoMerge pull request #1732 from atom/web-preferences
Cheng Zhao [Wed, 20 May 2015 02:45:01 +0000 (10:45 +0800)]
Merge pull request #1732 from atom/web-preferences

Simplify how we find NativeWindow from WebContents

9 years agoMerge pull request #1587 from atom/agent-as-attribute
Cheng Zhao [Wed, 20 May 2015 02:32:09 +0000 (10:32 +0800)]
Merge pull request #1587 from atom/agent-as-attribute

Allow User Agent on WebView to be set as an attribute

9 years agoSimplify how we find NativeWindow from WebContents
Cheng Zhao [Wed, 20 May 2015 02:27:16 +0000 (10:27 +0800)]
Simplify how we find NativeWindow from WebContents

9 years agoUpgrade brightray
Cheng Zhao [Wed, 20 May 2015 01:18:11 +0000 (09:18 +0800)]
Upgrade brightray

9 years agoDon't be so paranoid about empty opts
Paul Betts [Mon, 11 May 2015 17:00:41 +0000 (10:00 -0700)]
Don't be so paranoid about empty opts

9 years agoFixup code review items
Paul Betts [Wed, 6 May 2015 21:21:43 +0000 (14:21 -0700)]
Fixup code review items

9 years agoAdd documentation
Paul Betts [Wed, 6 May 2015 05:08:39 +0000 (22:08 -0700)]
Add documentation

9 years agoAdd a test for the user agent
Paul Betts [Wed, 6 May 2015 05:06:15 +0000 (22:06 -0700)]
Add a test for the user agent

9 years agoFix typo
Paul Betts [Wed, 6 May 2015 04:18:08 +0000 (21:18 -0700)]
Fix typo

9 years agoPass user agent along like http referrer and set user agent in C++
Paul Betts [Wed, 6 May 2015 04:01:41 +0000 (21:01 -0700)]
Pass user agent along like http referrer and set user agent in C++

9 years agoRight before navigate, set the user agent
Paul Betts [Tue, 5 May 2015 23:25:16 +0000 (16:25 -0700)]
Right before navigate, set the user agent

9 years agoSet up a class for it in web-view-attributes
Paul Betts [Tue, 5 May 2015 23:25:05 +0000 (16:25 -0700)]
Set up a class for it in web-view-attributes

9 years agoDefine a new useragent attribute on WebView tag
Paul Betts [Tue, 5 May 2015 23:24:20 +0000 (16:24 -0700)]
Define a new useragent attribute on WebView tag

9 years agoRemove example
Jessica Lord [Tue, 19 May 2015 18:18:22 +0000 (11:18 -0700)]
Remove example

9 years agoUse Electron repo search url
Jessica Lord [Tue, 19 May 2015 18:08:43 +0000 (11:08 -0700)]
Use Electron repo search url

9 years agonavigation: adding clearHistory method
deepak1556 [Tue, 19 May 2015 17:11:03 +0000 (22:41 +0530)]
navigation: adding clearHistory method

9 years agodoc: Add pepper flash tutorial link in README.
Magica [Tue, 19 May 2015 12:29:04 +0000 (20:29 +0800)]
doc: Add pepper flash tutorial link in README.

9 years agoppapi: Add pepper flash tutorial
Magica [Tue, 19 May 2015 12:27:12 +0000 (20:27 +0800)]
ppapi: Add pepper flash tutorial

Fix https://github.com/atom/electron/issues/1674

9 years agoMerge pull request #1670 from joshaber/infer-textured
Cheng Zhao [Tue, 19 May 2015 07:51:22 +0000 (15:51 +0800)]
Merge pull request #1670 from joshaber/infer-textured

Use the textured window if it's transparent

9 years agoStart a contributing doc
Jessica Lord [Tue, 19 May 2015 01:29:13 +0000 (18:29 -0700)]
Start a contributing doc

9 years agonavigation: fix accessing url from history array for goToIndex
deepak1556 [Sat, 16 May 2015 22:01:24 +0000 (03:31 +0530)]
navigation: fix accessing url from history array for goToIndex

9 years agoAdd link to `awesome-electron`
Kevin MÃ¥rtensson [Sat, 16 May 2015 15:03:19 +0000 (17:03 +0200)]
Add link to `awesome-electron`

9 years agoExplicitly null the crash reporter before assigning it to allow the EH to unregister.
Andy Dill [Thu, 30 Apr 2015 23:46:33 +0000 (16:46 -0700)]
Explicitly null the crash reporter before assigning it to allow the EH to unregister.

9 years agocompile-coffee.py searches for node even on non-windows systems
Andy Dill [Fri, 17 Apr 2015 16:33:00 +0000 (09:33 -0700)]
compile-coffee.py searches for node even on non-windows systems

9 years agoMerge pull request #1703 from tommoor/patch-3
Paul Betts [Fri, 15 May 2015 20:55:04 +0000 (13:55 -0700)]
Merge pull request #1703 from tommoor/patch-3

Small spelling mistake

9 years agoSmall spelling mistake
Tom Moor [Fri, 15 May 2015 20:09:59 +0000 (13:09 -0700)]
Small spelling mistake

9 years agoMerge pull request #1696 from campersau/patch-1
Kevin Sawicki [Fri, 15 May 2015 16:30:28 +0000 (09:30 -0700)]
Merge pull request #1696 from campersau/patch-1

docs: fixed casing of "Note"

9 years agodocs: fixed casing of "Note"
campersau [Fri, 15 May 2015 15:46:25 +0000 (17:46 +0200)]
docs: fixed casing of "Note"

9 years agoUpdate docs.
Charlie Hess [Fri, 15 May 2015 07:15:33 +0000 (00:15 -0700)]
Update docs.

9 years agoAdd WebContents API for PasteAndMatchStyle.
Charlie Hess [Fri, 15 May 2015 07:15:19 +0000 (00:15 -0700)]
Add WebContents API for PasteAndMatchStyle.

9 years agoMerge branch 'master' of https://github.com/atom/atom-shell
Charlie Hess [Fri, 15 May 2015 05:37:20 +0000 (22:37 -0700)]
Merge branch 'master' of https://github.com/atom/atom-shell

9 years agoUse the textured window for the frameless case too.
joshaber [Wed, 13 May 2015 01:11:43 +0000 (21:11 -0400)]
Use the textured window for the frameless case too.

9 years agoIf the window's transparent it also needs to be textured.
joshaber [Wed, 13 May 2015 01:05:48 +0000 (21:05 -0400)]
If the window's transparent it also needs to be textured.

9 years agoMerge remote-tracking branch 'atom/master'
joshaber [Wed, 13 May 2015 00:48:15 +0000 (20:48 -0400)]
Merge remote-tracking branch 'atom/master'

9 years agoCorrect link of debugging UI
Kyle Hornberg [Tue, 12 May 2015 15:29:00 +0000 (10:29 -0500)]
Correct link of debugging UI

Using the link provided one receives a response of `Cannot GET /[object%20Object]`.

I've tested this on electron 0.25.3 using the example application and node-inspector version 0.10.0.
The url change is the url provided by node-inspector in the terminal window.

9 years agoallowing file:// URI to access other file:// URIs for filesytem api use
deepak1556 [Tue, 12 May 2015 12:51:48 +0000 (18:21 +0530)]
allowing file:// URI to access other file:// URIs for filesytem api use

9 years agoadd test
deepak1556 [Tue, 12 May 2015 12:33:00 +0000 (18:03 +0530)]
add test

9 years agobrowser: create quota permission context to allow quota request
deepak1556 [Tue, 12 May 2015 12:22:30 +0000 (17:52 +0530)]
browser: create quota permission context to allow quota request

9 years agoBump v0.26.0
Cheng Zhao [Tue, 12 May 2015 09:24:00 +0000 (17:24 +0800)]
Bump v0.26.0