platform/framework/web/crosswalk-tizen.git
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 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 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 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 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

9 years agoMerge pull request #1657 from atom/msvcrt
Cheng Zhao [Tue, 12 May 2015 09:23:25 +0000 (17:23 +0800)]
Merge pull request #1657 from atom/msvcrt

Link with DLL version of VC++ runtime

9 years agoShip with vc++ redist files
Cheng Zhao [Tue, 12 May 2015 09:08:27 +0000 (17:08 +0800)]
Ship with vc++ redist files

9 years agoUpgrade brightray to link with msvcrt dll
Cheng Zhao [Tue, 12 May 2015 09:00:36 +0000 (17:00 +0800)]
Upgrade brightray to link with msvcrt dll

9 years agoUpdate libchromiumcontent for linking with msvcrt dll
Cheng Zhao [Tue, 12 May 2015 08:54:18 +0000 (16:54 +0800)]
Update libchromiumcontent for linking with msvcrt dll

9 years agoFix PPAPI flash plugin description
Magica [Mon, 11 May 2015 22:02:42 +0000 (06:02 +0800)]
Fix PPAPI flash plugin description

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

9 years agoMerge pull request #1646 from atom/navigation-in-page
Cheng Zhao [Mon, 11 May 2015 11:47:15 +0000 (19:47 +0800)]
Merge pull request #1646 from atom/navigation-in-page

Fix handling in-page navigations

9 years agoMake history.go work
Cheng Zhao [Mon, 11 May 2015 08:44:01 +0000 (16:44 +0800)]
Make history.go work

9 years agoHandle when in-page entries are cleared
Cheng Zhao [Mon, 11 May 2015 08:37:53 +0000 (16:37 +0800)]
Handle when in-page entries are cleared

9 years agoSend history operations as asynchronous messages
Cheng Zhao [Mon, 11 May 2015 08:03:25 +0000 (16:03 +0800)]
Send history operations as asynchronous messages

Sending as sync message will cause weird results for
NavigationController

9 years agosupport https, ws, wss builtin schemes to be intercepted
deepak1556 [Mon, 11 May 2015 07:26:36 +0000 (12:56 +0530)]
support https, ws, wss builtin schemes to be intercepted

9 years agoprotocol: wrapping httpjobfactory with a default protocol handler to intercept
deepak1556 [Wed, 6 May 2015 20:15:56 +0000 (01:45 +0530)]
protocol: wrapping httpjobfactory with a default protocol handler to intercept

9 years agoDon't force restart renderer process for in-page navigation
Cheng Zhao [Mon, 11 May 2015 06:40:40 +0000 (14:40 +0800)]
Don't force restart renderer process for in-page navigation

9 years agoUse Chrome's navigation controller for in-page navigations
Cheng Zhao [Mon, 11 May 2015 06:30:26 +0000 (14:30 +0800)]
Use Chrome's navigation controller for in-page navigations

9 years agoRedirect history operations in renderer to browser
Cheng Zhao [Mon, 11 May 2015 06:29:44 +0000 (14:29 +0800)]
Redirect history operations in renderer to browser

9 years agoAdd remote.getCurrentWebContents API
Cheng Zhao [Mon, 11 May 2015 06:05:20 +0000 (14:05 +0800)]
Add remote.getCurrentWebContents API

9 years agoDetermine wheter a navigation entry is in-page
Cheng Zhao [Mon, 11 May 2015 05:51:52 +0000 (13:51 +0800)]
Determine wheter a navigation entry is in-page

9 years agoMerge pull request #1600 from deepak1556/protocol_error_patch
Cheng Zhao [Mon, 11 May 2015 05:15:14 +0000 (13:15 +0800)]
Merge pull request #1600 from deepak1556/protocol_error_patch

protocol: adding error job to log error with custom protocols

9 years agoprovide default error message
deepak1556 [Mon, 11 May 2015 04:54:44 +0000 (10:24 +0530)]
provide default error message

9 years agoprotocol: adding error job to log error with custom protocols
deepak1556 [Thu, 7 May 2015 07:42:35 +0000 (13:12 +0530)]
protocol: adding error job to log error with custom protocols

9 years agoMerge pull request #1642 from atom/archive-update-header
Cheng Zhao [Mon, 11 May 2015 04:07:16 +0000 (12:07 +0800)]
Merge pull request #1642 from atom/archive-update-header

Keep asar archive's file opened in the archive's whole life time

9 years agoReuse archive's fd in Node asar API
Cheng Zhao [Mon, 11 May 2015 03:10:50 +0000 (11:10 +0800)]
Reuse archive's fd in Node asar API

9 years agoAdd Archive::GetFD
Cheng Zhao [Mon, 11 May 2015 03:02:17 +0000 (11:02 +0800)]
Add Archive::GetFD

9 years agoKeep archive's file opened in the archive's whole life time
Cheng Zhao [Mon, 11 May 2015 02:47:07 +0000 (10:47 +0800)]
Keep archive's file opened in the archive's whole life time

9 years agodocs: app.terminate is deprecated
Cheng Zhao [Sun, 10 May 2015 14:14:32 +0000 (22:14 +0800)]
docs: app.terminate is deprecated

9 years agoMerge pull request #1634 from federicobond/patch-1
Cheng Zhao [Sun, 10 May 2015 15:27:43 +0000 (23:27 +0800)]
Merge pull request #1634 from federicobond/patch-1

Fix wording in docs/api/remote.md

9 years agoMerge pull request #1554 from deepak1556/favicon_patch
Cheng Zhao [Sun, 10 May 2015 13:22:01 +0000 (21:22 +0800)]
Merge pull request #1554 from deepak1556/favicon_patch

webContents: removing getFavicon api

9 years agomac: Make "standard-window" option default to true
Cheng Zhao [Sun, 10 May 2015 13:14:37 +0000 (21:14 +0800)]
mac: Make "standard-window" option default to true

9 years agoMerge pull request #1585 from joshaber/no-texture
Cheng Zhao [Sun, 10 May 2015 13:09:38 +0000 (21:09 +0800)]
Merge pull request #1585 from joshaber/no-texture

Use the standard window background

9 years agoMerge pull request #1601 from hokein/fix-out-of-bound
Cheng Zhao [Sun, 10 May 2015 13:04:45 +0000 (21:04 +0800)]
Merge pull request #1601 from hokein/fix-out-of-bound

Fix a potential out-of-bound issue in Accelerator.

9 years agoMerge pull request #1636 from atom/ns-mainscreen
Cheng Zhao [Sun, 10 May 2015 12:52:46 +0000 (20:52 +0800)]
Merge pull request #1636 from atom/ns-mainscreen

Don't use [NSScreen mainScreen]

9 years agomac: Don't use [NSScreen mainScreen]
Cheng Zhao [Sun, 10 May 2015 08:51:18 +0000 (16:51 +0800)]
mac: Don't use [NSScreen mainScreen]

9 years agoMerge pull request #1635 from fengmk2/patch-1
Cheng Zhao [Sun, 10 May 2015 08:45:51 +0000 (16:45 +0800)]
Merge pull request #1635 from fengmk2/patch-1

Update China mirrors url

9 years agoMerge pull request #1558 from deepak1556/ppapi_patch
Cheng Zhao [Sun, 10 May 2015 08:28:14 +0000 (16:28 +0800)]
Merge pull request #1558 from deepak1556/ppapi_patch

Ppapi: plugin support

9 years agoUpdate China mirrors url
fengmk2 [Sun, 10 May 2015 08:15:12 +0000 (16:15 +0800)]
Update China mirrors url

fixes #1497

9 years agoFix wording in docs/api/remote.md
Federico Bond [Sun, 10 May 2015 05:54:37 +0000 (02:54 -0300)]
Fix wording in docs/api/remote.md

9 years agofix lint errors and add documentation
deepak1556 [Sun, 10 May 2015 04:55:19 +0000 (10:25 +0530)]
fix lint errors and add documentation

9 years agoprovide flag to set flash version
deepak1556 [Wed, 6 May 2015 07:59:23 +0000 (13:29 +0530)]
provide flag to set flash version

9 years agoflash_drm_host not required
deepak1556 [Tue, 5 May 2015 08:54:22 +0000 (14:24 +0530)]
flash_drm_host not required

9 years agoppapi flash plugin support
deepak1556 [Tue, 28 Apr 2015 15:45:58 +0000 (21:15 +0530)]
ppapi flash plugin support

9 years agoUpgrade brightray for #1532
Cheng Zhao [Sun, 10 May 2015 03:41:02 +0000 (11:41 +0800)]
Upgrade brightray for #1532

9 years agoMerge pull request #1532 from hokein/win-print
Cheng Zhao [Sun, 10 May 2015 03:40:19 +0000 (11:40 +0800)]
Merge pull request #1532 from hokein/win-print

Make Print API work on Windows.

9 years agoDocs.
joshaber [Fri, 8 May 2015 20:33:57 +0000 (16:33 -0400)]
Docs.