platform/framework/web/crosswalk-tizen.git
9 years agoMerge branch 'master' of https://github.com/alexwarren/electron into alexwarren-master
Cheng Zhao [Wed, 10 Jun 2015 04:39:59 +0000 (12:39 +0800)]
Merge branch 'master' of https://github.com/alexwarren/electron into alexwarren-master

9 years agoMerge pull request #1911 from thomastuts/doc-fixes
Cheng Zhao [Wed, 10 Jun 2015 04:35:55 +0000 (12:35 +0800)]
Merge pull request #1911 from thomastuts/doc-fixes

Documentation fixes: grammar, spelling and code

9 years agoMerge pull request #1922 from atom/remote-clipboard
Cheng Zhao [Wed, 10 Jun 2015 04:34:32 +0000 (12:34 +0800)]
Merge pull request #1922 from atom/remote-clipboard

Don't use clipboard module in renderer process on Linux

9 years agoDon't rely on JS for setting optional argument
Cheng Zhao [Wed, 10 Jun 2015 04:12:37 +0000 (12:12 +0800)]
Don't rely on JS for setting optional argument

It makes the code much shorter and cleaner.

9 years agoTransfer Buffer through "remote"
Cheng Zhao [Tue, 9 Jun 2015 09:46:33 +0000 (17:46 +0800)]
Transfer Buffer through "remote"

9 years agolinux: Don't use clipboard module in renderer process
Cheng Zhao [Tue, 9 Jun 2015 10:25:24 +0000 (18:25 +0800)]
linux: Don't use clipboard module in renderer process

9 years agoMake consistent with other example
Alex Warren [Tue, 9 Jun 2015 21:09:23 +0000 (22:09 +0100)]
Make consistent with other example

9 years agoCorrections to menu.md
Alex Warren [Tue, 9 Jun 2015 21:08:34 +0000 (22:08 +0100)]
Corrections to menu.md

9 years agoClean up Selenium webdriver code example
Thomas Tuts [Tue, 9 Jun 2015 16:18:47 +0000 (18:18 +0200)]
Clean up Selenium webdriver code example

9 years agoReplace shorthand if-statement notation in Pepper Flash docs
Thomas Tuts [Tue, 9 Jun 2015 16:17:38 +0000 (18:17 +0200)]
Replace shorthand if-statement notation in Pepper Flash docs

9 years agoReplace shorthand if-statement notation in quick start docs
Thomas Tuts [Tue, 9 Jun 2015 16:17:12 +0000 (18:17 +0200)]
Replace shorthand if-statement notation in quick start docs

9 years agoAdd missing semicolons in devtools extension docs
Thomas Tuts [Tue, 9 Jun 2015 16:15:54 +0000 (18:15 +0200)]
Add missing semicolons in devtools extension docs

9 years agoRemove trailing commas in desktop environment docs
Thomas Tuts [Tue, 9 Jun 2015 16:15:30 +0000 (18:15 +0200)]
Remove trailing commas in desktop environment docs

9 years agoAdd missing semicolon in webview tag documentation
Thomas Tuts [Tue, 9 Jun 2015 16:14:06 +0000 (18:14 +0200)]
Add missing semicolon in webview tag documentation

9 years agoRemove obsolete space in console log when using multiple arguments
Thomas Tuts [Tue, 9 Jun 2015 16:12:34 +0000 (18:12 +0200)]
Remove obsolete space in console log when using multiple arguments

9 years agoRemove trailing comma in tray code example
Thomas Tuts [Tue, 9 Jun 2015 16:11:40 +0000 (18:11 +0200)]
Remove trailing comma in tray code example

9 years agoDeclare one variable per statement in protocol code example
Thomas Tuts [Tue, 9 Jun 2015 16:10:02 +0000 (18:10 +0200)]
Declare one variable per statement in protocol code example

9 years agoAdd missing commas in menu docs
Thomas Tuts [Tue, 9 Jun 2015 16:08:27 +0000 (18:08 +0200)]
Add missing commas in menu docs

9 years agoRemove trailing commas in menu docs
Thomas Tuts [Tue, 9 Jun 2015 16:08:02 +0000 (18:08 +0200)]
Remove trailing commas in menu docs

9 years agoClean up code in global shortcut code example
Thomas Tuts [Tue, 9 Jun 2015 16:01:09 +0000 (18:01 +0200)]
Clean up code in global shortcut code example

9 years agoRemove trailing commas from dialog filters code example
Thomas Tuts [Tue, 9 Jun 2015 15:59:53 +0000 (17:59 +0200)]
Remove trailing commas from dialog filters code example

9 years agoFix grammar and JS example for Chrome command line switches docs
Thomas Tuts [Tue, 9 Jun 2015 14:59:14 +0000 (16:59 +0200)]
Fix grammar and JS example for Chrome command line switches docs

9 years agoTry to clarify docs for window.onbeforeunload()
Thomas Tuts [Tue, 9 Jun 2015 14:56:45 +0000 (16:56 +0200)]
Try to clarify docs for window.onbeforeunload()

9 years agoMake platform compatibility notes consistent
Thomas Tuts [Tue, 9 Jun 2015 14:51:54 +0000 (16:51 +0200)]
Make platform compatibility notes consistent

9 years agoUse consistent naming convention for 'task bar' concept
Thomas Tuts [Tue, 9 Jun 2015 14:49:44 +0000 (16:49 +0200)]
Use consistent naming convention for 'task bar' concept

9 years agoFix several typos and grammar errors
Thomas Tuts [Tue, 9 Jun 2015 14:49:21 +0000 (16:49 +0200)]
Fix several typos and grammar errors

9 years agoMerge pull request #1907 from timruffles/patch-1
Cheng Zhao [Tue, 9 Jun 2015 10:48:52 +0000 (18:48 +0800)]
Merge pull request #1907 from timruffles/patch-1

doc on how to test with your application

9 years agodoc on how to test with your application
Tim Ruffles [Tue, 9 Jun 2015 09:29:47 +0000 (10:29 +0100)]
doc on how to test with your application

9 years agoMerge pull request #1882 from atom/get_uploaded_report_api
Cheng Zhao [Tue, 9 Jun 2015 08:35:08 +0000 (16:35 +0800)]
Merge pull request #1882 from atom/get_uploaded_report_api

Implement crash-reporter.getUploadedReports API

9 years agoMerge pull request #1906 from atom/guest-owner-window
Cheng Zhao [Tue, 9 Jun 2015 08:23:28 +0000 (16:23 +0800)]
Merge pull request #1906 from atom/guest-owner-window

Fix getting owner window in guest WebContents

9 years agoPass embedder when creating WebContents
Cheng Zhao [Tue, 9 Jun 2015 07:50:20 +0000 (15:50 +0800)]
Pass embedder when creating WebContents

9 years agoRemove unused options for WebContents.create
Cheng Zhao [Tue, 9 Jun 2015 07:40:04 +0000 (15:40 +0800)]
Remove unused options for WebContents.create

9 years agoMerge pull request #1873 from atom/multiline-headers
Cheng Zhao [Tue, 9 Jun 2015 04:03:45 +0000 (12:03 +0800)]
Merge pull request #1873 from atom/multiline-headers

Support multiple-line headers in `did-get-response-details'

9 years agoSupport multiple-line headers in web-contents `did-get-response-details' event.
Haojian Wu [Fri, 5 Jun 2015 05:24:47 +0000 (13:24 +0800)]
Support multiple-line headers in web-contents `did-get-response-details' event.

9 years agoMerge pull request #1883 from atom/http-referer-doc
Cheng Zhao [Tue, 9 Jun 2015 03:15:44 +0000 (11:15 +0800)]
Merge pull request #1883 from atom/http-referer-doc

:memo: Add missing `httpreferer` option doc.

9 years agoUpgrade brightray, fix #1901
Cheng Zhao [Tue, 9 Jun 2015 03:09:41 +0000 (11:09 +0800)]
Upgrade brightray, fix #1901

9 years agoMerge pull request #1848 from Bitbored/master
Cheng Zhao [Tue, 9 Jun 2015 02:49:01 +0000 (10:49 +0800)]
Merge pull request #1848 from Bitbored/master

Added `bounds` payload to tray `clicked` event on Windows

9 years agoUse httpReferrer and userAgent new names in webview.
Haojian Wu [Tue, 9 Jun 2015 02:44:06 +0000 (10:44 +0800)]
Use httpReferrer and userAgent new names in webview.

9 years agoRename httpreferrer to httpReferrer, useragent to userAgent.
Haojian Wu [Tue, 9 Jun 2015 01:27:57 +0000 (09:27 +0800)]
Rename httpreferrer to httpReferrer, useragent to userAgent.

9 years ago:memo: Add missing `useragent` doc.
Haojian Wu [Mon, 8 Jun 2015 06:29:30 +0000 (14:29 +0800)]
:memo: Add missing `useragent` doc.

9 years ago:memo: Add missing `httpreferer` option doc.
Haojian Wu [Sat, 6 Jun 2015 09:51:27 +0000 (17:51 +0800)]
:memo: Add missing `httpreferer` option doc.

9 years agodocs: Update formats of command line switches
Cheng Zhao [Tue, 9 Jun 2015 01:56:19 +0000 (09:56 +0800)]
docs: Update formats of command line switches

9 years agoUpdate brightray for --log-net-log
Cheng Zhao [Tue, 9 Jun 2015 01:52:11 +0000 (09:52 +0800)]
Update brightray for --log-net-log

9 years agoInitialized rect with zeros
Seppe Stas [Mon, 8 Jun 2015 17:07:46 +0000 (19:07 +0200)]
Initialized rect with zeros

As per @zcbenz 's remark: The rect should be initialized with zeros to prevent random values being passed to the click event handler when `Shell_NotifyIconGetRect` fails.

9 years agoSwitched to `gfx::Rect` constructor that takes a RECT
Seppe Stas [Mon, 8 Jun 2015 17:04:56 +0000 (19:04 +0200)]
Switched to `gfx::Rect` constructor that takes a RECT

As per @zcbenz's suggestion the rect passed to the click event handler now passes a rect constructed using `gfx::Rect(const RECT& r)`.

9 years agoMerge pull request #1880 from deepak1556/net_log_patch
Cheng Zhao [Mon, 8 Jun 2015 15:13:27 +0000 (23:13 +0800)]
Merge pull request #1880 from deepak1556/net_log_patch

doc: adding info about log-net-log flag

9 years agoMerge pull request #1899 from kirkouimet/guard-for-in-loop
Cheng Zhao [Mon, 8 Jun 2015 14:45:43 +0000 (22:45 +0800)]
Merge pull request #1899 from kirkouimet/guard-for-in-loop

Guarding against polluted Object.prototypes

9 years agoMerge pull request #1886 from BobCochran/linux-build-instructions-issue-1809
Cheng Zhao [Mon, 8 Jun 2015 14:42:04 +0000 (22:42 +0800)]
Merge pull request #1886 from BobCochran/linux-build-instructions-issue-1809

Linux build instructions issue 1809

9 years agoMerge pull request #1885 from lucidogen/patch-1
Cheng Zhao [Mon, 8 Jun 2015 14:33:08 +0000 (22:33 +0800)]
Merge pull request #1885 from lucidogen/patch-1

Added note and link for poorly documented operation.

9 years agoMerge pull request #1884 from lucidogen/master
Cheng Zhao [Mon, 8 Jun 2015 14:32:06 +0000 (22:32 +0800)]
Merge pull request #1884 from lucidogen/master

Fixed example with correct capturePage api.

9 years agoMerge pull request #1894 from samccone/patch-5
Cheng Zhao [Mon, 8 Jun 2015 14:31:17 +0000 (22:31 +0800)]
Merge pull request #1894 from samccone/patch-5

:memo: Fix english errors and language

9 years agoMerge pull request #1889 from samccone/patch-2
Cheng Zhao [Mon, 8 Jun 2015 14:30:35 +0000 (22:30 +0800)]
Merge pull request #1889 from samccone/patch-2

:memo: Fix english errors

9 years agoMerge pull request #1890 from samccone/patch-3
Cheng Zhao [Mon, 8 Jun 2015 14:30:25 +0000 (22:30 +0800)]
Merge pull request #1890 from samccone/patch-3

:memo: Fix english errors and clarify docs

9 years agoMerge pull request #1891 from samccone/patch-4
Cheng Zhao [Mon, 8 Jun 2015 14:29:06 +0000 (22:29 +0800)]
Merge pull request #1891 from samccone/patch-4

:memo: Improve devtools documentation

9 years agoMerge pull request #1860 from atom/dialog-show-file-name
Cheng Zhao [Mon, 8 Jun 2015 11:41:33 +0000 (19:41 +0800)]
Merge pull request #1860 from atom/dialog-show-file-name

Fix dialog.showSaveDialog doesn't show the non-exist file name on Linux.

9 years agoGuarding against polluted Object.prototypes
Kirk Ouimet [Mon, 8 Jun 2015 06:59:49 +0000 (23:59 -0700)]
Guarding against polluted Object.prototypes

9 years agoMerge pull request #1897 from atom/dumpsyms
Cheng Zhao [Mon, 8 Jun 2015 05:54:24 +0000 (13:54 +0800)]
Merge pull request #1897 from atom/dumpsyms

mac: Build dump_syms

9 years agomac: Build dump_syms
Cheng Zhao [Mon, 8 Jun 2015 05:47:08 +0000 (13:47 +0800)]
mac: Build dump_syms

Crashpad doesn't ship dump_syms, we have to build to from breakpad.

Related: #1822

9 years agoBump v0.27.3
Cheng Zhao [Mon, 8 Jun 2015 05:24:47 +0000 (13:24 +0800)]
Bump v0.27.3

9 years agowin: Fix runing clipboard spec
Cheng Zhao [Mon, 8 Jun 2015 05:22:53 +0000 (13:22 +0800)]
win: Fix runing clipboard spec

9 years agoFix building on Windows, close #1896
Cheng Zhao [Mon, 8 Jun 2015 05:19:56 +0000 (13:19 +0800)]
Fix building on Windows, close #1896

9 years ago:memo: Fix english errors and language
Sam Saccone [Sun, 7 Jun 2015 19:32:54 +0000 (15:32 -0400)]
:memo: Fix english errors and language

9 years agoMerge branch 'linux-build-instructions-issue-vm' into linux-build-instructions-issue...
BobCochran [Sun, 7 Jun 2015 12:22:53 +0000 (08:22 -0400)]
Merge branch 'linux-build-instructions-issue-vm' into linux-build-instructions-issue-1809
Edit the virtual machine section of the instructions.

9 years agoEdited virtual machines sections.
BobCochran [Sun, 7 Jun 2015 12:11:44 +0000 (08:11 -0400)]
Edited virtual machines sections.

9 years ago:memo: Improve devtools documentation
Sam Saccone [Sun, 7 Jun 2015 01:56:13 +0000 (21:56 -0400)]
:memo: Improve devtools documentation

9 years ago:memo: Fix english errors and clarify docs
Sam Saccone [Sun, 7 Jun 2015 01:46:51 +0000 (21:46 -0400)]
:memo: Fix english errors and clarify docs

9 years ago:memo: Fix english errors
Sam Saccone [Sun, 7 Jun 2015 01:42:21 +0000 (21:42 -0400)]
:memo: Fix english errors

9 years agoAdd instructions to clean build products
BobCochran [Sat, 6 Jun 2015 22:04:11 +0000 (18:04 -0400)]
Add instructions to clean build products

9 years agoAdded note and link for poorly documented operation.
Lucidogen Media [Sat, 6 Jun 2015 11:38:00 +0000 (13:38 +0200)]
Added note and link for poorly documented operation.

Accessing renderer process from main process is not documented and as "remote" does the opposite, it seems fair to add a pointer here.

9 years agoAdded ending semicolon for consistency.
Lucidogen Media [Sat, 6 Jun 2015 11:31:22 +0000 (13:31 +0200)]
Added ending semicolon for consistency.

9 years agoFixed example with correct capturePage api.
Lucidogen Media [Sat, 6 Jun 2015 11:20:47 +0000 (13:20 +0200)]
Fixed example with correct capturePage api.

9 years agoFix coffeelint error.
Haojian Wu [Sat, 6 Jun 2015 09:59:20 +0000 (17:59 +0800)]
Fix coffeelint error.

9 years agoEdit linux build instructions based on feedback
BobCochran [Fri, 5 Jun 2015 23:38:30 +0000 (19:38 -0400)]
Edit linux build instructions based on feedback

9 years agodoc: adding info about log-net-log flag
deepak1556 [Fri, 5 Jun 2015 19:29:28 +0000 (00:59 +0530)]
doc: adding info about log-net-log flag

9 years agoFix refreshing test window
Cheng Zhao [Fri, 5 Jun 2015 11:48:58 +0000 (19:48 +0800)]
Fix refreshing test window

9 years ago:memo: Add getUploadedReports API doc.
Haojian Wu [Fri, 5 Jun 2015 11:05:55 +0000 (19:05 +0800)]
:memo: Add getUploadedReports API doc.

9 years agoImplement crash-reporter.getUploadedReports API.
Haojian Wu [Fri, 5 Jun 2015 10:50:52 +0000 (18:50 +0800)]
Implement crash-reporter.getUploadedReports API.

Also redefine the getLastCrashReport API implementation using
getUploadedReports API.

9 years agoMerge pull request #1874 from atom/fewer-code
Cheng Zhao [Fri, 5 Jun 2015 10:40:38 +0000 (18:40 +0800)]
Merge pull request #1874 from atom/fewer-code

Remove duplicate code between api::WebContents and NativeWindow

9 years agoAvoid destorying api::WebContents for twice
Cheng Zhao [Fri, 5 Jun 2015 10:13:30 +0000 (18:13 +0800)]
Avoid destorying api::WebContents for twice

9 years agoPut common code of OpenURLFromTab to CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 09:45:17 +0000 (17:45 +0800)]
Put common code of OpenURLFromTab to CommonWebContentsDelegate

9 years agoImplement HTML5 fullscreen in CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 09:27:24 +0000 (17:27 +0800)]
Implement HTML5 fullscreen in CommonWebContentsDelegate

9 years agoRemove devtools APIs from NativeWindow
Cheng Zhao [Fri, 5 Jun 2015 09:01:17 +0000 (17:01 +0800)]
Remove devtools APIs from NativeWindow

9 years agoEnable calling WebContents::openDevTools for BrowserWindow's WebContents
Cheng Zhao [Fri, 5 Jun 2015 07:41:03 +0000 (15:41 +0800)]
Enable calling WebContents::openDevTools for BrowserWindow's WebContents

9 years agoRemove duplicate def of is_guest
Cheng Zhao [Fri, 5 Jun 2015 07:18:15 +0000 (15:18 +0800)]
Remove duplicate def of is_guest

9 years agoMove more methods to CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 07:12:38 +0000 (15:12 +0800)]
Move more methods to CommonWebContentsDelegate

9 years agoManage webview with CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 07:01:51 +0000 (15:01 +0800)]
Manage webview with CommonWebContentsDelegate

9 years agoManage InspectableWebContents in CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 06:55:07 +0000 (14:55 +0800)]
Manage InspectableWebContents in CommonWebContentsDelegate

9 years agoAdd CommonWebContentsDelegate
Cheng Zhao [Fri, 5 Jun 2015 05:49:12 +0000 (13:49 +0800)]
Add CommonWebContentsDelegate

9 years agoUse DefaultWebContentsDelegate in api::WebContents
Cheng Zhao [Fri, 5 Jun 2015 05:41:45 +0000 (13:41 +0800)]
Use DefaultWebContentsDelegate in api::WebContents

9 years agoRemove NativeWindow::CallDevToolsFunction
Cheng Zhao [Fri, 5 Jun 2015 05:32:01 +0000 (13:32 +0800)]
Remove NativeWindow::CallDevToolsFunction

9 years agoUpdate brightray
Cheng Zhao [Fri, 5 Jun 2015 05:27:13 +0000 (13:27 +0800)]
Update brightray

9 years agoMerge pull request #1867 from deepak1556/devtools_workspace_patch
Cheng Zhao [Fri, 5 Jun 2015 05:26:37 +0000 (13:26 +0800)]
Merge pull request #1867 from deepak1556/devtools_workspace_patch

devtools: supporting workspace usage

9 years agoFix typo
Cheng Zhao [Fri, 5 Jun 2015 02:02:42 +0000 (10:02 +0800)]
Fix typo

9 years agoUpdate build instructions for Linux
BobCochran [Fri, 5 Jun 2015 01:03:45 +0000 (21:03 -0400)]
Update build instructions for Linux

9 years agodevtools: supporting workspace usage
deepak1556 [Thu, 4 Jun 2015 16:49:31 +0000 (22:19 +0530)]
devtools: supporting workspace usage

9 years agodocs: Say more about page-visibility option
Cheng Zhao [Thu, 4 Jun 2015 14:42:36 +0000 (22:42 +0800)]
docs: Say more about page-visibility option

9 years agoMerge pull request #1863 from atom/default-menu
Cheng Zhao [Thu, 4 Jun 2015 14:36:33 +0000 (22:36 +0800)]
Merge pull request #1863 from atom/default-menu

Create a default menu for apps ran by default_app

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