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
*
Clear device labels from MediaStreamTrack.getSources() if not authorized
vrk@chromium.org
2013-08-06
1
-0
/
+2
*
Cleanup: Use content::kAboutBlankURL instead of the raw string in content/.
thestig@chromium.org
2013-08-06
1
-1
/
+1
*
Remove security_origin member from content::Stream.
tyoshino@chromium.org
2013-07-26
3
-12
/
+13
*
Correctly integrate StoragePartition into TestingProfile.
ajwong@chromium.org
2013-07-23
1
-12
/
+9
*
Update include paths in content/browser for base/process changes.
rsesek@chromium.org
2013-07-23
2
-2
/
+0
*
reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...
scottmg@chromium.org
2013-07-23
5
-5
/
+5
*
Revert 212927 "Move webkitplatformsupport_impl and related from ..."
bryeung@chromium.org
2013-07-22
5
-5
/
+5
*
Move webkitplatformsupport_impl and related from glue to child
scottmg@chromium.org
2013-07-22
5
-5
/
+5
*
Move webplugininfo.h to content/public.
jam@chromium.org
2013-07-21
2
-8
/
+5
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-1
/
+1
*
Use a direct include of the message_loop header in content/, part 1.
avi@chromium.org
2013-07-18
6
-6
/
+6
*
Use a direct include of the shared_memory header in content/browser/, content...
avi@chromium.org
2013-07-17
3
-3
/
+3
*
Track user gesture state when opening an URL via the browser process.
jochen@chromium.org
2013-07-15
1
-1
/
+4
*
Persist download ids across sessions by merging them with db_handles.
benjhayden@chromium.org
2013-07-12
3
-12
/
+15
*
Lazily allocate peer handles in the BrowserMessageFilter to reduce excessive
zturner@chromium.org
2013-07-10
1
-2
/
+2
*
content: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-09
5
-5
/
+5
*
Disable ResourceDispatcherHostBrowserTest.SyncXMLHttpRequest_DuringUnload on ...
msw@chromium.org
2013-07-04
1
-2
/
+8
*
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
[next]