Robo
|
ad2baccefa
|
tools: pass custom template for js2c (#12593)
* Update node v9.7.0 ref
* tools: pass custom template to node/tools/js2c.py
|
2018-04-13 08:20:04 -04:00 |
|
Robo
|
c1404ff2c1
|
vendor: Update native mate to fix v8 DCHECK crash (#12534)
* update native_mate ref
* Remove MarkHighMemoryUsage api
|
2018-04-05 00:47:18 -05:00 |
|
deepak1556
|
e24c0dda5d
|
add features module to detect availability of build time features at runtime
|
2018-03-20 10:13:17 +03:00 |
|
Cheng Zhao
|
624e09533c
|
Avoid using deprecated skia size methods
|
2018-03-20 10:13:16 +03:00 |
|
deepak1556
|
719980a948
|
REVIEW: remove device emulation ipc dependecny on rvh
|
2018-03-20 10:13:15 +03:00 |
|
deepak1556
|
5684f8886f
|
REVIEW: move ipc use from rvh to rfh
|
2018-03-20 10:13:15 +03:00 |
|
Samuel Attard
|
41b9825f00
|
WebContents are no longer IPC Sender's
|
2018-03-20 10:08:58 +03:00 |
|
Samuel Attard
|
8664dd2139
|
Merge pull request #12190 from electron/fix-double-preload-master
Ensure that a document has been created before sending IPC messages
|
2018-03-14 10:34:05 +09:00 |
|
deepak1556
|
3cfe66e4c3
|
move ipc use from rvh to rfh
|
2018-03-09 15:01:09 +05:30 |
|
Cheng Zhao
|
e79b18762e
|
Enter context scope before InternalCallbackScope
|
2018-03-09 16:14:24 +09:00 |
|
Cheng Zhao
|
5d2452608d
|
Use InternalCallbackScope for ticking event loop
|
2018-03-09 15:23:40 +09:00 |
|
Shelley Vohr
|
1882b88c78
|
clean node ref and remove short circuit
|
2018-03-09 15:23:39 +09:00 |
|
Shelley Vohr
|
c8ef15cf40
|
update node::Environment::TickInfo calls
|
2018-03-09 15:23:39 +09:00 |
|
shelley vohr
|
0e5b6f9300
|
Upgrade to node v9.3.0 (#11507)
* update submodule refs for node v9.3.0
* Define "llvm_version" for Node.js build
* NODE_MODULE_CONTEXT_AWARE_BUILTIN -> NODE_BUILTIN_MODULE_CONTEXT_AWARE
* update NodePlatform to MultiIsolatePlatform
* fix linting error
* update node ref
* REVIEW: Explicitly register builtin modules
https://github.com/nodejs/node/pull/16565
* update libcc ref
* switch libcc to c62
* REVIEW: Address node api changes
- Always start the inspector agent for https://github.com/nodejs/node/pull/17085
- Set the tracing controller for node https://github.com/nodejs/node/pull/15538
- Isolate data creation now requires plaform https://github.com/nodejs/node/pull/16700
|
2018-02-23 10:22:00 +09:00 |
|
deepak1556
|
25d966110e
|
FIXME: PDF component IPC should be converted to Mojo.
https://codereview.chromium.org/2455543002
|
2018-02-23 10:21:23 +09:00 |
|
deepak1556
|
e03f7baa60
|
gfx::Image::SwapRepresentations is removed in favor of std::move
https://chromium-review.googlesource.com/c/chromium/src/+/588033
|
2018-02-23 10:21:23 +09:00 |
|
shelley vohr
|
7bcccdec41
|
remove atom-shell process name (#11979)
|
2018-02-20 10:33:38 -06:00 |
|
shelley vohr
|
6a3fde6e20
|
Merge pull request #11973 from electron/remove-clipboard-methods
Remove html/rtf methods marked for 2.0
|
2018-02-20 11:21:10 -05:00 |
|
shelley vohr
|
a2856db982
|
Remove nativeImage deprecated methods (#11978)
* remove deprecated nativeimage methods
* remove .only from spec
|
2018-02-20 09:15:27 -06:00 |
|
Shelley Vohr
|
e4e20d667b
|
remove html/rtf methods marked for 2.0
|
2018-02-20 08:41:58 -05:00 |
|
Shelley Vohr
|
fc025064f7
|
remove setExtraParameter for 2.0
|
2018-02-20 08:26:10 -05:00 |
|
Cheng Zhao
|
4298aecb7c
|
Merge pull request #11547 from electron/draggable_regions_patch
fix: draggable region ipc should be frame based
|
2018-01-07 21:15:50 +09:00 |
|
deepak1556
|
1d95241185
|
FIXME: refactor and remove usage of ScopedAllowIO where possible
|
2018-01-02 16:37:06 +09:00 |
|
deepak1556
|
99e26b8318
|
fix: draggable region ipc should be frame based
|
2018-01-01 22:54:02 +05:30 |
|
Aleksei Kuzmin
|
b9ed7380aa
|
Explicitly set alpha type of bitmaps with JPEG data to opaque
Actually fixes #11245.
|
2017-11-30 17:56:32 +01:00 |
|
Aleksei Kuzmin
|
89c1b8043f
|
Do not use SkBitmap.deepCopyTo() , it was removed
Copy of the `sk_tool_utils::copy_to()` is used instead.
Probsbly we should use the function itself.
|
2017-11-24 10:58:17 +09:00 |
|
Samuel Attard
|
fc265b7600
|
linter plz
|
2017-11-17 06:15:53 +11:00 |
|
Samuel Attard
|
bdbc6bb165
|
Clean up empty logic
|
2017-11-17 06:09:35 +11:00 |
|
Samuel Attard
|
57f934a806
|
Appease the linter
|
2017-11-15 18:24:18 +11:00 |
|
Samuel Attard
|
8a8f169628
|
Add comments and use ToLocal instead of ToLocalChecked
|
2017-11-15 18:24:18 +11:00 |
|
Samuel Attard
|
3c0b233d04
|
Fix line length in caller.cc
|
2017-11-13 11:42:42 +11:00 |
|
Samuel Attard
|
aa6b9a5025
|
Fix crash when emitting unhandled error on native EventEmitter
|
2017-11-13 03:03:58 +11:00 |
|
Shelley Vohr
|
24acd74d15
|
update deprecation warning
|
2017-11-01 22:23:33 -04:00 |
|
Shelley Vohr
|
3af83f1c97
|
add new method and mark setExtraParameter for deprecation
|
2017-11-01 21:57:43 -04:00 |
|
Shelley Vohr
|
7f89cd0774
|
remove const from non-member function
|
2017-10-31 23:55:22 -04:00 |
|
Shelley Vohr
|
93df164485
|
add const and other small edits
|
2017-10-31 23:42:25 -04:00 |
|
Shelley Vohr
|
3136f833a5
|
fixes and updates to GetParameters
|
2017-10-31 13:51:44 -04:00 |
|
Shelley Vohr
|
a9c13359dc
|
first attempt to add new GetParameters method to CrashReporter
|
2017-10-31 13:06:54 -04:00 |
|
Shelley Vohr
|
06075c4499
|
extrapolate removeExtraParameter into new method
|
2017-10-30 23:12:04 -04:00 |
|
Samuel Attard
|
2c7787900f
|
Follow style guide
|
2017-10-10 17:20:55 +11:00 |
|
Samuel Attard
|
9308c96f95
|
Appease the linting overlords
|
2017-10-10 17:17:51 +11:00 |
|
Samuel Attard
|
b5ba8699f3
|
Enable hsl shifting of named images
|
2017-10-10 17:05:13 +11:00 |
|
Samuel Attard
|
767a178bd1
|
Do not throw if the named image can not be found
|
2017-10-10 03:18:44 +11:00 |
|
Samuel Attard
|
e027ba9c47
|
Add nativeImage.createFromNamedImage API
|
2017-10-10 03:13:40 +11:00 |
|
Felix Rieseberg
|
9fcf7eb27c
|
🔧 Don't call GetIdleWakeupsPerSecond on Win
|
2017-10-03 10:21:31 -07:00 |
|
Cheng Zhao
|
894bcdf749
|
Merge pull request #9896 from ferreus/dev/vladimir_8017
Fix #8017: Crash copying cropped image to clipboard
|
2017-09-12 15:02:44 +09:00 |
|
Cheng Zhao
|
b2f3625eaa
|
Fix deprecated node::MakeCallback call
|
2017-08-29 14:19:23 +09:00 |
|
Kevin Sawicki
|
9d2aa6f1c7
|
Upgrade to node 8.2.0
|
2017-08-15 16:19:23 +03:00 |
|
Aleksei Kuzmin
|
f4411889a9
|
Fix free memory calculation.
https://codereview.chromium.org/2558043007
|
2017-08-15 16:19:21 +03:00 |
|
Aleksei Kuzmin
|
7a4ca08a8d
|
The Blink Rename
|
2017-08-15 16:19:20 +03:00 |
|