Cheng Zhao
0b668b8e17
Minor fixes on <webview>
2014-12-11 09:30:55 -08:00
Sonny Piers
5437470b4e
Update tray.md
...
checked seems to be the correct property
2014-12-11 12:28:01 +01:00
Cheng Zhao
409f2b4d0f
win: Fix compilation errors
2014-12-10 14:17:07 -08:00
Cheng Zhao
64edede20d
Move handling of "preload" to web-view-attributes
2014-12-10 11:05:51 -08:00
Cheng Zhao
6624fd9a1b
Fix relative links in "src" of <webview>
2014-12-10 10:51:34 -08:00
Cheng Zhao
1cdbb6f186
Upgrade brightray to fix running on Mac
2014-12-09 22:40:26 -08:00
Cheng Zhao
f57533fa0e
Add os_bsd variable for breakpad
2014-12-09 17:25:45 -08:00
Cheng Zhao
2db7c84cbc
spec: Remove "restore" event test
...
It is too slow and unstable.
2014-12-09 17:16:21 -08:00
Cheng Zhao
cefc846e9e
linux: Upgrade breakpad to fix building
2014-12-09 17:05:18 -08:00
Cheng Zhao
1853bef39a
views: SizeConstraintsChanged has become required
2014-12-09 16:55:01 -08:00
Cheng Zhao
22c4911b58
linux: GTK+ status icon has come back
2014-12-09 16:55:01 -08:00
Cheng Zhao
e58b3ddc86
Bump Chrome version
2014-12-09 16:37:40 -08:00
Cheng Zhao
e3ba17f2d3
linux: Disable warnings for g_settings_list_schemas
2014-12-09 16:37:05 -08:00
Cheng Zhao
7d1830d014
Upgrade node to bump node module version
2014-12-09 15:49:17 -08:00
Cheng Zhao
da3a988c8c
Merge branch 'master' into chrome39
...
Conflicts:
vendor/brightray
2014-12-09 15:49:06 -08:00
Cheng Zhao
9d23cce2b6
Move "nodeintegration" and "plugins" to web-view-attributes
2014-12-09 14:51:35 -08:00
Cheng Zhao
68381e1b76
Use element instant id for GetGuestByInstanceID
2014-12-09 14:38:43 -08:00
Cheng Zhao
3493d2c701
Merge pull request #901 from IgorKlopov/patch-1
...
Full verbosity, helps troubleshooting
2014-12-08 21:45:55 -08:00
Cheng Zhao
9e1d3f9e27
Merge pull request #902 from IgorKlopov/patch-2
...
Why not verbose?
2014-12-08 21:44:00 -08:00
Cheng Zhao
7fdd94520e
Merge pull request #898 from paulcbetts/dont-hardcode-atom-helper
...
Dont hardcode paths to Atom [Helper / Framework]
2014-12-08 21:39:14 -08:00
Cheng Zhao
9fcb6b2cd1
Moved parseSrcAttribute() into the SrcAttribute object as parse()
...
Imported from:
3bc15760f9
%5E%21/
2014-12-08 21:35:10 -08:00
Cheng Zhao
cbafac774e
Various webview cleanup
...
Imported from:
848f1ed048
%5E%21/
2014-12-08 21:15:18 -08:00
Cheng Zhao
7f5fb4e6f9
Renamed "WebView" -> "WebViewImpl" in web_view.js and other files that import it
...
Imported from:
a615ea0839
%5E%21/
2014-12-08 21:10:59 -08:00
Cheng Zhao
ac51207860
Optimized the handling of webview attribute mutation
...
Imported from:
86dff6fc51
%5E%21/
2014-12-08 21:06:23 -08:00
Paul Betts
aa3be09ab0
Bump submodule to merged version
2014-12-08 20:26:09 -08:00
Cheng Zhao
4348143fd9
Simplify web-view.coffee
...
Imported from:
3ef1fc1b72
%5E%21/
2014-12-08 17:15:50 -08:00
Cheng Zhao
b6b8b936f2
Automated the definitions of webview attributes as properties on the webview node
...
Imported from:
aef58f49f6
%5E%21/
2014-12-08 17:05:57 -08:00
Cheng Zhao
2c27b953b5
Got rid of the internal copies of webview attributes
...
Imported from:
abb035a09b
%5E%21/
2014-12-08 16:56:14 -08:00
Cheng Zhao
d7eae69587
Webview attributes overhaul
...
Imported from:
884a5b43cb
2014-12-08 16:14:12 -08:00
Cheng Zhao
e0f1433c12
Moved constants out of web-view.coffee and into a new file
...
Imported from:
ccbfe27c8d
2014-12-08 13:37:18 -08:00
IgorKlopov
27710cd4f7
bootstrap.py -v in mac
2014-12-08 20:07:29 +03:00
IgorKlopov
4d5bbbc2d7
bootstrap.py -v
2014-12-08 20:07:00 +03:00
IgorKlopov
da900b3094
bootstrap.py also imports it
2014-12-08 20:03:48 +03:00
IgorKlopov
0f29d9f30f
verbose_mode from config.py
...
Also, no return value supposed for execute_stdout
2014-12-08 20:02:08 +03:00
IgorKlopov
b88824a70c
verbose_mode getter/setter
2014-12-08 20:00:35 +03:00
Cheng Zhao
882a08f61a
Fix browser plugin API changes
2014-12-08 09:00:00 -08:00
Cheng Zhao
a9072049ea
Move webview code to atom/renderer/lib/web-view
2014-12-08 06:08:21 -08:00
Paul Betts
e87876671f
Add some documentation about renaming Atom Shell
2014-12-07 21:38:29 -08:00
Paul Betts
d0f6c89e77
Bump brightray to pick up brightray/brightray#85
2014-12-07 21:26:19 -08:00
Paul Betts
8eab230fe1
Delete OverrideChildProcessPath and OverrideFrameworkBundlePath altogether
2014-12-07 21:06:47 -08:00
IgorKlopov
7ff95ec255
Travis CI says: execute unused
...
Removed `execute` import
2014-12-08 03:04:41 +03:00
IgorKlopov
20afd51a9d
Travis CI says long line detected
...
Foldede the line
2014-12-08 02:58:04 +03:00
IgorKlopov
19bba5c18c
One more verbose_mode
...
`bootstrap.py` new variable `verbose_mode` to run `npm install` with --verbose option
2014-12-08 02:52:13 +03:00
IgorKlopov
bf4c219766
Make use of execute_stdout
...
execute_stdout makes stdout real-time
2014-12-08 02:47:05 +03:00
IgorKlopov
a5e1d8c97f
introduce execute_stdout
...
`execute_stdout` does not return the output of the process. Instead it outputs directly to current stdout (in real-time - to see what is `npm` doing now)
2014-12-08 02:42:55 +03:00
Cheng Zhao
7bc364a374
Upgrade node for new V8 API
2014-12-07 13:09:50 -08:00
Cheng Zhao
5dd73e74cb
Disable crash reporter spec on Yosemite
2014-12-07 08:57:55 -08:00
Cheng Zhao
ba347f6460
mac: Fix crash reporting on Yosemite
2014-12-07 08:56:59 -08:00
Cheng Zhao
85cf8f9174
apm@0.112.0
2014-12-07 08:13:42 -08:00
IgorKlopov
2153e018a3
Bootstrap indeed
2014-12-07 18:47:23 +03:00