Kevin Sawicki
|
5b1d5b39a2
|
Set automatic via else block
|
2017-03-10 10:11:56 -08:00 |
|
Kevin Sawicki
|
3349e32196
|
Verify selectedIndex to prevent NSRangeException
|
2017-03-10 10:09:18 -08:00 |
|
Kevin Sawicki
|
3b2faf7b89
|
Add initial TouchBarSegmentedControl spec
|
2017-03-10 10:04:22 -08:00 |
|
Kevin Sawicki
|
458e4be77c
|
Add forward declaration for 10.12 API
|
2017-03-10 09:53:47 -08:00 |
|
Samuel Attard
|
bfe63d7a88
|
Fix linting
|
2017-03-10 17:56:26 +11:00 |
|
Samuel Attard
|
e6a66b6006
|
Add docs for segmented control touch bar item
|
2017-03-10 17:50:23 +11:00 |
|
Samuel Attard
|
1c027c526b
|
Add segmented control implementation
|
2017-03-10 17:40:39 +11:00 |
|
Kevin Sawicki
|
85d66d2413
|
Merge pull request #8882 from electron/list-modules-in-separate-files
Refactor electron exports to keep module list in separate files
|
2017-03-09 15:36:02 -08:00 |
|
Thiago de Arruda
|
44bd93589a
|
Refactor electron exports to keep module list in separate files
|
2017-03-09 19:08:01 -03:00 |
|
Kevin Sawicki
|
e79a22da5d
|
Merge pull request #8883 from electron/pass-crash-reporter-upload-parameter
Pass `uploadToServer` parameter to linux crash reporter
|
2017-03-09 12:59:35 -08:00 |
|
Thiago de Arruda
|
e03e37e984
|
Pass uploadToServer parameter to linux crash reporter
|
2017-03-09 17:23:52 -03:00 |
|
Kevin Sawicki
|
14e8e463b3
|
Merge pull request #8864 from electron/zoom_controller_webview_patch
browser: track origin zoom with HostZoomMap
|
2017-03-09 11:27:34 -08:00 |
|
Kevin Sawicki
|
14b548f27a
|
Merge pull request #8858 from electron/native-image-add-representation
Add nativeImage.addRepresentation API
|
2017-03-09 10:49:19 -08:00 |
|
Kevin Sawicki
|
f19998ef4c
|
Add more default values
|
2017-03-09 10:26:44 -08:00 |
|
Kevin Sawicki
|
2946f624ac
|
Add spec for adding representation to existing image
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
089bfd2cd2
|
Document nativeImage.addRepresentation(options)
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
6e977cbc3a
|
Assert emptiness and size of built up images
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
7e039d92ec
|
Support adding representation from data URL
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
d67863aa9f
|
Add addRepresentation buffer support
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
17b70670f8
|
Add initial NativeImage.addRepresentation specs
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
783b5e84f4
|
Merge pull request #8866 from jkleinsc/master
Add WebRTCIPPolicy setting to webContents
|
2017-03-09 09:55:08 -08:00 |
|
Kevin Sawicki
|
ff5081816f
|
Remove unneeded done call
|
2017-03-09 09:53:01 -08:00 |
|
John Kleinschmidt
|
3c74404a3e
|
Updated docs.
|
2017-03-09 09:54:09 -05:00 |
|
John Kleinschmidt
|
d5a658bbe4
|
Fixed pass by reference and added spec
|
2017-03-08 22:06:26 -05:00 |
|
Kevin Sawicki
|
c004cf0894
|
Merge pull request #8870 from electron/touch-bar-links
Add more links to touch bar docs
|
2017-03-08 13:16:09 -08:00 |
|
Kevin Sawicki
|
dcfab1b6a0
|
Link more touch bar params
|
2017-03-08 13:04:55 -08:00 |
|
John Kleinschmidt
|
950e3436c2
|
Removed webrtcippolicy attribute from webview
|
2017-03-08 13:52:04 -05:00 |
|
John Kleinschmidt
|
1c2a78a896
|
Add WebRTCIPPolicy setting to webContents and webview
Resolves #8777
Code to set and get the policy come from the muon framework code:
https://github.com/brave/muon/blob/master/atom/browser/api/atom_api_web_
contents.cc#L1324...L1343
|
2017-03-08 10:15:48 -05:00 |
|
deepak1556
|
224ffe44aa
|
add spec
|
2017-03-08 19:16:55 +05:30 |
|
deepak1556
|
b5cfa2e92d
|
track host zoom levels with HostZoomMap
|
2017-03-08 19:03:43 +05:30 |
|
Kevin Sawicki
|
4f817873f1
|
Merge pull request #8849 from electron/to-data-url-scale-factor
Support scale factor in more NativeImage APIs
|
2017-03-07 12:55:56 -08:00 |
|
Kevin Sawicki
|
31cae8e1aa
|
Add more scale factor specs
|
2017-03-07 12:34:31 -08:00 |
|
Kevin Sawicki
|
8852b128ec
|
Add GetScaleFactorFromOptions helper
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
6d5fbe6be2
|
Document scale factor option
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
82a81bb26e
|
Support scale factor to buffer APIs
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
e4ead6d018
|
Remove hasRepresentation and just use 1x png result
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
c11cdf321b
|
Support toPNG on image without 1x representation
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
8bc65ef495
|
Add failing spec for toPNG with scale factor
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
86babdd412
|
Remove unused include
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
50ade57700
|
Add more hasRepresentation asserts
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
0bbbeb307e
|
Support toDataURL without 1x representation
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
8eaf48e552
|
Add spec for 1x1 PNG data URL
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
b46e48cae1
|
Add failing toDataURL spec
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
c0d57d609e
|
Merge pull request #8845 from electron/promise-resolve-assignment
Assign Promise.resolve to constant
|
2017-03-07 12:27:40 -08:00 |
|
Kevin Sawicki
|
dbe9893d29
|
Assign Promise.resolve to constant
|
2017-03-07 12:10:09 -08:00 |
|
Kevin Sawicki
|
e0260d6f53
|
Bump v1.6.3
|
2017-03-07 09:49:39 -08:00 |
|
Kevin Sawicki
|
5b8fcb740c
|
Merge pull request #8856 from electron/touch-bar-experimental
Mark TouchBar API as experimental
|
2017-03-07 09:48:59 -08:00 |
|
Kevin Sawicki
|
bb8d42f1e1
|
Mark TouchBar as experimental
|
2017-03-07 09:42:45 -08:00 |
|
Kevin Sawicki
|
8d512de157
|
Merge pull request #8851 from joaomoreno/joaomoreno-patch-1
Update `ses.resolveProxy` return type
|
2017-03-07 09:35:29 -08:00 |
|
Samuel Attard
|
f97066511f
|
Capitalize type
|
2017-03-07 21:25:40 +11:00 |
|