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 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
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
3
-5
/
+6
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-11
/
+9
*
Fix webkit URLRequestJob subtypes to handle Kill() correctly.
willchan@chromium.org
2010-12-07
4
-21
/
+37
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
4
-14
/
+14
*
net: Add namespace net to URLRequest and URLRequestJob classes.
tfarina@chromium.org
2010-11-28
2
-3
/
+5
*
base: Get rid of 'using' declaration of StringAppendF.
tfarina@chromium.org
2010-11-15
1
-5
/
+5
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
4
-16
/
+16
*
FBTF: Move BlobData ParamTrait structs from common_param_traits to render_mes...
erg@google.com
2010-10-20
2
-7
/
+16
*
Add deletable file refs to Blobs
michaeln@chromium.org
2010-10-14
3
-46
/
+76
*
Support chrome://blob-internals to inspect the blob storage.
jianli@chromium.org
2010-10-08
4
-0
/
+282
*
Reapply 61613 that was reverted for false valgrind alarm.
kinuko@chromium.org
2010-10-07
1
-1
/
+1
*
Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...
kinuko@chromium.org
2010-10-06
1
-1
/
+1
*
Second try for support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-06
1
-1
/
+1
*
Revert 61480 - Support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-05
1
-1
/
+1
[next]