Cheng Zhao
|
f2c7943d42
|
Add WebContents.getOwnerBrowserWindow
|
2015-10-01 13:45:59 +08:00 |
|
Cheng Zhao
|
83c514001e
|
Move devtools API to WebContents
|
2015-10-01 11:25:31 +08:00 |
|
Cheng Zhao
|
7884a2319c
|
osx: Make draggable region work for window with hidden titlebar
|
2015-09-25 16:38:36 +08:00 |
|
Cheng Zhao
|
86f523d3c1
|
Move BeginFrameSubscription to WebContents
|
2015-09-18 15:57:43 +08:00 |
|
Cheng Zhao
|
42863e4700
|
Move SendInputEvent to WebContents
|
2015-09-18 14:20:31 +08:00 |
|
Cheng Zhao
|
9e7de78231
|
Fix cpplint warnings
|
2015-09-18 14:12:48 +08:00 |
|
Cheng Zhao
|
c550546ff1
|
Do not manually convert Object to WebInputEvent
|
2015-09-18 14:09:31 +08:00 |
|
Cheng Zhao
|
d7bac5a10b
|
Remove the offscreen-render option
We are going to move the APIs to WebContents
|
2015-09-18 12:15:13 +08:00 |
|
Cheng Zhao
|
ee0d48dc5a
|
Merge branch 'master' of https://github.com/MaxWhere/electron into MaxWhere-master
|
2015-09-18 12:01:33 +08:00 |
|
Heilig Benedek
|
ceef06b344
|
Renamed setOffscreenRender to begin/endFrameSubscription because the name was a bit misleading, and replaced the ArrayBuffer creation with a node::Buffer::New call.
|
2015-09-16 02:59:16 +02:00 |
|
Cheng Zhao
|
b72a5884f2
|
Add BrowserWindow.isDevToolsFocused
|
2015-09-15 11:43:45 +08:00 |
|
Heilig Benedek
|
b2af370249
|
Changed StringArray options to regular js objects with boolean values for better readability from the js side
|
2015-09-10 02:10:47 +02:00 |
|
Cheng Zhao
|
342e0c6cf7
|
Remove dead code
|
2015-09-06 11:13:41 +08:00 |
|
Cheng Zhao
|
0b97d58a6f
|
Move a few options in NativeWindow to web-preferences
|
2015-09-06 10:53:03 +08:00 |
|
Cheng Zhao
|
880dce950d
|
Move OverrideWebkitPrefs to WebContentsPreferences
|
2015-09-06 10:53:03 +08:00 |
|
Cheng Zhao
|
45491ca7ab
|
Fix API changes
|
2015-09-03 17:50:23 +09:00 |
|
Heilig Benedek
|
dbcd0a4235
|
Key event sending update.
|
2015-09-02 02:33:40 +02:00 |
|
Heilig Benedek
|
3dd3fd9200
|
Merge branch 'master' of https://github.com/brenca/electron
Conflicts:
atom/browser/api/atom_api_window.h
atom/browser/native_window.cc
|
2015-08-31 18:46:29 +02:00 |
|
Heilig Benedek
|
c59c0bd5b3
|
Mouse event handling and keyboard event handling (not totally working yet)
|
2015-08-31 18:32:33 +02:00 |
|
gellert
|
58081ca9e9
|
setOffscreenRender and api docs added
|
2015-08-29 00:45:00 +02:00 |
|
Heilig Benedek
|
e4c01f3187
|
Offscreen render support base
|
2015-08-27 11:22:39 +02:00 |
|
Cheng Zhao
|
a28f70e85c
|
Decouple TaskbarHost from NativeWindow
|
2015-08-06 11:10:34 +08:00 |
|
Haojian Wu
|
2f1cb8b52a
|
Expose NativeWindow.setThumbarButtons API to all platforms.
|
2015-08-05 22:30:05 +08:00 |
|
Haojian Wu
|
54af048f04
|
win: Add BrowserWindow.setThumbarButtons API.
|
2015-08-05 13:55:02 +08:00 |
|
Cheng Zhao
|
58b1172025
|
Avoid exposing data members to subclass
|
2015-08-05 12:46:32 +08:00 |
|
Cheng Zhao
|
58c0486236
|
Remove duplicate UpdateDraggableRegions
|
2015-08-05 12:32:22 +08:00 |
|
Cheng Zhao
|
df35700b94
|
Style fixes
* Use under_score for variable names in C++
* Use const& when possible
* Line length <= 80
|
2015-07-23 10:07:58 +08:00 |
|
Michael S. Barthelemy
|
6d25c81bd1
|
changes requested for pull request #2250 into electron master
|
2015-07-22 10:23:31 -04:00 |
|
Michael S. Barthelemy
|
d0c6176640
|
wrap lines to meet Travis CI build requirements
|
2015-07-16 14:45:27 -04:00 |
|
Michael S. Barthelemy
|
7cdfa44438
|
shorten names
|
2015-07-16 14:31:01 -04:00 |
|
Michael S. Barthelemy
|
10faf314d4
|
fix line length issue
|
2015-07-16 14:26:48 -04:00 |
|
Michael S. Barthelemy
|
666aca7803
|
add function maintainAspectRatioOfInteriorContent to BrowserWindow in order to enforce an aspect ratio for an electron window
|
2015-07-16 13:54:51 -04:00 |
|
Cheng Zhao
|
637b642837
|
Fix building on Windows
|
2015-06-26 12:04:15 +08:00 |
|
Cheng Zhao
|
9f52b11761
|
Remove NativeWindow::GetWebContents
|
2015-06-25 14:54:00 +08:00 |
|
Cheng Zhao
|
62c44ee47b
|
Rename CloseWebContents to RequestToClosePage
|
2015-06-25 13:27:51 +08:00 |
|
Cheng Zhao
|
e41b0d4d2c
|
Remove NativeWindow::ActivateContents
|
2015-06-25 13:18:36 +08:00 |
|
Cheng Zhao
|
afa9f30aac
|
Add InspectableWebContentsViewDelegate
|
2015-06-25 12:30:04 +08:00 |
|
Cheng Zhao
|
fb5fe7a714
|
Decouple WebContentsDelegate from NativeWindow
|
2015-06-25 11:07:23 +08:00 |
|
Cheng Zhao
|
5236b0c067
|
Don't create WebContents in NativeWindow
|
2015-06-25 09:47:57 +08:00 |
|
Cheng Zhao
|
2bfa9da82e
|
Store NativeWindow's weak ptr in WebContents
|
2015-06-24 22:14:46 +08:00 |
|
Cheng Zhao
|
87f44c42df
|
Handle close cancel in BeforeUnloadDialogCancelled
|
2015-06-24 21:28:36 +08:00 |
|
Cheng Zhao
|
b822a83bc2
|
Remove usages of NotificationObserver
|
2015-06-24 20:16:51 +08:00 |
|
Cheng Zhao
|
7d05a12ee9
|
Remove ActivateContents and DeactivateContents
|
2015-06-24 20:10:07 +08:00 |
|
Haojian Wu
|
47eac062f6
|
Expose Print API to webContents and webView.
Also move the print implementation from window to webContents.
|
2015-06-16 20:08:30 +08:00 |
|
Haojian Wu
|
6e099af5fe
|
Move PDF printing setting in JS part.
|
2015-06-16 20:07:43 +08:00 |
|
Haojian Wu
|
c0a6cb69bf
|
Move printToPDF API to WebContents.
Also expose in webview.
|
2015-06-16 20:06:52 +08:00 |
|
Haojian Wu
|
8572ccb807
|
Add callback function in printToPDF API.
|
2015-06-16 20:02:24 +08:00 |
|
Haojian Wu
|
ce8bbb689c
|
Add options to custom print settings in printToPDF API.
|
2015-06-16 20:02:24 +08:00 |
|
Haojian Wu
|
b360f7d86a
|
Add printToPDF API skeleton.
|
2015-06-16 20:02:23 +08:00 |
|
Cheng Zhao
|
8f9a109fa6
|
Implement HTML5 fullscreen in CommonWebContentsDelegate
|
2015-06-05 17:27:24 +08:00 |
|