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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
13
-29
/
+32
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
13
-32
/
+29
*
Implement QuotaTemporaryStorageEvictor.
dmikurube@chromium.org
2011-05-25
6
-3
/
+468
*
Add StorageType as parameter to {,Host}{Usage,Quota}Callback
tzik@chromium.org
2011-05-25
6
-53
/
+164
*
2nd try: Notify read access to the QuotaManager in FileSystemOperation
kinuko@chromium.org
2011-05-25
3
-49
/
+155
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
15
-17
/
+17
*
We need this work-around for file:/// URIs as
michaeln@google.com
2011-05-25
2
-3
/
+19
*
Implement DatabaseQuotaClient's DeteleteOriginData method.
michaeln@google.com
2011-05-25
5
-16
/
+162
*
Disable QuotaMananger tests which rely on precise time.
shess@chromium.org
2011-05-25
1
-2
/
+13
*
Remove ctime and atime checks to reduce flakiness.
ericu@chromium.org
2011-05-25
1
-3
/
+0
*
Use the QuotaManager to determine the space available to WebSQLDatabases. Sin...
michaeln@google.com
2011-05-25
9
-14
/
+78
*
Handle <link rel=prerender> in chrome.
gavinp@chromium.org
2011-05-24
2
-0
/
+3
*
Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag).
dmichael@chromium.org
2011-05-24
7
-31
/
+104
*
Change printing of PDFs for preview on Windows to not rasterize.
vandebo@chromium.org
2011-05-24
2
-52
/
+59
*
Revert 86400 - Notify read access to the QuotaManager in FileSystemOperation
kinuko@chromium.org
2011-05-24
3
-153
/
+49
*
Add Dump{Quota,LastAccessTime}Table to QuotaDatabase
tzik@chromium.org
2011-05-24
3
-8
/
+243
*
Notify read access to the QuotaManager in FileSystemOperation
kinuko@chromium.org
2011-05-24
3
-49
/
+153
*
Integrated obfuscation with quota; all unit tests now pass with or without th...
ericu@chromium.org
2011-05-23
14
-149
/
+391
*
Fix PP_FileOpenFlags_Dev handling:
yzshen@chromium.org
2011-05-23
9
-129
/
+113
*
GLContext no longer holds a pointer to a GLSurface.
apatrick@chromium.org
2011-05-23
4
-23
/
+59
*
Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory.
fischman@chromium.org
2011-05-23
1
-6
/
+4
*
Update V8 to version 3.3.9.3. Fix for reliability bot crashes are in.
ager@chromium.org
2011-05-23
1
-0
/
+3
*
Revert V8 update. Causes reliability bot crashes.
ager@chromium.org
2011-05-23
1
-3
/
+0
*
Update V8 to version 3.3.9.2.
ager@chromium.org
2011-05-23
1
-0
/
+3
*
QuotaManager::GetUsageAndQuota should not hung even when the returned usage/q...
kinuko@chromium.org
2011-05-23
1
-28
/
+34
*
Revert r75078 now that crbug.com/72007 is fixed.
darin@chromium.org
2011-05-21
1
-5
/
+2
*
Roll skia r1385:1395
thakis@chromium.org
2011-05-20
1
-0
/
+1
*
Map webkit glue when Mac build uses Skia.
caryclark@chromium.org
2011-05-20
3
-3
/
+15
*
Exporting ScopedTempDir so it can be used by webkit layout tests.
gregsimon@chromium.org
2011-05-20
2
-0
/
+31
*
Code to migrate a single directory from the old sandbox to the new.
ericu@chromium.org
2011-05-20
6
-43
/
+329
*
Update translations using strings from launchpad.net r216
fta@sofaraway.org
2011-05-20
2
-0
/
+14
*
Remove files that are compiled in both ui_base and app_base.
tony@chromium.org
2011-05-20
1
-0
/
+1
*
Implement NotifyStorageAccessed
kinuko@chromium.org
2011-05-20
5
-46
/
+244
*
Set our network state before setting our ready state after the media engine h...
scherkus@chromium.org
2011-05-20
1
-3
/
+4
*
Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.
adamk@chromium.org
2011-05-19
19
-298
/
+183
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
24
-43
/
+43
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
9
-11
/
+11
*
Fix bug introduced in r85773: PPB_Buffer_Impl::Init() never set size_!
fischman@chromium.org
2011-05-19
1
-1
/
+4
*
Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...
tony@chromium.org
2011-05-19
3
-14
/
+13
*
Miscellaneous webkit_glue namespace changes in preparation for building src\c...
ananta@chromium.org
2011-05-19
10
-76
/
+30
*
FileSystemURLRequestJobBase: hold a ref in LocalPathCallbackDispatcher until ...
adamk@chromium.org
2011-05-19
3
-10
/
+71
*
StartEviction and RegisterOrigins
kinuko@chromium.org
2011-05-19
5
-84
/
+283
*
Change PPP_Printing_Dev QuerySupportedFormats to not require MemAlloc and Mem...
dmichael@chromium.org
2011-05-19
2
-31
/
+124
*
Change usage cache code in QuotaFileUtil to use QuotaUtil methods
kinuko@chromium.org
2011-05-19
11
-324
/
+450
*
RegisterOrigins to QuotaDatabase
tzik@chromium.org
2011-05-19
3
-5
/
+97
*
Implement GetUsageAndQuotaForEviction in QuotaManager.
dmikurube@chromium.org
2011-05-19
4
-24
/
+136
*
fix QuotaDatabaseTest.BootstrapFlag
tzik@chromium.org
2011-05-19
1
-2
/
+1
*
This integrates the obfuscated filesystem, but keeps it turned off with a flag.
ericu@chromium.org
2011-05-19
14
-106
/
+344
*
Revert of 85854 which is a revert of 85852 - Add a command line option
rtenneti@chromium.org
2011-05-19
1
-0
/
+1
*
InitializationFlag to QuotaDatabase
tzik@chromium.org
2011-05-19
3
-1
/
+40
[next]