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
/
content
/
browser
/
loader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-02
2
-41
/
+39
*
Implement ChildProcessSecurityPolicy::HasPermissionsForFileSystemFile()
kinuko@chromium.org
2013-07-01
1
-2
/
+15
*
Use a direct include of time headers in content/, part 1.
avi@chromium.org
2013-06-28
4
-5
/
+5
*
Apply cross-origin auth prompt blocking to image resources only.
tsepez@chromium.org
2013-06-28
2
-75
/
+80
*
Move some classes out of webkit/glue/.
darin@chromium.org
2013-06-27
5
-8
/
+476
*
GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1
phajdan.jr@chromium.org
2013-06-26
1
-1
/
+1
*
Load one image at a time prior to parsing the <body>.
simonjam@chromium.org
2013-06-26
2
-21
/
+45
*
Move configuration of URLRequest referrer to content/browser/loader.
darin@chromium.org
2013-06-25
2
-16
/
+32
*
Eliminate SwapOut message parameters, keeping state in RVHM instead.
creis@chromium.org
2013-06-14
3
-60
/
+16
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.
dcheng@chromium.org
2013-06-13
1
-1
/
+1
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
2
-8
/
+10
*
Use a direct include of strings headers in content/browser/, part 2.
avi@chromium.org
2013-06-11
5
-5
/
+5
*
Ignore spurious ResourceHostMsg_DataReceived_ACK IPC messages.
aedla@chromium.org
2013-06-11
2
-4
/
+60
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in content/.
avi@chromium.org
2013-06-07
1
-2
/
+2
*
Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes()
rch@chromium.org
2013-06-06
1
-0
/
+1
*
Move webkit/appcache/* into webkit/{browser,common}/appcache
kinuko@chromium.org
2013-06-05
3
-5
/
+5
*
Expose net::LoadTimingInfo through content_shell
pan.deng@intel.com
2013-06-04
1
-0
/
+3
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
14
-68
/
+69
*
Reject ResourceHostMsg_Request with invalid priority.
szym@chromium.org
2013-06-01
1
-0
/
+8
*
Lower the priority of shared workers that aren't associated with the foregrou...
simonhatch@chromium.org
2013-05-31
1
-0
/
+4
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
1
-1
/
+1
*
Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...
michaeln@google.com
2013-05-29
3
-4
/
+4
*
Revert "Revert 202112 "GTTF: Convert most tests in content to use Embedd...""
phajdan.jr@chromium.org
2013-05-28
1
-24
/
+46
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-28
1
-1
/
+1
*
Revert 202112 "GTTF: Convert most tests in content to use Embedd..."
xiyuan@chromium.org
2013-05-25
1
-46
/
+24
*
GTTF: Convert most tests in content to use EmbeddedTestServer.
phajdan.jr@chromium.org
2013-05-24
1
-24
/
+46
*
Avoid accessing an OfflinePolicy object unless it exists.
rdsmith@chromium.org
2013-05-23
1
-4
/
+11
*
Add expected content size to streamsPrivate.onExecuteMimeTypeHandler
zork@chromium.org
2013-05-21
1
-1
/
+2
*
Add support for split Public Suffix List distinctions.
nyquist@chromium.org
2013-05-14
1
-2
/
+3
*
Cleanup: Remove unneeded base/file_util.h includes in content.
thestig@chromium.org
2013-05-14
1
-1
/
+0
*
Revert 199771 "Add support for split Public Suffix List distinct..."
nyquist@chromium.org
2013-05-13
1
-3
/
+2
*
Add support for split Public Suffix List distinctions.
nyquist@chromium.org
2013-05-13
1
-2
/
+3
*
Limit the number of pending requests to the max number of file descriptors.
simonjam@chromium.org
2013-05-09
5
-172
/
+260
*
Revert 198844 "Move sequenced_task_runner to base/task"
dbeam@chromium.org
2013-05-08
1
-1
/
+1
*
Move sequenced_task_runner to base/task
brettw@chromium.org
2013-05-08
1
-1
/
+1
*
Move SpawnedTestServer to its own subdirectory.
phajdan.jr@chromium.org
2013-05-07
1
-1
/
+1
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
5
-30
/
+32
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
1
-1
/
+1
*
Collect stats on percentage of resources loaded in offline mode.
rdsmith@chromium.org
2013-05-03
4
-15
/
+42
*
ResourceScheduler: Don't delay low priority requests when SPDY is available.
willchan@chromium.org
2013-05-02
2
-2
/
+35
*
Warn on missing OVERRIDE/virtual everywhere, not just in header files.
rsleevi@chromium.org
2013-05-02
1
-1
/
+1
*
Add histogram for image errors.
skonig@chromium.org
2013-04-30
1
-12
/
+12
*
content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
2
-3
/
+3
*
Fix memory leaks from http://codereview.chromium.org/12886022.
rdsmith@chromium.org
2013-04-26
2
-5
/
+34
*
Implement offline mode behind a flag.
rdsmith@chromium.org
2013-04-20
8
-28
/
+342
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
2
-2
/
+2
*
Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...
mef@chromium.org
2013-04-10
3
-5
/
+5
*
convert NOTIFICATION_RENDER_VIEW_HOST_CREATED usage to callbacks
phajdan.jr@chromium.org
2013-04-09
2
-31
/
+20
[next]