Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-12098-788067
proj155-Chromium on Loongarch
Commits
6a6821ed
Commit
6a6821ed
authored
2 years ago
by
xdjbc
Browse files
Options
Download
Patches
Plain Diff
ipc
parent
17fd6a46
Changes
125
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
gin/ipc/BUILD.gn
+349
-0
gin/ipc/BUILD.gn
gin/ipc/DEPS
+24
-0
gin/ipc/DEPS
gin/ipc/DIR_METADATA
+11
-0
gin/ipc/DIR_METADATA
gin/ipc/OWNERS
+26
-0
gin/ipc/OWNERS
gin/ipc/SECURITY_OWNERS
+25
-0
gin/ipc/SECURITY_OWNERS
gin/ipc/constants.mojom
+8
-0
gin/ipc/constants.mojom
gin/ipc/features.gni
+8
-0
gin/ipc/features.gni
gin/ipc/handle_attachment_fuchsia.cc
+25
-0
gin/ipc/handle_attachment_fuchsia.cc
gin/ipc/handle_attachment_fuchsia.h
+38
-0
gin/ipc/handle_attachment_fuchsia.h
gin/ipc/handle_attachment_win.cc
+33
-0
gin/ipc/handle_attachment_win.cc
gin/ipc/handle_attachment_win.h
+47
-0
gin/ipc/handle_attachment_win.h
gin/ipc/handle_win.cc
+52
-0
gin/ipc/handle_win.cc
gin/ipc/handle_win.h
+54
-0
gin/ipc/handle_win.h
gin/ipc/ipc.mojom
+34
-0
gin/ipc/ipc.mojom
gin/ipc/ipc_channel.cc
+45
-0
gin/ipc/ipc_channel.cc
gin/ipc/ipc_channel.h
+257
-0
gin/ipc/ipc_channel.h
gin/ipc/ipc_channel_common.cc
+81
-0
gin/ipc/ipc_channel_common.cc
gin/ipc/ipc_channel_factory.cc
+68
-0
gin/ipc/ipc_channel_factory.cc
gin/ipc/ipc_channel_factory.h
+46
-0
gin/ipc/ipc_channel_factory.h
gin/ipc/ipc_channel_handle.h
+39
-0
gin/ipc/ipc_channel_handle.h
with
1270 additions
and
0 deletions
+1270
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets