FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/WebCore/workers/ScriptBuffer.cpp - WebKit/WebKit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebKit
/
WebKit
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Pull requests
2.6k
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
WebKit
Source
WebCore
workers
ScriptBuffer.cpp
on
main
User selector
Datepicker
Commit history
Commits on Feb 10, 2026
Reduce use of protected functions in Source/WebCore/platform
Show description for 8134c4e
cdumez
committed
8134c4e
View commit details
Copy full SHA for 8134c4e
View code at this point
Browse repository at this point
Commits on Dec 2, 2025
Reduce use of unsafeGet() in WebCore/
Show description for 0dda3d5
cdumez
committed
0dda3d5
View commit details
Copy full SHA for 0dda3d5
View code at this point
Browse repository at this point
Commits on Dec 1, 2025
ScriptBuffer IPC serialization is doing redundant work
Show description for db14efc
kkinnunen-apple
committed
db14efc
View commit details
Copy full SHA for db14efc
View code at this point
Browse repository at this point
Commits on Aug 7, 2025
SharedBufferBuilder copy constructor should not take reference of original FragmentedSharedBuffer
Show description for a3cfbbb
jyavenard
committed
a3cfbbb
View commit details
Copy full SHA for a3cfbbb
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
FragmentedSharedBuffer should always be immutable.
Show description for 52383c6
jyavenard
committed
52383c6
View commit details
Copy full SHA for 52383c6
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
Update `tryGetUTF8()` to return a `span<const char8_t>` instead of a `span<const char>`
Show description for 6aadfa6
cdumez
committed
6aadfa6
View commit details
Copy full SHA for 6aadfa6
View code at this point
Browse repository at this point
Commits on May 27, 2024
Add byteCast for conversions between different byte-sized types
Show description for dbd9819
darinadler
committed
dbd9819
View commit details
Copy full SHA for dbd9819
View code at this point
Browse repository at this point
Commits on May 22, 2024
Drop SharedBuffer::data() in favor of span()
Show description for 24db6e6
cdumez
committed
24db6e6
View commit details
Copy full SHA for 24db6e6
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
Move std::span-related utility functions to <wtf/StdLibExtras.h>
Show description for 8c35e07
cdumez
committed
8c35e07
View commit details
Copy full SHA for 8c35e07
View code at this point
Browse repository at this point
Commits on Apr 9, 2024
Use std::span and char8_t for UTF-8
Show description for 353a203
darinadler
committed
353a203
View commit details
Copy full SHA for 353a203
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
Use std::span more with SharedBuffer
Show description for ecf3e3d
cdumez
committed
ecf3e3d
View commit details
Copy full SHA for ecf3e3d
View code at this point
Browse repository at this point
Unreviewed, reverting 276672@main.
Show description for b03ed17
webkit-commit-queue
authored and
Constellation
committed
b03ed17
View commit details
Copy full SHA for b03ed17
View code at this point
Browse repository at this point
Use std::span more with SharedBuffer
Show description for 20f9756
cdumez
committed
20f9756
View commit details
Copy full SHA for 20f9756
View code at this point
Browse repository at this point
Commits on Feb 11, 2024
Use std::span directly for makeString, StringBuilder::append, IPC::DataReference, IPC::ArrayReference
Show description for cf66e09
darinadler
committed
cf66e09
View commit details
Copy full SHA for cf66e09
View code at this point
Browse repository at this point
Commits on Feb 3, 2024
Port ScriptBuffer to the new IPC serialization format
Show description for fe4d363
cdumez
committed
fe4d363
View commit details
Copy full SHA for fe4d363
View code at this point
Browse repository at this point
Commits on Nov 29, 2023
ScriptBuffer append with empty string adds empty segment.
Show description for d445ae9
Mark Lam
committed
d445ae9
View commit details
Copy full SHA for d445ae9
View code at this point
Browse repository at this point
Commits on May 15, 2023
Start switching WTF::Span to std::span
Show description for 7bab10c
achristensen07
committed
7bab10c
View commit details
Copy full SHA for 7bab10c
View code at this point
Browse repository at this point
Commits on May 6, 2023
Take advantage of C++20 and define only == and let the compiler define !=
Show description for 6e8fa52
darinadler
committed
6e8fa52
View commit details
Copy full SHA for 6e8fa52
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
Clean up UTF-8 conversion code
Show description for efec6c1
Alex Christensen
authored and
achristensen07
committed
efec6c1
View commit details
Copy full SHA for efec6c1
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Avoid unnecessary UTF-8 string generation
Show description for 0e2f9b0
Constellation
committed
0e2f9b0
View commit details
Copy full SHA for 0e2f9b0
View code at this point
Browse repository at this point
Commits on Apr 13, 2022
Allow Wasm import from a JS Worker module
Show description for 0e9c98b
takikawa
authored and
webkit-commit-queue
committed
0e9c98b
View commit details
Copy full SHA for 0e9c98b
View code at this point
Browse repository at this point
Commits on Dec 13, 2021
Add SharedBufferBuilder class
Show description for f372f1b
jyavenard
committed
f372f1b
View commit details
Copy full SHA for f372f1b
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
Fix some inefficient uses of SharedBuffer
Show description for 044109e
cdumez
committed
044109e
View commit details
Copy full SHA for 044109e
View code at this point
Browse repository at this point
Commits on Apr 6, 2021
Make sure service workers use a ScriptSourceCode backed by file-mapped memory when possible
Show description for e48770d
cdumez
committed
e48770d
View commit details
Copy full SHA for e48770d
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
Introduce ScriptBuffer class to wrap SharedBuffer containing a script
Show description for 1d3d96b
cdumez
committed
1d3d96b
View commit details
Copy full SHA for 1d3d96b
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL