Cheng Zhao
|
676a389ecd
|
Add new network parameters needed by chrome53
|
2016-09-07 17:54:55 +09:00 |
|
Cheng Zhao
|
2bb774996b
|
Link with d3d11.lib
|
2016-09-06 19:54:49 +09:00 |
|
Cheng Zhao
|
ab14221a85
|
Fix API changes of Chrome 53
|
2016-09-06 17:22:52 +09:00 |
|
Cheng Zhao
|
bff2d41e73
|
Update libchromiumcontent to Chrome 53
|
2016-09-06 17:22:44 +09:00 |
|
Cheng Zhao
|
db6f2462c0
|
Update libchromiumcontent
|
2016-09-01 19:12:33 +09:00 |
|
Cheng Zhao
|
46644d1789
|
Merge pull request #245 from electron/upgrade-clang
Upgrade clang.
|
2016-08-12 17:37:14 +09:00 |
|
Haojian Wu
|
c3049688b8
|
Disable -Wundefined-var-template.
|
2016-08-11 20:57:17 +02:00 |
|
Cheng Zhao
|
0060cd5b1b
|
Update libchromiumcontent to latest
|
2016-08-08 20:17:22 +09:00 |
|
Cheng Zhao
|
900225bb03
|
Put definetion of GetCookieableSchemes in .cc to match other methods
|
2016-08-05 16:23:31 +09:00 |
|
Cheng Zhao
|
5ecefd298a
|
Merge pull request #244 from deepak1556/cookieable_schemes_patch
allow additional schemes that should support cookies
|
2016-08-05 16:19:13 +09:00 |
|
Cheng Zhao
|
03e2250638
|
Fix building under linux
|
2016-08-04 16:40:13 +09:00 |
|
Cheng Zhao
|
1a80cb22b7
|
Show label for offscreen webview
|
2016-08-04 16:35:09 +09:00 |
|
deepak1556
|
e96b224307
|
allow delegate to provide cookieable schemes
|
2016-08-04 12:21:54 +05:30 |
|
deepak1556
|
826fbf3e21
|
allow additional schemes that should support cookies
|
2016-08-03 15:52:09 +05:30 |
|
Cheng Zhao
|
e644e883ba
|
Merge pull request #243 from MaxWhere/master
Offscreen rendering support for Electron
|
2016-08-03 09:24:31 +09:00 |
|
Heilig Benedek
|
bc5fff148e
|
Merge branch 'master' of https://github.com/MaxWhere/brightray
|
2016-08-01 13:16:57 +02:00 |
|
Cheng Zhao
|
10ea1606df
|
Load 200 DPI resources on Linux
|
2016-07-29 10:50:48 +09:00 |
|
Heilig Benedek
|
f28fb3838c
|
add gl2chromium headers too direct dependent settings so we don't have to copy anymore : )
|
2016-07-29 01:17:59 +02:00 |
|
Heilig Benedek
|
97b153fce6
|
fix for offscreen and added khronos
|
2016-07-28 02:11:57 +02:00 |
|
Heilig Benedek
|
ecef83f8f5
|
added khronos and fix for offscreen
|
2016-07-28 02:07:37 +02:00 |
|
Cheng Zhao
|
c00dfcdd6a
|
Merge pull request #239 from deepak1556/pref_init_patch
bring back fix from #152
|
2016-07-27 08:53:23 +09:00 |
|
deepak1556
|
de692c9896
|
bring back fix from #152
|
2016-07-26 16:32:14 +05:30 |
|
Cheng Zhao
|
f3b85e915d
|
Merge pull request #238 from deepak1556/devtools_file_input_patch
allow delegate to handle file and color chooser
|
2016-07-25 16:07:57 +09:00 |
|
Cheng Zhao
|
2b87813ed3
|
Load a few more pak files
|
2016-07-25 11:10:20 +09:00 |
|
deepak1556
|
caba44ab6c
|
allow delegate to handle file and color chooser
|
2016-07-22 21:09:55 +05:30 |
|
Cheng Zhao
|
06489342a9
|
Merge pull request #232 from electron/chrome52
Upgrade to Chrome 52
|
2016-07-22 08:38:28 -06:00 |
|
Cheng Zhao
|
b2546a2b34
|
Fix compilation error after merge
|
2016-07-21 06:03:11 -06:00 |
|
Cheng Zhao
|
4f3e9df055
|
Merge remote-tracking branch 'origin/master' into chrome52
|
2016-07-21 05:34:20 -06:00 |
|
Cheng Zhao
|
c0bfc56c5c
|
Merge pull request #237 from electron/undocked-focused-state
Fix IsDevToolsViewFocused on undocked windows
|
2016-07-13 10:39:51 +09:00 |
|
Kevin Sawicki
|
22b3b69e17
|
Return focus state of window web view when available
|
2016-07-12 14:03:08 -07:00 |
|
Cheng Zhao
|
6413a4c516
|
Move the ability to create BrowserContext to embedder
|
2016-07-12 21:39:23 +09:00 |
|
Cheng Zhao
|
240b5c42b4
|
Merge pull request #236 from electron/devtools-window-bounds
Allow devtools window to show on other screens
|
2016-07-11 15:10:23 +09:00 |
|
Cheng Zhao
|
f6171c53ca
|
Allow devtools window to show on other screens
|
2016-07-11 15:08:39 +09:00 |
|
Cheng Zhao
|
6dfd0518cd
|
Merge pull request #235 from electron/modernize-to-c11
Modernize to C++11
|
2016-07-11 09:03:09 +09:00 |
|
Haojian Wu
|
1d1dd6301a
|
Don't use auto to static variables.
|
2016-07-10 15:38:34 +02:00 |
|
Haojian Wu
|
3e041b2c91
|
Modernize C++11: Use override.
|
2016-07-10 13:22:54 +02:00 |
|
Haojian Wu
|
0cf7454d4b
|
Modernize to C++11 : use auto.
|
2016-07-10 13:12:33 +02:00 |
|
Haojian Wu
|
7474e5ec28
|
Modernize to C++11 : NULL => nullptr
|
2016-07-10 12:30:17 +02:00 |
|
Cheng Zhao
|
d6b1814065
|
Merge pull request #234 from electron/remove-unused-using-decls
Remove unused using decls.
|
2016-07-10 19:30:11 +09:00 |
|
Haojian Wu
|
b85c3b5e7f
|
Remove unused using decls.
|
2016-07-09 22:40:41 +02:00 |
|
Cheng Zhao
|
fd1448dd8b
|
Initialize MaterialDesignController
|
2016-07-05 09:41:05 +09:00 |
|
Cheng Zhao
|
0ae344e5cd
|
Fix building on Linux
|
2016-07-04 16:41:11 +09:00 |
|
Cheng Zhao
|
4afa3f7206
|
Add BrowserContext::GetRequestContext
|
2016-07-04 15:29:43 +09:00 |
|
Cheng Zhao
|
c1b07b3da9
|
Make it possible to include SkUserConfig.h
|
2016-07-04 15:06:58 +09:00 |
|
Cheng Zhao
|
d166ba9ed2
|
Disable compiler warning caused by blink
|
2016-07-04 15:06:15 +09:00 |
|
Cheng Zhao
|
4e9782897c
|
Update to API changes of Chrome 52
|
2016-07-04 15:06:05 +09:00 |
|
Cheng Zhao
|
8f7394a7b7
|
Upgrade to Chrome 52
|
2016-07-04 13:48:28 +09:00 |
|
Cheng Zhao
|
bf9d2b7fa9
|
Avoid adding WebContentsAudioMuted method
|
2016-07-02 16:53:48 +09:00 |
|
Cheng Zhao
|
b217fb07a6
|
Merge pull request #231 from MarshallOfSound/master
Patch OnWebNotificationAllowed to mark notifications as silent in muted WebContents
|
2016-07-02 07:44:30 +00:00 |
|
Cheng Zhao
|
b8ac95660f
|
Update to Chrome Update to Chrome 51.0.2704.106
|
2016-07-02 13:53:28 +09:00 |
|