Daniel Bertalan
|
c62240aa80
Everywhere: Warn on function definitions without prototypes
|
1 year ago |
Timothy Flynn
|
b01e810a89
LibWeb+LibWebView+WebContent: Support case-insensitive find-in-page
|
1 year ago |
Andrew Kaster
|
cb87725ec8
LibIPC+LibWeb: Transfer IPC::Files using sendmsg/recvmsg directly
|
1 year ago |
Tim Ledbetter
|
8324a82409
IPCCompiler: Give a useful error if parameter is unnamed
|
1 year ago |
Tim Ledbetter
|
076904a59b
IPCCompiler: Allow generic parameter types to contain spaces
|
1 year ago |
Timothy Flynn
|
8b1ad5c496
LibWeb+LibWebView+WebContent: Add a new IPC for modifying history state
|
1 year ago |
Timothy Flynn
|
40c0dd81d2
LibWeb+LibWebView+WebContent: Inform chromes when audio is played/paused
|
1 year ago |
Timothy Flynn
|
108521a566
LibWeb+LibWebView+WebContent: Implement more <input type=file> behavior
|
1 year ago |
Timothy Flynn
|
9b957ead13
LibWebView+WebContent: Do not manually serialize cookie sources over IPC
|
1 year ago |
kleines Filmröllchen
|
eada4f2ee8
AK: Remove ByteString from GenericLexer
|
1 year ago |
Lucas CHOLLET
|
4e9e340d21
IPCCompiler: Make the connection shut down if the peer disconnected
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Bastiaan van der Plaat
|
b73ae80d8b
LibWeb: Refactor WebContentServer mouse input message to DevicePixel
|
1 year ago |
Bastiaan van der Plaat
|
c069ab1ca0
LibWeb: Refactor int types in WebContentServer to DevicePixels
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Andreas Kling
|
0b83717ea2
AK: Make SourceGenerator::fork() infallible
|
1 year ago |
Andrew Kaster
|
aa329cb2f8
IPCCompiler: Add option to pass output file path
|
2 years ago |
Sam Atkins
|
8e53e5afc4
AK: Propagate errors from SourceGenerator::fork()
|
2 years ago |
Ben Wiederhake
|
943ecaede6
LibIPC: Remove redundant IPC::Dictionary type
|
2 years ago |
Ben Wiederhake
|
3be7d393b6
IPCCompiler: Nicer error message for invalid template spelling
|
2 years ago |
Sam Atkins
|
c06f4ac6f5
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
220fbcaa7e
AK: Remove the fallible constructor from `FixedMemoryStream`
|
2 years ago |
Tim Schumacher
|
093cf428a3
AK: Move memory streams from `LibCore`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
Tim Schumacher
|
3ed9627f4e
LibIPC: Decode messages using Core::Stream internally
|
2 years ago |