platform/framework/web/crosswalk-tizen.git
8 years agoRefactor the URLRequestFetchJob code
Cheng Zhao [Mon, 30 May 2016 11:31:00 +0000 (20:31 +0900)]
Refactor the URLRequestFetchJob code

This makes the read end and write end of the pipe have same logic, so it
is more easy to maintain.

8 years agoMerge pull request #5753 from deepak1556/url_request_fetch_job_patch
Cheng Zhao [Mon, 30 May 2016 10:53:53 +0000 (10:53 +0000)]
Merge pull request #5753 from deepak1556/url_request_fetch_job_patch

protocol: store initial response data for when resource loader becomes ready

8 years agoMerge pull request #5768 from electron/fix-web-securiy-node-integration
Cheng Zhao [Mon, 30 May 2016 08:01:48 +0000 (08:01 +0000)]
Merge pull request #5768 from electron/fix-web-securiy-node-integration

Initialize script context in DidClearWindowObject

8 years agoMerge pull request #5766 from kcrt/jpdocs
Cheng Zhao [Mon, 30 May 2016 07:51:55 +0000 (07:51 +0000)]
Merge pull request #5766 from kcrt/jpdocs

Japanese: add web-view-tag.md

8 years agoInitialize script context in DidClearWindowObject
Cheng Zhao [Mon, 30 May 2016 05:56:31 +0000 (14:56 +0900)]
Initialize script context in DidClearWindowObject

Doing it in RunScriptsAtDocumentStart would somehow result in weird
results when webSecurity is off.

8 years agospec: disablewebsecurity should not break preload and node integration
Cheng Zhao [Mon, 30 May 2016 06:20:53 +0000 (15:20 +0900)]
spec: disablewebsecurity should not break preload and node integration

8 years ago:memo: trivial change in web-view-tag.md
TAKAHASHI Kyohei [Mon, 30 May 2016 05:02:15 +0000 (14:02 +0900)]
:memo: trivial change in web-view-tag.md

There is a mistake about the information of `stopFindInPage`.
[ci skip]

8 years ago:memo: Japanese: add web-view-tag.md
TAKAHASHI Kyohei [Mon, 30 May 2016 04:45:48 +0000 (13:45 +0900)]
:memo: Japanese: add web-view-tag.md

8 years agodocs: Move the "Packaging Tools" out of "Rebranding" chapter
Cheng Zhao [Mon, 30 May 2016 01:37:02 +0000 (10:37 +0900)]
docs: Move the "Packaging Tools" out of "Rebranding" chapter

8 years agoMerge pull request #5734 from danhp/fix-aspect-ratio
Cheng Zhao [Mon, 30 May 2016 01:14:03 +0000 (01:14 +0000)]
Merge pull request #5734 from danhp/fix-aspect-ratio

Fix 'setAspectRatio(0)' not resetting the default behaviour.

8 years agoMerge pull request #5763 from electron/window-icon-size
Cheng Zhao [Mon, 30 May 2016 01:01:28 +0000 (01:01 +0000)]
Merge pull request #5763 from electron/window-icon-size

Choose the correct icon size for Windows taskbar

8 years agoMerge pull request #5720 from danhp/release-single-instance
Cheng Zhao [Mon, 30 May 2016 00:51:13 +0000 (00:51 +0000)]
Merge pull request #5720 from danhp/release-single-instance

Add 'app.releaseSingleInstance()'

8 years agoChoose the correct icon size for Windows taskbar
Cheng Zhao [Mon, 30 May 2016 00:46:42 +0000 (09:46 +0900)]
Choose the correct icon size for Windows taskbar

8 years agoMerge pull request #5726 from danhp/fix-context-menu
Cheng Zhao [Mon, 30 May 2016 00:16:21 +0000 (00:16 +0000)]
Merge pull request #5726 from danhp/fix-context-menu

Fix context menus only showing on primary monitor.

8 years agoRemove trailing whitespaces and cleanup the code logic
Cheng Zhao [Mon, 30 May 2016 00:12:16 +0000 (09:12 +0900)]
Remove trailing whitespaces and cleanup the code logic

8 years agoMerge pull request #5718 from felixrieseberg/windows-fullscreenable
Cheng Zhao [Mon, 30 May 2016 00:08:16 +0000 (00:08 +0000)]
Merge pull request #5718 from felixrieseberg/windows-fullscreenable

Fix setFullscreen() on Windows

8 years agoMerge pull request #5711 from electron/extension-code-cleanup
Cheng Zhao [Sun, 29 May 2016 23:29:08 +0000 (23:29 +0000)]
Merge pull request #5711 from electron/extension-code-cleanup

Implement partial chrome.* API for devtools extension

8 years ago:white_check_mark: Add test for 'setAspectRatio(0)'
Daniel Pham [Sun, 29 May 2016 12:47:42 +0000 (08:47 -0400)]
:white_check_mark: Add test for 'setAspectRatio(0)'

8 years agoadd spec
deepak1556 [Sun, 29 May 2016 08:13:26 +0000 (13:43 +0530)]
add spec

8 years agoprotocol: store response data when reader is not ready
deepak1556 [Sun, 29 May 2016 07:47:31 +0000 (13:17 +0530)]
protocol: store response data when reader is not ready

8 years agoUpdate the docs on using DevTools extension
Cheng Zhao [Sun, 29 May 2016 06:19:41 +0000 (15:19 +0900)]
Update the docs on using DevTools extension

8 years agoSimplify the implementation of sendToAll
Cheng Zhao [Sun, 29 May 2016 03:10:32 +0000 (12:10 +0900)]
Simplify the implementation of sendToAll

8 years agoUse meaningful name for extensionId
Cheng Zhao [Sun, 29 May 2016 02:57:20 +0000 (11:57 +0900)]
Use meaningful name for extensionId

8 years agoImplement chrome.tab.onCreated/onRemoved APIs
Cheng Zhao [Sun, 29 May 2016 02:50:14 +0000 (11:50 +0900)]
Implement chrome.tab.onCreated/onRemoved APIs

8 years agoCurrent handle sender.tab for background pages
Cheng Zhao [Sun, 29 May 2016 01:46:48 +0000 (10:46 +0900)]
Current handle sender.tab for background pages

8 years agoEnable specifying custom command line switches
Cheng Zhao [Sun, 29 May 2016 01:34:53 +0000 (10:34 +0900)]
Enable specifying custom command line switches

8 years agoFix js lint warnings
Cheng Zhao [Sat, 28 May 2016 13:46:15 +0000 (22:46 +0900)]
Fix js lint warnings

8 years agoMerge pull request #5736 from electron/missing-has-own-property
Cheng Zhao [Sat, 28 May 2016 13:42:30 +0000 (13:42 +0000)]
Merge pull request #5736 from electron/missing-has-own-property

Support objects with no prototype over IPC

8 years agoMerge pull request #5742 from electron/duplicate-hidden-inset-check
Cheng Zhao [Sat, 28 May 2016 13:42:15 +0000 (13:42 +0000)]
Merge pull request #5742 from electron/duplicate-hidden-inset-check

Remove duplicate hidden-inset check

8 years agoSet default mimeType for BufferJob
Cheng Zhao [Sat, 28 May 2016 13:36:22 +0000 (22:36 +0900)]
Set default mimeType for BufferJob

8 years agoPages in chrome extension should not have node integration
Cheng Zhao [Sat, 28 May 2016 12:46:53 +0000 (21:46 +0900)]
Pages in chrome extension should not have node integration

8 years agoPass sender for chrome.runtime.onMessage
Cheng Zhao [Sat, 28 May 2016 12:45:23 +0000 (21:45 +0900)]
Pass sender for chrome.runtime.onMessage

8 years agoImplement chrome.tabs.sendMessage
Cheng Zhao [Sat, 28 May 2016 12:35:07 +0000 (21:35 +0900)]
Implement chrome.tabs.sendMessage

8 years agoImplement chrome.runtime.sendMessage
Cheng Zhao [Sat, 28 May 2016 12:23:43 +0000 (21:23 +0900)]
Implement chrome.runtime.sendMessage

8 years agoUse ipcRenderer.sendTo to get rid of routers in main process
Cheng Zhao [Sat, 28 May 2016 12:13:00 +0000 (21:13 +0900)]
Use ipcRenderer.sendTo to get rid of routers in main process

8 years agospec: ipcRenderer.sendTo sends message to WebContents
Cheng Zhao [Wed, 18 May 2016 13:14:51 +0000 (22:14 +0900)]
spec: ipcRenderer.sendTo sends message to WebContents

8 years agoAdd ipcRenderer.sendTo
Cheng Zhao [Wed, 18 May 2016 12:19:50 +0000 (21:19 +0900)]
Add ipcRenderer.sendTo

8 years agoClean up the Chrome API implementation code
Cheng Zhao [Sat, 28 May 2016 08:51:49 +0000 (17:51 +0900)]
Clean up the Chrome API implementation code

8 years agoImplement chrome.tabs.executeScript
Cheng Zhao [Sat, 28 May 2016 07:41:12 +0000 (16:41 +0900)]
Implement chrome.tabs.executeScript

8 years agoImplement port.sender
Cheng Zhao [Sat, 28 May 2016 07:01:16 +0000 (16:01 +0900)]
Implement port.sender

8 years agoInject chrome.* to content scripts
Cheng Zhao [Sat, 28 May 2016 06:37:44 +0000 (15:37 +0900)]
Inject chrome.* to content scripts

8 years agoHandle port disconnecting
Cheng Zhao [Sat, 28 May 2016 03:07:08 +0000 (12:07 +0900)]
Handle port disconnecting

8 years agoBackground pages and content script should be loaded on startup
Cheng Zhao [Sat, 28 May 2016 01:39:11 +0000 (10:39 +0900)]
Background pages and content script should be loaded on startup

8 years agoMake simple runtime.connect work
Cheng Zhao [Sat, 28 May 2016 01:26:41 +0000 (10:26 +0900)]
Make simple runtime.connect work

8 years agoAdd webContents.fromId
Cheng Zhao [Sat, 28 May 2016 01:10:24 +0000 (10:10 +0900)]
Add webContents.fromId

8 years agoMerge pull request #5744 from aaronang/docs-improve-structure-of-source-code
Kevin Sawicki [Fri, 27 May 2016 22:41:28 +0000 (15:41 -0700)]
Merge pull request #5744 from aaronang/docs-improve-structure-of-source-code

:memo: Indicate directories in the Structure of Source Code section

8 years ago:memo: Indicate directories in the Structure of Source Code section
Aaron Ang [Fri, 27 May 2016 22:22:47 +0000 (00:22 +0200)]
:memo: Indicate directories in the Structure of Source Code section

[ci skip]

8 years agoMerge pull request #5738 from electron/remove-deprecated-apis-from-docs
Kevin Sawicki [Fri, 27 May 2016 22:10:45 +0000 (15:10 -0700)]
Merge pull request #5738 from electron/remove-deprecated-apis-from-docs

Remove deprecated APIs from the docs

8 years agoRemove APIs that are no longer present
Kevin Sawicki [Fri, 27 May 2016 18:30:47 +0000 (11:30 -0700)]
Remove APIs that are no longer present

8 years agoMerge pull request #5670 from electron/custom-fork-docs
Kevin Sawicki [Fri, 27 May 2016 21:34:49 +0000 (14:34 -0700)]
Merge pull request #5670 from electron/custom-fork-docs

Create guide for how to create your own from-source Electron fork

8 years agowe -> it
Kevin Sawicki [Fri, 27 May 2016 21:34:23 +0000 (14:34 -0700)]
we -> it

8 years agoAdd ELECTRON_REPO example
Kevin Sawicki [Fri, 27 May 2016 21:06:40 +0000 (14:06 -0700)]
Add ELECTRON_REPO example

8 years agoPut - at end of previous line
Kevin Sawicki [Fri, 27 May 2016 21:05:01 +0000 (14:05 -0700)]
Put - at end of previous line

8 years agoAdd trailing slashes to directories
Kevin Sawicki [Fri, 27 May 2016 21:04:04 +0000 (14:04 -0700)]
Add trailing slashes to directories

8 years agoTighten up section title
Kevin Sawicki [Fri, 27 May 2016 21:02:22 +0000 (14:02 -0700)]
Tighten up section title

8 years agoTweak fork section
Kevin Sawicki [Fri, 27 May 2016 21:01:38 +0000 (14:01 -0700)]
Tweak fork section

8 years agoATOM_SHELL -> ELECTRON in env vars
Kevin Sawicki [Fri, 27 May 2016 21:00:26 +0000 (14:00 -0700)]
ATOM_SHELL -> ELECTRON in env vars

8 years agoMove custom fork content to app distribution doc
Kevin Sawicki [Fri, 27 May 2016 21:00:04 +0000 (14:00 -0700)]
Move custom fork content to app distribution doc

8 years agoAdd notes on S3 directory structure
Paul Betts [Tue, 24 May 2016 02:22:59 +0000 (19:22 -0700)]
Add notes on S3 directory structure

8 years agoCreate guide for how to create your own from-source Electron fork
Paul Betts [Tue, 24 May 2016 00:39:47 +0000 (17:39 -0700)]
Create guide for how to create your own from-source Electron fork

This PR adds the notes on how to use Surf to build and upload a custom version of Electron

8 years agoRemove duplicate hidden-inset check
Kevin Sawicki [Fri, 27 May 2016 20:27:35 +0000 (13:27 -0700)]
Remove duplicate hidden-inset check

8 years agoMerge pull request #5737 from electron/browser-window-proxy-print
Kevin Sawicki [Fri, 27 May 2016 18:33:08 +0000 (11:33 -0700)]
Merge pull request #5737 from electron/browser-window-proxy-print

Add print() to BrowserWindowProxy

8 years agoCall print on webContents
Kevin Sawicki [Fri, 27 May 2016 18:11:55 +0000 (11:11 -0700)]
Call print on webContents

8 years ago:fax: Add print() to BrowserWindowProxy
Felix Rieseberg [Thu, 26 May 2016 16:35:26 +0000 (09:35 -0700)]
:fax: Add print() to BrowserWindowProxy

Closes #5685

8 years agoAdd asserts for properties
Kevin Sawicki [Fri, 27 May 2016 17:52:56 +0000 (10:52 -0700)]
Add asserts for properties

8 years agoGuard against object with no hasOwnProperty
Kevin Sawicki [Fri, 27 May 2016 17:46:02 +0000 (10:46 -0700)]
Guard against object with no hasOwnProperty

8 years agoAdd failing spec for remote property with no prototype
Kevin Sawicki [Fri, 27 May 2016 17:41:10 +0000 (10:41 -0700)]
Add failing spec for remote property with no prototype

8 years agoMerge pull request #5725 from electron/clipboard-api-names
Kevin Sawicki [Fri, 27 May 2016 16:09:12 +0000 (09:09 -0700)]
Merge pull request #5725 from electron/clipboard-api-names

Upper case initialisms in clipboard API

8 years ago:apple: Fix 'setAspectRatio(0)' not resetting the default behaviour.
Daniel Pham [Fri, 27 May 2016 12:56:34 +0000 (08:56 -0400)]
:apple: Fix 'setAspectRatio(0)' not resetting the default behaviour.

8 years agoAdd webContents.sendToAll to send message to all frames
Cheng Zhao [Fri, 27 May 2016 07:58:49 +0000 (16:58 +0900)]
Add webContents.sendToAll to send message to all frames

8 years agoNo need to hijack setInjectedScriptForOrigin
Cheng Zhao [Fri, 27 May 2016 06:12:49 +0000 (15:12 +0900)]
No need to hijack setInjectedScriptForOrigin

8 years agoEnable node integration for pages in devtools extension
Cheng Zhao [Fri, 27 May 2016 06:10:46 +0000 (15:10 +0900)]
Enable node integration for pages in devtools extension

8 years agoRun content scripts at correct phase
Cheng Zhao [Fri, 27 May 2016 02:07:06 +0000 (11:07 +0900)]
Run content scripts at correct phase

8 years agoImplement a simple content script injector
Cheng Zhao [Fri, 27 May 2016 01:29:57 +0000 (10:29 +0900)]
Implement a simple content script injector

8 years agoHandle unloading devtools correctly
Cheng Zhao [Fri, 27 May 2016 00:55:59 +0000 (09:55 +0900)]
Handle unloading devtools correctly

8 years agoRead content_scripts to preferences
Cheng Zhao [Fri, 27 May 2016 00:47:37 +0000 (09:47 +0900)]
Read content_scripts to preferences

8 years agoMake it possible to only set preferences for BrowserWindow
Cheng Zhao [Fri, 27 May 2016 00:20:46 +0000 (09:20 +0900)]
Make it possible to only set preferences for BrowserWindow

8 years agoAdd API to set render process preferences
Cheng Zhao [Thu, 26 May 2016 23:51:02 +0000 (08:51 +0900)]
Add API to set render process preferences

8 years ago:gift: Add 'app.releaseSingleInstance()'
Daniel Pham [Thu, 26 May 2016 18:07:19 +0000 (14:07 -0400)]
:gift: Add 'app.releaseSingleInstance()'

8 years agoThe consts
Cheng Zhao [Thu, 26 May 2016 22:43:23 +0000 (07:43 +0900)]
The consts

8 years ago:apple: Fix context menus only showing on primary monitor.
Daniel Pham [Thu, 26 May 2016 21:43:38 +0000 (17:43 -0400)]
:apple: Fix context menus only showing on primary monitor.

8 years agoUse correct TODO format
Kevin Sawicki [Thu, 26 May 2016 21:28:33 +0000 (14:28 -0700)]
Use correct TODO format

8 years agoUpdate docs for new API names
Kevin Sawicki [Thu, 26 May 2016 21:26:12 +0000 (14:26 -0700)]
Update docs for new API names

8 years agoUse new APIs
Kevin Sawicki [Thu, 26 May 2016 21:23:50 +0000 (14:23 -0700)]
Use new APIs

8 years agoUpper case abbreviations
Kevin Sawicki [Thu, 26 May 2016 21:23:20 +0000 (14:23 -0700)]
Upper case abbreviations

8 years ago:bug: Fix setFullscreen() on Windows
Felix Rieseberg [Thu, 26 May 2016 17:06:42 +0000 (10:06 -0700)]
:bug: Fix setFullscreen() on Windows

This ensures that a BrowserWindow responds to `setFullscreen(true)` if
`full screenable` was not defined during creation.

This bug was on Windows only.

8 years agoMake sure chrome.devtools.inspectedWindow.tabId is set
Cheng Zhao [Thu, 26 May 2016 10:29:39 +0000 (19:29 +0900)]
Make sure chrome.devtools.inspectedWindow.tabId is set

8 years agoAdd simple support for background page
Cheng Zhao [Thu, 26 May 2016 09:58:18 +0000 (18:58 +0900)]
Add simple support for background page

8 years agoStore the original manifest file
Cheng Zhao [Thu, 26 May 2016 07:57:23 +0000 (16:57 +0900)]
Store the original manifest file

8 years agoCleanup chrome-extension.js after the Coffe2ES transfer
Cheng Zhao [Thu, 26 May 2016 07:34:57 +0000 (16:34 +0900)]
Cleanup chrome-extension.js after the Coffe2ES transfer

8 years agogetHostForPath => generateHostForPath
Cheng Zhao [Thu, 26 May 2016 07:10:05 +0000 (16:10 +0900)]
getHostForPath => generateHostForPath

The original name implies no side effect, but is is not true.

8 years agoBump v1.2.0
Cheng Zhao [Thu, 26 May 2016 09:07:52 +0000 (18:07 +0900)]
Bump v1.2.0

8 years agoMerge pull request #5710 from electron/chrome-lastest-stable
Cheng Zhao [Thu, 26 May 2016 09:07:24 +0000 (09:07 +0000)]
Merge pull request #5710 from electron/chrome-lastest-stable

Update to Chrome 51.0.2704.63

8 years agoUpdate to Chrome 51.0.2704.63
Cheng Zhao [Thu, 26 May 2016 05:39:09 +0000 (14:39 +0900)]
Update to Chrome 51.0.2704.63

8 years agoMerge pull request #5701 from danhp/propagate-close
Cheng Zhao [Thu, 26 May 2016 05:33:55 +0000 (05:33 +0000)]
Merge pull request #5701 from danhp/propagate-close

Properly notify observers when window prevents close

8 years agoMerge pull request #5700 from felixrieseberg/standard-7
Cheng Zhao [Thu, 26 May 2016 04:57:36 +0000 (04:57 +0000)]
Merge pull request #5700 from felixrieseberg/standard-7

Implement JavaScript Standard Style 7

8 years agoMerge pull request #5689 from cdaringe/master
Cheng Zhao [Thu, 26 May 2016 04:49:40 +0000 (04:49 +0000)]
Merge pull request #5689 from cdaringe/master

Support non-native promises

8 years agoMerge pull request #5684 from electron/webview-visibilitychange
Cheng Zhao [Thu, 26 May 2016 01:07:24 +0000 (01:07 +0000)]
Merge pull request #5684 from electron/webview-visibilitychange

Support document visibility and events in webviews

8 years agoMerge pull request #5683 from electron/no-more-atom-shell
Cheng Zhao [Thu, 26 May 2016 01:06:36 +0000 (01:06 +0000)]
Merge pull request #5683 from electron/no-more-atom-shell

Rename remaining Atom Shell references

8 years agoFix pylint warnings
Cheng Zhao [Thu, 26 May 2016 01:06:25 +0000 (10:06 +0900)]
Fix pylint warnings