index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
database
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use the QuotaManager to determine the space available to WebSQLDatabases. Sin...
michaeln@google.com
2011-05-25
1
-7
/
+13
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-1
/
+1
*
Added DeleteOriginData to QuotaClient
kinuko@chromium.org
2011-05-17
2
-0
/
+13
*
More Quota + WebSQLDatabase integration.
michaeln@google.com
2011-05-15
7
-34
/
+366
*
Implementation of DatabaseQuotaClient for the WebSQLDatabase system.
michaeln@google.com
2011-05-10
7
-14
/
+614
*
File API changes needed for safely passing user selected file entities from t...
zelidrag@chromium.org
2011-04-16
1
-1
/
+1
*
Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have ...
michaeln@google.com
2011-04-01
3
-2
/
+167
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
2
-6
/
+6
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
1
-0
/
+4
*
web databases: remove a ToWStringHack
evan@chromium.org
2011-03-10
1
-2
/
+3
*
wstring: remove some simple instances of ToWStringHack
evan@chromium.org
2011-03-02
1
-2
/
+4
*
Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class
michaeln@google.com
2011-02-26
5
-43
/
+68
*
More net/ reordering.
erg@google.com
2011-01-21
1
-0
/
+1
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-2
/
+2
*
Add some initial OWNERS files for src/webkit/.
darin@chromium.org
2011-01-14
1
-0
/
+1
*
FBTF: More ctor/dtor cleanup.
erg@google.com
2010-10-14
2
-1
/
+6
*
FBTF: Further parts of r61237 that should be harmless to chrome_frame.
erg@google.com
2010-10-13
2
-25
/
+40
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
2
-40
/
+25
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
2
-25
/
+40
*
The return value of ClosePlatformFile() was reversed in r59041. Most
dumi@chromium.org
2010-09-27
1
-1
/
+1
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
1
-1
/
+1
*
Protect local storage created by extension apps.
andybons@chromium.org
2010-09-01
3
-6
/
+19
*
Add an optional parameter to CreatePlatformFile() to report the type
dumi@chromium.org
2010-08-31
1
-2
/
+2
*
FBTF: Remove unnecessary STL #includes from src/webkit.
viettrungluu@chromium.org
2010-08-19
1
-3
/
+1
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-1
/
+2
*
Move bundled copy of sqlite one level deeper to better separate it
phajdan.jr@chromium.org
2010-08-18
1
-1
/
+1
*
GTTF: some more FRIEND_TEST_ALL_PREFIXES
phajdan.jr@chromium.org
2010-08-16
1
-2
/
+2
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
3
-1
/
+3
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-2
/
+2
*
Cleanup: Remove unneeded headers from app/
thestig@chromium.org
2010-07-29
2
-2
/
+0
*
Make tests that rely on getting a temp dir exit if they don't.
evan@chromium.org
2010-07-28
1
-2
/
+2
*
Remove incorrect usages of USE_SYSTEM_SQLITE.
tfarina@chromium.org
2010-07-19
1
-6
/
+1
*
Support WebSQLDatabases in incognito mode.
dumi@chromium.org
2010-06-13
5
-361
/
+495
*
Remove the dirfd parameter from all Chromium code. The POSIX VFS
dumi@chromium.org
2010-05-12
2
-26
/
+5
*
Enable -Werror on Linux and Win for src/webkit/
tony@chromium.org
2010-04-21
1
-1
/
+1
*
Include the appcache and database tracker databases into the sql diagnostics ...
michaeln@chromium.org
2010-04-02
1
-0
/
+16
*
Reapply 43381 - Add some safeguards in DatabaseTracker to prevent writing any...
michaeln@chromium.org
2010-04-02
3
-19
/
+70
*
Revert 43381 - Add some safeguards in DatabaseTracker to prevent writing anyt...
michaeln@google.com
2010-04-01
3
-38
/
+16
*
Add some safeguards in DatabaseTracker to prevent writing anything to disk fo...
michaeln@chromium.org
2010-04-01
3
-16
/
+38
*
Hook up extension apps notification permission, take two
rafaelw@chromium.org
2010-03-31
2
-0
/
+6
*
Reland r42467. Clear cookies, local storage and databases when an extension g...
jochen@chromium.org
2010-03-25
2
-10
/
+60
*
Copy header files to third_party/WebKit/WebKit/chromium/public when
tony@chromium.org
2010-03-25
1
-0
/
+7
*
Reverts 42520 and 42477. It back red again when adding this change back.
maruel@chromium.org
2010-03-25
2
-60
/
+10
*
Reapply 42467 by reverting 42499 and added suppression.
maruel@chromium.org
2010-03-24
2
-10
/
+60
*
Revert r42467: "Clear cookies, local storage and databases when an extension ...
maruel@chromium.org
2010-03-24
2
-60
/
+10
*
Clear cookies, local storage and databases when an extension gets uninstalled.
jochen@chromium.org
2010-03-24
2
-10
/
+60
*
Move glue, appcache, and database targets out of webkit into gypi files.
tony@chromium.org
2010-03-15
1
-0
/
+32
*
webkit/database: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-06
4
-4
/
+5
[prev]
[next]