FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/JavaScriptCore/tools/FunctionOverrides.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
JavaScriptCore
tools
FunctionOverrides.cpp
on
main
User selector
Datepicker
Commit history
Commits on May 14, 2026
Fixed a stray -Wunsafe-buffer-usage pragma that accidentally disabled the check
Show description for 8501572
geoffreygaren
committed
8501572
View commit details
Copy full SHA for 8501572
View code at this point
Browse repository at this point
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299
geoffreygaren
committed
b589299
View commit details
Copy full SHA for b589299
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11
geoffreygaren
committed
61dfe11
View commit details
Copy full SHA for 61dfe11
View code at this point
Browse repository at this point
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72f
cdumez
committed
f52b72f
View commit details
Copy full SHA for f52b72f
View code at this point
Browse repository at this point
Commits on Jan 25, 2025
Rename `span(const char*)` to `unsafeSpan(const char*)`
Show description for 54a453d
cdumez
committed
54a453d
View commit details
Copy full SHA for 54a453d
View code at this point
Browse repository at this point
Commits on Jan 19, 2025
Prepare for -Wunsafe-buffer-usage-in-libc-call
Show description for 9b61e37
geoffreygaren
committed
9b61e37
View commit details
Copy full SHA for 9b61e37
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
Drop unnecessary use of WTF_ALLOW_UNSAFE_BUFFER_USAGE
Show description for 862246c
cdumez
committed
862246c
View commit details
Copy full SHA for 862246c
View code at this point
Browse repository at this point
Commits on Oct 31, 2024
Renamed unsafeForgeSpan to unsafeMakeSpan
Show description for f687b57
geoffreygaren
committed
f687b57
View commit details
Copy full SHA for f687b57
View code at this point
Browse repository at this point
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617
geoffreygaren
committed
b942617
View commit details
Copy full SHA for b942617
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
[WTF] Narrow scope of ignored -Wunsafe-buffer-usage warnings from ASCIILiteral.h to SuperFastHash.h
Show description for 00e4ae3
David Kilzer
authored and
ddkilzer
committed
00e4ae3
View commit details
Copy full SHA for 00e4ae3
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
Split makeString() and friends out into their own header
Show description for 632f103
weinig
committed
632f103
View commit details
Copy full SHA for 632f103
View code at this point
Browse repository at this point
Commits on May 3, 2024
Drop StringBuilder:append() overload taking in a `const char*`
Show description for eb7b0b0
cdumez
committed
eb7b0b0
View commit details
Copy full SHA for eb7b0b0
View code at this point
Browse repository at this point
Commits on Apr 7, 2024
Remove StringBuilder::appendCharacters, use std::span more
Show description for 6e624ea
darinadler
committed
6e624ea
View commit details
Copy full SHA for 6e624ea
View code at this point
Browse repository at this point
Commits on Mar 30, 2024
Drop String constructors taking in a raw pointer and a length
Show description for c04fd9f
cdumez
committed
c04fd9f
View commit details
Copy full SHA for c04fd9f
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
[JavaScriptCore] strstr->strchr when string is only one letter long
Show description for 5d0b9ad
AZero13
authored and
mcatanzaro
committed
5d0b9ad
View commit details
Copy full SHA for 5d0b9ad
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
Add taintedness tracking to JSC
Show description for 3a1c346
kmiller68
committed
3a1c346
View commit details
Copy full SHA for 3a1c346
View code at this point
Browse repository at this point
Commits on Jun 18, 2023
String serialization of functions doesn't behaves as on Blink or Gecko
Show description for 55ae3a1
colinvidal
authored and
Constellation
committed
55ae3a1
View commit details
Copy full SHA for 55ae3a1
View code at this point
Browse repository at this point
Commits on Apr 23, 2023
Rename isHTMLSpace and move it to WTF
Show description for 7f7aade
annevk
committed
7f7aade
View commit details
Copy full SHA for 7f7aade
View code at this point
Browse repository at this point
Commits on Apr 10, 2023
wtf/Process.h is conflicting with process.h on Windows
Show description for f0c7ad4
fujii
committed
f0c7ad4
View commit details
Copy full SHA for f0c7ad4
View code at this point
Browse repository at this point
Commits on Apr 9, 2023
Add WTF::exitProcess and WTF::terminateProcess
Show description for 009188e
Constellation
committed
009188e
View commit details
Copy full SHA for 009188e
View code at this point
Browse repository at this point
Commits on May 19, 2022
Add find()/reverseFind()/contains() overloads takes an ASCIILiteral to our String types https://bugs.webkit.org/show_bug.cgi?id=240247
Show description for daf65f7
cdumez
committed
daf65f7
View commit details
Copy full SHA for daf65f7
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
Leverage StringView in more places to avoid some String allocations
Show description for cb92068
cdumez
committed
cb92068
View commit details
Copy full SHA for cb92068
View code at this point
Browse repository at this point
Commits on Apr 14, 2022
Drop inefficient String::append() overloads
Show description for c3a460f
cdumez
committed
c3a460f
View commit details
Copy full SHA for c3a460f
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
String's find() / reverseFind() / replace() should take in a StringView instead of a String
Show description for 9999ade
cdumez
committed
9999ade
View commit details
Copy full SHA for 9999ade
View code at this point
Browse repository at this point
Prepare JSC for making the String(const char*) constructor explicit
Show description for cccb58d
cdumez
committed
cccb58d
View commit details
Copy full SHA for cccb58d
View code at this point
Browse repository at this point
Commits on Mar 10, 2022
Optimize further the passing of data across threads
Show description for 196fcd7
cdumez
committed
196fcd7
View commit details
Copy full SHA for 196fcd7
View code at this point
Browse repository at this point
Commits on Oct 20, 2021
Do not use strerror()
Show description for 6520dda
mcatanzaro
authored and
webkit-commit-queue
committed
6520dda
View commit details
Copy full SHA for 6520dda
View code at this point
Browse repository at this point
Commits on May 26, 2021
Use UncheckedLock even less in JavaScriptCore
Show description for 321cdfc
cdumez
committed
321cdfc
View commit details
Copy full SHA for 321cdfc
View code at this point
Browse repository at this point
Commits on May 22, 2021
Stop using holdLock() in JSC as it is not compatible with Clang thread safety analysis
Show description for 83f518b
cdumez
committed
83f518b
View commit details
Copy full SHA for 83f518b
View code at this point
Browse repository at this point
Commits on Jul 13, 2020
Clean up SourceProvider and add caller relative load script to jsc.cpp
Show description for bca2993
kmiller68
committed
bca2993
View commit details
Copy full SHA for bca2993
View code at this point
Browse repository at this point
Commits on Sep 13, 2019
We should assert $vm is enabled on entry and exit in its functions.
Show description for 66f0021
Mark Lam
committed
66f0021
View commit details
Copy full SHA for 66f0021
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
Harden JSC against the abuse of runtime options.
Show description for 199998c
Mark Lam
committed
199998c
View commit details
Copy full SHA for 199998c
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
[JSC] FunctionOverrides should have a lock to ensure concurrent access to hash table does not happen
Show description for 6810dd9
Constellation
committed
6810dd9
View commit details
Copy full SHA for 6810dd9
View code at this point
Browse repository at this point
Commits on Aug 12, 2019
Replace multiparameter overloads of append() in StringBuilder as a first step toward standardizinging on the flexibleAppend() implementation
Show description for 4a9938f
Sam Weinig
committed
4a9938f
View commit details
Copy full SHA for 4a9938f
View code at this point
Browse repository at this point
Commits on Jan 2, 2019
SourceProviders should use an actual URL instead of a string
Show description for 7513ec9
kmiller68
committed
7513ec9
View commit details
Copy full SHA for 7513ec9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL