platform/framework/web/crosswalk-tizen.git
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 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 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 agoThe consts
Cheng Zhao [Thu, 26 May 2016 22:43:23 +0000 (07:43 +0900)]
The consts

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

8 years agoInitialize guest_instance_id
Kevin Sawicki [Thu, 26 May 2016 01:05:37 +0000 (18:05 -0700)]
Initialize guest_instance_id

8 years agoFix: Properly notify observers when window prevents close
Daniel Pham [Wed, 25 May 2016 23:25:51 +0000 (19:25 -0400)]
Fix: Properly notify observers when window prevents close

8 years ago:art: Implement JS Standard Code Style 7
Felix Rieseberg [Wed, 25 May 2016 23:20:49 +0000 (16:20 -0700)]
:art: Implement JS Standard Code Style 7

Updates Standard Code Style to 7 (latest major) and ensures that code
is conform.

 * camelCase is now enforced
 * No assignments in return statements

8 years agoUse auto for embedder var
Kevin Sawicki [Wed, 25 May 2016 17:34:33 +0000 (10:34 -0700)]
Use auto for embedder var

8 years agoRestore original include location
Kevin Sawicki [Wed, 25 May 2016 17:28:35 +0000 (10:28 -0700)]
Restore original include location

8 years agoRestore original comment position
Kevin Sawicki [Wed, 25 May 2016 17:26:59 +0000 (10:26 -0700)]
Restore original comment position

8 years agoparent -> embedder
Kevin Sawicki [Wed, 25 May 2016 17:26:20 +0000 (10:26 -0700)]
parent -> embedder

8 years agoTweak comment
Kevin Sawicki [Wed, 25 May 2016 17:26:05 +0000 (10:26 -0700)]
Tweak comment

8 years agoRemove redundant atom:: namespace use
Kevin Sawicki [Wed, 25 May 2016 17:22:43 +0000 (10:22 -0700)]
Remove redundant atom:: namespace use

8 years ago:art:
Kevin Sawicki [Wed, 25 May 2016 17:20:00 +0000 (10:20 -0700)]
:art:

8 years agoRemove added switch/option
Kevin Sawicki [Wed, 25 May 2016 17:17:35 +0000 (10:17 -0700)]
Remove added switch/option

8 years agoGet hidden state by using parent window directly
Kevin Sawicki [Wed, 25 May 2016 17:13:12 +0000 (10:13 -0700)]
Get hidden state by using parent window directly

8 years agoTweak spec description
Kevin Sawicki [Tue, 24 May 2016 19:47:37 +0000 (12:47 -0700)]
Tweak spec description

8 years agoRemove logging in parent page
Kevin Sawicki [Tue, 24 May 2016 19:47:12 +0000 (12:47 -0700)]
Remove logging in parent page

8 years agoSupport document visiblity state and events in webviews
Kevin Sawicki [Tue, 24 May 2016 19:44:09 +0000 (12:44 -0700)]
Support document visiblity state and events in webviews

8 years agoAdd failing spec for webview visiblity changes
Kevin Sawicki [Tue, 24 May 2016 19:37:26 +0000 (12:37 -0700)]
Add failing spec for webview visiblity changes

8 years ago:art: Support non-native promises
cdaringe [Wed, 25 May 2016 05:38:35 +0000 (23:38 -0600)]
:art: Support non-native promises

8 years agoatom_gyp -> electron_gyp
Kevin Sawicki [Wed, 25 May 2016 16:10:46 +0000 (09:10 -0700)]
atom_gyp -> electron_gyp

8 years agoDeprecate ATOM_SHELL_GITHUB_TOKEN
Kevin Sawicki [Wed, 25 May 2016 00:35:30 +0000 (17:35 -0700)]
Deprecate ATOM_SHELL_GITHUB_TOKEN

8 years agoDeprecate old S3 env vars
Kevin Sawicki [Wed, 25 May 2016 00:33:44 +0000 (17:33 -0700)]
Deprecate old S3 env vars

8 years agoAdd fallback s3 config values
Kevin Sawicki [Wed, 25 May 2016 00:16:04 +0000 (17:16 -0700)]
Add fallback s3 config values

8 years agoatom_shell -> electron
Kevin Sawicki [Tue, 24 May 2016 17:27:46 +0000 (10:27 -0700)]
atom_shell -> electron

8 years agoATOM_SHELL_INTERNAL_CRASH_SERVICE -> ELECTRON_INTERNAL_CRASH_SERVICE
Kevin Sawicki [Tue, 24 May 2016 17:22:13 +0000 (10:22 -0700)]
ATOM_SHELL_INTERNAL_CRASH_SERVICE -> ELECTRON_INTERNAL_CRASH_SERVICE

8 years agoLink to other apps
Kevin Sawicki [Tue, 24 May 2016 17:20:52 +0000 (10:20 -0700)]
Link to other apps

8 years agoRemove mention of Atom Shell
Kevin Sawicki [Tue, 24 May 2016 17:19:51 +0000 (10:19 -0700)]
Remove mention of Atom Shell

8 years agoMerge pull request #5688 from enlight/patch-1
Cheng Zhao [Wed, 25 May 2016 10:44:33 +0000 (10:44 +0000)]
Merge pull request #5688 from enlight/patch-1

Improve documentation of `ses.cookies.set()`

8 years agoMerge pull request #5687 from electron/fix-invalid-parameter
Cheng Zhao [Wed, 25 May 2016 07:03:33 +0000 (07:03 +0000)]
Merge pull request #5687 from electron/fix-invalid-parameter

Ignore invalid parameter error on Window

8 years agoImprove documentation of `ses.cookies.set()`
Vadim Macagon [Wed, 25 May 2016 05:46:17 +0000 (12:46 +0700)]
Improve documentation of `ses.cookies.set()`

Fix description of the `details.url` param in `ses.cookies.set()`, and clarify the fact that cookies without an expiration date will not be retained between sessions.

8 years agoTruncate the strings passed to google_breakpad::CustomInfoEntry
Cheng Zhao [Wed, 25 May 2016 05:40:14 +0000 (14:40 +0900)]
Truncate the strings passed to google_breakpad::CustomInfoEntry

8 years agoIgnore invalid parameter error in Electron
Cheng Zhao [Wed, 25 May 2016 04:45:25 +0000 (13:45 +0900)]
Ignore invalid parameter error in Electron

8 years agoMerge pull request #5682 from electron/remove-old-run-as-node-env-var
Cheng Zhao [Wed, 25 May 2016 02:17:18 +0000 (02:17 +0000)]
Merge pull request #5682 from electron/remove-old-run-as-node-env-var

Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support

8 years agoUpdate node: remove ATOM_SHELL_INTERNAL_RUN_AS_NODE
Cheng Zhao [Wed, 25 May 2016 01:55:02 +0000 (10:55 +0900)]
Update node: remove ATOM_SHELL_INTERNAL_RUN_AS_NODE

8 years agoMerge pull request #5658 from danhp/handoff-fallback
Cheng Zhao [Wed, 25 May 2016 01:13:03 +0000 (01:13 +0000)]
Merge pull request #5658 from danhp/handoff-fallback

Add fallback URL to handoff

8 years ago:apple: Add fallback URL to handoff.
Daniel Pham [Mon, 23 May 2016 15:49:46 +0000 (11:49 -0400)]
:apple: Add fallback URL to handoff.

8 years agoMerge pull request #5669 from felixrieseberg/build-instructions
Cheng Zhao [Tue, 24 May 2016 23:49:37 +0000 (23:49 +0000)]
Merge pull request #5669 from felixrieseberg/build-instructions

Update Windows Build Instructions

8 years agoUpgrade node for ELECTRON_RUN_AS_NODE change
Kevin Sawicki [Tue, 24 May 2016 17:42:09 +0000 (10:42 -0700)]
Upgrade node for ELECTRON_RUN_AS_NODE change

8 years agoRemove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
Kevin Sawicki [Tue, 24 May 2016 17:17:57 +0000 (10:17 -0700)]
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support

8 years agoMerge pull request #5681 from electron/default-app-error-handling
Kevin Sawicki [Tue, 24 May 2016 17:15:56 +0000 (10:15 -0700)]
Merge pull request #5681 from electron/default-app-error-handling

Tweak default app error handling

8 years agoRemove . after path to prevent confusion
Kevin Sawicki [Tue, 24 May 2016 16:56:36 +0000 (09:56 -0700)]
Remove . after path to prevent confusion

8 years agoapplication -> app for consitency
Kevin Sawicki [Tue, 24 May 2016 16:53:23 +0000 (09:53 -0700)]
application -> app for consitency

8 years agoLog stack when available
Kevin Sawicki [Tue, 24 May 2016 16:51:09 +0000 (09:51 -0700)]
Log stack when available

8 years agoRemove custom MODULE_NOT_FOUND code check
Kevin Sawicki [Tue, 24 May 2016 16:45:32 +0000 (09:45 -0700)]
Remove custom MODULE_NOT_FOUND code check

8 years agoUpdate copy
Kevin Sawicki [Tue, 24 May 2016 16:43:25 +0000 (09:43 -0700)]
Update copy

8 years ago:art:
Kevin Sawicki [Tue, 24 May 2016 16:42:31 +0000 (09:42 -0700)]
:art:

8 years agoTweak resolve filename error message
Kevin Sawicki [Tue, 24 May 2016 16:41:31 +0000 (09:41 -0700)]
Tweak resolve filename error message

8 years agoLead with package.json path
Kevin Sawicki [Tue, 24 May 2016 16:38:04 +0000 (09:38 -0700)]
Lead with package.json path

8 years agoUse dialog.showErrorBox
Kevin Sawicki [Tue, 24 May 2016 16:37:52 +0000 (09:37 -0700)]
Use dialog.showErrorBox

8 years agoMove Module require to top
Kevin Sawicki [Tue, 24 May 2016 16:33:55 +0000 (09:33 -0700)]
Move Module require to top

8 years agoMerge pull request #5610 from bigtimebuddy/master
Kevin Sawicki [Tue, 24 May 2016 16:22:11 +0000 (09:22 -0700)]
Merge pull request #5610 from bigtimebuddy/master

The "Error opening app" dialog

8 years ago:memo: Update Windows Build Instructions
Felix Rieseberg [Tue, 24 May 2016 00:32:33 +0000 (17:32 -0700)]
:memo: Update Windows Build Instructions

Closes #5655

8 years agoMerge pull request #5648 from electron/chrome51
Cheng Zhao [Tue, 24 May 2016 10:59:11 +0000 (10:59 +0000)]
Merge pull request #5648 from electron/chrome51

Update to Chrome 51

8 years agoBump v1.1.2
Cheng Zhao [Tue, 24 May 2016 06:59:21 +0000 (15:59 +0900)]
Bump v1.1.2

8 years agoMerge pull request #5668 from electron/strip-ffmpeg
Cheng Zhao [Tue, 24 May 2016 04:33:09 +0000 (04:33 +0000)]
Merge pull request #5668 from electron/strip-ffmpeg

Strip ffmpeg in zip file

8 years agoMerge pull request #5666 from electron/remote-promise-reject
Cheng Zhao [Tue, 24 May 2016 04:30:25 +0000 (04:30 +0000)]
Merge pull request #5666 from electron/remote-promise-reject

Handle rejection of remote promises

8 years agoMerge pull request #5662 from electron/electron-require
Cheng Zhao [Tue, 24 May 2016 01:46:36 +0000 (01:46 +0000)]
Merge pull request #5662 from electron/electron-require

Always return internal module when requiring electron

8 years agoMerge pull request #5653 from electron/menu-position-fix
Cheng Zhao [Tue, 24 May 2016 01:02:48 +0000 (01:02 +0000)]
Merge pull request #5653 from electron/menu-position-fix

Fix context menu not showing correctly in devtools

8 years agoStrip ffmpeg in zip file
Kevin Sawicki [Mon, 23 May 2016 22:47:07 +0000 (15:47 -0700)]
Strip ffmpeg in zip file

8 years agoMerge pull request #5659 from danhp/patch-2
Jessica Lord [Mon, 23 May 2016 22:44:42 +0000 (15:44 -0700)]
Merge pull request #5659 from danhp/patch-2

Mention that x and y have to be used together when creating new window