platform/framework/web/crosswalk-tizen.git
8 years agoCode cleanup of browser_mac.mm
Cheng Zhao [Mon, 21 Dec 2015 02:52:49 +0000 (10:52 +0800)]
Code cleanup of browser_mac.mm

8 years agoMerge pull request #3853 from jrehbein/fix-issue-3739-mac-dockshow
Cheng Zhao [Mon, 21 Dec 2015 02:38:52 +0000 (10:38 +0800)]
Merge pull request #3853 from jrehbein/fix-issue-3739-mac-dockshow

DockShow workaround for issue #3739

8 years agoUpdate brightray for #3831
Cheng Zhao [Mon, 21 Dec 2015 02:09:20 +0000 (10:09 +0800)]
Update brightray for #3831

8 years agoBump v0.36.1
Cheng Zhao [Fri, 18 Dec 2015 05:16:30 +0000 (13:16 +0800)]
Bump v0.36.1

8 years agoMerge pull request #3859 from atom/phantom-callback
Cheng Zhao [Fri, 18 Dec 2015 05:15:56 +0000 (13:15 +0800)]
Merge pull request #3859 from atom/phantom-callback

Update node: Use phantom callback in CallbackInfo

8 years agoMerge pull request #3854 from deepak1556/browser_client_crash_patch
Cheng Zhao [Fri, 18 Dec 2015 04:10:41 +0000 (12:10 +0800)]
Merge pull request #3854 from deepak1556/browser_client_crash_patch

browser: check for rvh existence

8 years agoUpdate node: Use phantom callback in CallbackInfo
Cheng Zhao [Fri, 18 Dec 2015 04:00:10 +0000 (12:00 +0800)]
Update node: Use phantom callback in CallbackInfo

8 years agodocs: Standarize the "(**required**)"
Cheng Zhao [Fri, 18 Dec 2015 03:12:07 +0000 (11:12 +0800)]
docs: Standarize the "(**required**)"

8 years agodocs: Use "(optional)" instead of "__optional__"
Cheng Zhao [Fri, 18 Dec 2015 03:07:32 +0000 (11:07 +0800)]
docs: Use "(optional)" instead of "__optional__"

8 years agoMerge pull request #3851 from preco21/master
Cheng Zhao [Fri, 18 Dec 2015 01:53:45 +0000 (09:53 +0800)]
Merge pull request #3851 from preco21/master

Update as upstream

8 years agoMerge pull request #3849 from herrmannplatz/improvement/escape-url-openexternal
Cheng Zhao [Fri, 18 Dec 2015 01:45:39 +0000 (09:45 +0800)]
Merge pull request #3849 from herrmannplatz/improvement/escape-url-openexternal

escape url string

8 years agoRevert "Upgrade node to fix crash in Buffer"
Cheng Zhao [Fri, 18 Dec 2015 01:19:13 +0000 (09:19 +0800)]
Revert "Upgrade node to fix crash in Buffer"

This reverts commit fe9c09ef64ea3a874307855924f5cfbde4770318.

8 years agobrowser: check for rvh existence
Robo [Thu, 17 Dec 2015 17:57:05 +0000 (23:27 +0530)]
browser: check for rvh existence

8 years agoDockShow workaround
Jeff Rehbein [Thu, 17 Dec 2015 20:00:04 +0000 (14:00 -0600)]
DockShow workaround

Implemented workaround in DockShow for TransformProcessType bugginess
based on discussion at http://stackoverflow.com/questions/7596643/

8 years ago:memo: Update as upstream
Plusb Preco [Thu, 17 Dec 2015 18:10:08 +0000 (03:10 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoescape url string
rehez [Thu, 17 Dec 2015 15:20:33 +0000 (16:20 +0100)]
escape url string

8 years agoMerge pull request #3848 from atom/no-sync-message-on-start
Cheng Zhao [Thu, 17 Dec 2015 14:31:33 +0000 (22:31 +0800)]
Merge pull request #3848 from atom/no-sync-message-on-start

Remove usages of synchronous messages on startup

8 years agoRemove sync call in remote module
Cheng Zhao [Thu, 17 Dec 2015 14:03:16 +0000 (22:03 +0800)]
Remove sync call in remote module

8 years agoPass opener ID in command line
Cheng Zhao [Thu, 17 Dec 2015 13:27:14 +0000 (21:27 +0800)]
Pass opener ID in command line

8 years agoUpgrade libchromiumcontent: enable sending sync message to UI thread
Cheng Zhao [Thu, 17 Dec 2015 12:11:21 +0000 (20:11 +0800)]
Upgrade libchromiumcontent: enable sending sync message to UI thread

8 years agodocs: |options| is not optional
Cheng Zhao [Thu, 17 Dec 2015 10:40:52 +0000 (18:40 +0800)]
docs: |options| is not optional

Close #3845.

8 years agoMerge pull request #3844 from atom/fix-node-crash
Cheng Zhao [Thu, 17 Dec 2015 07:04:03 +0000 (15:04 +0800)]
Merge pull request #3844 from atom/fix-node-crash

Upgrade node to fix crash in Buffer

8 years agoUpgrade node to fix crash in Buffer
Cheng Zhao [Thu, 17 Dec 2015 05:07:41 +0000 (13:07 +0800)]
Upgrade node to fix crash in Buffer

8 years agoMerge pull request #3833 from atom/no-renderer-pump
Cheng Zhao [Wed, 16 Dec 2015 15:38:43 +0000 (23:38 +0800)]
Merge pull request #3833 from atom/no-renderer-pump

Don't pump message loop when sending sync msg

8 years agoFix context menu not working in devtools
Cheng Zhao [Wed, 16 Dec 2015 14:57:03 +0000 (22:57 +0800)]
Fix context menu not working in devtools

8 years agoDon't pump message loop when sending sync msg
Cheng Zhao [Wed, 16 Dec 2015 14:38:04 +0000 (22:38 +0800)]
Don't pump message loop when sending sync msg

In old days sending sync message to browser process requires pumping
message loop in the renderer process, but now in Chrome 47 it is not
true anymore. And even when we do it, the Send method may fail
sometimes, so this change seems to be required for the Chrome 47
upgrade.

8 years agoMerge pull request #3829 from atom/remote-xpc-call
Cheng Zhao [Wed, 16 Dec 2015 11:42:04 +0000 (19:42 +0800)]
Merge pull request #3829 from atom/remote-xpc-call

Update libchromiumcontent

8 years agoUpdate libchromiumcontent
Cheng Zhao [Wed, 16 Dec 2015 10:03:18 +0000 (18:03 +0800)]
Update libchromiumcontent

Remove usages of private xpc_ APIs, fix #3823.

8 years agoMerge pull request #3826 from atom/remote-crash-reporting-defaults
Cheng Zhao [Wed, 16 Dec 2015 04:02:28 +0000 (12:02 +0800)]
Merge pull request #3826 from atom/remote-crash-reporting-defaults

Require submitURL and companyName options to crashReporter.start

8 years agoMerge pull request #3825 from atom/maxogden-patch-1
Cheng Zhao [Wed, 16 Dec 2015 03:30:05 +0000 (11:30 +0800)]
Merge pull request #3825 from atom/maxogden-patch-1

mention getUserMedia options in desktop-capturer docs

8 years agoMerge pull request #3822 from hashedhyphen/support-strict-mode
Cheng Zhao [Wed, 16 Dec 2015 03:13:26 +0000 (11:13 +0800)]
Merge pull request #3822 from hashedhyphen/support-strict-mode

:bug: Support strict mode on Tutorial

8 years agoSet process.throwDeprecation as early as possible
Kevin Sawicki [Wed, 16 Dec 2015 01:02:33 +0000 (17:02 -0800)]
Set process.throwDeprecation as early as possible

8 years agoImprove spec description
Kevin Sawicki [Wed, 16 Dec 2015 00:49:19 +0000 (16:49 -0800)]
Improve spec description

8 years ago:memo: Add missing period
Kevin Sawicki [Wed, 16 Dec 2015 00:47:19 +0000 (16:47 -0800)]
:memo: Add missing period

8 years ago:art: Remove parens
Kevin Sawicki [Wed, 16 Dec 2015 00:46:53 +0000 (16:46 -0800)]
:art: Remove parens

8 years agoAdd specs for companyName/submitURL being required
Kevin Sawicki [Wed, 16 Dec 2015 00:44:38 +0000 (16:44 -0800)]
Add specs for companyName/submitURL being required

8 years agoUse better signature match in deprecation message
Kevin Sawicki [Wed, 16 Dec 2015 00:27:01 +0000 (16:27 -0800)]
Use better signature match in deprecation message

8 years agoRemove starting crash reporter from quick start
Kevin Sawicki [Wed, 16 Dec 2015 00:22:50 +0000 (16:22 -0800)]
Remove starting crash reporter from quick start

8 years agoMake companyName and submitURL required options
Kevin Sawicki [Wed, 16 Dec 2015 00:22:31 +0000 (16:22 -0800)]
Make companyName and submitURL required options

8 years agoRemove duplicate start calls
Kevin Sawicki [Wed, 16 Dec 2015 00:10:04 +0000 (16:10 -0800)]
Remove duplicate start calls

8 years agoMark companyName and submitURL as required
Kevin Sawicki [Wed, 16 Dec 2015 00:09:01 +0000 (16:09 -0800)]
Mark companyName and submitURL as required

8 years agomention getUserMedia options in desktop-capturer docs
=^._.^= [Tue, 15 Dec 2015 22:07:55 +0000 (14:07 -0800)]
mention getUserMedia options in desktop-capturer docs

8 years ago:bug: Support strict mode on Tutorial
Hashed Hyphen [Tue, 15 Dec 2015 15:52:14 +0000 (00:52 +0900)]
:bug: Support strict mode on Tutorial

[ci skip]

8 years agoMerge pull request #3819 from preco21/master
Cheng Zhao [Tue, 15 Dec 2015 14:40:09 +0000 (22:40 +0800)]
Merge pull request #3819 from preco21/master

Update as upstream

8 years agoMerge pull request #3818 from atom/fix-add-recent-document-crash
Cheng Zhao [Tue, 15 Dec 2015 10:28:04 +0000 (18:28 +0800)]
Merge pull request #3818 from atom/fix-add-recent-document-crash

Fix crash when passing invalid path to addRecentDocument

8 years ago:memo: Update as upstream
Plusb Preco [Tue, 15 Dec 2015 09:45:13 +0000 (18:45 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoFix crash when passing empty path to addRecentDocument
Cheng Zhao [Tue, 15 Dec 2015 09:17:24 +0000 (17:17 +0800)]
Fix crash when passing empty path to addRecentDocument

8 years agoMerge pull request #3815 from bjrmatos/master
Cheng Zhao [Tue, 15 Dec 2015 08:55:17 +0000 (16:55 +0800)]
Merge pull request #3815 from bjrmatos/master

Add A5 Page Size to printToPDF

8 years agoMerge pull request #3817 from atom/fix-node-crash
Cheng Zhao [Tue, 15 Dec 2015 08:54:24 +0000 (16:54 +0800)]
Merge pull request #3817 from atom/fix-node-crash

Upgrade node, fix #3786

8 years agoUpgrade node, fix #3786
Cheng Zhao [Tue, 15 Dec 2015 08:25:44 +0000 (16:25 +0800)]
Upgrade node, fix #3786

8 years agoMerge pull request #3809 from deepak1556/capture_page_api_patch
Cheng Zhao [Tue, 15 Dec 2015 07:33:02 +0000 (15:33 +0800)]
Merge pull request #3809 from deepak1556/capture_page_api_patch

browser: dont lose coordinates in capturepage src rect

8 years agoMerge pull request #3812 from atom/make-opener-a-proxy
Cheng Zhao [Tue, 15 Dec 2015 07:01:28 +0000 (15:01 +0800)]
Merge pull request #3812 from atom/make-opener-a-proxy

Make window.opener a BrowserWindowProxy

8 years agoAdd A5 Page Size to printToPDF
BJR Matos [Tue, 15 Dec 2015 04:28:25 +0000 (23:28 -0500)]
Add A5 Page Size to printToPDF

8 years agoInline JSON message response
Kevin Sawicki [Tue, 15 Dec 2015 01:09:31 +0000 (17:09 -0800)]
Inline JSON message response

8 years agoMention source in spec description
Kevin Sawicki [Tue, 15 Dec 2015 01:02:58 +0000 (17:02 -0800)]
Mention source in spec description

8 years agoAssert that source id matches opener
Kevin Sawicki [Tue, 15 Dec 2015 01:02:36 +0000 (17:02 -0800)]
Assert that source id matches opener

8 years agoRemove unused ipc event handler
Kevin Sawicki [Tue, 15 Dec 2015 00:58:32 +0000 (16:58 -0800)]
Remove unused ipc event handler

8 years agoRemove unneeded custom postMessage on window.opener
Kevin Sawicki [Tue, 15 Dec 2015 00:54:26 +0000 (16:54 -0800)]
Remove unneeded custom postMessage on window.opener

8 years agoUse id from source window when building proxy for event source
Kevin Sawicki [Tue, 15 Dec 2015 00:47:33 +0000 (16:47 -0800)]
Use id from source window when building proxy for event source

8 years agoAdd comment about window.opener tweaks
Kevin Sawicki [Mon, 14 Dec 2015 22:57:38 +0000 (14:57 -0800)]
Add comment about window.opener tweaks

8 years agoMake window.opener a BrowserWindowProxy
Kevin Sawicki [Mon, 14 Dec 2015 22:55:48 +0000 (14:55 -0800)]
Make window.opener a BrowserWindowProxy

8 years ago:memo: Update as upstream
Plusb Preco [Mon, 14 Dec 2015 20:40:13 +0000 (05:40 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoMerge pull request #3805 from andela-earinde/patch-1
Cheng Zhao [Mon, 14 Dec 2015 12:01:22 +0000 (20:01 +0800)]
Merge pull request #3805 from andela-earinde/patch-1

Remove typo in auto-updater doc

8 years ago:memo: Update as upstream
Plusb Preco [Sat, 12 Dec 2015 12:41:17 +0000 (21:41 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoMerge pull request #3799 from bbondy/patch-1
Cheng Zhao [Mon, 14 Dec 2015 11:11:49 +0000 (19:11 +0800)]
Merge pull request #3799 from bbondy/patch-1

Indicate that Update 5 is required for VS2013

8 years agoAddeda versionin package.json.
Sean Francis N. Ballais [Thu, 10 Dec 2015 11:46:06 +0000 (19:46 +0800)]
Addeda versionin package.json.

8 years agoUpgrade brightray for atom/brightray#184
Cheng Zhao [Mon, 14 Dec 2015 10:11:01 +0000 (18:11 +0800)]
Upgrade brightray for atom/brightray#184

8 years agoUpdate auto-updater.md
Arinde Eniola [Mon, 14 Dec 2015 00:02:30 +0000 (01:02 +0100)]
Update auto-updater.md

8 years agobrowser: dont lose coordinates in capturepage src rect
Robo [Sun, 13 Dec 2015 19:22:05 +0000 (00:52 +0530)]
browser: dont lose coordinates in capturepage src rect

8 years agoMerge remote-tracking branch 'refs/remotes/atom/master'
Plusb Preco [Sun, 13 Dec 2015 07:37:26 +0000 (16:37 +0900)]
Merge remote-tracking branch 'refs/remotes/atom/master'

8 years ago:memo: Fix confused translation
Plusb Preco [Sun, 13 Dec 2015 07:33:27 +0000 (16:33 +0900)]
:memo: Fix confused translation

[ci skip]

8 years agoRevert ":memo: Update as upstream"
Plusb Preco [Sun, 13 Dec 2015 07:29:18 +0000 (16:29 +0900)]
Revert ":memo: Update as upstream"

This reverts commit efac12ed89258e9b18041313965df53efc05a82b.

8 years agoIndicate that Update 5 is required for VS2013
Brian R. Bondy [Sun, 13 Dec 2015 03:25:45 +0000 (22:25 -0500)]
Indicate that Update 5 is required for VS2013

8 years agoMerge pull request #3792 from atom/backport-v8-patch
Cheng Zhao [Sat, 12 Dec 2015 14:44:10 +0000 (22:44 +0800)]
Merge pull request #3792 from atom/backport-v8-patch

Backport https://codereview.chromium.org/1406133003

8 years agoBackport https://codereview.chromium.org/1406133003
Cheng Zhao [Sat, 12 Dec 2015 14:16:28 +0000 (22:16 +0800)]
Backport https://codereview.chromium.org/1406133003

8 years ago:memo: Update as upstream
Plusb Preco [Sat, 12 Dec 2015 12:41:17 +0000 (21:41 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoMerge pull request #3789 from atom/template-web-request
Cheng Zhao [Sat, 12 Dec 2015 08:34:10 +0000 (16:34 +0800)]
Merge pull request #3789 from atom/template-web-request

Cleanup the webRequest and cookies code

8 years agoPassing '' to fromPartiion should return default partition
Cheng Zhao [Sat, 12 Dec 2015 07:47:15 +0000 (15:47 +0800)]
Passing '' to fromPartiion should return default partition

8 years agodocs: Update webRequest API
Cheng Zhao [Sat, 12 Dec 2015 07:45:02 +0000 (15:45 +0800)]
docs: Update webRequest API

8 years agodocs: Improve the cookies docs
Cheng Zhao [Sat, 12 Dec 2015 07:41:04 +0000 (15:41 +0800)]
docs: Improve the cookies docs

8 years agoCleanup the cookies code
Cheng Zhao [Sat, 12 Dec 2015 07:33:51 +0000 (15:33 +0800)]
Cleanup the cookies code

8 years agospec: Suppress navigator.webkitGetUserMedia test
Cheng Zhao [Sat, 12 Dec 2015 07:32:49 +0000 (15:32 +0800)]
spec: Suppress navigator.webkitGetUserMedia test

It is stressing the whole test case.

8 years agoUse generic function to handle events
Cheng Zhao [Sat, 12 Dec 2015 05:49:58 +0000 (13:49 +0800)]
Use generic function to handle events

8 years agoAdd generic version for FillDetailsObject
Cheng Zhao [Sat, 12 Dec 2015 05:20:53 +0000 (13:20 +0800)]
Add generic version for FillDetailsObject

8 years agospec: Add test cases for webRequest
Cheng Zhao [Sat, 12 Dec 2015 03:31:19 +0000 (11:31 +0800)]
spec: Add test cases for webRequest

8 years agoMake the webRequest listener asynchronous
Cheng Zhao [Fri, 11 Dec 2015 15:54:32 +0000 (23:54 +0800)]
Make the webRequest listener asynchronous

8 years agoEventType can not be OR'ed
Cheng Zhao [Fri, 11 Dec 2015 13:22:23 +0000 (21:22 +0800)]
EventType can not be OR'ed

8 years agoUse lower case for getters
Cheng Zhao [Fri, 11 Dec 2015 13:21:02 +0000 (21:21 +0800)]
Use lower case for getters

8 years agoParse filters in API code
Cheng Zhao [Fri, 11 Dec 2015 13:14:13 +0000 (21:14 +0800)]
Parse filters in API code

8 years agoUnify how listeners are handled
Cheng Zhao [Fri, 11 Dec 2015 13:02:44 +0000 (21:02 +0800)]
Unify how listeners are handled

8 years agoSimpily the code that fills |details|
Cheng Zhao [Fri, 11 Dec 2015 12:40:39 +0000 (20:40 +0800)]
Simpily the code that fills |details|

8 years agoFix memory leak
Cheng Zhao [Fri, 11 Dec 2015 12:11:59 +0000 (20:11 +0800)]
Fix memory leak

8 years agoEvenTypes => EventType
Cheng Zhao [Fri, 11 Dec 2015 12:11:22 +0000 (20:11 +0800)]
EvenTypes => EventType

8 years agoAllow passing null to webRequest
Cheng Zhao [Fri, 11 Dec 2015 11:11:09 +0000 (19:11 +0800)]
Allow passing null to webRequest

8 years agodocs: Improve the webRequets docs
Cheng Zhao [Fri, 11 Dec 2015 11:02:56 +0000 (19:02 +0800)]
docs: Improve the webRequets docs

8 years agoMerge pull request #3640 from deepak1556/webrequest_api_patch
Cheng Zhao [Fri, 11 Dec 2015 08:56:00 +0000 (16:56 +0800)]
Merge pull request #3640 from deepak1556/webrequest_api_patch

session: add webrequest api

8 years ago:memo: Update as upstream
Plusb Preco [Fri, 11 Dec 2015 05:26:01 +0000 (14:26 +0900)]
:memo: Update as upstream

[ci skip]

8 years agoBump v0.36.0
Cheng Zhao [Fri, 11 Dec 2015 03:49:01 +0000 (11:49 +0800)]
Bump v0.36.0

8 years agoMerge pull request #3762 from atom/run-specs-with-grep
Cheng Zhao [Fri, 11 Dec 2015 03:21:57 +0000 (11:21 +0800)]
Merge pull request #3762 from atom/run-specs-with-grep

Allow running specs with --grep option from command line

8 years agoUpdate browser-window.md
Laekh [Thu, 10 Dec 2015 20:48:52 +0000 (21:48 +0100)]
Update browser-window.md

Made it more clear on how to define BrowserWindow (outside of the main process, specifically)