Commit Graph

  • be73c6bb2e
    refactor: clean up prior utility process net tests Devraj Mehta 2023-12-15 21:40:29 -0500
  • 370e3c6083
    test: run net module tests in utility process individually Devraj Mehta 2023-12-15 17:19:10 -0500
  • 8619bd5027
    fix: add partition alloc check for MacOS 13/14+ (#40766) v29.0.0-alpha.5 trop[bot] 2023-12-15 12:00:58 -0800
  • e338d61ac2
    Merge pull request #2 from ayatweb/bump-appveyor-image Electro 2023-12-15 13:36:54 +0100
  • 4fdb9c541d
    Merge branch 'electron:main' into main Electro 2023-12-15 13:32:53 +0100
  • a2f638a22a fix: ignore all NODE_ envs from foreign parent Cheng Zhao 2023-12-15 12:35:10 +0900
  • 0816046d8d build: update appveyor image to latest version ayatweb 2023-12-15 08:16:32 +0000
  • 8634fd8712
    elektron.yml Lukáš Budínský 2023-12-15 07:40:52 +0100
  • a5ebfbaef8 fix: ignore all NODE_ envs from foreign parent Cheng Zhao 2023-12-15 12:35:10 +0900
  • 8e24960752
    fix: add partition alloc check for MacOS 13/14+ trop[bot] 2023-12-14 21:47:52 +0000
  • 95d094d75b
    fix: add partition alloc check for MacOS 13/14+ (#40757) v30.0.0-nightly.20231218 v30.0.0-nightly.20231215 Keeley Hammond 2023-12-14 13:47:31 -0800
  • 53bb415a68
    docs: add utility process net module limitations Devraj Mehta 2023-12-14 16:41:04 -0500
  • d4c46dd0e1
    Update tutorial-3-preload.md Nikhil Simon Toppo 2023-12-14 22:24:25 +0530
  • 666042aab2 chore: update patches PatchUp 2023-12-14 13:11:06 +0000
  • 34f8a57325
    chore: bump chromium in DEPS to 121.0.6167.16 electron-roller[bot] 2023-12-14 13:00:27 +0000
  • d4ab97678b
    chore: bump chromium in DEPS to 120.0.6099.110 electron-roller[bot] 2023-12-14 13:00:24 +0000
  • 05ffc946a1 Merge branch 'main' of https://github.com/ayatweb/electron Electro 2023-12-14 13:39:19 +0100
  • 09c99d0ac4
    Merge c4aa39812e into ba97679901 Tamás Zahola 2023-12-14 12:24:43 +0100
  • ba97679901
    ci: re-comment pdb.zip download in appveyor.yml (#40758) v30.0.0-nightly.20231214 Jeremy Rose 2023-12-14 03:24:05 -0800
  • 40e2d6e2f0
    fix: save to file option not working in performance tab of devtools (#40753) Robo 2023-12-14 17:56:04 +0900
  • 3bab18844f
    chore: remove unnecessary header include Devraj Mehta 2023-12-13 17:01:41 -0500
  • 805d33db94
    chore: remove test debugging Devraj Mehta 2023-11-21 14:55:15 -0500
  • ae385f8b6a
    chore: check browser context before using in main process Devraj Mehta 2023-11-21 10:04:57 -0500
  • 39856d6dd1
    refactor: update imports in lib/utility to use electron/utility Devraj Mehta 2023-10-17 17:08:19 -0400
  • b82b236f49
    docs: add utility process to net module classes Devraj Mehta 2023-10-02 17:26:52 -0400
  • a635a57fc0
    test: add utility process mocha runner to run net module tests Devraj Mehta 2023-10-01 11:35:40 -0400
  • 8b16a37197
    refactor: break apart net module tests Devraj Mehta 2023-10-01 11:23:52 -0400
  • 21f129d5b6
    refactor: move net spec helpers into helper file Devraj Mehta 2023-09-30 15:25:28 -0400
  • 457ba82f31
    chore: add isOnline and online to utility net module Devraj Mehta 2023-09-29 17:19:46 -0400
  • 252133bcc1
    chore: add fetch to utility net module Devraj Mehta 2023-09-28 22:33:04 -0400
  • b52584f648
    refactor: move electron_api_net from browser to common Devraj Mehta 2023-09-27 23:10:17 -0400
  • aa0afa10ca
    refactor: switch browser pid with utility pid Devraj Mehta 2023-09-27 22:31:13 -0400
  • c9960aea31
    test: add basic net module test for utility process Devraj Mehta 2023-09-26 21:23:50 -0400
  • 2c5de7a0ee
    refactor: switch import from main to common after moving to common Devraj Mehta 2023-09-26 14:40:16 -0400
  • a017f9f1e4
    refactor: move net module app ready check to browser only Devraj Mehta 2023-09-24 10:14:45 -0400
  • 383a817e9f
    docs: add utility process to net api docs Devraj Mehta 2023-09-21 21:30:55 -0400
  • 55157d2151
    refactor: move net-client-request.ts from browser to common Devraj Mehta 2023-09-21 21:21:58 -0400
  • 550dc83c8f
    refactor: move url loader from browser to common Devraj Mehta 2023-09-21 16:55:58 -0400
  • f1628c3ae0
    chore: replace browser thread dcheck's with sequence checker Devraj Mehta 2023-09-21 16:18:28 -0400
  • 5d0ea84b68
    chore: re-add app ready check but only on main process Devraj Mehta 2023-09-21 14:04:08 -0400
  • 5976e4d94c
    chore: add net files to utility process bundle Devraj Mehta 2023-09-20 23:39:00 -0400
  • 701c227aeb
    chore: update url loader to work on both browser and utility processes Devraj Mehta 2023-09-20 23:36:22 -0400
  • 3607ae64a1
    chore: initial prototype of net api from utility process deepak1556 2023-09-19 17:34:20 +0900
  • f4c9444a87
    ci: re-comment pdb.zip download in appveyor.yml Jeremy Rose 2023-12-13 13:02:07 -0800
  • 15c6014324
    feat: replace BrowserView with WebContentsView (#35658) Jeremy Rose 2023-12-13 13:01:03 -0800
  • bae1e94bae
    fix: add partition alloc check for MacOS 13/14+ VerteDinde 2023-12-13 12:56:11 -0800
  • 14c6651e35
    feat: enable code cache for custom protocols (#40709) trop[bot] 2023-12-13 12:48:48 -0600
  • 24c06a45ef
    fix: ShowItemUsingFileManager should escape path in Linux (#40560) trop[bot] 2023-12-13 12:41:02 -0600
  • 267cbc841e
    feat: enable code cache for custom protocols (#40708) trop[bot] 2023-12-13 12:40:03 -0600
  • c9f886c03d
    chore: bump chromium to 120.0.6099.109 (28-x-y) (#40756) electron-roller[bot] 2023-12-13 10:20:32 -0600
  • eb19637ff9 fix: enable transparency for Mica windows brhenrique 2023-12-13 12:05:09 -0300
  • 5c736fc04e chore: update patches PatchUp 2023-12-13 13:13:38 +0000
  • 5772500a9a
    chore: bump chromium in DEPS to 120.0.6099.109 electron-roller[bot] 2023-12-13 13:00:26 +0000
  • f3c10b86bc fix test by enabling maximize button if `resizable && (maximizable || fullscreenable)` instead of `(resizable && maximizable) && fullscreenable` Tamás Zahola 2023-12-11 17:00:11 +0100
  • caeb8d479e add test Tamás Zahola 2023-12-05 18:07:49 +0100
  • 8de8cb302e fix: macOS maximize button shouldn't be disabled just because the window is non-fullscreenable Tamás Zahola 2023-12-05 17:35:54 +0100
  • a192c2196b
    Merge pull request #1 from ayatweb/bump-appveyor-image Electro 2023-12-13 12:50:59 +0100
  • 1ac0219353 fix: save to file option not working in performance tab of devtools deepak1556 2023-12-13 19:24:50 +0900
  • 8e074bc1d0
    fix: prevent node mode to be used as script runner by other apps (#40738) Cheng Zhao 2023-12-13 17:28:47 +0900
  • 0cb2077ab3
    chore: cherry-pick 1 changes from Release-0-M120 (#40724) Pedro Pontes 2023-12-13 03:46:02 +0000
  • 4875c9b645
    chore: bump chromium to 121.0.6159.0 (29-x-y) (#40751) v29.0.0-alpha.4 trop[bot] 2023-12-12 13:59:27 -0600
  • a94fb2cb5d
    fix: don't reject `loadURL()` promise from `did-fail-load` - use `did-finish-load` instead (#40661) v30.0.0-nightly.20231213 Tamás Zahola 2023-12-12 20:45:14 +0100
  • 80d85c0e8e
    fix: incorrectly mapped toggleDevTools in custom menu fiddle (#40703) Kishanjay 2023-12-12 20:36:34 +0100
  • 2d390f7b23
    add isDestroyed check before calling callback Jeremy Rose 2023-12-12 11:15:55 -0800
  • 8fc2d7ff39 chore: update patches PatchUp 2023-12-12 18:01:36 +0000
  • a493447a63
    chore: bump chromium to 121.0.6159.0 29-x-y trop[bot] 2023-12-12 17:53:07 +0000
  • 5050e1bb4f fix: titlebar incorrectly displayed on frameless windows brhenrique 2023-12-12 09:34:19 -0300
  • 8605079453
    build: fix release notes script bug that omitted edited release-clerk comments (#40655) trop[bot] 2023-12-12 12:01:30 +0100
  • 66b2f697ea
    build: remove dcheck.patch (#40744) v30.0.0-nightly.20231212 Jeremy Rose 2023-12-12 03:01:02 -0800
  • b788b3d65c
    fix: wrong default port in docs (#40742) trop[bot] 2023-12-12 12:00:36 +0100
  • 83f15bd957
    chore: cleanup tests creating crashpad handler in the test runner process (#40668) Robo 2023-12-12 19:38:42 +0900
  • a6417cc265
    build: remove font flooding in devtools patch (#40746) Keeley Hammond 2023-12-12 01:13:31 -0800
  • b894b655bd build: update appveyor image to latest version ayatweb 2023-12-12 08:16:19 +0000
  • d1df0ab6e5
    build: remove font flooding in devtools patch VerteDinde 2023-12-11 21:27:33 -0800
  • 037d2b1586 chore: update patches PatchUp 2023-12-12 04:24:44 +0000
  • 511684910e
    Merge branch '27-x-y' into trop/27-x-y-bp-feat-enable-code-cache-for-custom-protocols-1701829374642 Charles Kerr 2023-12-11 22:16:26 -0600
  • c1d23a5632 usb: Add usb-unrestricted to permission policy Charles Kerr 2023-12-11 22:10:51 -0600
  • 6e0a8f4a98 Move //content/browser/renderer_host/input/synthetic_gesture_controller to //content/common/input Charles Kerr 2023-12-11 22:06:17 -0600
  • 4b8c994e9f chore: update fix_move_autopipsettingshelper_behind_branding_buildflag.patch Charles Kerr 2023-12-11 22:04:04 -0600
  • a23a1e988c Remove the SetImage method of ImageButton Charles Kerr 2023-12-11 21:51:29 -0600
  • 8d477e1794 chore: e patches all Charles Kerr 2023-12-11 21:50:02 -0600
  • cb3c785821 Remove unused `creation_context` parameter from blink/public APIs Charles Kerr 2023-12-11 21:33:48 -0600
  • bfffad534d perf: in SubmenuButton ctor, move the callback to the MenuButton constructor Charles Kerr 2023-12-11 21:10:49 -0600
  • bf7a5f77f4 Replace feature_list's Initialize* methods with Init*. Charles Kerr 2023-12-11 21:05:27 -0600
  • 2f39eb27f9 chore: update #includes Charles Kerr 2023-12-11 20:36:18 -0600
  • 0aa33cc3df
    fix: wrong default port in docs (#40743) trop[bot] 2023-12-11 18:18:13 -0600
  • f5221a5888 chore: remove upstreamed build_correctly_expose_public_symbols_with_v8_expose_public_symbols.patch Charles Kerr 2023-12-11 17:39:36 -0600
  • 9dcd73a075
    chore: remove dcheck.patch Jeremy Rose 2023-12-11 15:37:00 -0800
  • 00ce864ca2 chore: remove upstreamed build_expose_mksnapshot_to_embedders.patch Charles Kerr 2023-12-11 17:33:16 -0600
  • dae31d8ae2 chore: update fix_move_autopipsettingshelper_behind_branding_buildflag.patch Charles Kerr 2023-12-11 17:25:37 -0600
  • 7a3afd607a chore: update fix_disabling_background_throttling_in_compositor.patch Charles Kerr 2023-12-11 17:20:11 -0600
  • 85af252d97 chore: update disable_freezing_flags_after_init_in_node.patch Charles Kerr 2023-12-11 17:14:16 -0600
  • 22aa2fb099 chore: update port_autofill_colors_to_the_color_pipeline.patch Charles Kerr 2023-12-11 17:09:03 -0600
  • cf78b9d9a0 chore: update fix_media_key_usage_with_globalshortcuts.patch Charles Kerr 2023-12-11 17:05:38 -0600
  • d35a6f9af9 chore: update feat_enable_offscreen_rendering_with_viz_compositor.patch Charles Kerr 2023-12-11 16:55:13 -0600
  • 483d5ce7c0 chore: update picture-in-picture.patch Charles Kerr 2023-12-11 16:43:18 -0600
  • 920463ecbb chore: update command-ismediakey.patch Charles Kerr 2023-12-11 16:39:00 -0600
  • 2b45bfefeb chore: remove upstreamed fix_font_flooding_in_dev_tools.patch Charles Kerr 2023-12-11 16:27:11 -0600
  • fc9411e562 chore: update notification_provenance.patch Charles Kerr 2023-12-11 16:17:32 -0600
  • 08a51f3339
    chore: bump chromium to 121.0.6159.0 (main) (#40632) electron-roller[bot] 2023-12-11 14:58:26 -0600