-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPContent.ipdl-patch
33 lines (32 loc) · 1.17 KB
/
PContent.ipdl-patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
diff --git a/dom/ipc/PContent.ipdl b/dom/ipc/PContent.ipdl
--- a/dom/ipc/PContent.ipdl
+++ b/dom/ipc/PContent.ipdl
@@ -744,17 +744,28 @@ child:
/**
* Windows specific: associate this content process with the browsers
* audio session.
*/
async SetAudioSessionData(nsID aID,
nsString aDisplayName,
nsString aIconPath);
-parent:
+
+ async LoginsForPath(uint64_t getterId, nsString prepath, nsString username, nsString password);
+
+ parent:
+ async FindLogins(uint64_t getterId, nsString prepath);
+ async StoreLogin(uint64_t getterId,
+ nsString aHostname,
+ nsString aUsername,
+ nsString aPassword,
+ nsString aUsernameField,
+ nsString aPasswordField);
+
/**
* Tell the content process some attributes of itself. This is
* among the first information queried by content processes after
* startup. (The message is sync to allow the content process to
* control when it receives the information.)
*
* |id| is a unique ID among all subprocesses. When |isForApp &&
* isForBrowser|, we're loading <browser> for an app. When