Граф коммитов

2139 Коммитов

Автор SHA1 Сообщение Дата
Aleksei Kuzmin b7f25a5457 Update common/chromium/blink_local_frame.patch
The Great Blink mv for source files
2018-09-11 10:33:04 +02:00
Aleksei Kuzmin ba260e9ae4 Update common/chromium/blink_file_path.patch
The Great Blink mv for source files
2018-09-11 10:33:04 +02:00
Aleksei Kuzmin 926dad610c Update common/chromium/accelerator.patch 2018-09-11 10:33:04 +02:00
Aleksei Kuzmin 64043596ae Remove webrtc patches that are already available in Chromium 67.0.3396.99 2018-09-11 10:33:04 +02:00
Aleksei Kuzmin 4023f4c09c Remove V8 backports that are already available in 6.7.288.46 2018-09-11 10:33:04 +02:00
Aleksei Kuzmin 9536e4a0ce Remove Chromium backports that are already available in 67.0.3396.99 2018-09-11 10:33:04 +02:00
Aleksei Kuzmin d5da33dfb9 Update chromium/dcheck.patch
The Great Blink mv for source files
2018-09-11 10:33:04 +02:00
Aleksei Kuzmin 4476419ba5 Update chromium/dcheck.patch
Create separate files for RWHVMac and RWHVCocoa
https://chromium-review.googlesource.com/969404
2018-09-11 10:33:04 +02:00
Aleksei Kuzmin 3eebf1823f Update chromium/dcheck.patch
Trivial patch fixes.
2018-09-11 10:33:04 +02:00
Aleksei Kuzmin ed98c5ddbc Use Chromium 67.0.3396.99 2018-09-11 10:33:04 +02:00
Jeremy Apthorp 3a2bb10ec3
chore: revert backport of legacy OCSP APIs in boringssl (#684)
This reverts commit 714d2ea890 (PR #628).
2018-09-10 17:46:36 -07:00
John Kleinschmidt 43f34e71e7
Merge pull request #680 from electron/remove-ci-builds
ci: remove all CI builds
2018-09-10 09:48:39 -04:00
Robo bb23335af2 build: [gn] add patch to fix devtools security tab (#681) 2018-09-10 15:21:42 +02:00
Aleksei Kuzmin 7cfa31a13c ci: remove all CI builds
Libcc sources are now used to build Electron
in the `electron/electron` repo.
2018-09-08 23:52:01 +02:00
Cheng Zhao f3a3f58828 fix: do not let Chromium manage webview's frame's lifetime (#676) 2018-09-07 08:47:22 -07:00
Charles Kerr d2ffd8ab4b fix: workaround for X11ErrorTrackers issue (#673)
* fix: workaround for X11ErrorTrackers issue

* fix: use a diff root consistent with other patches

* fix: broken patch

* fix: filename broken after 'git mv'
2018-09-05 22:52:09 -07:00
Samuel Attard 6609029d43
fix: add patch for blink initialization order (#672) 2018-09-06 03:08:23 +10:00
Robo 65e44d0b8a build: [gyp] cdm key system support behind flag (#671) 2018-09-04 10:40:37 +02:00
Alexey Kuzmin a664c7088a
build: clean up git related scripts (#663) 2018-08-31 17:41:57 +02:00
Shelley Vohr af1cf648ce
feat: implement ArrayBuffer realloc (#670)
* feat: implement ArrayBuffer realloc

* fix indentation
2018-08-30 13:30:47 -07:00
Robo e5fd4311b9 build: [gyp] explicitly override rtc_use_h264 (#667) 2018-08-30 14:28:41 -05:00
Robo 95233322d2 fix: Re-enable GPU acceleration for recent VMWare drivers (#665) 2018-08-28 10:33:42 -07:00
Robo 5db50d4918 build: [gn] COMPONENT_EXPORT some pepper flash classes (#664)
* build: [gn] COMPONENT_EXPORT some pepper flash classes

* build: [gyp] convert pepper_flash target into a component
2018-08-28 16:24:29 +02:00
Alexey Kuzmin 99c3a9966a
build: disable a DCHECK in viz::ServerSharedBitmapManager (#662)
It gets constantly triggered on Windows CI, e.g.
https://windows-ci.electronjs.org/project/AppVeyor/electron-i8wjp/build/1.0.91
We expect that backporting of https://chromium-review.googlesource.com/802574
should fix it.
2018-08-27 00:14:44 +03:00
Shelley Vohr 278da7d9ba
Revert "fix: implement ArrayBuffer Realloc (#625)" (#661)
This reverts commit 5fe4b309ea.
2018-08-23 22:32:55 -07:00
Robo c85470a1c3 fix: allow content_browser service to access GeolocationControl interface from device service (#659) 2018-08-22 08:55:18 -07:00
Shelley Vohr 5fe4b309ea
fix: implement ArrayBuffer Realloc (#625)
* fix: implement ArrayBuffer Realloc

* fix indentation
2018-08-21 16:07:48 -07:00
John Kleinschmidt f71406596b
Merge pull request #658 from electron/commit-patches-in-groups
perf: commit our patches in batches instead of 1 by 1
2018-08-21 17:27:45 -04:00
Samuel Attard 392a5c0985 perf: commit our patches in batches instead of 1 by 1 2018-08-21 11:56:03 -07:00
Zac Walker 00cce7a094 build: ignore comparison differences between res files (#657) 2018-08-20 06:58:54 -06:00
Alexey Kuzmin 7e5528dd18 Fix Chromium tests compilation with Electron patches (#655) 2018-08-17 13:57:34 -07:00
Shelley Vohr 9da815f4a6
fix: add patch to re-enable osr MouseWheelPhaseHandler (#649)
* fix: add patch to re-enable osr MouseWheelPhaseHandler

* fix yaml format

* fix patch application

* fix _ => -
2018-08-17 10:39:47 -07:00
John Kleinschmidt 48e24b7798
Merge pull request #648 from electron/sccache-windows
build: Enable sccache for Windows
2018-08-16 17:01:25 -07:00
Alexey Kuzmin 5ff3486fc0
build: add optional --project-root arg for the patching related scripts (#653)
It is necessary because we have different folders hierarchy
in the traditional build setup with libchromiumcontent being a separate repo
and in the gn-based build with libchromiumcontent repo checked out inside the src/.
2018-08-16 14:11:33 -07:00
John Kleinschmidt 1755d964d2 Enable sccache for Windows
Allow passing of cc_wrapper for Windows GN builds
2018-08-15 16:44:30 -07:00
John Kleinschmidt 8d7a3cb92d
Merge pull request #647 from electron/commmit-patches
build: optionally commit patches after they have been applied
2018-08-15 11:12:56 -07:00
Robo 3eb82a19c6 build:[gyp] ship //net:extras for component build (#651) 2018-08-15 08:43:37 -07:00
Shelley Vohr 860518f0da
chore: add PR template (#650) 2018-08-15 08:34:38 -07:00
Aleksei Kuzmin ea761327d7 Add an option to commit patches after they have been applied 2018-08-14 22:30:46 -07:00
Aleksei Kuzmin f3e36be426 Replace "owners" field by "author" in the .patches.yaml files 2018-08-14 21:57:00 -07:00
Samuel Attard a1654c8983 ignore: testing roller 2018-08-14 08:58:55 -07:00
Samuel Attard 3db2dafc31 ignore: testing roller 2018-08-14 08:58:43 -07:00
John Kleinschmidt d6411e421b Use VS2017 15.4.5 (#645)
Use Visual Studio 2017 15.4.5 instead of vs2017-15.7.4

(cherry picked from commit ff3f2a71da)
2018-08-14 00:32:32 -07:00
Samuel Attard 2d2af2179f ignore: testing roller 2018-08-13 23:51:40 -07:00
Samuel Attard 6a6d237e71 ignore: testing roller 2018-08-13 23:49:51 -07:00
Samuel Attard bf40ac5644 ignore: testing roller 2018-08-13 18:04:42 -07:00
Samuel Attard cd1d015471 ignore: testing roller 2018-08-13 18:01:11 -07:00
Aleksei Kuzmin 888715cd8c Update paths in the crashpad patch 2018-08-13 17:53:35 -07:00
Jeremy Apthorp 48aaa83001
fix: [gn] port crashpad patch from fork to patch (#620)
Since the GN build uses the crashpad that's referenced by Chromium's
DEPS, port over the one semantic change from Electron's crashpad fork to
be a patch.
2018-08-08 10:49:01 -07:00
John Kleinschmidt 30ff92d3b7
Merge pull request #612 from electron/revert-591
Revert "fix: backport of process metrics fix from chromium (#591)"
2018-08-08 09:55:04 -04:00