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
/
appcache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update TestURLRequest constructor interface in unit tests.
tedv@chromium.org
2013-03-19
2
-107
/
+100
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
4
-4
/
+4
*
Renamed Tip log level to Debug.
zvorygin@google.com
2013-02-18
2
-6
/
+7
*
Fix dependency on scoped_ptr::reset sequencing in appcache.
dcheng@chromium.org
2013-02-15
17
-161
/
+186
*
Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.
rsleevi@chromium.org
2013-02-07
13
-101
/
+131
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
12
-34
/
+35
*
Update some #includes in webkit/ for new headers in Platform directory
pilgrim@chromium.org
2013-01-15
2
-5
/
+5
*
Bake targeted error histogram support directly into sql::Connection.
shess@chromium.org
2013-01-03
1
-11
/
+1
*
Add an UMA stat for how long ResourceRequests are delayed due to the appcache.
michaeln@google.com
2012-12-26
4
-1
/
+27
*
webkit: Update the calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-12-16
3
-38
/
+38
*
Update webkit unit test initialization of URLRequestJobFactory objects.
tedv@chromium.org
2012-11-29
1
-14
/
+27
*
[base] Move AutoReset to base namespace.
dbeam@chromium.org
2012-11-21
1
-1
/
+1
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-3
/
+3
*
Reland 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
1
-1
/
+1
*
Revert 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
1
-1
/
+1
*
Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
1
-1
/
+1
*
Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.
mkwst@chromium.org
2012-11-07
1
-1
/
+1
*
Move debugger and appcache to the content namespace.
jam@chromium.org
2012-10-24
1
-1
/
+5
*
webkit: Merge build target 'appcache' to 'webkit_storage'
hashimoto@chromium.org
2012-10-23
23
-183
/
+124
*
Remove ref counting on sql::ErrorDelegate
pkotwicz@chromium.org
2012-10-17
1
-15
/
+11
*
add some missing includes of <functional> to fix compilation on VS2012
scottmg@chromium.org
2012-10-10
1
-0
/
+2
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
2
-3
/
+1
*
Merge MockQuotaManager in multiple places
kinuko@chromium.org
2012-09-21
1
-60
/
+28
*
Make sure that AppCache tests subresource URLrequests against NETWORK whitelist
vabr@chromium.org
2012-09-08
2
-1
/
+9
*
Remove the HANDLED_EXTERNALLY status code.
mkosiba@chromium.org
2012-09-07
1
-2
/
+1
*
Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...
erikwright@chromium.org
2012-09-01
2
-23
/
+12
*
Turned job_factory into a pure virtual class
shalev@chromium.org
2012-08-24
1
-13
/
+13
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
11
-127
/
+246
*
base::Bind: Make use of IgnoreResult.
jhawkins@chromium.org
2012-08-19
1
-8
/
+2
*
Clean-up inline members of nested classes (webkit/)
hans@chromium.org
2012-08-09
2
-13
/
+18
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2012-07-27
1
-1
/
+1
*
Offload disk accesses to WorkerPool in ExtensionProtocolHandler
paivanof@gmail.com
2012-07-23
1
-16
/
+21
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
3
-3
/
+0
*
Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...
shalev@chromium.org
2012-06-29
2
-3
/
+6
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
3
-27
/
+46
*
Don't ignore network namespace entries when '*' is in the list.
michaeln@google.com
2012-06-21
3
-16
/
+81
*
NetLogEventParameter to Callback refactoring 11.
mmenke@chromium.org
2012-06-14
1
-3
/
+2
*
Move remaining webkit storage unit tests to content_unittests
adamk@chromium.org
2012-06-08
5
-10
/
+22
*
Unwire the clear on exit preference from the storage systems.
jochen@chromium.org
2012-06-05
3
-26
/
+14
*
RefCounted types should not have public destructors, webkit/ edition
rsleevi@chromium.org
2012-06-04
2
-4
/
+6
*
Change the way _EXPORT macros look.
thakis@chromium.org
2012-05-15
1
-0
/
+4
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-5
/
+5
*
Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ...
michaeln@google.com
2012-05-03
8
-75
/
+123
*
RefCounted types should not have public destructors, webkit/
rsleevi@chromium.org
2012-04-28
11
-57
/
+163
*
Added parameter 'clear_bound_vars', so we could reset the statement without c...
michaelbai@chromium.org
2012-04-25
2
-3
/
+3
*
Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...
apavlov@chromium.org
2012-04-03
1
-6
/
+6
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-1
/
+1
*
Revert 130248 - Add full support for filesystem URLs.
sergeyu@chromium.org
2012-04-03
1
-6
/
+6
*
Add full support for filesystem URLs.
ericu@google.com
2012-04-02
1
-6
/
+6
*
Revert 128753 - Add full support for filesystem URLs.
ericu@google.com
2012-03-24
1
-6
/
+6
[next]