Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: registerStreamProtocol callback with large chunks (backport: 4-0-x) #16539

Closed
wants to merge 246 commits into from

Commits on Oct 11, 2018

  1. Bump v4.0.0-beta.1

    electron-bot committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    35df516 View commit details
    Browse the repository at this point in the history
  2. Revert "Bump v4.0.0-beta.1"

    This reverts commit 35df516.
    MarshallOfSound committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    f1ec223 View commit details
    Browse the repository at this point in the history
  3. Bump v4.0.0-beta.1

    electron-bot committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    f9ae1aa View commit details
    Browse the repository at this point in the history
  4. Revert "FIXME: disable isCurrentlyAudible test to unblock merge" (#15083

    )
    
    This reverts commit c8a9a3f.
    trop[bot] authored and ckerr committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    cfbb22b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24b809f View commit details
    Browse the repository at this point in the history
  6. fix: update and enable osr (backport: 4-0-x) (#15084)

    * fix: update and enable osr
    
    * fix: update MacHelper view to call GetNativeView
    
    * style: move stuff around to make more sense
    
    * chore: move OSR related things in SetOwnerWindow to CommonWebContentsDelegate
    
    * fix: avoid crashing when GetOffscreenRenderWidgetHostView is called
    
    * fix: specify default for current_device_scale_factor_
    trop[bot] authored and codebytere committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    e9e0219 View commit details
    Browse the repository at this point in the history
  7. Bump v4.0.0-beta.2

    electron-bot committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    b7f20f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. fix: Remove statSyncNoException for good (backport: 4-0-x) (#15110)

    * fix: Small JS assignment error
    
    * fix: Call the right og method
    
    * fix: Goodbye, statSyncNoException
    trop[bot] authored and John Kleinschmidt committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    8094f1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb2c53 View commit details
    Browse the repository at this point in the history
  3. chore: roll node (#15115)

    picks up:
    - electron/node#73: fix: export libuv symbols
    - electron/node#74: fix: include names.h in zlib header package
    trop[bot] authored and codebytere committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    11486b9 View commit details
    Browse the repository at this point in the history
  4. fix: export zlib symbols (#15118)

    trop[bot] authored and codebytere committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    8c2d16f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    948fc6f View commit details
    Browse the repository at this point in the history
  6. Bump v4.0.0-beta.3

    electron-bot committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    6e30d85 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. fix: natively implement LoginItem functions (backport: 4-0-x) (#15127)

    * fix: natively implement some LoginItem functions
    
    * move url_ref inside loop
    trop[bot] authored and MarshallOfSound committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    3ee697b View commit details
    Browse the repository at this point in the history
  2. chore: mark browserview api as not-experimental (#15134)

    I think it's safe to say this API has been around long enough to be considered past the experimental phase 👍
    trop[bot] authored and codebytere committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    1adce94 View commit details
    Browse the repository at this point in the history
  3. ci: Fix timeout when generating breakpad symbols (backport: 4-0-x) (#…

    …15136)
    
    * ci: breakup dump symbols into multiple steps.
    
    * Update step-zip-symbols
    trop[bot] authored and codebytere committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    446275c View commit details
    Browse the repository at this point in the history
  4. split out login item tests (#15142)

    trop[bot] authored and codebytere committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    c16b345 View commit details
    Browse the repository at this point in the history
  5. fix: Revert "fix: export zlib symbols (#15103)" (#15141)

    This reverts commit 47b12ee.
    trop[bot] authored and MarshallOfSound committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    203b41f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. Configuration menu
    Copy the full SHA
    5f83e07 View commit details
    Browse the repository at this point in the history
  2. fix: preserve background color through reload (backport: 4-0-x) (#15162)

    * fix: preserve background color through reload
    
    * fix: only set backgroundColor on top-level frames
    trop[bot] authored and codebytere committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    b4f4ce1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. fix: add microtask runner and fix promise test (backport: 4-0-x) (#15171

    )
    
    * fix: Promise resolution and unit test
    
    * Update to use microtask runner
    
    * Address review
    trop[bot] authored and MarshallOfSound committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    abbf9c3 View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.0-beta.4

    electron-bot committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    6281e4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c09199 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df70487 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    838f108 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15193 from electron/window-open-warn-leak-4-0-x

    docs: deprecation warning for using nativeWindowOpen with nodeIntegration (4-0-x)
    Cheng Zhao committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    5fbf1f9 View commit details
    Browse the repository at this point in the history
  3. add width to webview iframe (#15205)

    trop[bot] authored and Cheng Zhao committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    f1a8483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d525083 View commit details
    Browse the repository at this point in the history
  5. Bump v4.0.0-beta.5

    electron-bot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    1ff102e View commit details
    Browse the repository at this point in the history
  6. fix: small refactoring regressions (backport: 4-0-x) (#15224)

    * fix: require('@electron/internal/browser/guest-view-manager')
    
    * fix: add missing crashServicePid used by tests
    trop[bot] authored and MarshallOfSound committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    fd205a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Revert "Bump v4.0.0-beta.5"

    This reverts commit 1ff102e.
    MarshallOfSound committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    a2b4458 View commit details
    Browse the repository at this point in the history
  2. Revert "Bump v4.0.0-beta.4"

    This reverts commit 6281e4e.
    MarshallOfSound committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    630bc64 View commit details
    Browse the repository at this point in the history
  3. Bump v4.0.0-beta.4

    electron-bot committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    3cd67db View commit details
    Browse the repository at this point in the history
  4. Revert "Bump v4.0.0-beta.4"

    This reverts commit 3cd67db.
    MarshallOfSound committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    b57d125 View commit details
    Browse the repository at this point in the history
  5. Bump v4.0.0-beta.4

    electron-bot committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    7ab6073 View commit details
    Browse the repository at this point in the history
  6. Revert "Bump v4.0.0-beta.4"

    This reverts commit 7ab6073.
    MarshallOfSound committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    f2ca4c1 View commit details
    Browse the repository at this point in the history
  7. Bump v4.0.0-beta.4

    electron-bot committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    6c18908 View commit details
    Browse the repository at this point in the history
  8. Revert "Bump v4.0.0-beta.4"

    This reverts commit 6c18908.
    MarshallOfSound committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    9ac4611 View commit details
    Browse the repository at this point in the history
  9. ci: make sure git directories don't have unneeded files in them (#15248)

    trop[bot] authored and John Kleinschmidt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    85b0f25 View commit details
    Browse the repository at this point in the history
  10. fix: allow renaming electron.exe (backport: 4-0-x) (#15249)

    * fix: allow renaming electron.exe
    
    * add test
    
    * fix lf-at-eol
    
    * review comments
    
    * fix lint
    
    * fix lint-sam
    trop[bot] authored and MarshallOfSound committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    96a4fce View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Bump v4.0.0-beta.4

    electron-bot committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f88a06d View commit details
    Browse the repository at this point in the history
  2. fix: correctly enable and disable windows on Windows and Linux (backp…

    …ort: 4-0-x) (#15256)
    
    * fix: correctly enable and disable windows
    
    * Move has_child_modal_ to NativeWindowViews
    
    * Track modal children as an int instead of a bool
    
    * Use correct types
    
    * Move Increment/DecrementChildModals to NativeWindowViews
    
    * Use parent() in NativeWindowViews
    
    * Add test for not enabling disabled parent when modal child closes
    trop[bot] authored and MarshallOfSound committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f30c382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    435ca8c View commit details
    Browse the repository at this point in the history
  4. fix: Convert to lower case in upload symbols script (backport: 4-0-x) (

    …#15262)
    
    * fix: Convert to lower case in upload symbols script
    
    * fix: Convert to lower case in upload symbols script
    trop[bot] authored and codebytere committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    372fa4c View commit details
    Browse the repository at this point in the history
  5. fix: make release-artifact-cleanup executable (backport: 4-0-x) (#15273)

    * fix: make release-artifact-cleanup executable
    
    * fix misc issues in cleanup script
    trop[bot] authored and codebytere committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b77f414 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ba390e View commit details
    Browse the repository at this point in the history
  7. fix: trim app name and productName (#15287)

    Fixes #15245
    trop[bot] authored and codebytere committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    cd1c9c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a90bbf View commit details
    Browse the repository at this point in the history
  9. fix: loading of devtools extensions on startup (backport: 4-0-x) (#15265

    )
    
    * Fix loading of devtools extensions on startup
    
    The persisted DevTools Extensions were not being loaded correctly at startup. The `addDevToolsExtension` function was not defined when it was being called. An error was being thrown and ignored, so the whole thing would fail silently. I moved the code to load the extensions to the end of the event handler, so now it works.
    
    * fixup: remove trailing spaces to unblock CI
    
    * fixup: add logging when the Electron Enable Logging env var is set
    
    * Fix linter error on undefined srcDirectory
    
    * fixup: catch exception when loading extension
    
    * Revert "fixup: catch exception when loading extension"
    
    This reverts commit 42c2cf9.
    trop[bot] authored and John Kleinschmidt committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e113ec7 View commit details
    Browse the repository at this point in the history
  10. fix: convert wstring to string on windows in node_bindings (#15268)

    trop[bot] authored and John Kleinschmidt committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    57153ea View commit details
    Browse the repository at this point in the history
  11. chore: roll node (backport: 4-0-x) (#15260)

    * chore: roll node
    
    brings in electron/node#76 and electron/node#77
    
    * chore: roll node
    trop[bot] authored and codebytere committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    fd4d032 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Configuration menu
    Copy the full SHA
    4844af4 View commit details
    Browse the repository at this point in the history
  2. build: document env vars expected to be set for the CI configs (backp…

    …ort: 4-0-x) (#15301)
    
    * ci: add a var for a full path to an Electron build config
    
    * ci: document external environment variables used by the CI build configs
    trop[bot] authored and codebytere committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    9a59159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8bc256 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. Configuration menu
    Copy the full SHA
    f68d59d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Bump v4.0.0-beta.5

    electron-bot committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    f8450da View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Revert "Bump v4.0.0-beta.5"

    This reverts commit f8450da.
    BinaryMuse committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    fdfcd3c View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.0-beta.5

    electron-bot committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    e026e9a View commit details
    Browse the repository at this point in the history
  3. Revert "Bump v4.0.0-beta.5"

    This reverts commit e026e9a.
    BinaryMuse committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    daa0be5 View commit details
    Browse the repository at this point in the history
  4. Bump v4.0.0-beta.5

    electron-bot committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    11ebf5c View commit details
    Browse the repository at this point in the history
  5. feat: security: add an option to disable the remote module (#15222)

    Add `webPreferences.enableRemoteModule` option allowing to disable the remote module to increase sandbox security.
    trop[bot] authored and alexeykuzmin committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    a313aae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17b80eb View commit details
    Browse the repository at this point in the history
  7. Revert "Bump v4.0.0-beta.5"

    This reverts commit 11ebf5c.
    MarshallOfSound committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    86e35e6 View commit details
    Browse the repository at this point in the history
  8. Bump v4.0.0-beta.5

    electron-bot committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    b2d4c51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a4c20b View commit details
    Browse the repository at this point in the history
  10. fix: honor dialog.showMessageBox()'s Icon argument on Linux (#15343)

    * Don't call gtk_widget_show_all() on popup dialog.
    
    Fixes #15317.
    
    Notes: Fixed incorrect display of some GtkMessageDialog icons.
    
    The issue is caused because GtkMessageDialog contains an icon widget
    which is not shown when there's no associated icon. Our call to
    `gtk_widget_show_all()` overrides this, showing the uninitialized
    icon widget.
    
    This PR fixes the issue by calling `gtk_widget_show()` where needed
    and removing use of `gtk_widget_show_all()` in the message dialog.
    
    * use gtk_dialog_set_default_response() for default
    
    * fix: support icons on gtk+ messageboxes.
    trop[bot] authored and codebytere committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    a51ad1f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    041773c View commit details
    Browse the repository at this point in the history
  2. fix: update fs methods for options param (backport: 4-0-x) (#15350)

    * fix: update fs methods for options param
    
    * fix: update rest of fs methods with changes
    trop[bot] authored and MarshallOfSound committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    8d4573f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9625fae View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. fix: set NSResizableWindowMask at init time (#15383)

    trop[bot] authored and Cheng Zhao committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    436b9a2 View commit details
    Browse the repository at this point in the history
  2. ci: make sure brew installed node is available in path (#15382)

    trop[bot] authored and John Kleinschmidt committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    ac1bfb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d16304f View commit details
    Browse the repository at this point in the history
  4. chore: deprecate apply-patches in favour of git-{import,export}-patch…

    …es (#15300) (#15379)
    
    Backport of 335e9f6
    nornagon authored and John Kleinschmidt committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    74bd220 View commit details
    Browse the repository at this point in the history
  5. build: skip pyproto/ resources in zip.py (#15398)

    trop[bot] authored and John Kleinschmidt committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    6e759e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    282829c View commit details
    Browse the repository at this point in the history
  2. fix: use gio as default linux trash impl (backport: 4-0-x) (#15422)

    * fix: use gio as default linux trash impl
    
    * doc: add ELECTRON_TRASH env var
    trop[bot] authored and codebytere committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    d1c4845 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Configuration menu
    Copy the full SHA
    081af07 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. chore: bump minimum supported macOS version to 10.10 (#15357) (#15440)

    miniak authored and John Kleinschmidt committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    3e4d771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5fa187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deac580 View commit details
    Browse the repository at this point in the history
  4. docs: http protocol handlers can access headers (backport: 4-0-x) (#1…

    …5479)
    
    * test: check http protocol handlers can access headers
    
    * docs: http protocol handlers can access headers
    trop[bot] authored and codebytere committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    2ac5f33 View commit details
    Browse the repository at this point in the history
  5. Bump v4.0.0-beta.6

    electron-bot committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    c268fd8 View commit details
    Browse the repository at this point in the history
  6. Fix missing remote object error when calling remote function created …

    …in preload script (4-0-x) (#15446)
    
    * fix: report wrong context error based on contextId
    
    * fix: destroyed remote renderer warning is now async
    Cheng Zhao committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    d07115e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    2b7f854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e63ca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eef05cb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    9153357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e31642 View commit details
    Browse the repository at this point in the history
  3. fix: honor properties.showHiddenFiles on Linux (#15506)

    Previously the code only set the GtkFileChooser's property if
    `properties.showHiddenFiles` was set. This PR unconditionally
    sets the GtkFileChooser's property so that hidden files will be
    hidden if `properties.showHiddenFiles` was not set.
    trop[bot] authored and codebytere committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    acea9d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. build: make pyyaml an optional dependency (#15566)

    (cherry picked from commit d567bdb)
    alexeykuzmin authored and John Kleinschmidt committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    62c0f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f43920e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    127ad92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08d8029 View commit details
    Browse the repository at this point in the history
  5. Bump v4.0.0-beta.7

    electron-bot committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3846a1b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. build: add v8_context_snapshot_generator to mksnapshot zip (#15608)

    v8_context_snapshot_generator is needed when creating custom snapshots with mksnapshot
    trop[bot] authored and codebytere committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    43e8dd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec4291 View commit details
    Browse the repository at this point in the history
  3. chore: fix missing \n at end of exported patches (#15579) (#15619)

    (cherry picked from commit 2e1c50c)
    alexeykuzmin authored and John Kleinschmidt committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    915fc3d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    cbc0f45 View commit details
    Browse the repository at this point in the history
  2. fix: correctly display zoom in accelerator on mac (backport: 4-0-x) (#…

    …15626)
    
    * fix: correctly display zoom in accelerator on mac
    
    * add original CL
    codebytere committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    d488baa View commit details
    Browse the repository at this point in the history
  3. fix: destroy WebContents synchronously on shutdown (#15640)

    Cheng Zhao authored and codebytere committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    8341445 View commit details
    Browse the repository at this point in the history
  4. fix: don't append Shift modifier text twice to accelerators (backport…

    …: 4-0-x) (#15401)
    
    * fix: don't append Shift modifier text twice to accelerators
    
    * style: use the new way of creating patches
    
    * test: add menu item accelerator display tests
    
    * fix: allocate accelerator on the stack
    
    * fix: adjust tests to match expected behavior on mac
    
    * style: no need for done call in sync tests
    brenca authored and John Kleinschmidt committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    f331b92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    802e2fa View commit details
    Browse the repository at this point in the history
  6. chore: remove the 'get-patch' script (#15643)

    "script/git-export-patches" should be used instead.
    trop[bot] authored and codebytere committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    b488b41 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    c45ac51 View commit details
    Browse the repository at this point in the history
  2. ci: add testing for mksnapshot (backport: 4-0-x) (#15655)

    * ci: add testing for mksnapshot
    
    * get mksnapshot from mksnapshot.zip
    
    * Add mksnapshot.zip to artifacts
    
    * Build mksnapshot zip on test
    
    * save mksnapshot for tests
    
    * build mksnapshot before persisting for tests
    
    * Automatically overwrite files WITHOUT prompting
    trop[bot] authored and codebytere committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2d0b80c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    6487466 View commit details
    Browse the repository at this point in the history
  2. fix: Menu accelerators not working (#15094) (#15662)

    This change fixes the regression in the menu accelerators working in linux, on some environments.
    nitsakh authored and codebytere committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    7cc7d4a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Configuration menu
    Copy the full SHA
    98d9e1c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    0bb8dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be10d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33254c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e4ca8b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. docs: remove unsafe eval section of security tutorial (backport: 4-0-…

    …x) (#15685)
    
    * docs: remove unsafe eval section of security tutorial
    
    * lintfix
    trop[bot] authored and John Kleinschmidt committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    03e98a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Configuration menu
    Copy the full SHA
    a7bc01b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Bump v4.0.0-beta.8

    electron-bot committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    43be9e9 View commit details
    Browse the repository at this point in the history
  2. chore: Deprecate options in webcontents.findInPage (#15735)

    * chore: Deprecate options in webcontents.findInPage
    nitsakh committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    7973380 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Revert "Bump v4.0.0-beta.8"

    This reverts commit 43be9e9.
    MarshallOfSound committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    85ece0a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Configuration menu
    Copy the full SHA
    6fdbfdb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. fix: package swiftshader binaries (#15745)

    trop[bot] authored and John Kleinschmidt committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    c5e3b63 View commit details
    Browse the repository at this point in the history
  2. docs: limits of nativeWindowOpen (#15751)

    Cheng Zhao authored and John Kleinschmidt committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    639c07a View commit details
    Browse the repository at this point in the history
  3. fix: revert: "window.open site instance should belong to the same bro…

    …wsing instance (#15698)" (#15756)
    
    This reverts commit 33254c5.
    ppontes authored and BinaryMuse committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    682e3e3 View commit details
    Browse the repository at this point in the history
  4. Bump v4.0.0-beta.8

    electron-bot committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    2b833da View commit details
    Browse the repository at this point in the history
  5. Revert "Bump v4.0.0-beta.8"

    This reverts commit 2b833da.
    BinaryMuse committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    fd18171 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. docs: add note about win_delay_load_hook (backport: 4-0-x) (#15771)

    * docs: add note about win_delay_load_hook
    
    * Update docs/tutorial/using-native-node-modules.md
    
    Co-Authored-By: nornagon <nornagon@nornagon.net>
    2 people authored and codebytere committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    646a7af View commit details
    Browse the repository at this point in the history
  2. fix: restore missing .lproj directories (#15769)

    the empty lproj directories help macOS to understand what locales the app supports
    trop[bot] authored and codebytere committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    c5fd12c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    23498bd View commit details
    Browse the repository at this point in the history
  2. build: fix native_mksnapshot build (backport: 4-0-x) (#15799)

    * build: fix native_mksnapshot build
    
    When we changed our electron_mksnapshot_zip target to include the v8_context_snapshot_generator, this dependency made the `run_mksnapshot` target run which was trying to run an arm/arm64 binary on x64 hardware.
    
    Don't use custom build args for native_mksnapshot as they are not needed
    
    * Added comment on why snapshot_blob.bin is skipped on arm/arm64
    trop[bot] authored and ckerr committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    3e5038a View commit details
    Browse the repository at this point in the history
  3. Bump v4.0.0-beta.8

    electron-bot committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    d3b1f1e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. fix: bypass CORB when web security is disabled (#15737) (#15801)

    Manual backport of `web_security_corb_patch` from `master`.
    See #15737 for details.
    ckerr committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    d5f432b View commit details
    Browse the repository at this point in the history
  2. Revert "Bump v4.0.0-beta.8"

    This reverts commit d3b1f1e.
    BinaryMuse committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    907ab93 View commit details
    Browse the repository at this point in the history
  3. Bump v4.0.0-beta.8

    electron-bot committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8745560 View commit details
    Browse the repository at this point in the history
  4. Revert "Bump v4.0.0-beta.8"

    This reverts commit 8745560.
    BinaryMuse committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    3056868 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. fix: ensure that file descriptors 0/1/2 are opened at startup (backpo…

    …rt: 4-0-x) (#15763)
    
    This fixes an issue where the gpu subprocess was writing messages to a
    random pipe or socket. The standard file desciptors are closed in
    chromium's subprocesses because of an unfortunate interaction with
    libuv's tty handling code leaving them with the FD_CLOEXEC flag.
    trop[bot] authored and nornagon committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    3276ebf View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.0-beta.8

    electron-bot committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    bcc8a27 View commit details
    Browse the repository at this point in the history
  3. Revert "Bump v4.0.0-beta.8"

    This reverts commit bcc8a27.
    BinaryMuse committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    49a564e View commit details
    Browse the repository at this point in the history
  4. Bump v4.0.0-beta.8

    electron-bot committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    3c859a5 View commit details
    Browse the repository at this point in the history
  5. fix: load the chrome.* API on chrome-extension pages in sandbox mode (#…

    …15794)
    
    With mixed sandbox enabled we need to load the chrome.* APIs in the
    sandbox init.js so that chrome extensions load correctly.
    
    This mirrors the equivilant impl in `atom_renderer_client.cc`
    
    Fixes #15561
    trop[bot] authored and codebytere committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    a67408e View commit details
    Browse the repository at this point in the history
  6. feat: add registerAccelerator flag to allow menu items to optionally …

    …skip accelerator registration (backport: 4-0-x) (#15840)
    
    * feat: add registerAccelerator flag to allow menu items to skip registration
    
    * docs: add docs for registerAccelerator
    
    * docs: re-add accidentally removed line
    trop[bot] authored and codebytere committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    f451ce6 View commit details
    Browse the repository at this point in the history
  7. Revert "Bump v4.0.0-beta.8"

    This reverts commit 3c859a5.
    BinaryMuse committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    60894aa View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. fix: backport patch to fix scrolling problem (#15831)

    Cheng Zhao committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    e2925fd View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.0-beta.8

    electron-bot committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    7828ea0 View commit details
    Browse the repository at this point in the history
  3. Revert "Bump v4.0.0-beta.8"

    This reverts commit 7828ea0.
    codebytere committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    9dc6a58 View commit details
    Browse the repository at this point in the history
  4. Bump v4.0.0-beta.8

    electron-bot committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    91a52f7 View commit details
    Browse the repository at this point in the history
  5. fix: add missing shell_resources.pak to repack target (backport: 4-0-…

    …x) (#15852)
    
    * fix: add missing shell_resources.pak to repack target
    
    Fixes #15815
    
    * add a test
    
    * kill socket before killing child process
    trop[bot] authored and codebytere committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    020457f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    87bed0b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Revert "Bump v4.0.0-beta.8"

    This reverts commit 91a52f7.
    codebytere committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    5f70bae View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.0-beta.8

    electron-bot committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    6790282 View commit details
    Browse the repository at this point in the history
  3. Revert "Bump v4.0.0-beta.8"

    This reverts commit 6790282.
    codebytere committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    4fe5956 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    428a2b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53e4cdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b37e62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8ab2c7 View commit details
    Browse the repository at this point in the history
  8. Bump v4.0.0-beta.8

    electron-bot committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    39dffbf View commit details
    Browse the repository at this point in the history
  9. Revert "Bump v4.0.0-beta.8"

    This reverts commit 39dffbf.
    codebytere committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    284b567 View commit details
    Browse the repository at this point in the history
  10. Bump v4.0.0-beta.8

    electron-bot committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    aa78127 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    8ac5da5 View commit details
    Browse the repository at this point in the history
  2. chore: improve granular release cleanup (backport: 4-0-x) (#15905)

    * chore: improve granular release cleanup
    
    * make releaseId optional
    trop[bot] authored and codebytere committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    70ebebf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f3107 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4ed644 View commit details
    Browse the repository at this point in the history
  5. fix: backport patch that ensures that cookie store is always created …

    …(backport: 4-0-x) (#15890)
    
    * fix: backport patch that ensures that cookie store is always created
    
    * fix: disable cookie encryption
    
    * fix: flush the cookie store when NetworkContext shuts down
    
    * test: add test for cookie store persistance
    
    * Update patches/common/chromium/ensure_cookie_store.patch
    
    Co-Authored-By: brenca <benecene@gmail.com>
    
    * Update patches/common/chromium/ensure_cookie_store.patch
    
    Co-Authored-By: brenca <benecene@gmail.com>
    
    * fix: disable cookie encryption for real
    brenca authored and codebytere committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    64deb36 View commit details
    Browse the repository at this point in the history
  6. ci: Renable ffmpeg and mksnapshot tests on Azure Devops (#15902)

    Also, add testing of ffmpeg and mksnapshot to arm tests
    
    (cherry picked from commit 515525c)
    John Kleinschmidt authored and codebytere committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    00534eb View commit details
    Browse the repository at this point in the history
  7. fix: prevent bluetooth device list from growing without bound (backpo…

    …rt: 4-0-x) (#15866)
    
    * fix: include bluetooth strings in build
    
    * fix: prevent bluetooth device list from growing without bound
    trop[bot] authored and codebytere committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    99a9f8a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    b41722f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. security: only handle related IPCs when <webview> tag is enabled (bac…

    …kport: 4-0-x) (#15931)
    
    * refactor: move guest-view-manager related IPC handling out of rpc-server
    
    * feat: only handle related IPCs when <webview> tag is enabled
    trop[bot] authored and codebytere committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    4ad3a39 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    3bd1243 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. fix: use appropriate site instance for cross-site nav's (backport: 4-…

    …0-x) (#15969)
    
    * fix: backport window.opener null (8100) fix to 4-0-x.
    
    As part of this fix, Chromium's site isolation is enabled.
    
    * fix: apply setting that couldn\'t be picked from master
    ppontes authored and codebytere committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    3021870 View commit details
    Browse the repository at this point in the history
  2. fix: move NativeWindow tracking to OSR WCV (#15585) (#15970)

    * fix: move NativeWindow tracking to OSR WCV
    
    * fix oops
    codebytere committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    dec66ea View commit details
    Browse the repository at this point in the history
  3. Revert "fix: use appropriate site instance for cross-site nav's (back…

    …port: 4-0-x) (#15969)" (#15995)
    
    This reverts commit 3021870.
    codebytere committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    366bc82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1031f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9a920e View commit details
    Browse the repository at this point in the history
  6. Bump v4.0.0-beta.9

    electron-bot committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    e8d4a07 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. chore: warn when nodeIntegration's default is relied on (#16004)

    nornagon authored and Cheng Zhao committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    913a433 View commit details
    Browse the repository at this point in the history
  2. fix: allow 2 threads for CreateIoCompletionPort on single-core to pre…

    …vent busy looping (backport: 4-0-x) (#16012)
    
    * allow 2 threads for CreateIoCompletionPort on single-core
    
    * use base::SysInfo::NumberOfProcessors instead of env var
    
    * CHECK that uv_loop_ has not been used before replacing its iocp
    trop[bot] authored and Cheng Zhao committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    e324fc4 View commit details
    Browse the repository at this point in the history
  3. chore: add webui_resources to pak (#16023)

    fixes #16006
    trop[bot] authored and nornagon committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    61946e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd595a7 View commit details
    Browse the repository at this point in the history
  5. fix: restore ability to disable color correct rendering (backport: 4-…

    …0-x) (#16020)
    
    Backport of #15898
    
    See that PR for details.
    
    Notes: Add `--disable-color-correct-rendering` switch
    poiru authored and ckerr committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    388197d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    12504cc View commit details
    Browse the repository at this point in the history
  2. fix: fix an original-fs regression introduced in 4.0 betas (backport:…

    … 4-0-x) (#16038)
    
    * fix: fix an original-fs regression introduced in 4.0 betas
    
    * chore: remove cruft from earlier draft
    trop[bot] authored and codebytere committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    6ba0534 View commit details
    Browse the repository at this point in the history
  3. chore: warn when people attempt to use the Electron module to do Elec…

    …tron things but from node (backport: 4-0-x) (#15977)
    
    * chore: warn when people attempt to use the Electron module to do Electron things but from node
    
    * update node env console warning
    trop[bot] authored and codebytere committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    84d66c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. ci: Cleanup build dirs on Azure Devops (backport: 4-0-x) (#16048)

    * ci: Cleanup directories after build
    
    * Use rm to cleanup source directory
    
    * Update vsts.yml
    
    * Check if files actually deleted
    
    * Get rid of hidden files too
    trop[bot] authored and John Kleinschmidt committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    8f938c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eaf88e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05d6dbc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    b2913e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ef116 View commit details
    Browse the repository at this point in the history
  3. chore: backport new release notes generator to 4-0-x (#15935)

    * chore: backport new release notes generator to 4-0-x
    
    * chore: backport the prepare-release invocation too
    ckerr authored and John Kleinschmidt committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    c6145d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b8ec1c View commit details
    Browse the repository at this point in the history
  5. test: fix remote-debugging-port test calling done twice (#15857) (#16075

    )
    nornagon authored and John Kleinschmidt committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    1b0d729 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. chore: correctly capitalize releaseID (#16081)

    trop[bot] authored and John Kleinschmidt committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    6a9c3ef View commit details
    Browse the repository at this point in the history
  2. build: upgrade //third_party/sqlite from 3.24 to 3.26 (#16073)

    deepak1556 authored and John Kleinschmidt committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    bc68c26 View commit details
    Browse the repository at this point in the history
  3. chore: backport printing changes (#15023, #15143) to 4-0-x (#15976)

    * refactor: move printing out of chromium_src (#15023)
    
    * remove printing related things from chromium_src
    
    * chore: add printing build flag and patch
    
    * fix: include PrintingService on other platforms too
    
    * fix: printing_handler is only needed on Windows
    
    * fix: format BUILD.gn properly
    
    * fix: rename printing build flag to avoid conflict with chromium
    
    * fix: place previously missed printing calls behind build flag
    
    * fix: accidentally renamed flag in patch file
    
    * fix: don't include all printing strings
    
    * fix: allow ShowItemInFolder and OpenItem to block, fixing a DCHECK crash
    
    * fix: make things compile, some changes got lost while rebasing
    
    * fix: remove rogue line from BUILD.gn
    
    * chore: update patch description
    
    * style: lint fix
    
    * chore: use chromium printing buildflag, move node related stuff out of patch
    
    * revert: remove ScopedAllowBlockingForTesting call
    
    * fix: fix my rebase blooper
    
    * fix: re-add header lost during rebase, update patch
    
    * fix: add <map> include, tweak the patch a bit
    
    * revert: remove rogue diff from patch
    
    * fix: clean up after rebase
    
    * refactor: printing implementation (#15143)
    
    * refactor: basic printing
    
    * move build files to chromium_src/BUILD.gn
    * remove dependency on chrome prerender sources
    
    * spec: move printing specs behind feature flag
    
    * build: register pdf compositor service
    
    * chore: cleanup api usage from //chrome
    bengotow authored and ckerr committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    f6fa88a View commit details
    Browse the repository at this point in the history
  4. Bump v4.0.0-beta.10

    electron-bot committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    864bdf6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    bf01cd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9f4d6 View commit details
    Browse the repository at this point in the history
  3. Bump v4.0.0-beta.11

    electron-bot committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c50e489 View commit details
    Browse the repository at this point in the history
  4. Revert "Bump v4.0.0-beta.11"

    This reverts commit c50e489.
    electron-bot committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    3127367 View commit details
    Browse the repository at this point in the history
  5. Bump v4.0.0-beta.11

    electron-bot committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    0c690f7 View commit details
    Browse the repository at this point in the history
  6. Revert "Bump v4.0.0-beta.11"

    This reverts commit 0c690f7.
    BinaryMuse committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    b4472ef View commit details
    Browse the repository at this point in the history
  7. Bump v4.0.0-beta.11

    electron-bot committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    33c7360 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    109c4d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be5734 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    3caed83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86cbe5b View commit details
    Browse the repository at this point in the history
  3. Bump v4.0.0

    electron-bot committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    005264c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. fix: extending tracing startRecording API to take a full tracing conf…

    …ig (#16158)
    
    This allows memory-infra to be traced correctly.
    Fixes #12506.
    trop[bot] authored and codebytere committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    2d0097e View commit details
    Browse the repository at this point in the history
  2. chore: make nugget quiet by default (backport: 4-0-x) (#16154)

    * chore: make nugget quiet by default
    
    * chore: allow nugget quiet to be passed via cli
    trop[bot] authored and codebytere committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    c24717a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fef224 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8ccaf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    5e82efa View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. chore: update deprecated LSGetApplicationForURL (backport: 4-0-x) (#1…

    …6242)
    
    * chore: update deprecated LSGetApplicationForURL
    
    * wrap with @available
    trop[bot] authored and codebytere committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    d50bd80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73e3667 View commit details
    Browse the repository at this point in the history
  3. chore: publish nightlies to electron-nightly (backport: 4-0-x) (#16234)

    * chore: publish nightlies to electron-nightly
    
    * electron-nightly => @electron/nightly
    trop[bot] authored and codebytere committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    9fa37bd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    c783c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70af1c1 View commit details
    Browse the repository at this point in the history
  3. Bump v4.0.1

    electron-bot committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    db32fc2 View commit details
    Browse the repository at this point in the history
  4. docs: Update reference to xcode 8.3.3 (backport: 4-0-x) (#16272)

    * Update reference to xcode
    
    * Update to reflect use of 10.12 SDK
    trop[bot] authored and John Kleinschmidt committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    d9d7c34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ada4005 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adf5d60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26adc6f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    bad9ff6 View commit details
    Browse the repository at this point in the history
  2. fix: register accelerator if role has no registerAccelerator (backpor…

    …t: 4-0-x) (#16314)
    
    * fix: register accelerator if role has no registerAccelerator
    
    * ensure roles[role].registerAccelerator is defined
    trop[bot] authored and John Kleinschmidt committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    0b6cc93 View commit details
    Browse the repository at this point in the history
  3. Add instructions to get Notifications working on Win 10 Update (#16326)

    Fails silently and was frustratingly hard to know why. Hope this save a lot of people some time.
    trop[bot] authored and John Kleinschmidt committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    1f411d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. fix: properly determine if WebContents is offscreen in WebContentsDel…

    …egate (#16340)
    trop[bot] authored and John Kleinschmidt committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1089dd3 View commit details
    Browse the repository at this point in the history
  2. chore: fix tag cleanup (#16356)

    trop[bot] authored and codebytere committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    52eee85 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    53a35db View commit details
    Browse the repository at this point in the history
  2. fix: beep on Ubuntu (#16357)

    beeps on Linux are made by writing BEL to /dev/console,
    which requires elevated permissions on Ubuntu. So if
    opening /dev/console fails, fall back to /dev/tty.
    trop[bot] authored and codebytere committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    e05e181 View commit details
    Browse the repository at this point in the history
  3. Bump v4.0.2

    electron-bot committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    da6079e View commit details
    Browse the repository at this point in the history
  4. Revert "Bump v4.0.2"

    This reverts commit da6079e.
    electron-bot committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    e601765 View commit details
    Browse the repository at this point in the history
  5. chore: update script/release/notes/*js to master (#16368)

    Manual backport of #16343
    to 4-0-x.
    ckerr committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    8d99172 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    db933fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e69f0a View commit details
    Browse the repository at this point in the history
  3. fix: emit IPC event in correct context if isolation and sandbox enabl…

    …ed (backport: 4-0-x) (#16376)
    
    * fix: emit IPC event in correct context if isolation and sandbox enabled
    
    IPC events were not being delivered to renderer processes when both
    `contextIsolation` and `sandbox` were enabled. This is because the
    `AtomSandboxedRenderFrameObserver` class was incorrectly using the
    `MainWorldScriptContext`, rather than conditionally selecting the
    context based on if isolation was enabled.
    
    Fixes #11922
    trop[bot] authored and alexeykuzmin committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    f3bbb5a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    e3e17c5 View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.2

    electron-bot committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    e050af2 View commit details
    Browse the repository at this point in the history
  3. Revert "Bump v4.0.2"

    This reverts commit e050af2.
    electron-bot committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    d3fbcb8 View commit details
    Browse the repository at this point in the history
  4. Bump v4.0.2

    electron-bot committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    19b6921 View commit details
    Browse the repository at this point in the history
  5. Revert "Bump v4.0.2"

    This reverts commit 19b6921.
    electron-bot committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    9be7ca0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    8c88d45 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Configuration menu
    Copy the full SHA
    89ea210 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    e7d7cc3 View commit details
    Browse the repository at this point in the history
  2. Bump v4.0.2

    electron-bot committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    0f02adf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c55db2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84f1dc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. build: fail a build if some hooks don't succeed (#16505)

    trop[bot] authored and John Kleinschmidt committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    67ac664 View commit details
    Browse the repository at this point in the history
  2. refactor: move text-to-speech out of chromium_src (#15024) (#16437)

    * 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
    adill authored and John Kleinschmidt committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    f747a66 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    b8ed4c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c24a4f5 View commit details
    Browse the repository at this point in the history