mirror of
https://github.com/electron/electron.git
synced 2026-02-10 07:05:35 -05:00
chore: add documentation for blink_file_path.patch (#15235)
This commit is contained in:
@@ -66,7 +66,9 @@ patches:
|
||||
-
|
||||
author: Cheng Zhao <zcbenz@gmail.com>
|
||||
file: blink_file_path.patch
|
||||
description: null
|
||||
description: |
|
||||
This is used by editors to obtain the filesystem path from a dragged file. See
|
||||
documentation at https://electronjs.org/docs/api/file-object
|
||||
-
|
||||
author: Cheng Zhao <zcbenz@gmail.com>
|
||||
file: blink_local_frame.patch
|
||||
|
||||
@@ -3,6 +3,8 @@ From: Cheng Zhao <zcbenz@gmail.com>
|
||||
Date: Thu, 20 Sep 2018 17:45:00 -0700
|
||||
Subject: blink_file_path.patch
|
||||
|
||||
This is used by editors to obtain the filesystem path from a dragged file. See
|
||||
documentation at https://electronjs.org/docs/api/file-object
|
||||
|
||||
diff --git a/third_party/blink/renderer/core/fileapi/file.h b/third_party/blink/renderer/core/fileapi/file.h
|
||||
index 39831f1902c6..fddb013aa122 100644
|
||||
|
||||
Reference in New Issue
Block a user