deepak1556
|
c9b314d43c
|
renderer: generate net error strings when requested
|
2016-05-21 10:21:15 +05:30 |
|
Cheng Zhao
|
c740438032
|
Rename webFrame.purgeCaches to webFrame.clearCache
This matches the name of session.clearCache.
|
2016-05-14 22:48:25 +09:00 |
|
Cheng Zhao
|
7459581d13
|
Fix cpplint warnings
|
2016-05-14 22:40:18 +09:00 |
|
Paul Betts
|
652913f8d6
|
Just return the type directly
|
2016-05-13 10:54:10 -07:00 |
|
Paul Betts
|
d83c36e0fd
|
Add a way to drop all cached memory
|
2016-05-13 10:54:10 -07:00 |
|
Paul Betts
|
22a3765394
|
Wire up a new method in web frame
|
2016-05-13 10:54:10 -07:00 |
|
Cheng Zhao
|
bb5b30b8a0
|
It is not allowed to run scripts in DidCreateDocumentElement
|
2016-05-13 11:12:01 +09:00 |
|
Cheng Zhao
|
73223fe5c3
|
Upgrade to Node v6
|
2016-05-13 11:12:01 +09:00 |
|
Cheng Zhao
|
35d9e37220
|
Simplify the check for web_frame_widget
|
2016-05-13 11:11:50 +09:00 |
|
Brian R. Bondy
|
e8c4fb6903
|
setBaseBackgroundColor moved to WebFrameWidget
|
2016-05-13 11:11:50 +09:00 |
|
Cheng Zhao
|
df397dab30
|
Add scrollBounce option and disable it by default
|
2016-05-06 14:57:43 +09:00 |
|
Cheng Zhao
|
272592415d
|
Fix building on non-mac
|
2016-04-25 10:34:41 +09:00 |
|
Cheng Zhao
|
2ae52d0ff4
|
Make Wrappable a template class
|
2016-04-25 10:17:54 +09:00 |
|
Cheng Zhao
|
17446f4284
|
Make sure every page will get a script context created
|
2016-04-12 15:11:10 +09:00 |
|
Cheng Zhao
|
cb470cb94b
|
Use BrowserWindow's backgroundColor as renderer view's background color
|
2016-04-02 20:46:50 +09:00 |
|
Cheng Zhao
|
c307478d5d
|
Merge pull request #4892 from deepak1556/v8_util_patch
common: use v8::private symbols as identifiers for object properties
|
2016-03-31 10:22:23 +09:00 |
|
Cheng Zhao
|
e401335ebb
|
Get rid of the global_env
|
2016-03-27 19:21:12 +09:00 |
|
Cheng Zhao
|
896ea7b79d
|
Do not create dummy node environment
There is a bug in V8 that using Private in a dummy environment would
result in crash.
|
2016-03-27 19:16:26 +09:00 |
|
Robo
|
5fccbfc7c6
|
common: use v8::private symbols as identifiers for object properties
|
2016-03-24 01:24:01 +05:30 |
|
Robo
|
fd53a4b24d
|
modify default background for all render views
|
2016-03-14 19:26:20 +05:30 |
|
Robo
|
f8f3fba433
|
webview: allow setting background color
|
2016-03-14 15:01:36 +05:30 |
|
Cheng Zhao
|
5fae63a2f5
|
Fix compilation errors on OS X
|
2016-03-10 17:06:21 +09:00 |
|
Paul Betts
|
4503aafe64
|
int32 => int32_t
|
2016-03-10 17:06:21 +09:00 |
|
Paul Betts
|
d2944c62a5
|
basictypes.h => macros.h
|
2016-03-10 17:06:21 +09:00 |
|
Kevin Sawicki
|
70aa9b06ee
|
Move JavaScript to root lib/ folder
|
2016-03-08 11:14:21 -08:00 |
|
Cheng Zhao
|
e152b8850c
|
Merge pull request #4665 from christoth/christoth-webview-flexbox
Use flexbox layout for browserplugin
|
2016-03-06 15:36:20 +09:00 |
|
Kevin Sawicki
|
f460d81dd0
|
Allow remote member functions to be deleted
|
2016-03-04 15:51:17 -08:00 |
|
Kevin Sawicki
|
610a503188
|
Make member functions writable
|
2016-03-04 15:49:46 -08:00 |
|
christoth
|
fed77d1837
|
Use flexbox layout for browserplugin
|
2016-03-03 17:22:20 -05:00 |
|
Robo
|
1235907835
|
run webframe methods for webview in its context
|
2016-02-26 05:14:45 +05:30 |
|
Robo
|
8386baf267
|
add spec
|
2016-02-25 11:46:30 +05:30 |
|
Robo
|
a734326907
|
track async api requests
|
2016-02-25 11:45:59 +05:30 |
|
Robo
|
2b547bd44a
|
webContents: provide responses for executeJavscript method
|
2016-02-25 11:45:59 +05:30 |
|
Robo
|
6fcc197db8
|
webview: api to get webcontents and associated host webcontents
|
2016-02-24 11:55:15 +05:30 |
|
Cheng Zhao
|
fe7462b352
|
No longer needs cache for methods of remote
Refs #4517.
|
2016-02-22 13:05:58 +08:00 |
|
Cheng Zhao
|
67324ce732
|
Keep the prototype chain in remote objects
|
2016-02-22 12:35:51 +08:00 |
|
Robo
|
0d77fd4a2c
|
remote: return webcontents instance from cache
|
2016-02-18 17:40:10 +05:30 |
|
Kevin Sawicki
|
042825e8fb
|
emmitted -> emitted
|
2016-02-11 13:32:34 -08:00 |
|
Kevin Sawicki
|
bad4816976
|
Expand error message
|
2016-02-11 13:28:33 -08:00 |
|
Kevin Sawicki
|
674af4211c
|
Use interpolated string
|
2016-02-11 13:28:33 -08:00 |
|
Kevin Sawicki
|
42a8674cea
|
Add missing semicolon
|
2016-02-11 13:28:33 -08:00 |
|
Kevin Sawicki
|
8cacd0b931
|
Throw custom error when WebView API is unavailable
|
2016-02-11 13:28:33 -08:00 |
|
Cheng Zhao
|
47de3f3f24
|
Fix failing specs
|
2016-02-03 00:05:27 +08:00 |
|
Cheng Zhao
|
bc196c016b
|
Do process.emit('exit') in WillReleaseScriptContext
|
2016-02-02 23:47:19 +08:00 |
|
Cheng Zhao
|
ffcf609de1
|
Ensure only main frame get notifications
|
2016-02-02 23:44:33 +08:00 |
|
Cheng Zhao
|
4b67ff9534
|
Override WillReleaseScriptContext
|
2016-02-02 23:38:49 +08:00 |
|
yan
|
035c1dd5a1
|
Fix 'user strict' typo
|
2016-02-01 11:46:02 -08:00 |
|
Cheng Zhao
|
77cf30f758
|
Revert "renderer: dont fork the process when there is server redirect"
This reverts commit ab9d1bf97e .
|
2016-01-29 11:52:31 +08:00 |
|
Cheng Zhao
|
bbf622187c
|
Merge pull request #4178 from deepak1556/webview_blinkfeatures_attributes_patch
webview: add blinkfeatures attribute
|
2016-01-21 15:03:33 -07:00 |
|
Cheng Zhao
|
56e8ddbdaf
|
Merge pull request #4186 from CharlieHess/webview-load-url
Expose loadURL for the webview tag.
|
2016-01-21 14:53:32 -07:00 |
|