platform/framework/web/crosswalk-tizen.git
9 years agoMerge pull request #2578 from christian-bromann/patch-1
Cheng Zhao [Tue, 25 Aug 2015 12:40:35 +0000 (20:40 +0800)]
Merge pull request #2578 from christian-bromann/patch-1

minor wording fix, updated example

9 years agoUpdate brightray
Cheng Zhao [Tue, 25 Aug 2015 12:30:50 +0000 (20:30 +0800)]
Update brightray

9 years agominor wording fix, updated example
Christian Bromann [Tue, 25 Aug 2015 06:15:59 +0000 (23:15 -0700)]
minor wording fix, updated example

9 years agoMerge pull request #2559 from etiktin/fix_test.py_errors_on_windows
Cheng Zhao [Tue, 25 Aug 2015 06:12:11 +0000 (14:12 +0800)]
Merge pull request #2559 from etiktin/fix_test.py_errors_on_windows

Fix path comparison in api-ipc-spec

9 years agoMerge pull request #2556 from etiktin/fix_msg_box_no_close_btn
Cheng Zhao [Tue, 25 Aug 2015 05:57:24 +0000 (13:57 +0800)]
Merge pull request #2556 from etiktin/fix_msg_box_no_close_btn

Fix message box missing a close button on Windows

9 years agoMerge pull request #2554 from etiktin/patch-4
Cheng Zhao [Tue, 25 Aug 2015 05:41:54 +0000 (13:41 +0800)]
Merge pull request #2554 from etiktin/patch-4

Update coding-style with info about Chromium's types

9 years agoMerge pull request #2550 from LeMoussel/patch-1
Cheng Zhao [Tue, 25 Aug 2015 05:32:06 +0000 (13:32 +0800)]
Merge pull request #2550 from LeMoussel/patch-1

Update using-selenium-and-webdriver.md

9 years agoMerge pull request #2553 from etiktin/patch-3
Cheng Zhao [Tue, 25 Aug 2015 04:49:13 +0000 (12:49 +0800)]
Merge pull request #2553 from etiktin/patch-3

Update dialog.md with info about filter extensions

9 years agoMerge pull request #2547 from atom/dialog-asterisk-extension
Cheng Zhao [Tue, 25 Aug 2015 04:46:36 +0000 (12:46 +0800)]
Merge pull request #2547 from atom/dialog-asterisk-extension

Make dialog works on "*" file extension.

9 years agoMerge pull request #2521 from deepak1556/webcontents_fullscreen_patch
Cheng Zhao [Tue, 25 Aug 2015 04:39:14 +0000 (12:39 +0800)]
Merge pull request #2521 from deepak1556/webcontents_fullscreen_patch

webContents: exit tabbed fullscreen when esc key is pressed

9 years agowebContents: exit tabbed fullscreen when esc key is pressed
Robo [Tue, 18 Aug 2015 17:02:34 +0000 (22:32 +0530)]
webContents: exit tabbed fullscreen when esc key is pressed

9 years agoMerge pull request #2568 from atom/first-crashed
Cheng Zhao [Mon, 24 Aug 2015 08:35:57 +0000 (16:35 +0800)]
Merge pull request #2568 from atom/first-crashed

Make sure guest view is destroyed immediately when embeder is closed

9 years agoMake sure guest view is destroyed immediately when embeder is closed
Cheng Zhao [Mon, 24 Aug 2015 08:17:15 +0000 (16:17 +0800)]
Make sure guest view is destroyed immediately when embeder is closed

9 years agoasar@0.7.x
Cheng Zhao [Mon, 24 Aug 2015 07:50:02 +0000 (15:50 +0800)]
asar@0.7.x

9 years agoMerge pull request #2557 from atom/jl-mv-translations
Cheng Zhao [Mon, 24 Aug 2015 05:49:10 +0000 (13:49 +0800)]
Merge pull request #2557 from atom/jl-mv-translations

Organize Documentation Translations

9 years agoAdd documentation translation links
Jessica Lord [Sun, 23 Aug 2015 15:19:37 +0000 (17:19 +0200)]
Add documentation translation links

9 years agoFix path comparison in api-ipc-spec
Eran Tiktin [Sat, 22 Aug 2015 16:50:54 +0000 (19:50 +0300)]
Fix path comparison in api-ipc-spec

One of the tests failed because in one of the paths the drive letter was
upper case `C` and in the other it was lower case `c`.
Paths in Windows are case insensitive, so this shouldn't fail. The fix
was to lower case the paths before comparison (only on Windows).

9 years agoMove files to ES translation docs
Jessica Lord [Sat, 22 Aug 2015 12:24:43 +0000 (14:24 +0200)]
Move files to ES translation docs

9 years agoMove file to JP translation docs
Jessica Lord [Sat, 22 Aug 2015 12:24:35 +0000 (14:24 +0200)]
Move file to JP translation docs

9 years agoAdd file to KO translation docs
Jessica Lord [Sat, 22 Aug 2015 12:23:57 +0000 (14:23 +0200)]
Add file to KO translation docs

9 years agoCreate directory for KO translations
Jessica Lord [Sat, 22 Aug 2015 12:21:01 +0000 (14:21 +0200)]
Create directory for KO translations

9 years agoMade sure that lines are not longer than 80 characters
Eran Tiktin [Sat, 22 Aug 2015 02:09:37 +0000 (05:09 +0300)]
Made sure that lines are not longer than 80 characters

9 years agoFixed comment spacing
Eran Tiktin [Sat, 22 Aug 2015 01:26:09 +0000 (04:26 +0300)]
Fixed comment spacing

9 years agoFix no close button in message box on Windows
Eran Tiktin [Sat, 22 Aug 2015 01:20:52 +0000 (04:20 +0300)]
Fix no close button in message box on Windows

This resolves #2293.

9 years agoUpdate coding-style with info about Chromium's types
Eran Tiktin [Fri, 21 Aug 2015 19:23:49 +0000 (22:23 +0300)]
Update coding-style with info about Chromium's types

When I first tried to add something to the C++ code, I was a bit overwhelmed by all the special types and abstractions.
The info added will hopefully make it a bit easier to start, by directing users to the right place.

9 years agoUpdate dialog.md with info about filter extensions
Eran Tiktin [Fri, 21 Aug 2015 18:18:37 +0000 (21:18 +0300)]
Update dialog.md with info about filter extensions

There was some confusion about the correct way to add an `All Files` filter (see #2525), so I added it to the example.
Also added a short note about the extension syntax.

This is related to PR #2547.

9 years agodocs: callback => completion in some places
Cheng Zhao [Fri, 21 Aug 2015 12:16:56 +0000 (20:16 +0800)]
docs: callback => completion in some places

9 years agoBump v0.31.0
Cheng Zhao [Fri, 21 Aug 2015 11:51:56 +0000 (19:51 +0800)]
Bump v0.31.0

9 years agoMerge pull request #2474 from atom/chrome44
Cheng Zhao [Fri, 21 Aug 2015 11:49:00 +0000 (19:49 +0800)]
Merge pull request #2474 from atom/chrome44

Upgrade to Chrome 44

9 years agoMerge branch 'master' into chrome44
Cheng Zhao [Fri, 21 Aug 2015 11:29:34 +0000 (19:29 +0800)]
Merge branch 'master' into chrome44

9 years agoUpdate using-selenium-and-webdriver.md
LeMoussel [Fri, 21 Aug 2015 10:09:31 +0000 (12:09 +0200)]
Update using-selenium-and-webdriver.md

Add an example of how to use webdriverio with electron

9 years agoWarn about removed protocol APIs
Cheng Zhao [Fri, 21 Aug 2015 10:02:58 +0000 (18:02 +0800)]
Warn about removed protocol APIs

9 years agoNo need to ship ffmpeg in dist
Cheng Zhao [Fri, 21 Aug 2015 08:27:29 +0000 (16:27 +0800)]
No need to ship ffmpeg in dist

9 years agowin: Fix release build
Cheng Zhao [Fri, 21 Aug 2015 08:21:20 +0000 (16:21 +0800)]
win: Fix release build

9 years agowin: Update libchromium to fix .pdb missing errors
Cheng Zhao [Fri, 21 Aug 2015 06:21:27 +0000 (14:21 +0800)]
win: Update libchromium to fix .pdb missing errors

9 years agoUpdate brightray to fix building on Linux
Cheng Zhao [Fri, 21 Aug 2015 08:14:47 +0000 (16:14 +0800)]
Update brightray to fix building on Linux

9 years agoUpdate to io.js v3.1.0
Cheng Zhao [Fri, 21 Aug 2015 06:28:37 +0000 (14:28 +0800)]
Update to io.js v3.1.0

9 years agoRun build script on arm and ia32 Linux
Cheng Zhao [Fri, 21 Aug 2015 06:18:04 +0000 (14:18 +0800)]
Run build script on arm and ia32 Linux

9 years agoNow working at 0.31.0
Cheng Zhao [Fri, 21 Aug 2015 05:58:49 +0000 (13:58 +0800)]
Now working at 0.31.0

9 years agorunas@3.x
Cheng Zhao [Fri, 21 Aug 2015 05:49:15 +0000 (13:49 +0800)]
runas@3.x

9 years agomac: make * extension filter works.
Haojian Wu [Fri, 21 Aug 2015 04:15:20 +0000 (12:15 +0800)]
mac: make * extension filter works.

9 years agoLinux: make * extension filter works.
Haojian Wu [Fri, 21 Aug 2015 03:06:29 +0000 (11:06 +0800)]
Linux: make * extension filter works.

9 years agoBump v0.30.5
Cheng Zhao [Fri, 21 Aug 2015 03:43:50 +0000 (11:43 +0800)]
Bump v0.30.5

9 years agowin: Move the ICO reading code into a separate function
Cheng Zhao [Fri, 21 Aug 2015 04:06:38 +0000 (12:06 +0800)]
win: Move the ICO reading code into a separate function

9 years agoMerge pull request #2453 from etiktin/nativeimage_ico_support_windows
Cheng Zhao [Fri, 21 Aug 2015 03:45:12 +0000 (11:45 +0800)]
Merge pull request #2453 from etiktin/nativeimage_ico_support_windows

Add support for using .ico icon files on Windows

9 years agoMerge pull request #2545 from mmastrac/master
Cheng Zhao [Fri, 21 Aug 2015 03:33:43 +0000 (11:33 +0800)]
Merge pull request #2545 from mmastrac/master

Fix for issue 1968: use uv_backend_timeout to determine timeout to match other platforms

9 years agoMerge branch 'preco21-master'
Cheng Zhao [Fri, 21 Aug 2015 03:31:42 +0000 (11:31 +0800)]
Merge branch 'preco21-master'

9 years agoMerge branch 'master' of https://github.com/preco21/electron into preco21-master
Cheng Zhao [Fri, 21 Aug 2015 03:30:47 +0000 (11:30 +0800)]
Merge branch 'master' of https://github.com/preco21/electron into preco21-master

Conflicts:
docs/api/browser-window-ko.md

9 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Fri, 21 Aug 2015 02:41:07 +0000 (11:41 +0900)]
Merge remote-tracking branch 'atom/master'

9 years agoTranslate more files, fix outdated remote.md section
Plusb Preco [Fri, 21 Aug 2015 02:33:02 +0000 (11:33 +0900)]
Translate more files, fix outdated remote.md section

Translate content-tracing(50%), remote docs.
Fix `Remote buffer` section as outdated.

9 years agoFix for issue 1968: use uv_backend_timeout to determine timeout to match other platforms
Matt Mastracci [Fri, 21 Aug 2015 01:59:58 +0000 (19:59 -0600)]
Fix for issue 1968: use uv_backend_timeout to determine timeout to match other platforms

9 years agoMerge pull request #2515 from atom/fix-no-print-background
Cheng Zhao [Fri, 21 Aug 2015 01:02:08 +0000 (09:02 +0800)]
Merge pull request #2515 from atom/fix-no-print-background

Fix a typing error in option checking: printBackgrounds => printBackground

9 years agoMerge pull request #2454 from etiktin/fix_asar_testing
Cheng Zhao [Fri, 21 Aug 2015 01:00:36 +0000 (09:00 +0800)]
Merge pull request #2454 from etiktin/fix_asar_testing

Fix asar testing (it would fail on Windows due to line endings)

9 years agoMerge pull request #2503 from teleclimber/master
Cheng Zhao [Fri, 21 Aug 2015 00:57:32 +0000 (08:57 +0800)]
Merge pull request #2503 from teleclimber/master

Clarify that MSVS 2015 will not work in Windows build docs.

9 years agoMerge pull request #2520 from etiktin/patch-2
Cheng Zhao [Fri, 21 Aug 2015 00:57:14 +0000 (08:57 +0800)]
Merge pull request #2520 from etiktin/patch-2

Update browser-window.md

9 years agoFix memory leak and confirming to style guide
Eran Tiktin [Thu, 20 Aug 2015 16:26:20 +0000 (19:26 +0300)]
Fix memory leak and confirming to style guide

Fixed according to @hokein 's suggestions.

9 years agoMerge branch 'master' into nativeimage_ico_support_windows
Eran Tiktin [Thu, 20 Aug 2015 14:11:52 +0000 (17:11 +0300)]
Merge branch 'master' into nativeimage_ico_support_windows

9 years agoFix some typos, update as upstream
Plusb Preco [Wed, 19 Aug 2015 22:50:07 +0000 (07:50 +0900)]
Fix some typos, update as upstream

9 years agoMerge pull request #2511 from petrfelzmann/doc-github-link
Jessica Lord [Wed, 19 Aug 2015 11:33:54 +0000 (13:33 +0200)]
Merge pull request #2511 from petrfelzmann/doc-github-link

Fix absolute url to github

9 years ago:memo: Fix a typing error: printBackgrounds => printBackground
Haojian Wu [Wed, 19 Aug 2015 01:44:33 +0000 (09:44 +0800)]
:memo: Fix a typing error: printBackgrounds => printBackground

9 years agoUpdate browser-window.md
Eran Tiktin [Tue, 18 Aug 2015 16:34:14 +0000 (19:34 +0300)]
Update browser-window.md

Update the `beforeunload` example to use `e.returnValue = false` instead of `return false`, since `e.returnValue` always works while the `return` works only in certain conditions. See #2481 for details.

9 years agoFix a typing error in option checking: printBackgrounds => printBackground
Haojian Wu [Tue, 18 Aug 2015 01:28:02 +0000 (09:28 +0800)]
Fix a typing error in option checking: printBackgrounds => printBackground

9 years agoMerge pull request #2509 from atom/fix-win-tray
Paul Betts [Mon, 17 Aug 2015 16:02:21 +0000 (09:02 -0700)]
Merge pull request #2509 from atom/fix-win-tray

Correct generation of GUID on Windows.

9 years agoFix absolute url to github
Petr Felzmann [Mon, 17 Aug 2015 13:03:04 +0000 (15:03 +0200)]
Fix absolute url to github

9 years agoMerge pull request #2510 from petrfelzmann/doc-formatting
Thomas Johansen [Mon, 17 Aug 2015 10:28:13 +0000 (12:28 +0200)]
Merge pull request #2510 from petrfelzmann/doc-formatting

Fix formatting of print and printToPDF methods

9 years agoFix formatting of print and printToPDF methods
Petr Felzmann [Mon, 17 Aug 2015 08:52:10 +0000 (10:52 +0200)]
Fix formatting of print and printToPDF methods

9 years agoMerge pull request #2508 from etiktin/fix_typo_in_init
Thomas Johansen [Mon, 17 Aug 2015 08:03:54 +0000 (10:03 +0200)]
Merge pull request #2508 from etiktin/fix_typo_in_init

Fix typo

9 years agoCorrect generation of GUID on Windows.
Haojian Wu [Mon, 17 Aug 2015 05:20:36 +0000 (13:20 +0800)]
Correct generation of GUID on Windows.

9 years agoFixed typo
Eran Tiktin [Sun, 16 Aug 2015 20:20:09 +0000 (23:20 +0300)]
Fixed typo

9 years agoMerge pull request #1 from teleclimber/teleclimber-win-build
Olivier Forget [Fri, 14 Aug 2015 17:28:26 +0000 (10:28 -0700)]
Merge pull request #1 from teleclimber/teleclimber-win-build

Clarify that MSVS 2015 will not work in Windows build docs.

9 years agoClarify that MSVS 2015 will not work in Windows build docs.
Olivier Forget [Fri, 14 Aug 2015 17:25:18 +0000 (10:25 -0700)]
Clarify that MSVS 2015 will not work in Windows build docs.

9 years agodocs: Rewrite docs for new protocol API
Cheng Zhao [Fri, 14 Aug 2015 05:44:18 +0000 (13:44 +0800)]
docs: Rewrite docs for new protocol API

9 years agoCreate both Uint8Array and ArrayBuffer from blink
Cheng Zhao [Fri, 14 Aug 2015 04:40:03 +0000 (12:40 +0800)]
Create both Uint8Array and ArrayBuffer from blink

9 years agospec: Rewrite tests for new protocol API
Cheng Zhao [Thu, 13 Aug 2015 14:39:11 +0000 (22:39 +0800)]
spec: Rewrite tests for new protocol API

9 years agoAlways set headers for response
Cheng Zhao [Thu, 13 Aug 2015 14:26:27 +0000 (22:26 +0800)]
Always set headers for response

When intercepting HTTP protocols Chromium will assume there is always headers
set, so we have to provide headers for all the responses to avoid the
crash.

9 years agoRename protocol.isHandledProtocol to protocol.isProtocolHandled
Cheng Zhao [Thu, 13 Aug 2015 13:24:27 +0000 (21:24 +0800)]
Rename protocol.isHandledProtocol to protocol.isProtocolHandled

9 years agoFix crash when requesting invalid url
Cheng Zhao [Thu, 13 Aug 2015 13:21:23 +0000 (21:21 +0800)]
Fix crash when requesting invalid url

9 years agoImplement protocol.uninterceptProtocol
Cheng Zhao [Thu, 13 Aug 2015 12:19:02 +0000 (20:19 +0800)]
Implement protocol.uninterceptProtocol

9 years agoImplement protocol.interceptProtocol
Cheng Zhao [Thu, 13 Aug 2015 12:10:05 +0000 (20:10 +0800)]
Implement protocol.interceptProtocol

9 years agoImplement protocol.isHandledProtocol
Cheng Zhao [Thu, 13 Aug 2015 11:33:53 +0000 (19:33 +0800)]
Implement protocol.isHandledProtocol

9 years agoImplement protocol.unregisterProtocol
Cheng Zhao [Thu, 13 Aug 2015 11:26:18 +0000 (19:26 +0800)]
Implement protocol.unregisterProtocol

9 years agoUpdate native_mate to fix VS compilation error
Cheng Zhao [Thu, 13 Aug 2015 05:44:37 +0000 (13:44 +0800)]
Update native_mate to fix VS compilation error

9 years agoCompletion callback is called on IO thread
Cheng Zhao [Wed, 12 Aug 2015 15:16:17 +0000 (23:16 +0800)]
Completion callback is called on IO thread

9 years agoDon't use C++11 to not crash VS
Cheng Zhao [Wed, 12 Aug 2015 15:14:20 +0000 (23:14 +0800)]
Don't use C++11 to not crash VS

9 years agoTry work around VS's bug
Cheng Zhao [Wed, 12 Aug 2015 15:07:15 +0000 (23:07 +0800)]
Try work around VS's bug

9 years agoMake session parameter work with null value
Cheng Zhao [Wed, 12 Aug 2015 14:57:25 +0000 (22:57 +0800)]
Make session parameter work with null value

9 years agoMake the completion callback optional
Cheng Zhao [Wed, 12 Aug 2015 13:32:52 +0000 (21:32 +0800)]
Make the completion callback optional

9 years agoImplement protocol.registerHttpProtocol
Cheng Zhao [Wed, 12 Aug 2015 13:09:44 +0000 (21:09 +0800)]
Implement protocol.registerHttpProtocol

9 years agoImplement protocol.registerBufferProtocol
Cheng Zhao [Wed, 12 Aug 2015 12:37:52 +0000 (20:37 +0800)]
Implement protocol.registerBufferProtocol

9 years agoSupport converting Buffer to Value
Cheng Zhao [Wed, 12 Aug 2015 07:39:33 +0000 (15:39 +0800)]
Support converting Buffer to Value

9 years agoImplement protocol.registerFileProtocol
Cheng Zhao [Wed, 12 Aug 2015 07:18:31 +0000 (15:18 +0800)]
Implement protocol.registerFileProtocol

9 years agoEnable return error for arbitray request job
Cheng Zhao [Wed, 12 Aug 2015 05:50:31 +0000 (13:50 +0800)]
Enable return error for arbitray request job

9 years agoGuard against callback being called twice
Cheng Zhao [Wed, 12 Aug 2015 05:43:27 +0000 (13:43 +0800)]
Guard against callback being called twice

9 years agoInitial implementation of new protocol API
Cheng Zhao [Wed, 12 Aug 2015 05:30:19 +0000 (13:30 +0800)]
Initial implementation of new protocol API

9 years agoMerge pull request #2476 from atom/ks-contributor-covenant
Kevin Sawicki [Tue, 11 Aug 2015 16:49:25 +0000 (09:49 -0700)]
Merge pull request #2476 from atom/ks-contributor-covenant

Switch to Contributor Covenant from Open Code of Conduct

9 years agoOpen Code of Conduct -> Contributor Covenant
Kevin Sawicki [Tue, 11 Aug 2015 16:45:45 +0000 (09:45 -0700)]
Open Code of Conduct -> Contributor Covenant

9 years agowin: Fix compiler warning
Cheng Zhao [Tue, 11 Aug 2015 15:38:59 +0000 (23:38 +0800)]
win: Fix compiler warning

9 years agoFix emitting did-attach event
Cheng Zhao [Tue, 11 Aug 2015 07:59:16 +0000 (15:59 +0800)]
Fix emitting did-attach event

9 years agoFix finding the WebContents of a pending renderer process
Cheng Zhao [Tue, 11 Aug 2015 07:39:17 +0000 (15:39 +0800)]
Fix finding the WebContents of a pending renderer process

Apparently after Chrome 44 a renderer process can be started before the
corresponding render view is created, though it can be patched but from
the source code Chromium is enforcing this everywhere now, so fixing it
on our side seems the only reliable solution.

This fix is very similar to what we did, but instead of blindly setting
swapped process, we now remember which process the pending process is
going to replace, so we should not have those race conditions.

9 years agoUse blink's allocator in Node's Buffer
Cheng Zhao [Tue, 11 Aug 2015 04:31:41 +0000 (12:31 +0800)]
Use blink's allocator in Node's Buffer