Cheng Zhao
a53bed567e
Upgrade brightray to enable content module's webui
...
Fixes #663 .
2015-03-29 21:08:50 +08:00
Cheng Zhao
5bd3cfc4f6
Update brightray
2015-03-23 08:30:01 +00:00
Cheng Zhao
266fadcb96
Update native_mate for #1112
2015-03-23 16:24:38 +08:00
Cheng Zhao
57812616b9
win: Fix tests and compilation errors
2015-03-18 13:58:33 +08:00
Cheng Zhao
b43386b273
Upgrade libchromiumcontent
2015-03-18 09:57:49 +08:00
Cheng Zhao
f8f7ca1d57
linux: Upgrade libchromiumcontent to fix linking
2015-03-18 09:57:48 +08:00
Cheng Zhao
105ad369ab
linux: Fix compilation error
2015-03-18 09:57:48 +08:00
Cheng Zhao
66292a2787
Upgrade brightray to fix invalid commit to libchromiumcontent
2015-03-18 09:57:46 +08:00
Cheng Zhao
c62c943bdb
Define our own Node entry
...
Chromium's V8 is using external startup snapshot file while Node does
not, so we have to use Chromium's gin for V8 initialization.
2015-03-18 09:57:45 +08:00
Cheng Zhao
6af7388ac0
Use DevToolsAPI instead of InspectorFrontendAPI
2015-03-18 09:57:43 +08:00
Cheng Zhao
fbd9501c61
Upgrade to io.js v1.5.2
2015-03-18 09:57:42 +08:00
Cheng Zhao
5b2c0110dc
Fix other compilation errors
2015-03-18 09:57:41 +08:00
Cheng Zhao
757df39941
Upgrade native_mate for unsigned long conversion
2015-03-18 09:57:40 +08:00
Cheng Zhao
14542f4fc8
Upgrade to Chrome 41
2015-03-18 09:57:37 +08:00
Cheng Zhao
cfc615a6c1
Fix accidental update of submodules, closes #1255
2015-03-17 21:26:10 +08:00
Cheng Zhao
af0690fb88
docs: "Quick start" should also be a "tutorial"
...
Guides should include information that not available in the API
references, and tutorials should be step-by-step walkthrough or
introductory text on certain APIs.
2015-03-17 18:41:54 +08:00
Cheng Zhao
b28a241dbf
Simplify the code to call delegate method
2015-02-13 11:47:22 +08:00
Cheng Zhao
da407200d2
Return NativeImage in BrowserWindow.capturePage
2015-02-12 13:45:50 +08:00
Cheng Zhao
903ff0b61a
Upgrade native_mate for security check
2015-02-12 10:45:04 +08:00
Cheng Zhao
ab315e502f
Upgrade brightray for gyp
2015-02-12 10:43:53 +08:00
Cheng Zhao
45e2dd2ab5
Init asar support without external .js files
2015-02-04 10:45:17 -08:00
Cheng Zhao
d17e6a3857
Upgrade brightray
2015-02-03 10:59:19 -08:00
Cheng Zhao
a2c38ed48c
Upgrade brightray
2015-02-03 10:43:24 -08:00
Cheng Zhao
0087f8da27
linux: Fix building for Chrome 40
2015-01-27 17:20:50 -08:00
Cheng Zhao
dd606684c7
Upgrade node to fix module initialization
2015-01-27 15:29:39 -08:00
Cheng Zhao
9a14d2bd0e
Upgrade to Chrome 40.0.2214.91
2015-01-27 13:19:18 -08:00
Cheng Zhao
a9c720969f
Upgrade to latest io.js
2015-01-27 13:18:31 -08:00
Cheng Zhao
13ed038082
Upgrade to Chrome 40.0.2214.72
2015-01-27 13:17:48 -08:00
Cheng Zhao
81b370ee9f
Implement CheckMediaAccessPermission, fixes #1017
2015-01-23 15:13:49 -08:00
Cheng Zhao
ce52a87477
Add "cache" and "userCache" directories
2015-01-18 21:43:22 -08:00
Cheng Zhao
3d398458a8
Throw error when PathService call failed
2015-01-18 21:43:21 -08:00
Cheng Zhao
06da5f254a
Add app.setPath and app.getPath APIs
...
They can be used to set/get any path defined in PathService
2015-01-18 21:43:19 -08:00
Cheng Zhao
45c26e0e5a
Add app.setDataPath API
2015-01-18 21:43:18 -08:00
Cheng Zhao
ab9e1dd650
Upgrade brightray for #863
2015-01-15 17:52:14 -08:00
Cheng Zhao
6a11eccc3e
Update native_mate to fix linking error
2015-01-14 18:55:54 -08:00
Cheng Zhao
2d6dc9c527
Convert arguments to V8 directly in EventEmitter::Emmit
...
This gets rid of the extra conversion between ListValue.
2015-01-14 17:51:54 -08:00
Cheng Zhao
3dfc496243
Add support for --ignore-certificate-errors
...
This makes it possible to test HTTPS related APIs.
2015-01-08 11:50:55 -08:00
Cheng Zhao
d65919d896
Add --disable-http-cache switch, fixes #891
2015-01-05 13:40:38 -08:00
Cheng Zhao
3063b5189a
Upgrade brightray for #941
2015-01-04 22:33:02 -08:00
Cheng Zhao
e3bad233e9
Upgrade native_mate to fix throwing exception from constructor
2015-01-04 22:13:46 -08:00
Cheng Zhao
40679ae82c
Simplify the image_converter.cc
2015-01-02 18:10:29 -08:00
Cheng Zhao
e1f0f02da9
Upgrade brightray for #969
2015-01-02 15:18:55 -08:00
Cheng Zhao
5142b7858b
Upgrade brightray to fix crash in #393
2014-12-17 13:16:06 -08:00
Cheng Zhao
d50eeb04d5
Upgrade cpplint
2014-12-15 17:15:56 -08:00
Cheng Zhao
b0a414ea83
Upgrade brightray
2014-12-12 14:50:39 -08:00
Cheng Zhao
d8d9dea792
Upgrade node to fix failed call to LoadLibrary
2014-12-11 18:33:39 -08:00
Cheng Zhao
409f2b4d0f
win: Fix compilation errors
2014-12-10 14:17:07 -08:00
Cheng Zhao
1cdbb6f186
Upgrade brightray to fix running on Mac
2014-12-09 22:40:26 -08:00
Cheng Zhao
cefc846e9e
linux: Upgrade breakpad to fix building
2014-12-09 17:05:18 -08:00
Cheng Zhao
7d1830d014
Upgrade node to bump node module version
2014-12-09 15:49:17 -08:00
Cheng Zhao
7bc364a374
Upgrade node for new V8 API
2014-12-07 13:09:50 -08:00
Cheng Zhao
ba347f6460
mac: Fix crash reporting on Yosemite
2014-12-07 08:56:59 -08:00
Cheng Zhao
d309fd5a27
Update printing code
2014-12-07 06:55:40 -08:00
Cheng Zhao
6d32db32ef
Upgrade node, fixes #843
2014-12-04 12:17:36 -08:00
Cheng Zhao
357f5f9781
Upgrade brightray
2014-12-04 11:45:02 -08:00
Cheng Zhao
03f19bea6b
Upgrade brightray for #849
2014-11-25 21:24:40 +08:00
Ryan Prichard
73ee24bd98
Move Linux pkg-config dependencies from atom-shell to brightray.
2014-11-24 03:27:24 -08:00
Cheng Zhao
cd5007cfa1
linux: Set WM_CLASS for devtools window
2014-11-24 16:04:41 +08:00
Cheng Zhao
b2aaffa921
Upgrade node, fixes #843
2014-11-24 14:46:36 +08:00
Cheng Zhao
869e086a41
Revert "Upgrade node for #811 "
...
This reverts commit a96618e5cd
.
2014-11-14 20:50:19 +08:00
Cheng Zhao
a96618e5cd
Upgrade node for #811
2014-11-14 17:17:42 +08:00
Cheng Zhao
fea5559fbc
Upgrade node, fixes #634
2014-11-06 21:27:16 +08:00
Cheng Zhao
185d3a7c02
Upgrade brightray for #646
2014-11-06 19:09:10 +08:00
Cheng Zhao
77724345c4
Upgrade brightray, fixes #769
2014-11-04 10:01:17 +08:00
Cheng Zhao
4ebe58df57
Also add closeDevTools and isDevToolsOpened for webview
2014-11-03 22:12:56 +08:00
Cheng Zhao
accd08a2bf
Show devtools for guest page in undocked mode
2014-11-03 21:48:25 +08:00
Cheng Zhao
a4a390b2cc
Upgrade brightray to handle localized string
2014-10-31 19:42:36 +08:00
Cheng Zhao
c0cd8fca80
Upgrade native_mate, fixes #660
2014-10-30 21:55:03 +08:00
Cheng Zhao
25f69df341
Throw error when BrowserWindow is created before app is ready
2014-10-30 21:32:35 +08:00
Cheng Zhao
b3dc0bc57e
Upgrade brightray
2014-10-27 16:47:38 +08:00
Cheng Zhao
e4a71b86df
Caching object templates for Event, fixes #705
2014-10-17 13:53:18 +08:00
Cheng Zhao
69a89303d0
Fix building on Linux
2014-10-13 11:03:56 +08:00
Cheng Zhao
13e5cf32d5
Upgrade brightray for Chrome 38
2014-10-11 19:11:07 +08:00
Cheng Zhao
11d9e522d5
Update node for V8 changes
2014-10-11 19:10:57 +08:00
Cheng Zhao
909f1bcf3c
Upgrade brightray
2014-10-08 01:34:24 +00:00
Cheng Zhao
5dfbaebd4c
Upgrade brightray
2014-10-06 11:23:53 +08:00
Cheng Zhao
5df1716144
Upgrade brightray
2014-10-01 15:26:16 +08:00
Cheng Zhao
e316e4a267
Upgrade node to v0.11.4, fixes #669
2014-09-30 23:14:25 +08:00
Cheng Zhao
9d84f139eb
Merge pull request #665 from atom/asar
...
Support loading apps in asar format
2014-09-30 20:53:38 +08:00
Cheng Zhao
72fc1e8dc6
Increase node_module_version, fixes #533
2014-09-30 20:32:14 +08:00
Cheng Zhao
0d09143a77
Add JavaScript bindings of asar::Archive.
2014-09-24 11:10:07 +08:00
Cheng Zhao
9c9a306095
Upgrade brightray.
2014-09-09 18:33:22 +08:00
Cheng Zhao
bda317b000
views: Set devtools window's icon, fixes #429 .
2014-09-09 15:30:33 +08:00
Cheng Zhao
33b94edcf0
Use PersistentDictionary to store web perferences.
2014-09-09 14:13:21 +08:00
Cheng Zhao
3b95f49a14
Upgrade node to fix child_process.fork.
2014-09-01 22:32:58 +08:00
Cheng Zhao
9546120ce4
linux: Fix API changes of Chrome 37.
2014-09-01 20:10:14 +08:00
Cheng Zhao
48a5591508
Upgrade brightray.
2014-09-01 19:18:45 +08:00
Cheng Zhao
55003716aa
Upgrade node for Chrome 37.
2014-09-01 15:08:19 +08:00
Cheng Zhao
fe88330e87
Upgrade brightray to Chrome 37.
2014-09-01 13:59:01 +08:00
Cheng Zhao
8051ad8b2a
Add support for chrome.extension API in devtools extension.
2014-08-28 12:54:19 +08:00
Cheng Zhao
f1e72914f5
Update brightray for devtools zooming.
2014-08-26 15:11:26 +08:00
Cheng Zhao
af0a5744f2
Upgrade brightray for new URLRequestContextGetter interface.
2014-08-20 15:30:43 +08:00
Cheng Zhao
27f07974e0
Add --proxy-server and --no-proxy-server switches.
2014-08-20 11:57:15 +08:00
Cheng Zhao
86dd8e2dfa
docs: Document the chrome command switches we support.
2014-08-15 13:06:52 +08:00
Cheng Zhao
226cbda7a6
Avoid creating our own URLRequestContextGetter.
2014-08-13 17:40:31 +08:00
Cheng Zhao
89539ca15e
Update brightray.
2014-08-11 23:23:27 +08:00
Cheng Zhao
c55f6d82d8
Update brightray for devtools experiments.
2014-08-11 10:52:54 +08:00
Cheng Zhao
b4f00f3b40
Update with new ScopedPersistent interface.
2014-08-10 21:19:07 +08:00
Cheng Zhao
f60d8066f8
Use the function converter from native_mate.
2014-08-10 19:14:20 +08:00
Cheng Zhao
441ee0d978
Update brightray.
2014-08-08 20:41:24 +08:00