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
/
blob
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add OVERRIDE to webkit/.
avi@chromium.org
2011-11-16
2
-11
/
+15
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
1
-1
/
+1
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.
thakis@chromium.org
2011-11-11
1
-1
/
+2
*
build blob as a component.
dpranke@chromium.org
2011-11-11
9
-12
/
+77
*
base::Bind: Cleanup of blog_url_request_job.*.
jhawkins@chromium.org
2011-10-18
3
-32
/
+28
*
A few improvements to Blob handling.
michaeln@google.com
2011-10-17
8
-199
/
+274
*
base::Bind: Convert FileUtilProxy::StatusCallback.
jhawkins@chromium.org
2011-10-17
1
-1
/
+2
*
base::Bind: Convert FileUtilProxy::GetFileInfoCallback.
jhawkins@chromium.org
2011-10-17
2
-7
/
+2
*
base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.
jhawkins@chromium.org
2011-10-17
2
-2
/
+6
*
net: Move EscapeForHTML() functions into net namespace.
tfarina@chromium.org
2011-10-13
1
-5
/
+5
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
2
-5
/
+3
*
net: Move UnescapeURLComponent() functions into net namespace.
tfarina@chromium.org
2011-10-02
1
-3
/
+3
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-1
/
+1
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
2
-2
/
+2
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
1
-4
/
+4
*
Apply content-security-policy to chrome://appcache-internals and chrome://blo...
tsepez@chromium.org
2011-08-02
1
-23
/
+13
*
Revert 94426 - Removed wchat_t from Time::FromString.
morrita@chromium.org
2011-07-28
1
-4
/
+4
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-07-28
1
-4
/
+4
*
Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.
willchan@chromium.org
2011-07-19
1
-2
/
+3
*
Strip fragments prior to looking up blob urls in our map of registered blobs.
michaeln@google.com
2011-07-18
1
-2
/
+29
*
Change all the references from app_base to sql.
tfarina@chromium.org
2011-07-06
1
-1
/
+0
*
Revert 91288 - Change references from app_base to sql.
cmp@chromium.org
2011-07-01
1
-0
/
+1
*
Change references from app_base to sql.
tfarina@chromium.org
2011-07-01
1
-1
/
+0
*
Remove msvs_guids from third_party, webkit, tools and views.
tony@chromium.org
2011-06-14
1
-1
/
+0
*
Fix bug 84783: BlobURLRequestJobTest uses URLRequest::job()
jianli@chromium.org
2011-06-09
1
-3
/
+1
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
1
-0
/
+2
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
2
-3
/
+3
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-1
/
+1
*
Remove more URLRequest::RegisterProtocolFactory calls.
willchan@chromium.org
2011-05-18
3
-0
/
+96
*
Make NotifyHeadersComplete the last call in the function.
aarya@google.com
2011-05-18
1
-2
/
+2
*
iwyu: Include stringprintf.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-0
/
+1
*
Add a way to be notified when a deletable file reference is destroyed so that
brettw@chromium.org
2011-05-06
2
-1
/
+18
*
Revert r83048 "Removed wchar_t from Time::FromString."
maruel@chromium.org
2011-04-26
1
-4
/
+4
*
Removed wchar_t from Time::FromString.
shinyak@google.com
2011-04-26
1
-4
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
7
-19
/
+19
*
In BlobURLRequestJob, open files asynchronously to avoid blocking the IO thread
adamk@chromium.org
2011-03-14
3
-72
/
+124
*
Re-enable FileWriterSync ui_tests by adding a ScopedAllowIO to BlobURLRequest...
adamk@chromium.org
2011-03-10
1
-0
/
+4
*
Fix bug 74372.
jianli@chromium.org
2011-03-01
1
-3
/
+6
*
In Visual Studio 2010, pass a nullptr rather than NULL when building a std::p...
jeanluc@chromium.org
2011-01-30
1
-1
/
+10
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-3
/
+3
*
Add some initial OWNERS files for src/webkit/.
darin@chromium.org
2011-01-14
1
-0
/
+3
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-4
/
+5
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Update the time formatting APIs to use string16.
avi@chromium.org
2010-12-22
1
-1
/
+1
*
net: Add namespace net to URLRequestSimpleJob.
tfarina@chromium.org
2010-12-15
2
-3
/
+3
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-11
/
+9
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-9
/
+11
[next]