electron/lib/browser
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
remote refactor: ginify NativeImage (#24486) 2020-07-13 14:44:12 -07:00
.eslintrc.json build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
chrome-extension-shim.ts build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
default-menu.ts build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
desktop-capturer.ts refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
devtools.ts build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
guest-view-manager.js refactor: prevent consistent early exception (#24191) 2020-06-22 20:32:45 -07:00
guest-window-manager.js chore: tsify web-contents (#24325) 2020-07-06 10:50:03 -07:00
init.ts feat: add nativeImage.createThumbnailFromPath API (#24802) 2020-08-24 09:36:13 -07:00
ipc-main-impl.ts build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
ipc-main-internal-utils.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
ipc-main-internal.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
message-port-main.ts build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
navigation-controller.ts build: ensure that electron/lib/browser can only use browser or common imports (#24512) 2020-07-13 09:58:49 -07:00
rpc-server.ts feat: add nativeImage.createThumbnailFromPath API (#24802) 2020-08-24 09:36:13 -07:00