chore: add documentation for blink_file_path.patch (#15235)
This commit is contained in:
parent
a9ca152069
commit
993c2413e8
2 changed files with 5 additions and 1 deletions
|
@ -66,7 +66,9 @@ patches:
|
||||||
-
|
-
|
||||||
author: Cheng Zhao <zcbenz@gmail.com>
|
author: Cheng Zhao <zcbenz@gmail.com>
|
||||||
file: blink_file_path.patch
|
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>
|
author: Cheng Zhao <zcbenz@gmail.com>
|
||||||
file: blink_local_frame.patch
|
file: blink_local_frame.patch
|
||||||
|
|
|
@ -3,6 +3,8 @@ From: Cheng Zhao <zcbenz@gmail.com>
|
||||||
Date: Thu, 20 Sep 2018 17:45:00 -0700
|
Date: Thu, 20 Sep 2018 17:45:00 -0700
|
||||||
Subject: blink_file_path.patch
|
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
|
diff --git a/third_party/blink/renderer/core/fileapi/file.h b/third_party/blink/renderer/core/fileapi/file.h
|
||||||
index 39831f1902c6..fddb013aa122 100644
|
index 39831f1902c6..fddb013aa122 100644
|
||||||
|
|
Loading…
Reference in a new issue