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
/
chrome
/
test
/
base
/
chrome_test_suite.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run ContentMain in a browser_test's browser process. This removes duplication...
jam@chromium.org
2014-03-18
1
-128
/
+5
*
Remove |disable_drawing| flag from GLSurface::InitializeOneOffForTests.
danakj@chromium.org
2014-03-04
1
-1
/
+1
*
chrome: Make unittests opt into real GL NullDraw contexts.
danakj@chromium.org
2014-02-28
1
-1
/
+12
*
Skip TestingBrowserProcess creation in browser_tests
jamescook@chromium.org
2013-12-09
1
-40
/
+5
*
ui: Android changes.
tfarina@chromium.org
2013-11-15
1
-1
/
+1
*
Remove the chrome namespace around ChromeContent[Renderer]Client.
wez@chromium.org
2013-11-06
1
-3
/
+3
*
Move ExtensionsProcessManager to src/extensions, part 2
jamescook@chromium.org
2013-11-05
1
-11
/
+35
*
ui: Move android C++ source files into base/android directory.
tfarina@chromium.org
2013-10-31
1
-1
/
+1
*
Convert extensions::LazyBackgroundTaskQueue from Profile to BrowserContext
jamescook@chromium.org
2013-10-29
1
-0
/
+3
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-30
1
-0
/
+2
*
content/test: Move LocalHostResolverProc into BrowserTestBase from ChromeTest...
sadrul@chromium.org
2013-09-24
1
-66
/
+0
*
Create ExtensionsClient abstraction for globally registered extension state.
yoz@chromium.org
2013-08-09
1
-6
/
+4
*
Update include paths in chrome/test for base/process changes.
rsesek@chromium.org
2013-07-24
1
-1
/
+1
*
Use a direct include of the shared_memory header in base/, chrome/, components/.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Make utility process run in-process when running in single-process mode.
jam@chromium.org
2013-07-09
1
-1
/
+6
*
Windows: Deleting a profile deletes all app shortcuts associated with it.
mgiuca@chromium.org
2013-07-02
1
-1
/
+3
*
Use a direct include of strings headers in chrome/test/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Cleanup: Remove unneeded base/file_util.h includes in chrome.
thestig@chromium.org
2013-05-15
1
-1
/
+0
*
Consolidate manifest handler registration.
yoz@chromium.org
2013-05-06
1
-3
/
+10
*
Android: Move SurfaceTexture from content to ui/gl and add test.
sievers@chromium.org
2013-04-24
1
-0
/
+2
*
Move OS_CHROMEOS-specific paths to chromeos/chromeos_paths.cc.
joaodasilva@chromium.org
2013-04-23
1
-0
/
+7
*
Hide ContentClient getters from embedders so that they they don't reuse conte...
jam@chromium.org
2013-04-05
1
-4
/
+2
*
Remove the chrome include in extensions\DEPS by creating a test data director...
jam@chromium.org
2013-03-29
1
-0
/
+3
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
1
-2
/
+2
*
Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Move ChromeWebUIControllerFactory to before PostProfileInit, so that login ui...
jam@chromium.org
2013-01-29
1
-0
/
+12
*
Register ChromeWebUIControllerFactory at ChromeContentBrowserClient to try to...
jam@chromium.org
2013-01-28
1
-12
/
+0
*
Allow multiple WebUIControllerFactory objects to be registered. This makes is...
jam@chromium.org
2013-01-28
1
-0
/
+12
*
Use correct favicon scale factor on Android.
aruslan@chromium.org
2013-01-24
1
-0
/
+2
*
Reland: Fix resource.pak lookup for unit_test suite.
yfriedman@chromium.org
2013-01-18
1
-0
/
+4
*
Revert 177477
yfriedman@chromium.org
2013-01-17
1
-1
/
+3
*
Fix resource.pak lookup for unit_test suite.
yfriedman@chromium.org
2013-01-17
1
-3
/
+1
*
Revert 175971
ricow@chromium.org
2013-01-10
1
-12
/
+0
*
Revert 175890: actually, looks like we want this to also help move chromeos w...
jam@chromium.org
2013-01-10
1
-0
/
+12
*
Revert 175822
jam@chromium.org
2013-01-09
1
-12
/
+0
*
Allow multiple WebUIControllerFactory objects to be registered. This makes is...
jam@chromium.org
2013-01-09
1
-0
/
+12
*
Cleanup: Remove an unsed variable in ChromeTestSuiteInitializer.
thestig@chromium.org
2013-01-03
1
-2
/
+0
*
Get a minimal unit_tests target building and running for iOS
stuartmorgan@chromium.org
2012-11-16
1
-0
/
+9
*
Move scale factor independent resources to separate chrome_unscaled_resources...
oshima@chromium.org
2012-11-15
1
-1
/
+1
*
Upstream Autofill functionality for Android.
aurimas@chromium.org
2012-10-23
1
-0
/
+2
*
Changes toward ability to run Chrome unit tests for iOS.
blundell@chromium.org
2012-10-19
1
-3
/
+7
*
Cleanup: Add a const variable for /proc/self/exe.
thestig@chromium.org
2012-09-15
1
-2
/
+3
*
Makes it possible to run content_browsertests with --as-browser and fake WebR...
phoglund@chromium.org
2012-09-10
1
-2
/
+0
*
Include chromium_net.jar in unit_tests_apk.
nileshagrawal@chromium.org
2012-08-02
1
-0
/
+10
*
Prevent loading libffmpegsumo.so to python (autotests) process.
glotov@chromium.org
2012-07-24
1
-0
/
+24
*
Add methods to add DataPack from open files
cjhopman@chromium.org
2012-07-10
1
-1
/
+1
*
Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (r...
scherkus@chromium.org
2012-06-28
1
-3
/
+4
*
Revert 144484 - Reland r143115: Provide a Chrome-owned buffer to FFmpeg for v...
dmichael@chromium.org
2012-06-27
1
-4
/
+3
[next]