electron/atom/common/api
Heilig Benedek 95696c9456 refactor: move text-to-speech out of chromium_src (#15024)
* chore: add tts patch and buildflag, makes tts work again

* chore: add tts patch and buildflag, makes tts work again

* fix: make things compile

* build: add relevant tts files for linux

* fix: update patch and patch description, should now compile on mac

* build: move chrome specific sources under chromium_src:chrome target

* build: enable_extensions again

We are depending on them, check `//electron/chromium_src:chrome` target
for more info.

* fix: update tts.patch to receive notifications about browser context destruction

* fix: extend browser process from chrome layer

The global state g_browser_process is shared between //chrome
and //electron.

* spec: add basic speech synthesis test

* spec: skip speech tests on ci

* build: fix compilation on windows
2018-10-11 08:52:12 -05:00
..
api_messages.h refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
atom_api_asar.cc refactoring: use std::make_unique<T> (#13245) 2018-06-18 16:32:55 +09:00
atom_api_clipboard.cc run clang-format 2018-04-16 15:08:17 -04:00
atom_api_clipboard.h remove html/rtf methods marked for 2.0 2018-02-20 08:41:58 -05:00
atom_api_clipboard_mac.mm Add find text support to clipboard 2016-10-25 14:15:54 +09:00
atom_api_crash_reporter.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_key_weak_map.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_native_image.cc fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
atom_api_native_image.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_native_image_mac.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
atom_api_shell.cc feat: add workingDirectory option to shell.openExternal() (#15065) 2018-10-10 22:46:54 +02:00
atom_api_v8_util.cc fix: use context counter as contextId 2018-07-19 11:00:10 -07:00
atom_bindings.cc SetFdLimit -> IncreaseFdLimitTo 2018-10-04 00:12:55 +02:00
atom_bindings.h feat: add process.takeHeapSnapshot() / webContents.takeHeapSnapshot() (#14456) 2018-09-18 11:00:31 -07:00
constructor.h Add LayoutManager/BoxLayout APIs 2018-05-24 15:36:29 +09:00
event_emitter_caller.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
event_emitter_caller.h clang-format atom files 2018-04-18 20:48:45 -04:00
features.cc refactor: move text-to-speech out of chromium_src (#15024) 2018-10-11 08:52:12 -05:00
locker.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
locker.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
object_life_monitor.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
object_life_monitor.h Fix context leak in ObjectLifeMonitor. 2017-04-28 11:21:53 -03:00
remote_callback_freer.cc refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
remote_callback_freer.h fix double-freeing remote references 2018-07-12 10:44:26 +09:00
remote_object_freer.cc refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
remote_object_freer.h fix double-freeing remote references 2018-07-12 10:44:26 +09:00