platform/framework/web/crosswalk-tizen.git
8 years agoUse Xcode 7.
joshaber [Tue, 6 Oct 2015 20:34:20 +0000 (16:34 -0400)]
Use Xcode 7.

8 years agoThis now has to be non-nil.
joshaber [Tue, 6 Oct 2015 20:15:03 +0000 (16:15 -0400)]
This now has to be non-nil.

8 years ago++brightray
joshaber [Tue, 6 Oct 2015 20:14:49 +0000 (16:14 -0400)]
++brightray

8 years ago++crashpad
joshaber [Tue, 6 Oct 2015 20:14:44 +0000 (16:14 -0400)]
++crashpad

8 years agoMerge remote-tracking branch 'atom/master'
joshaber [Tue, 6 Oct 2015 18:24:05 +0000 (14:24 -0400)]
Merge remote-tracking branch 'atom/master'

8 years agoUpdate brightray for #2855
Cheng Zhao [Tue, 6 Oct 2015 14:45:00 +0000 (22:45 +0800)]
Update brightray for #2855

8 years agoGuard against undefined, fix #2995
Cheng Zhao [Tue, 6 Oct 2015 14:25:55 +0000 (22:25 +0800)]
Guard against undefined, fix #2995

In theory this should never happen, seems like some object is garbage
collected after the JavaScript context has been destroyed.

8 years agoUpdate brightray, fix #2315
Cheng Zhao [Tue, 6 Oct 2015 13:40:08 +0000 (21:40 +0800)]
Update brightray, fix #2315

8 years agoMerge pull request #3005 from preco21/master
Cheng Zhao [Tue, 6 Oct 2015 13:27:50 +0000 (21:27 +0800)]
Merge pull request #3005 from preco21/master

Update as upstream

8 years agoUpdate as upstream
Plusb Preco [Tue, 6 Oct 2015 10:53:35 +0000 (19:53 +0900)]
Update as upstream

8 years agoMerge branch 'master' into no-vistas-no-problem
Cheng Zhao [Tue, 6 Oct 2015 09:02:08 +0000 (17:02 +0800)]
Merge branch 'master' into no-vistas-no-problem

8 years agoMerge pull request #2998 from brenca/master
Cheng Zhao [Tue, 6 Oct 2015 08:56:26 +0000 (16:56 +0800)]
Merge pull request #2998 from brenca/master

Minor fixes to sendInputEvent API.

8 years agoMerge pull request #2994 from etiktin/update_native_modules_doc
Cheng Zhao [Tue, 6 Oct 2015 08:55:25 +0000 (16:55 +0800)]
Merge pull request #2994 from etiktin/update_native_modules_doc

Update native modules doc

8 years agoMerge pull request #2993 from etiktin/update_screen_doc
Cheng Zhao [Tue, 6 Oct 2015 08:55:16 +0000 (16:55 +0800)]
Merge pull request #2993 from etiktin/update_screen_doc

Update screen.md

8 years agoMerge pull request #2992 from etiktin/update_process_doc
Cheng Zhao [Tue, 6 Oct 2015 08:55:10 +0000 (16:55 +0800)]
Merge pull request #2992 from etiktin/update_process_doc

Update process.md

8 years agoMerge pull request #2997 from atom/size-constraints
Cheng Zhao [Tue, 6 Oct 2015 08:54:45 +0000 (16:54 +0800)]
Merge pull request #2997 from atom/size-constraints

Improve how we handle min/max sizes

8 years agoviews: Make size constraints work immediately after set
Cheng Zhao [Tue, 6 Oct 2015 08:16:02 +0000 (16:16 +0800)]
views: Make size constraints work immediately after set

8 years agolinux: Restore size constraints when became sizable
Cheng Zhao [Tue, 6 Oct 2015 08:06:39 +0000 (16:06 +0800)]
linux: Restore size constraints when became sizable

8 years agospec: Increase timeout for window.open specs
Cheng Zhao [Tue, 6 Oct 2015 08:08:32 +0000 (16:08 +0800)]
spec: Increase timeout for window.open specs

8 years agospec: Make window.open specs more reliable
Cheng Zhao [Tue, 6 Oct 2015 07:43:36 +0000 (15:43 +0800)]
spec: Make window.open specs more reliable

8 years agoosx: Set resizable flag when creating window
Cheng Zhao [Tue, 6 Oct 2015 07:23:23 +0000 (15:23 +0800)]
osx: Set resizable flag when creating window

Setting resizable for frameless window before it is shown will change
its size.

8 years agoosx: Fix setting size constraints for frameless window
Cheng Zhao [Tue, 6 Oct 2015 07:15:23 +0000 (15:15 +0800)]
osx: Fix setting size constraints for frameless window

8 years agoSetting "x" and "y" should not change window size
Cheng Zhao [Tue, 6 Oct 2015 06:50:18 +0000 (14:50 +0800)]
Setting "x" and "y" should not change window size

8 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Tue, 6 Oct 2015 04:55:06 +0000 (13:55 +0900)]
Merge remote-tracking branch 'atom/master'

8 years agoUpdate as upstream
Plusb Preco [Tue, 6 Oct 2015 04:48:39 +0000 (13:48 +0900)]
Update as upstream

8 years agoReplace io.js references with node.js references
Eran Tiktin [Mon, 5 Oct 2015 18:12:29 +0000 (21:12 +0300)]
Replace io.js references with node.js references

8 years agoFix some minor bugs related to KeyboardEvent sending
Heilig Benedek [Mon, 5 Oct 2015 17:11:20 +0000 (19:11 +0200)]
Fix some minor bugs related to KeyboardEvent sending

8 years agoRemove default definition of ContentSizeToWindowSize
Cheng Zhao [Mon, 5 Oct 2015 16:39:16 +0000 (00:39 +0800)]
Remove default definition of ContentSizeToWindowSize

8 years agoMerge pull request #1 from atom/master
Heilig Benedek [Mon, 5 Oct 2015 16:32:04 +0000 (18:32 +0200)]
Merge pull request #1 from atom/master

update

8 years agowin: Fix building on Windows
Cheng Zhao [Mon, 5 Oct 2015 16:21:37 +0000 (00:21 +0800)]
win: Fix building on Windows

8 years agoviews: Fix content size constraints in window with menubar
Cheng Zhao [Mon, 5 Oct 2015 16:15:10 +0000 (00:15 +0800)]
views: Fix content size constraints in window with menubar

8 years agoSeparate Windows specific code of NativeWindow to another file
Cheng Zhao [Mon, 5 Oct 2015 16:13:57 +0000 (00:13 +0800)]
Separate Windows specific code of NativeWindow to another file

8 years agoUpdate native modules doc
Eran Tiktin [Mon, 5 Oct 2015 14:48:48 +0000 (17:48 +0300)]
Update native modules doc

8 years agoUpdate screen.md
Eran Tiktin [Mon, 5 Oct 2015 13:56:36 +0000 (16:56 +0300)]
Update screen.md

Removed a trailing comma.

8 years agoUpdate process.md
Eran Tiktin [Mon, 5 Oct 2015 13:51:49 +0000 (16:51 +0300)]
Update process.md

Fixed the `loaded` example according to
[this](https://github.com/atom/electron/issues/2984#issuecomment-145465907)
comment.

8 years agoMerge pull request #8 from atom/master
Eran Tiktin [Mon, 5 Oct 2015 13:41:30 +0000 (16:41 +0300)]
Merge pull request #8 from atom/master

Update from original

8 years agowin: Fix GetContentSize for minimized window
Cheng Zhao [Mon, 5 Oct 2015 13:06:57 +0000 (21:06 +0800)]
win: Fix GetContentSize for minimized window

8 years agoviews: Remove hack on setting min/max size for frameless window
Cheng Zhao [Mon, 5 Oct 2015 12:37:08 +0000 (20:37 +0800)]
views: Remove hack on setting min/max size for frameless window

8 years agoMake min/max size respect use-content-size
Cheng Zhao [Mon, 5 Oct 2015 12:36:28 +0000 (20:36 +0800)]
Make min/max size respect use-content-size

8 years agoosx: Call setContentMinSize in SetContentSizeConstraints
Cheng Zhao [Mon, 5 Oct 2015 12:09:29 +0000 (20:09 +0800)]
osx: Call setContentMinSize in SetContentSizeConstraints

8 years agoviews: Use the quicker way of return content size
Cheng Zhao [Mon, 5 Oct 2015 12:03:43 +0000 (20:03 +0800)]
views: Use the quicker way of return content size

Converting content size to window size on high DPI systems will lose
percise and have 1px offset sometimes.

8 years agoosx: Fix converting size for frameless window
Cheng Zhao [Mon, 5 Oct 2015 11:32:23 +0000 (19:32 +0800)]
osx: Fix converting size for frameless window

8 years agoviews: Implement NativeWindow::SetSizeConstraints
Cheng Zhao [Mon, 5 Oct 2015 11:05:59 +0000 (19:05 +0800)]
views: Implement NativeWindow::SetSizeConstraints

8 years agoosx: Add NativeWindow::SetSizeConstraints
Cheng Zhao [Mon, 5 Oct 2015 08:19:01 +0000 (16:19 +0800)]
osx: Add NativeWindow::SetSizeConstraints

8 years agoMerge tag 'v0.33.6'
Cheng Zhao [Mon, 5 Oct 2015 11:58:47 +0000 (19:58 +0800)]
Merge tag 'v0.33.6'

8 years agoBump v0.33.6
Cheng Zhao [Mon, 5 Oct 2015 11:57:30 +0000 (19:57 +0800)]
Bump v0.33.6

8 years agoFix typo, closes #2990
Cheng Zhao [Mon, 5 Oct 2015 11:57:14 +0000 (19:57 +0800)]
Fix typo, closes #2990

8 years agoMerge pull request #2979 from etiktin/fix_calculating_min_max_4_frameless
Cheng Zhao [Mon, 5 Oct 2015 07:10:27 +0000 (15:10 +0800)]
Merge pull request #2979 from etiktin/fix_calculating_min_max_4_frameless

Fix calculating min/max size in frameless view

8 years agoMerge pull request #2985 from etiktin/fix_restore_size_windows
Cheng Zhao [Mon, 5 Oct 2015 07:09:24 +0000 (15:09 +0800)]
Merge pull request #2985 from etiktin/fix_restore_size_windows

[Windows] Fix restore/unmaximize wrong window size

8 years agoBump v0.33.5
Cheng Zhao [Mon, 5 Oct 2015 03:42:43 +0000 (11:42 +0800)]
Bump v0.33.5

8 years agodocs: "loaded" event of "process"
Cheng Zhao [Mon, 5 Oct 2015 03:41:36 +0000 (11:41 +0800)]
docs: "loaded" event of "process"

8 years agodocs: Removed unneeded changes from PR
Cheng Zhao [Mon, 5 Oct 2015 03:41:06 +0000 (11:41 +0800)]
docs: Removed unneeded changes from PR

8 years agoexample code didn't run
hansrwindhoff [Mon, 5 Oct 2015 02:14:52 +0000 (20:14 -0600)]
example code didn't run

8 years agoMake it work only on Windows
Eran Tiktin [Mon, 5 Oct 2015 01:01:25 +0000 (04:01 +0300)]
Make it work only on Windows

Limiting the solution to Windows only.

8 years agoFix restore/unmaximize wrong window size
Eran Tiktin [Mon, 5 Oct 2015 00:29:02 +0000 (03:29 +0300)]
Fix restore/unmaximize wrong window size

This resolves #2498.

8 years agoUpdate brightray for #877
Cheng Zhao [Sun, 4 Oct 2015 14:19:05 +0000 (22:19 +0800)]
Update brightray for #877

8 years agodocs: Remove `cache` and `userCache` dir
Cheng Zhao [Sun, 4 Oct 2015 13:19:44 +0000 (21:19 +0800)]
docs: Remove `cache` and `userCache` dir

Closes #1404.

8 years agoMerge pull request #2982 from atom/ctrl-c
Cheng Zhao [Sun, 4 Oct 2015 12:48:27 +0000 (20:48 +0800)]
Merge pull request #2982 from atom/ctrl-c

Quit gracefully when Ctrl-C is pressed

8 years agoFix crashing on Linux
Cheng Zhao [Sun, 4 Oct 2015 12:08:19 +0000 (20:08 +0800)]
Fix crashing on Linux

8 years agoFix cpplint warnings
Cheng Zhao [Sun, 4 Oct 2015 11:36:41 +0000 (19:36 +0800)]
Fix cpplint warnings

8 years agoQuit gracefully when Ctrl-C is pressed
Cheng Zhao [Sun, 4 Oct 2015 11:21:36 +0000 (19:21 +0800)]
Quit gracefully when Ctrl-C is pressed

8 years agoMake Browser::Quit more robust
Cheng Zhao [Sun, 4 Oct 2015 11:20:52 +0000 (19:20 +0800)]
Make Browser::Quit more robust

8 years agoMerge pull request #2980 from atom/linux-fix-dpi
Cheng Zhao [Sun, 4 Oct 2015 09:18:35 +0000 (17:18 +0800)]
Merge pull request #2980 from atom/linux-fix-dpi

Do not manually read DPI settings on Linux

8 years agolinux: No longer needs to manually read DPI settings
Cheng Zhao [Sun, 4 Oct 2015 08:53:20 +0000 (16:53 +0800)]
linux: No longer needs to manually read DPI settings

It is now done in brightray by reading the value from GTK+.

8 years agolinux: Enable force showing menubar
Cheng Zhao [Sun, 4 Oct 2015 08:33:03 +0000 (16:33 +0800)]
linux: Enable force showing menubar

This is for debugging purpose.

8 years agolinux: Fix pressing Alt not showing menubar
Cheng Zhao [Sun, 4 Oct 2015 08:32:08 +0000 (16:32 +0800)]
linux: Fix pressing Alt not showing menubar

8 years agoUpdate brightray for atom/brightray#149
Cheng Zhao [Sun, 4 Oct 2015 07:53:09 +0000 (15:53 +0800)]
Update brightray for atom/brightray#149

8 years agoMerge pull request #2978 from chriswmercer/patch-1
Thomas Johansen [Sat, 3 Oct 2015 20:19:57 +0000 (22:19 +0200)]
Merge pull request #2978 from chriswmercer/patch-1

Minor grammar correction

8 years agoFix calculating min/max size in frameless views
Eran Tiktin [Sat, 3 Oct 2015 19:09:57 +0000 (22:09 +0300)]
Fix calculating min/max size in frameless views

The minimum and maximum size that frameless windows had used, was
incorrect. It included the border, so when it was called it actually
added that to the size, so window increased in size. The fix makes sure
that the view will use the frameless size.

This fixes #2945 and partially fixes #1806 (it also refers to some other
issues with hidpi which might still exist).

8 years agoMinor grammar correction
chriswmercer [Sat, 3 Oct 2015 17:03:49 +0000 (18:03 +0100)]
Minor grammar correction

8 years agoRemove Vista as possibly working
Paul Betts [Sat, 3 Oct 2015 16:02:50 +0000 (09:02 -0700)]
Remove Vista as possibly working

Vista crashes on startup because Win7 touch APIs aren't present - this is fine, but we want to tell people out of the gate that it won't work

8 years agoMerge pull request #2976 from atom/node_modules_paths
Cheng Zhao [Sat, 3 Oct 2015 13:20:19 +0000 (21:20 +0800)]
Merge pull request #2976 from atom/node_modules_paths

Prevent Node from adding paths outside the app to search paths

8 years agoPrevent Node from adding paths outside this app to search paths
Cheng Zhao [Sat, 3 Oct 2015 12:38:39 +0000 (20:38 +0800)]
Prevent Node from adding paths outside this app to search paths

8 years agoMerge pull request #2975 from preco21/master
Cheng Zhao [Sat, 3 Oct 2015 12:18:59 +0000 (20:18 +0800)]
Merge pull request #2975 from preco21/master

Update as upstream

8 years agoClear node's global search paths
Cheng Zhao [Sat, 3 Oct 2015 11:55:59 +0000 (19:55 +0800)]
Clear node's global search paths

8 years agoNo need to add "app" to search paths
Cheng Zhao [Sat, 3 Oct 2015 09:52:46 +0000 (17:52 +0800)]
No need to add "app" to search paths

8 years agoUpdate as upstream
Plusb Preco [Sat, 3 Oct 2015 08:54:05 +0000 (17:54 +0900)]
Update as upstream

8 years agoMerge remote-tracking branch 'atom/master'
Plusb Preco [Sat, 3 Oct 2015 08:37:05 +0000 (17:37 +0900)]
Merge remote-tracking branch 'atom/master'

8 years agoMerge pull request #2974 from atom/disable-logging
Cheng Zhao [Sat, 3 Oct 2015 08:15:44 +0000 (16:15 +0800)]
Merge pull request #2974 from atom/disable-logging

Disable logging unless --enable-logging is specified

8 years agodocs: --enable-logging
Cheng Zhao [Sat, 3 Oct 2015 07:43:26 +0000 (15:43 +0800)]
docs: --enable-logging

8 years agoDisable logging unless --enable-logging is specified
Cheng Zhao [Sat, 3 Oct 2015 07:33:55 +0000 (15:33 +0800)]
Disable logging unless --enable-logging is specified

8 years agodocs: No leading slash in --url-base
Cheng Zhao [Sat, 3 Oct 2015 05:53:52 +0000 (13:53 +0800)]
docs: No leading slash in --url-base

Fixes #2968.

8 years agodocs: Add "Supported Platforms"
Cheng Zhao [Sat, 3 Oct 2015 05:42:34 +0000 (13:42 +0800)]
docs: Add "Supported Platforms"

8 years agosupported operating system list
Raphael [Sat, 3 Oct 2015 00:41:57 +0000 (17:41 -0700)]
supported operating system list

Proposed fix for issue #2964

8 years agoMerge pull request #7 from atom/master
Eran Tiktin [Fri, 2 Oct 2015 22:25:23 +0000 (01:25 +0300)]
Merge pull request #7 from atom/master

Update from original

8 years agoMerge pull request #2965 from jhen0409/patch-1
Cheng Zhao [Fri, 2 Oct 2015 17:15:33 +0000 (01:15 +0800)]
Merge pull request #2965 from jhen0409/patch-1

Fix typo for docs/api/menu-item.md

8 years agoFix typo for docs/api/menu-item.md
Jhen [Fri, 2 Oct 2015 13:53:55 +0000 (21:53 +0800)]
Fix typo for docs/api/menu-item.md

8 years agoBump v0.33.4
Cheng Zhao [Fri, 2 Oct 2015 05:41:50 +0000 (13:41 +0800)]
Bump v0.33.4

8 years agoMerge pull request #2960 from preco21/master
Cheng Zhao [Fri, 2 Oct 2015 04:33:43 +0000 (12:33 +0800)]
Merge pull request #2960 from preco21/master

Update as upstream, improve grammar

8 years agoUpdate as upstream
Plusb Preco [Fri, 2 Oct 2015 03:46:42 +0000 (12:46 +0900)]
Update as upstream

8 years agoMerge pull request #2950 from atom/revert-2879
Cheng Zhao [Thu, 1 Oct 2015 13:01:51 +0000 (21:01 +0800)]
Merge pull request #2950 from atom/revert-2879

Fix the regression of outerHeight and outerWidth being set to 0 in hidden window

8 years agoOverride document.hidden
Cheng Zhao [Thu, 1 Oct 2015 10:39:35 +0000 (18:39 +0800)]
Override document.hidden

8 years agoRevert #2879
Cheng Zhao [Thu, 1 Oct 2015 09:46:11 +0000 (17:46 +0800)]
Revert #2879

8 years agoUpdate brightray for atom/brightray#147
Cheng Zhao [Thu, 1 Oct 2015 09:31:44 +0000 (17:31 +0800)]
Update brightray for atom/brightray#147

8 years agoUpdate brightray for #2851
Cheng Zhao [Thu, 1 Oct 2015 09:03:45 +0000 (17:03 +0800)]
Update brightray for #2851

8 years agoMerge pull request #2948 from atom/devtools-popup-menu
Cheng Zhao [Thu, 1 Oct 2015 08:55:12 +0000 (16:55 +0800)]
Merge pull request #2948 from atom/devtools-popup-menu

Move devtools methods to WebContents

8 years agodocs: Move devtools methods to WebContents
Cheng Zhao [Thu, 1 Oct 2015 08:30:31 +0000 (16:30 +0800)]
docs: Move devtools methods to WebContents

8 years agoDon't show open dialog as sheet in devtools
Cheng Zhao [Thu, 1 Oct 2015 06:46:33 +0000 (14:46 +0800)]
Don't show open dialog as sheet in devtools

8 years agoInherit owner window in devtools
Cheng Zhao [Thu, 1 Oct 2015 06:41:01 +0000 (14:41 +0800)]
Inherit owner window in devtools

8 years agoDo not enumerate windows in remote.getCurrentWindow
Cheng Zhao [Thu, 1 Oct 2015 06:08:33 +0000 (14:08 +0800)]
Do not enumerate windows in remote.getCurrentWindow