electron/lib/renderer
George Xu beaf60de0a
feat: add nativeImage.createThumbnailFromPath API (#24802)
* initial commit, mac implementation

* add documentation

* convert createThumbnailFromPath to async function

* windows impl protoype

* add tests

* added test

* fix

* fix test

* clean up

* update docs

* cleaning up code

* fix test

* retrigger CI

* retrigger CI

* refactor from app to native_image

* windows build

* lint

* lint

* add smart pointers, fix test

* change tests and update docs

* fix test, remove nolint

* add renderer-main process routing to fix tests

* lint

* thanks sam

* thanks sam
2020-08-24 09:36:13 -07:00
..
api feat: add nativeImage.createThumbnailFromPath API (#24802) 2020-08-24 09:36:13 -07:00
extensions build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
remote refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
web-view build: update linting deps (#24461) 2020-07-08 21:19:49 -07:00
content-scripts-injector.ts refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
init.ts refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
inspector.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
ipc-renderer-internal-utils.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
ipc-renderer-internal.ts refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
security-warnings.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
web-frame-init.ts feat: add worldSafe flag for executeJS results (#24114) 2020-07-23 14:32:20 -07:00
window-setup.ts fix: handle asynchronous URL loading in bw proxy (#23776) 2020-05-27 13:50:54 -07:00