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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
18
-24
/
+6
*
Add methods to add DataPack from open files
cjhopman@chromium.org
2012-07-10
1
-1
/
+1
*
Fix a couple ImageSkia implicit conversion bugs.
pkotwicz@chromium.org
2012-07-09
2
-2
/
+2
*
Make the empty browser_test work again after incremental linking broke it.
jam@chromium.org
2012-07-09
1
-7
/
+0
*
Pepper needs to repeatedly call enumeration API in order to get a synchronous...
xians@chromium.org
2012-07-06
1
-6
/
+17
*
Shifted DownloadFile to exporting DownloadInterruptReasons.
rdsmith@chromium.org
2012-07-03
1
-23
/
+28
*
Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner
sergeyu@chromium.org
2012-07-02
1
-0
/
+1
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
2
-1
/
+3
*
Register JNI for content_unittests.
nileshagrawal@chromium.org
2012-06-29
1
-0
/
+14
*
Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...
shalev@chromium.org
2012-06-29
3
-4
/
+9
*
Move process-per-site logic from BrowsingInstance to RenderProcessHost.
creis@chromium.org
2012-06-29
1
-0
/
+4
*
This CL adds a new factory method called AudioDeviceFactory. It is a template...
henrika@chromium.org
2012-06-29
1
-0
/
+2
*
Add base::RunLoop and update ui_test_utils to use it to reduce flakiness
jbates@chromium.org
2012-06-28
1
-5
/
+26
*
ppapi: Add test for touch-event support.
sadrul@chromium.org
2012-06-28
1
-0
/
+7
*
Make sharding_supervisor.py run InProcessBrowserTest.Empty
mmenke@chromium.org
2012-06-28
1
-3
/
+7
*
Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (r...
scherkus@chromium.org
2012-06-28
1
-0
/
+2
*
Revert 144484 - Reland r143115: Provide a Chrome-owned buffer to FFmpeg for v...
dmichael@chromium.org
2012-06-27
1
-2
/
+0
*
For unit tests, track additions to AtExitManager and warn.
scottbyer@chromium.org
2012-06-27
1
-6
/
+5
*
Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding.
scherkus@chromium.org
2012-06-27
1
-0
/
+2
*
Use IPC::Sender and IPC::Listener in content.
brettw@chromium.org
2012-06-25
3
-7
/
+4
*
Browser Plugin: Guests should be in their own BrowsingInstance/SiteInstances,...
fsamuel@chromium.org
2012-06-22
1
-0
/
+4
*
Enable incremental linking on browser_tests and unit_tests.
jam@chromium.org
2012-06-22
1
-2
/
+3
*
Ensure Timed out Tests Aren't Ignored
csharp@chromium.org
2012-06-20
1
-3
/
+3
*
Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i...
nirnimesh@chromium.org
2012-06-20
1
-2
/
+0
*
Provide a Chrome-owned buffer to FFmpeg for video decoding, instead of
rbultje@chromium.org
2012-06-20
1
-0
/
+2
*
Move test_url_fetcher_factory.* from content/ to net/url_request
akalin@chromium.org
2012-06-19
1
-342
/
+0
*
Simplify DownloadResourceHandler constructor arguments.
rdsmith@chromium.org
2012-06-18
1
-1
/
+1
*
Simplifiy download initiation.
rdsmith@chromium.org
2012-06-18
2
-11
/
+19
*
Move URLFetcherImpl to net/
akalin@chromium.org
2012-06-15
1
-6
/
+6
*
Captive portals intercept all HTTP requests until the user
mmenke@chromium.org
2012-06-14
2
-2
/
+12
*
Expose layoutTestController as testRunner. We really need to reduce the numbe...
rniwa@chromium.org
2012-06-14
1
-0
/
+1
*
content: Make GetViewBounds() return a rect rather than using an out param.
tfarina@chromium.org
2012-06-13
2
-2
/
+3
*
TabContentsWrapper -> TabContents, part 57.
avi@chromium.org
2012-06-13
1
-1
/
+1
*
Add a static function for easy test bot config specification.
zmo@chromium.org
2012-06-13
6
-2
/
+119
*
Power save blocker: switch to new implementation. In addition to making things
mdm@chromium.org
2012-06-11
1
-1
/
+1
*
Add name checks to browser exception tests
alecflett@chromium.org
2012-06-08
3
-6
/
+11
*
enable transaction_get_test, make it less flakey
alecflett@chromium.org
2012-06-08
1
-2
/
+2
*
Add support to URLFetcher for stopping on redirects. Use this in AlternateNa...
pkasting@chromium.org
2012-06-07
1
-0
/
+3
*
Move creation and ownership of DownloadManager from the embedder to content. ...
jam@chromium.org
2012-06-06
1
-1
/
+1
*
Reland r124453. The change was reverted in 140030 to be merged with M20.
sadrul@chromium.org
2012-06-06
1
-0
/
+2
*
Fix client-side phishing detection test flakiness and ChromeOS failure.
bryner@chromium.org
2012-06-05
3
-1
/
+15
*
Remove the test URLRequestJobs from shipping code to just browser_tests. All ...
jam@chromium.org
2012-06-05
4
-16
/
+12
*
Simplify how Content*Client interfaces are created. Instead of depending on t...
jam@chromium.org
2012-06-05
8
-11
/
+88
*
Use ByteStream in downloads system to decouple source and sink.
rdsmith@chromium.org
2012-06-04
1
-0
/
+10
*
Hide TestRenderViewHostFactory from embedders since it depends on internal co...
jam@chromium.org
2012-06-04
1
-0
/
+10
*
Move the rest of the content\test headers that are used by embedders to conte...
jam@chromium.org
2012-06-04
9
-647
/
+11
*
Move test headers from content\test to content\public\test. This way we can e...
jam@chromium.org
2012-06-04
10
-331
/
+23
*
Move test headers from content\test to content\public\test. This way we can e...
jam@chromium.org
2012-06-04
5
-126
/
+17
*
Move render_view_test.h header from content\test to content\public\test. This...
jam@chromium.org
2012-06-04
3
-325
/
+28
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
3
-66
/
+2
[next]