platform/framework/web/crosswalk-tizen.git
9 years agoAdd pageSize option in printToPDF API.
Haojian Wu [Sun, 26 Jul 2015 03:43:23 +0000 (11:43 +0800)]
Add pageSize option in printToPDF API.

9 years agoMerge pull request #2316 from tengyifei/master
Cheng Zhao [Fri, 24 Jul 2015 03:11:56 +0000 (11:11 +0800)]
Merge pull request #2316 from tengyifei/master

Only allow extensions explicitly specified by the user. Fixes #2296

9 years agoOnly allow extensions explicitly specified by the user. Fixes #2296
Yifei Teng [Thu, 23 Jul 2015 19:30:07 +0000 (12:30 -0700)]
Only allow extensions explicitly specified by the user. Fixes #2296

9 years agoMerge pull request #2307 from atom/dialog-options
Cheng Zhao [Thu, 23 Jul 2015 09:59:09 +0000 (17:59 +0800)]
Merge pull request #2307 from atom/dialog-options

Add "noLink" option for showMessageBox

9 years agoShow all buttons as custom buttons when noLink is specified
Cheng Zhao [Thu, 23 Jul 2015 09:28:04 +0000 (17:28 +0800)]
Show all buttons as custom buttons when noLink is specified

9 years agoAdd noLink option for showMessageBox
Cheng Zhao [Thu, 23 Jul 2015 09:20:43 +0000 (17:20 +0800)]
Add noLink option for showMessageBox

9 years agoAllow the C++ JS binding function to accept arbitrary long arguments
Cheng Zhao [Thu, 23 Jul 2015 07:00:42 +0000 (15:00 +0800)]
Allow the C++ JS binding function to accept arbitrary long arguments

9 years agoAdd |options| for ShowMessageBox
Cheng Zhao [Thu, 23 Jul 2015 06:16:43 +0000 (14:16 +0800)]
Add |options| for ShowMessageBox

9 years agoUse node::MakeCallback to emit events in C++
Cheng Zhao [Thu, 23 Jul 2015 05:46:34 +0000 (13:46 +0800)]
Use node::MakeCallback to emit events in C++

Fix #2165

9 years agoMerge pull request #2298 from deepak1556/default_protocol_handler_patch
Cheng Zhao [Thu, 23 Jul 2015 04:15:54 +0000 (12:15 +0800)]
Merge pull request #2298 from deepak1556/default_protocol_handler_patch

protocol: fix adapter request job for default handlers

9 years agoMake the extraSize of BrowserWindow.setAspectRatio optional
Cheng Zhao [Thu, 23 Jul 2015 02:14:02 +0000 (10:14 +0800)]
Make the extraSize of BrowserWindow.setAspectRatio optional

9 years agoStyle fixes
Cheng Zhao [Thu, 23 Jul 2015 02:07:58 +0000 (10:07 +0800)]
Style fixes

* Use under_score for variable names in C++
* Use const& when possible
* Line length <= 80

9 years agoMerge pull request #2250 from EyeSee360/master
Cheng Zhao [Thu, 23 Jul 2015 01:45:42 +0000 (09:45 +0800)]
Merge pull request #2250 from EyeSee360/master

Maintain an aspect ratio for content within a window

9 years agoMerge pull request #2302 from etiktin/patch-1
Cheng Zhao [Thu, 23 Jul 2015 01:42:03 +0000 (09:42 +0800)]
Merge pull request #2302 from etiktin/patch-1

Update dialog.md

9 years agoMerge pull request #4 from EyeSee360/msb/electron-pr-update
Brendon Gonzalez [Wed, 22 Jul 2015 17:48:51 +0000 (13:48 -0400)]
Merge pull request #4 from EyeSee360/msb/electron-pr-update

changes requested for pull request #2250 into electron master

9 years agoget jsprotocolhandler in IO thread
Robo [Wed, 22 Jul 2015 16:24:12 +0000 (21:54 +0530)]
get jsprotocolhandler in IO thread

9 years agoread post-filtered data when filters are present
Robo [Wed, 22 Jul 2015 16:15:08 +0000 (21:45 +0530)]
read post-filtered data when filters are present

9 years agoUpdate dialog.md
Eran Tiktin [Wed, 22 Jul 2015 15:13:50 +0000 (18:13 +0300)]
Update dialog.md

Added a comment about the fact that on Windows, the "question" message box uses the same icon as the "info" message box (Electron uses the task dialog API instead of the message box API). This is because Microsoft's API doesn't supply a default question icon (see `pszIcon` in https://msdn.microsoft.com/en-us/library/windows/desktop/bb760540(v=vs.85).aspx).

9 years agochanges requested for pull request #2250 into electron master
Michael S. Barthelemy [Wed, 22 Jul 2015 14:23:31 +0000 (10:23 -0400)]
changes requested for pull request #2250 into electron master

9 years agoprotocol: copy headers from original request for custom request job
Robo [Wed, 22 Jul 2015 08:24:39 +0000 (13:54 +0530)]
protocol: copy headers from original request for custom request job

9 years agoMerge pull request #2297 from atom/get-user-agent
Cheng Zhao [Wed, 22 Jul 2015 07:38:35 +0000 (15:38 +0800)]
Merge pull request #2297 from atom/get-user-agent

Implement getUserAgent API.

9 years agoImplement getUserAgent API.
Haojian Wu [Wed, 22 Jul 2015 04:25:10 +0000 (12:25 +0800)]
Implement getUserAgent API.

9 years agodocs: Mention libappindicator1 is required, close #1347
Cheng Zhao [Tue, 21 Jul 2015 03:27:24 +0000 (11:27 +0800)]
docs: Mention libappindicator1 is required, close #1347

9 years agoMerge pull request #2287 from atom/fix-mac-content-size
Cheng Zhao [Tue, 21 Jul 2015 02:53:17 +0000 (10:53 +0800)]
Merge pull request #2287 from atom/fix-mac-content-size

mac: Always call SetSize for frameless window

9 years agoMerge pull request #2232 from atom/status_item_view
Cheng Zhao [Tue, 21 Jul 2015 02:36:19 +0000 (10:36 +0800)]
Merge pull request #2232 from atom/status_item_view

Introduce custom status item view on OS X.

9 years agomac: Always use GetSize for frameless window
Cheng Zhao [Tue, 21 Jul 2015 02:34:37 +0000 (10:34 +0800)]
mac: Always use GetSize for frameless window

9 years agomac: Always call SetSize for framless window
Cheng Zhao [Tue, 21 Jul 2015 02:29:05 +0000 (10:29 +0800)]
mac: Always call SetSize for framless window

9 years agospec: Test setContentSize for frameless window
Cheng Zhao [Tue, 21 Jul 2015 02:16:02 +0000 (10:16 +0800)]
spec: Test setContentSize for frameless window

9 years agoImplement 'drop-files' tray event on OS X.
Haojian Wu [Sun, 19 Jul 2015 04:12:28 +0000 (12:12 +0800)]
Implement 'drop-files' tray event on OS X.

9 years agoMerge pull request #2270 from UsabilityEtc/patch-1
Cheng Zhao [Mon, 20 Jul 2015 10:40:09 +0000 (18:40 +0800)]
Merge pull request #2270 from UsabilityEtc/patch-1

Improve grammar and sentence structure of app.md

9 years agoMerge pull request #2246 from deepak1556/session_proxy_api
Cheng Zhao [Mon, 20 Jul 2015 10:29:53 +0000 (18:29 +0800)]
Merge pull request #2246 from deepak1556/session_proxy_api

session: api to set proxy

9 years agoUpdate brightray for #2238
Cheng Zhao [Mon, 20 Jul 2015 10:27:49 +0000 (18:27 +0800)]
Update brightray for #2238

9 years agosession: api to set proxy
Robo [Thu, 16 Jul 2015 14:36:48 +0000 (20:06 +0530)]
session: api to set proxy

9 years agoImprove grammar and sentence structure of app.md
Jeffrey Morgan [Sat, 18 Jul 2015 14:40:01 +0000 (15:40 +0100)]
Improve grammar and sentence structure of app.md

Improve the grammar and sentence structure of app.md. Replace references to Mac with OS X for consistency with other docs and use the OS X nomenclature of notification rather than message.

9 years agofix bug with computing the case where we should constrain via height
Michael S. Barthelemy [Fri, 17 Jul 2015 14:25:30 +0000 (10:25 -0400)]
fix bug with computing the case where we should constrain via height

9 years agodocs: Mention null session of RequestHttpJob
Cheng Zhao [Thu, 16 Jul 2015 22:17:45 +0000 (15:17 -0700)]
docs: Mention null session of RequestHttpJob

9 years agoMerge pull request #2207 from deepak1556/fetch_job_patch
Cheng Zhao [Thu, 16 Jul 2015 22:14:45 +0000 (15:14 -0700)]
Merge pull request #2207 from deepak1556/fetch_job_patch

protocol: create separate request context for fetch job

9 years agouse current session when not defined
Robo [Thu, 16 Jul 2015 20:30:43 +0000 (02:00 +0530)]
use current session when not defined

9 years agowrap lines to meet Travis CI build requirements
Michael S. Barthelemy [Thu, 16 Jul 2015 18:45:27 +0000 (14:45 -0400)]
wrap lines to meet Travis CI build requirements

9 years agoshorten names
Michael S. Barthelemy [Thu, 16 Jul 2015 18:31:01 +0000 (14:31 -0400)]
shorten names

9 years agofix line length issue
Michael S. Barthelemy [Thu, 16 Jul 2015 18:26:48 +0000 (14:26 -0400)]
fix line length issue

9 years agoMerge pull request #1 from EyeSee360/msb/aspect-ratio
mbarthelemy [Thu, 16 Jul 2015 18:01:55 +0000 (14:01 -0400)]
Merge pull request #1 from EyeSee360/msb/aspect-ratio

add function maintainAspectRatioOfInteriorContent to BrowserWindow

9 years agoMerge branch 'master' into msb/aspect-ratio
Michael S. Barthelemy [Thu, 16 Jul 2015 17:57:38 +0000 (13:57 -0400)]
Merge branch 'master' into msb/aspect-ratio

9 years agoadd function maintainAspectRatioOfInteriorContent to BrowserWindow in order to enforc...
Michael S. Barthelemy [Thu, 16 Jul 2015 17:54:51 +0000 (13:54 -0400)]
add function maintainAspectRatioOfInteriorContent to BrowserWindow in order to enforce an aspect ratio for an electron window

9 years agoBump v0.30.0
Cheng Zhao [Thu, 16 Jul 2015 17:01:25 +0000 (01:01 +0800)]
Bump v0.30.0

9 years agoDon't upload PDB files in CI
Cheng Zhao [Thu, 16 Jul 2015 16:54:57 +0000 (00:54 +0800)]
Don't upload PDB files in CI

Somehow it is blocking.

9 years agouse request context from session if provided
Robo [Wed, 15 Jul 2015 12:35:38 +0000 (18:05 +0530)]
use request context from session if provided

9 years agoprotocol: create separate request context for fetch job
Robo [Mon, 13 Jul 2015 15:40:44 +0000 (21:10 +0530)]
protocol: create separate request context for fetch job

9 years agoMerge pull request #2200 from atom/input_accept_attr
Cheng Zhao [Thu, 16 Jul 2015 14:20:30 +0000 (07:20 -0700)]
Merge pull request #2200 from atom/input_accept_attr

Enable 'accept' attribute in 'input' label.

9 years agoUpdate brightray for #1852
Cheng Zhao [Thu, 16 Jul 2015 13:36:10 +0000 (06:36 -0700)]
Update brightray for #1852

9 years agodocs: Say more about standard scheme
Cheng Zhao [Thu, 16 Jul 2015 13:32:09 +0000 (06:32 -0700)]
docs: Say more about standard scheme

9 years agoMerge pull request #2234 from astoilkov/patch-1
Cheng Zhao [Thu, 16 Jul 2015 11:34:23 +0000 (04:34 -0700)]
Merge pull request #2234 from astoilkov/patch-1

fix typo in browser-window.md

9 years agoMake <input type="file"\> remember last used directory.
Haojian Wu [Mon, 13 Jul 2015 08:19:30 +0000 (16:19 +0800)]
Make <input type="file"\> remember last used directory.

9 years agoFix hanlding trailing slash in asar package, close #2222
Cheng Zhao [Thu, 16 Jul 2015 10:48:35 +0000 (03:48 -0700)]
Fix hanlding trailing slash in asar package, close #2222

9 years agoMore code style fixing.
Haojian Wu [Thu, 16 Jul 2015 10:36:45 +0000 (18:36 +0800)]
More code style fixing.

9 years agoMerge pull request #2235 from mhkeller/doc-json-fix
Cheng Zhao [Thu, 16 Jul 2015 09:53:59 +0000 (02:53 -0700)]
Merge pull request #2235 from mhkeller/doc-json-fix

valid example json, fix https://github.com/atom/electron/issues/2228

9 years ago:memo: tray.popContextMenu API.
Haojian Wu [Thu, 16 Jul 2015 03:53:13 +0000 (11:53 +0800)]
:memo: tray.popContextMenu API.

9 years agoFix OS X build error.
Haojian Wu [Thu, 16 Jul 2015 03:43:42 +0000 (11:43 +0800)]
Fix OS X build error.

9 years agoAdd 'tray.popContextMenu()' Windows implementation.
Haojian Wu [Thu, 16 Jul 2015 03:39:49 +0000 (11:39 +0800)]
Add 'tray.popContextMenu()' Windows implementation.

9 years agoImplement 'tray.popContextMenu' API on OS X.
Haojian Wu [Thu, 16 Jul 2015 02:50:53 +0000 (10:50 +0800)]
Implement 'tray.popContextMenu' API on OS X.

9 years agoSimplify code logic and fix object-c code style.
Haojian Wu [Thu, 16 Jul 2015 02:49:55 +0000 (10:49 +0800)]
Simplify code logic and fix object-c code style.

9 years agoImprove grammar and comments
Jeffrey Morgan [Tue, 14 Jul 2015 20:28:57 +0000 (21:28 +0100)]
Improve grammar and comments

Improve the grammar and sentence structure of the text and improve the code comments.

9 years agoMerge pull request #2216 from UsabilityEtc/patch-1
Cheng Zhao [Wed, 15 Jul 2015 23:44:20 +0000 (16:44 -0700)]
Merge pull request #2216 from UsabilityEtc/patch-1

Improve grammar and code formatting

9 years agoMerge pull request #2214 from PButcher/patch-1
Cheng Zhao [Wed, 15 Jul 2015 23:43:50 +0000 (16:43 -0700)]
Merge pull request #2214 from PButcher/patch-1

Update window-open.md

9 years agoMerge pull request #2206 from dalinaum/patch-1
Cheng Zhao [Wed, 15 Jul 2015 20:14:05 +0000 (13:14 -0700)]
Merge pull request #2206 from dalinaum/patch-1

Update README-ko.md

9 years agoUse CTRL+SHIFT+I for toggling devtools, fix #2205
Cheng Zhao [Wed, 15 Jul 2015 20:11:01 +0000 (13:11 -0700)]
Use CTRL+SHIFT+I for toggling devtools, fix #2205

9 years agovalid example json, fix https://github.com/atom/electron/issues/2228
mhkeller [Wed, 15 Jul 2015 14:34:33 +0000 (10:34 -0400)]
valid example json, fix https://github.com/atom/electron/issues/2228

9 years agofix typo in browser-window.md
Antonio Stoilkov [Wed, 15 Jul 2015 14:29:02 +0000 (17:29 +0300)]
fix typo in browser-window.md

9 years ago:memo: 'right-clicked' doc.
Haojian Wu [Wed, 15 Jul 2015 12:13:59 +0000 (20:13 +0800)]
:memo: 'right-clicked' doc.

9 years agoImplement 'right-clicked' tray event on Windows.
Haojian Wu [Wed, 15 Jul 2015 12:03:05 +0000 (20:03 +0800)]
Implement 'right-clicked' tray event on Windows.

9 years agoImplement 'right-clicked' tray event on OS X.
Haojian Wu [Wed, 15 Jul 2015 11:23:12 +0000 (19:23 +0800)]
Implement 'right-clicked' tray event on OS X.

9 years agoIntroduce Electron custom statusItem view.
Haojian Wu [Wed, 15 Jul 2015 10:26:39 +0000 (18:26 +0800)]
Introduce Electron custom statusItem view.

Reimplement tray functions on OS X by using custom statusItem view.

9 years agoForward the crashed event to BrowserWindow, fix #2201
Cheng Zhao [Tue, 14 Jul 2015 22:13:41 +0000 (15:13 -0700)]
Forward the crashed event to BrowserWindow, fix #2201

9 years agoMerge pull request #2220 from atom/provide-user-agent
Cheng Zhao [Tue, 14 Jul 2015 20:17:36 +0000 (13:17 -0700)]
Merge pull request #2220 from atom/provide-user-agent

Provide default user agent in BrowserContext

9 years agoFix cpplint warnings
Cheng Zhao [Tue, 14 Jul 2015 19:16:13 +0000 (12:16 -0700)]
Fix cpplint warnings

9 years agoSet default user agent for WebContents
Cheng Zhao [Tue, 14 Jul 2015 19:13:25 +0000 (12:13 -0700)]
Set default user agent for WebContents

9 years agoDon't set two "Electron"s in user agent
Cheng Zhao [Tue, 14 Jul 2015 19:12:55 +0000 (12:12 -0700)]
Don't set two "Electron"s in user agent

9 years agoProvide default user agent in BrowserContext
Cheng Zhao [Tue, 14 Jul 2015 18:40:07 +0000 (11:40 -0700)]
Provide default user agent in BrowserContext

9 years agospec: Test user agent in websocket
Cheng Zhao [Tue, 14 Jul 2015 18:38:30 +0000 (11:38 -0700)]
spec: Test user agent in websocket

9 years agoMerge pull request #2197 from deepak1556/user_agent_patch
Cheng Zhao [Tue, 14 Jul 2015 16:59:09 +0000 (09:59 -0700)]
Merge pull request #2197 from deepak1556/user_agent_patch

webContents: set http useragent settings when overriding user agent

9 years agoMerge pull request #2215 from atom/delete-global
Cheng Zhao [Tue, 14 Jul 2015 16:53:44 +0000 (09:53 -0700)]
Merge pull request #2215 from atom/delete-global

Don't expose "global" when node integration is off

9 years agospec: Check if window.global is set
Cheng Zhao [Tue, 14 Jul 2015 15:42:03 +0000 (08:42 -0700)]
spec: Check if window.global is set

9 years agoDon't expose "global" when node integration is off
Cheng Zhao [Tue, 14 Jul 2015 15:38:54 +0000 (08:38 -0700)]
Don't expose "global" when node integration is off

9 years agoNo need to actually create a page for cookie test
Cheng Zhao [Tue, 14 Jul 2015 16:14:22 +0000 (09:14 -0700)]
No need to actually create a page for cookie test

9 years agospec: Cookie test should not rely on cookie's count
Cheng Zhao [Tue, 14 Jul 2015 15:59:06 +0000 (08:59 -0700)]
spec: Cookie test should not rely on cookie's count

Other apps can also write cookie to `file://` protocol.

9 years agoUpdate global-shortcut.md
Jeffrey Morgan [Tue, 14 Jul 2015 15:58:15 +0000 (16:58 +0100)]
Update global-shortcut.md

Improved the grammar and code formatting of global-shortcut.md.

9 years agoUpdate window-open.md
Peter Butcher [Tue, 14 Jul 2015 15:37:52 +0000 (16:37 +0100)]
Update window-open.md

Just an irritating typo.

9 years agoMerge pull request #2195 from atom/jl-docs-typo
Cheng Zhao [Tue, 14 Jul 2015 15:35:33 +0000 (08:35 -0700)]
Merge pull request #2195 from atom/jl-docs-typo

Fix docs typo

9 years agoMerge pull request #2211 from atom/no-heap-stl
Cheng Zhao [Tue, 14 Jul 2015 09:48:05 +0000 (02:48 -0700)]
Merge pull request #2211 from atom/no-heap-stl

Avoiding creating static STL containers

9 years agoAvoiding creating static STL containers
Cheng Zhao [Tue, 14 Jul 2015 09:19:46 +0000 (17:19 +0800)]
Avoiding creating static STL containers

It is OK under most cases, but if you happen to also use COM in your
application, you will have heap corruptions.

9 years agoFix the ill cookie test
Cheng Zhao [Tue, 14 Jul 2015 09:32:20 +0000 (02:32 -0700)]
Fix the ill cookie test

9 years agowin: Also map MESSAGE_BOX_TYPE_QUESTION to TD_INFORMATION_ICON
Cheng Zhao [Tue, 14 Jul 2015 04:49:29 +0000 (21:49 -0700)]
win: Also map MESSAGE_BOX_TYPE_QUESTION to TD_INFORMATION_ICON

9 years agoMerge pull request #2187 from jprichardson/patch-1
Cheng Zhao [Tue, 14 Jul 2015 04:46:06 +0000 (21:46 -0700)]
Merge pull request #2187 from jprichardson/patch-1

emit error object on process.on('uncaughtException') in renderer

9 years agodocs: Adds the dependencies of arm target
Cheng Zhao [Mon, 13 Jul 2015 22:26:35 +0000 (15:26 -0700)]
docs: Adds the dependencies of arm target

Close #2181

9 years agoFix session specs
Cheng Zhao [Mon, 13 Jul 2015 22:22:40 +0000 (15:22 -0700)]
Fix session specs

9 years agoMerge pull request #2179 from deepak1556/proxy_patch
Cheng Zhao [Mon, 13 Jul 2015 22:14:58 +0000 (15:14 -0700)]
Merge pull request #2179 from deepak1556/proxy_patch

doc: kProxyPacUrl support

9 years agoUpdate brightray, refs #1599
Cheng Zhao [Mon, 13 Jul 2015 22:14:28 +0000 (15:14 -0700)]
Update brightray, refs #1599

9 years agoThe options of clearStorageData should be optional
Cheng Zhao [Mon, 13 Jul 2015 22:13:17 +0000 (15:13 -0700)]
The options of clearStorageData should be optional

9 years agoCall callback of ClearCache after cache is doomed
Cheng Zhao [Mon, 13 Jul 2015 21:27:07 +0000 (14:27 -0700)]
Call callback of ClearCache after cache is doomed

9 years agodocs: Add WebContents.session
Cheng Zhao [Mon, 13 Jul 2015 19:41:07 +0000 (12:41 -0700)]
docs: Add WebContents.session