Skip to content
Permalink
Branch: master
Commits on May 3, 2019
  1. fix: do not mark navigations interupted with same-document navigation…

    MarshallOfSound committed May 3, 2019
    …s as aborted (#18109)
    
    * fix: do not mark navigations interupted with same-document navigations as aborted
    
    * spec: add tests for the loadURL promise
  2. chore: remove v8 reverts now that nan is updated (#18130)

    MarshallOfSound committed May 3, 2019
  3. refactor: session.clearAuthCache nws13n (#17970)

    nornagon committed May 3, 2019
  4. refactor: make shell.OpenExternal async (#17135)

    codebytere committed May 3, 2019
  5. chore: convert more files away from base::Bind (#18121)

    codebytere authored and jkleinsc committed May 3, 2019
    * chore: convert more files away from base::Bind
    
    * use BindOnce for JsAsker
  6. refactor: convert C++ enums to C++11 enum classes (#18087)

    miniak authored and alexeykuzmin committed May 3, 2019
  7. feat: add env variable to skip binary download on npm install (#17627)

    jdoubleu authored and jkleinsc committed May 3, 2019
    * feat: add env variable to skip binary download on npm install
    
    * docs: add "Skip binary download" section to install tutorial
  8. feat: migrate protocol module to NetworkService (Part 4) (#18084)

    zcbenz committed May 3, 2019
    * Parse stream protocol handler
    
    * Pipe node stream to mojo
    
    * Merge the parser for headers
    
    * Add ToDict helper to simplify code
    
    * Simplify dispatching logic
    
    * Add an experimental API for returning any type of response
    
    * Fix subscribing event
    
    * URL loaders' lifetime is independent of the factory
    
    * HandleError helper is no longer needed
    
    * Rename "SendResponse" => "StartLoading" to follow naming conventions
    
    * Delete when connection error happens
    
    * Fix cpplint warning
Commits on May 2, 2019
  1. chore: convert base::Bind instances across some files (#18112)

    codebytere authored and zcbenz committed May 2, 2019
  2. chore: retry octokit calls several times on fail (#18085)

    codebytere committed May 2, 2019
  3. chore: bump chromium in DEPS to 84c40395c741fa24ccbd9fc2c5828e2e97472…

    electron-bot authored and MarshallOfSound committed May 2, 2019
    …952 (#18117)
  4. chore: convert more module and helper files from bind (#18069)

    codebytere committed May 2, 2019
  5. fix: fs.promises does not work with asar paths (#18092)

    miniak authored and zcbenz committed May 2, 2019
  6. chore: add clang-format and limited linting for Objective-C sources (#…

    miniak authored and zcbenz committed May 2, 2019
  7. chore: add native_mate to lint:cpp (#18100)

    miniak authored and zcbenz committed May 2, 2019
  8. fix: honor extensionId arg in chrome.runtime.connect (#16998)

    stewartlord authored and zcbenz committed May 2, 2019
    The first argument to chrome.runtime.connect is extensionId, not connectInfo.
Commits on May 1, 2019
  1. feat: allow setting of global fallback user agent (#18016)

    MarshallOfSound committed May 1, 2019
    * feat: allow setting of global fallback user agent
    
    * spec: add tests for app.set/getUserAgentFallback
  2. docs: update 6.0.0 release dates (#17923)

    sofianguy authored and jkleinsc committed May 1, 2019
  3. refactor: convert crash reporter to gin (#17952)

    nornagon committed May 1, 2019
  4. document the loadURL promise pre-attached rejection handler (#18043)

    bughit authored and jkleinsc committed May 1, 2019
  5. build: use https to download from GitHub for external binaries (#17928)

    jkleinsc authored and codebytere committed May 1, 2019
    fixes #17926
  6. chore: convert session base::Bind instances (#18038)

    codebytere committed May 1, 2019
    Convert instances of base::Bind to base::BindOnce and base::BindRepeating as applicable in the session module as well as in Autofill popups.
  7. refactor: convert powerSaveBlocker to gin (#18073)

    nornagon committed May 1, 2019
  8. fix: correctly parse default_app path on windows (#18086)

    MarshallOfSound committed May 1, 2019
  9. build: free up space before running macos ci (#18083)

    MarshallOfSound authored and jkleinsc committed May 1, 2019
    * build: free up space before running macos ci
    
    * build: also delete 14GB of src/.git for bonus space
  10. chore: clang-format (#18088)

    miniak authored and jkleinsc committed May 1, 2019
    * chore: clang-format
    
    * chore: remove obsolete native_mate_files.gypi
  11. docs: fix webContents 'new-window' event handler sample (#18067)

    miniak authored and codebytere committed May 1, 2019
  12. docs: remove incorrectly added let for the win variable (#18052)

    miniak authored and codebytere committed May 1, 2019
  13. docs: remove obsolete releasing document (#18072)

    codebytere committed May 1, 2019
  14. refactor: add emitCustomEvent() helper (#17960)

    miniak authored and alexeykuzmin committed May 1, 2019
  15. test: remove stray console.log for test suite (#18078)

    MarshallOfSound committed May 1, 2019
  16. chore: bump chromium to 7dff37844cb3 (master) (#18059)

    electron-bot authored and nornagon committed May 1, 2019
Commits on Apr 30, 2019
  1. fix: explicitly focus window on win.show() (#18046)

    codebytere committed Apr 30, 2019
Older
You can’t perform that action at this time.