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
*
Reland r52072. Pass notifications to the browser on access to the appcache ma...
jochen@chromium.org
2010-07-12
13
-20
/
+36
*
Failed compile on Chromium builder dbg
vandebo@chromium.org
2010-07-12
13
-36
/
+20
*
Pass notifications to the browser on access to the appcache main resource man...
jochen@chromium.org
2010-07-12
13
-20
/
+36
*
Fix a regression with satisfying range requests out of the appcache and add a...
michaeln@chromium.org
2010-07-03
3
-6
/
+79
*
Minor AppCache mods
michaeln@chromium.org
2010-06-30
3
-28
/
+24
*
AppCache: Output some information to the javascript console.
michaeln@chromium.org
2010-06-25
4
-7
/
+30
*
Fix a bug being unable to remove appcaches via chrome:appcache-internals if t...
michaeln@chromium.org
2010-06-25
1
-1
/
+2
*
AppCache: add plumbing to deliver logging messages to the renderer process. T...
michaeln@chromium.org
2010-06-18
9
-1
/
+39
*
Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...
ajwong@chromium.org
2010-06-16
5
-31
/
+7
*
TTF: Enable disabled test: AppCacheStorageImplTest.BasicFindMainResponseInDat...
vandebo@chromium.org
2010-06-15
1
-2
/
+1
*
AppCache: Use a dedicated thread for the disk cache.
rvargas@google.com
2010-06-07
9
-22
/
+31
*
Reapply 49081: AppCache: Use a MockHttpServer instead of starting a seperate ...
michaeln@chromium.org
2010-06-07
1
-117
/
+234
*
Revert 49081 - AppCache: Use a MockHttpServer instead of starting a seperate ...
michaeln@google.com
2010-06-07
1
-232
/
+119
*
AppCache: Use a MockHttpServer instead of starting a seperate http server for...
michaeln@chromium.org
2010-06-07
25
-179
/
+232
*
Make HostResolver NonThreadSafe and not thread safe refcounted.
willchan@chromium.org
2010-06-03
1
-12
/
+34
*
Quick fix to avoid crashing in unit tests when HTTPTestServer::CreateServer r...
michaeln@chromium.org
2010-06-02
1
-12
/
+13
*
Disable a crashing test.
estade@chromium.org
2010-06-02
1
-1
/
+8
*
Fixing AutoReset to be a template.
gspencer@chromium.org
2010-06-01
1
-1
/
+1
*
Fully connect the dots between workers and appcache resource loading.
michaeln@chromium.org
2010-05-27
3
-0
/
+25
*
Provide more info to the renderer process in appcache progress events.
michaeln@chromium.org
2010-05-25
11
-65
/
+196
*
Fix a racey refcounting bug.
michaeln@chromium.org
2010-05-21
1
-0
/
+1
*
Finally getting to the appcache parts instead of all of this webkitApi/ipc pl...
michaeln@chromium.org
2010-05-20
7
-53
/
+237
*
AppCache*Test: do not use ScopedRunnableMethodFactory from multiple threads.
mattm@chromium.org
2010-05-19
5
-176
/
+183
*
Define two new IPC messages to initialize an appcache for a shared worker or ...
michaeln@chromium.org
2010-05-13
1
-2
/
+9
*
Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().
willchan@chromium.org
2010-05-07
1
-8
/
+7
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
1
-18
/
+12
*
Http cache: Add support for a dedicated cache thread.
rvargas@google.com
2010-04-29
1
-1
/
+3
*
Enable -Werror on Linux and Win for src/webkit/
tony@chromium.org
2010-04-21
1
-1
/
+3
*
Indicate in the tab UI if appcache creation was blocked by privacy settings.
jochen@chromium.org
2010-04-09
21
-27
/
+93
*
Fix a crashing bug.
michaeln@chromium.org
2010-04-07
1
-1
/
+5
*
Include the appcache and database tracker databases into the sql diagnostics ...
michaeln@chromium.org
2010-04-02
4
-7
/
+24
*
Adding disabled appcaches information along with capability of
kkanetkar@chromium.org
2010-04-02
2
-27
/
+121
*
AppCache: If we can't read the existing data delete it and start over.
michaeln@chromium.org
2010-04-01
5
-2
/
+76
*
Appcache Manifest Parsing Rule. If the manifest's <scheme> is secure, and the...
inferno@chromium.org
2010-03-30
2
-0
/
+34
*
Disabling the BasicFindMainResponseInDatabase test as it crashes at times on ...
ananta@chromium.org
2010-03-29
1
-1
/
+2
*
A basic implementation of information about appcache. Lists manifest files, t...
kkanetkar@chromium.org
2010-03-27
3
-0
/
+223
*
Copy header files to third_party/WebKit/WebKit/chromium/public when
tony@chromium.org
2010-03-25
1
-0
/
+7
*
Plumbing for providing a cache thread MessageLoop to the DiskCache backend.
michaeln@chromium.org
2010-03-18
2
-2
/
+10
*
AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...
michaeln@chromium.org
2010-03-17
13
-92
/
+525
*
Move glue, appcache, and database targets out of webkit into gypi files.
tony@chromium.org
2010-03-15
1
-0
/
+62
*
There was a pre-existing bug in the AppCacheUpdateJobTest where it was not
mbelshe@chromium.org
2010-03-14
1
-4
/
+18
*
Hook up the content settings UI to the appcache.
michaeln@chromium.org
2010-03-05
9
-12
/
+303
*
Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-25
1
-7
/
+1
*
Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-24
1
-1
/
+7
*
Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-24
1
-7
/
+1
*
Keep track of appcache creation and last access times.
michaeln@chromium.org
2010-02-23
10
-60
/
+165
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
4
-1
/
+4
*
Introduce an AppCachePolicy interface that allows the containing browser to d...
michaeln@chromium.org
2010-02-17
9
-21
/
+307
*
Couple of small AppCache update job mods
michaeln@chromium.org
2010-02-12
1
-3
/
+9
*
Revert "Disable flaky test_shell_test"
mpcomplete@chromium.org
2010-02-09
1
-2
/
+1
[next]