Sign in
chromium
/
chromium
/
src
/
4f2f1a1f5cbbb7dcdd7229fde9611cf42b0fbd2c
/
sql
b5a0a9700
base: Introduce generic base::PreReadFile().
by Victor Costan
· 6 years ago
346bbba
Prefetch commonly used database files that are hard faulted on during startup
by Joe Laughlin
· 6 years ago
d858de63
Add noexcept on implementations that had them on the definition.
by Dave Tapuska
· 6 years ago
3ffd9a37
sql: Add Finch trial for eliminating sql::Database::Preload().
by Victor Costan
· 6 years ago
02bf6b6d
sqlite: Add tests covering ICU functionality.
by Victor Costan
· 6 years ago
249be70
sql: Remove SqlTempStoreMemory experiment.
by Victor Costan
· 6 years ago
e57bc21
sql: Document raw pointer usage and remove unused member in recovery.
by Victor Costan
· 6 years ago
5fb169023
sql: Include <utility> for std::pair
by Raphael Kubo da Costa
· 6 years ago
153dd1a6
sqlite: Rewrite custom recovery code.
by Victor Costan
· 6 years ago
455989b
sqlite: Rewrite tests for custom recovery code.
by Victor Costan
· 6 years ago
8eca30e
sql: Remove Sqlite.SizeKB.* histograms.
by Victor Costan
· 6 years ago
be262328
sql: Simplify the VFS wrapper.
by Victor Costan
· 6 years ago
f37f7ae
sql: Upgrade sqlite_prepare_v2() calls to sqlite_prepare_v3().
by Victor Costan
· 6 years ago
f85512e5
sql: Make Database::DoesSchemaItemExist() case-sensitive.
by Victor Costan
· 6 years ago
e18b4d3
sql: fix GCC build after introducing enum class sql::ColumnType
by Jose Dapena Paz
· 6 years ago
57aecd23
sql: Refactor enum sql::ColType into enum class sql::ColumnType.
by Victor Costan
· 6 years ago
3a4023e
sql: Remove DumpWithoutCrashing() diagnostic code.
by Victor Costan
· 6 years ago
5e6772af
sql: Remove unneeded friend declarations in sql::Database.
by Victor Costan
· 6 years ago
d1a217b
sql: Extract sql::DatabaseTestPeer to its own file.
by Victor Costan
· 6 years ago
538c1431
sqlite: Move //third_party/sqlite/src/ to //third_party/sqlite/patched/.
by Victor Costan
· 6 years ago
cbb3d84
Refactor: Update cmumford's email
by Darwin Huang
· 6 years ago
594c3751
sql: Remove completed TODO.
by Staphany Park
· 6 years ago
7de7e9f
[Fuchsia] Use unix-none VFS for sqlite
by Sergey Ulanov
· 6 years ago
b0e7fc0
sql: Rename UMA histogram Sqlite.Stats to Sqlite.Stats2.
by Victor Costan
· 6 years ago
95a01c2a
Add Location annotation ScopedBlockingCall
by Etienne Bergeron
· 6 years ago
5e785e3
sql: Remove some large and mostly unused histograms.
by Victor Costan
· 6 years ago
436d4221
Add Location annotation ScopedBlockingCall
by Etienne Bergeron
· 6 years ago
6c708e3
//sql: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
by Raul Tambre
· 7 years ago
a71d7af
[TaskScheduler]: Migrate off of AssertBlockingAllowedDeprecated in /sql
by Etienne Pierre-Doray
· 7 years ago
6312bf6
[net] Prepare //net for the base::string16 switch
by jdoerrie
· 7 years ago
7e74dce
mac: Rework logic for excluding files from Time Machine backups.
by Victor Costan
· 7 years ago
e56cc68
sql: Switch from custom macro to COMPONENT_EXPORT.
by Victor Costan
· 7 years ago
1ff47e9
sql: Use SQLite API instead of PRAGMA to check for column existence.
by Victor Costan
· 7 years ago
52bef81
sql: Use SQLite API instead of PRAGMA on memory pressure.
by Victor Costan
· 7 years ago
f1e9443b
sql: Remove redundant PRAGMA secure_delete=ON.
by Victor Costan
· 7 years ago
4f03013
sqlite: Remove custom PRAGMA auto_vacuum_slack_pages.
by Victor Costan
· 7 years ago
0400dfb6
[TaskScheduler]: Migrate off of AssertBlockingAllowedDeprecated in /sql
by Etienne Pierre-Doray
· 7 years ago
e3d9c4b
Revert "sqlite: Disable mmap usage on Windows."
by Victor Costan
· 7 years ago
7202f4d
sqlite: Disable mmap usage on Windows.
by Victor Costan
· 7 years ago
c6d3a866
sqlite: Use SQLite's API for getting per-database page pools.
by Victor Costan
· 7 years ago
613b430
sql: Restore strict DCHECK of cached statements SQL.
by Victor Costan
· 7 years ago
c0d5867
Fix DCHECK in second call to GetCachedStatement
by Dan Harrington
· 7 years ago
a4195e59
[TaskScheduler]: Deprecate AssertBlockingAllowed.
by Etienne Pierre-doray
· 7 years ago
fc684d6
Adding a const to a static char array
by Daniel Bratell
· 7 years ago
9592222
Replace UMA_HISTOGRAM_COUNTS with UMA_HISTOGRAM_COUNTS_1M.
by Steven Holte
· 7 years ago
b869359
Fix some 64-bit to 32-bit implicit conversions in sql.
by Will Harris
· 7 years ago
4c2f3e92
sql: Feature flag for in-memory temporary storage.
by Victor Costan
· 7 years ago
35b72bf
fixup! Qualify const char[] sql queries with |static|
by Xunran Ding
· 7 years ago
cfbfa60
sql: Rename sql::Connection to sql::Database.
by Victor Costan
· 7 years ago
7f6abbbe
sql: Restrict recovery-only API in Connection with passkeys.
by Victor Costan
· 7 years ago
ce678e7
sqlite: Create all databases with restrictive permissions.
by Victor Costan
· 7 years ago
c2e79a3
sqlite: Clean up build.
by Victor Costan
· 7 years ago
3a325b81
sql: Clean up some checks in sql::Statement.
by Victor Costan
· 7 years ago
35b26745
DOMStorage: Remove support for V1 database schema.
by Victor Costan
· 7 years ago
ccc76472
sql: Use 64-bit integers to collect SQLite memory usage.
by Victor Costan
· 7 years ago
653b14f
sql: Enable SQLiteFeaturesTest.TimeMachine
by Victor Costan
· 7 years ago
87cf8c7
sql: Add precondition checks to sql::Connection.
by Victor Costan
· 7 years ago
12daa3ac9
sql: Document sql::StatementID's thread safety properties.
by Victor Costan
· 7 years ago
70bedf2
sql: Remove references to USE_SYSTEM_SQLITE.
by Victor Costan
· 7 years ago
c7e7f2e
sql: Replace typedef with using.
by Victor Costan
· 7 years ago
bd62311
sql: Replace NULL with nullptr.
by Victor Costan
· 7 years ago
3fcf4a6
sql: Stop suppressing size_t-to-int conversion warning.
by Victor Costan
· 7 years ago
3b02cdf
sql: Make Connection::StatementRef use 1-based ref-counting.
by Victor Costan
· 7 years ago
3553913
Remove redundant !OS_FUCHSIA checks from OS_POSIX sites.
by Wez
· 7 years ago
19ba543
sql: Disable very long running ScopedCriticalAction's on iOS.
by Justin Cohen
· 7 years ago
1d86835
sql: Use static const char[] in local variables.
by Victor Costan
· 7 years ago
147687f
[Cleanup] Update histogram_tester.h includes in //sql
by Devlin Cronin
· 7 years ago
f62ea04
Remove dead code for legacy heap profiler.
by erikchen
· 7 years ago
65421f6
Reland "Fuchsia: Stop setting OS_POSIX"
by Fabrice de Gans-Riberi
· 7 years ago
bd1301f
Revert "Fuchsia: Stop setting OS_POSIX"
by Fabrice de Gans-Riberi
· 7 years ago
90f86c1
Fuchsia: Stop setting OS_POSIX
by Fabrice de Gans-Riberi
· 7 years ago
e688fb5
Update storage-related OWNERS files to account for team changes
by Joshua Bell
· 7 years ago
ea15ea0
Fully move PathService into the base namespace.
by Avi Drissman
· 7 years ago
f087c84
sqlite: Upgrade from 3.22.0 to 3.23.1.
by Victor Costan
· 7 years ago
bc7ab06
sql: Add feature test for default values on boolean columns in SQLite.
by Victor Costan
· 7 years ago
91bae81
Migrate LaunchUnitTests callers to OnceCallback
by tzik
· 7 years ago
d16d219
Migrate //sql from base::Callback to base::RepeatingCallback
by tzik
· 7 years ago
e5f5b84
Remove Sqlite VFS histograms.
by Maria Khomenko
· 8 years ago
3653df6
WebSQL: Initialize SQLite via //sql.
by Victor Costan
· 8 years ago
86ca431
sqlite: Remove USE_SYSTEM_SQLITE option.
by Victor Costan
· 8 years ago
37558cb
sqlite: Prefix "recoverVtableInit" with chrome_sqlite3_.
by Victor Costan
· 8 years ago
b3bb8eb
sql: Remove unused iOS-specific header in sql/connection_unittest.cc
by Victor Costan
· 8 years ago
9b4cb22
sql: Remove Recovery::FullRecoverySupported().
by Victor Costan
· 8 years ago
42988a9
sqlite: Remove special cases handling for iOS 9 and below.
by Victor Costan
· 8 years ago
a0905fab
sql: Make //sql/vfs_wrapper.cc compatible with SQLITE_OMIT_DEPRECATED.
by Victor Costan
· 8 years ago
68c2177
Moving DEBUG_ALIAS_FOR_CSTR into //base/debug/alias.h
by Lukasz Anforowicz
· 8 years ago
13e8d06
Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive.
by François Degros
· 8 years ago
1c811db
[Cleanup] Rename UMA_HISTOGRAM_SPARSE_SLOWLY to base::UmaHistogramSparse().
by Ilya Sherman
· 8 years ago
cf617255
Run clang-tidy modernize-use-equals-{delete,default} on //sql
by Chris Watkins
· 8 years ago
8a87f7e5
sqlite: Upgrade from 3.20.1 to 3.21.0.
by Victor Costan
· 8 years ago
66bdfd8
Remove base::ThreadRestrictions::AssertIOAllowed.
by Francois Doray
· 8 years ago
e6fb2d0
Replace ScopedAllowIO with ScopedAllowBlockingForTesting in tests.
by Francois Doray
· 8 years ago
8d82bd0
Change DLOG(FATAL) to DLOG(DCHECK) in sql/
by Sigurdur Asgeirsson
· 8 years ago
47ed2c3
Remove references to MOJO_APPTEST_IMPL in sql/
by Scott Graham
· 8 years ago
502836c
fuchsia: Disable sqlite tests that require shm in vfs
by Scott Graham
· 8 years ago
57ee5482
fuchsia: Get sql_unittests compiling
by Scott Graham
· 8 years ago
46800c9f
SQLite: Minor comment updates and fix method name typo.
by Carlos Knippschild
· 8 years ago
a9ad8fe4
Use base::flat_map for caching SQL statements.
by Dmitry Skiba
· 8 years ago
d1978b0e
Audit of kConstants missing the const qualifier
by Andrew Grieve
· 8 years ago
607cb14
Move DatabaseTracker and DatabaseMessageFilter off of FILE thread
by Joshua Bell
· 8 years ago
Next »