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
/
unit
/
unittests.vcproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix windows build.
tc@google.com
2009-02-10
1
-1
/
+1
*
Adds a unit test for NavigationEntry. Also adds a comment to BrowsingInstance
creis@google.com
2009-02-06
1
-0
/
+4
*
Integrate URLPattern with Extension user scripts.
aa@chromium.org
2009-02-05
1
-12
/
+12
*
AudioRendererHost and unit test files
hclam@chromium.org
2009-02-04
1
-0
/
+4
*
Revert my change to get the tree green. Not sure why the tests became flaky....
jam@chromium.org
2009-02-04
1
-0
/
+4
*
Make it easier/less work/less error-prone to create new IPC channel types (i....
jam@chromium.org
2009-02-04
1
-4
/
+0
*
Introduce UrlPattern. This is basically me resuming work on
aa@chromium.org
2009-02-02
1
-6
/
+10
*
Move proxy resolve requests out of plugin/renderer process, and into the brow...
ericroman@google.com
2009-01-31
1
-0
/
+8
*
Provides the ability to write a unit test that brings up a browser. As
sky@google.com
2009-01-30
1
-0
/
+20
*
Write some basic RenderWidgetHost unittests for the more tricky behavior.
brettw@chromium.org
2009-01-28
1
-0
/
+4
*
Unit test addition, cleanup for render_process/thread.
jrg@chromium.org
2009-01-28
1
-0
/
+4
*
Re-land this from earlier... unit tests no longer crash.
ben@chromium.org
2009-01-27
1
-0
/
+4
*
Add new file render_thread_unittest.cc to windows project file for unit_tests.
jrg@chromium.org
2009-01-27
1
-0
/
+4
*
Try2 of issue 18772. (move jpeg_codec* to base/gfx)
estade@chromium.org
2009-01-27
1
-4
/
+0
*
undo 8692 (fix build failure)
estade@chromium.org
2009-01-27
1
-0
/
+4
*
Move jpeg_codec.* to base/gfx
estade@chromium.org
2009-01-27
1
-4
/
+0
*
Try again to commit r8486, which updates the manifest
aa@chromium.org
2009-01-23
1
-4
/
+0
*
Revert "Parse more user script info out of the manifest and expose"
aa@chromium.org
2009-01-22
1
-0
/
+4
*
Parse more user script info out of the manifest and expose
aa@chromium.org
2009-01-22
1
-4
/
+0
*
Move files out of browser and into either renderer_host or tab_contents.
brettw@chromium.org
2009-01-22
1
-1
/
+1
*
NO CODE CHANGE.
maruel@chromium.org
2009-01-22
1
-0
/
+6
*
Factor out the test web contents from the WebContents unit test so that it can
brettw@chromium.org
2009-01-21
1
-8
/
+16
*
Add chrome.dll's resources to unit_tests.exe for "in-process" testing.
maruel@chromium.org
2009-01-21
1
-2
/
+81
*
Rework the command updater to not be dependent on views::Button (needed for p...
ben@chromium.org
2009-01-20
1
-1
/
+1
*
Shuffle unit_tests.scons.
maruel@chromium.org
2009-01-20
1
-4
/
+0
*
Shuffle the unit_tests project to correctly classify each tests. It will simp...
maruel@chromium.org
2009-01-20
1
-571
/
+603
*
Reverting 8263.
brettw@chromium.org
2009-01-20
1
-0
/
+20
*
Reverting 8262.
brettw@chromium.org
2009-01-18
1
-20
/
+0
*
Create some test framework for RenderViewHost. Create a simple RenderView unit
brettw@chromium.org
2009-01-18
1
-0
/
+20
*
Forgot test file in the CL for the test sink change.
brettw@chromium.org
2009-01-17
1
-0
/
+8
*
Move url_* to net subdir
ben@chromium.org
2009-01-16
1
-2
/
+2
*
Move metrics files into a subdir
ben@chromium.org
2009-01-16
1
-2
/
+2
*
Move search code to a subdir
ben@chromium.org
2009-01-16
1
-4
/
+4
*
Fie.
ben@chromium.org
2009-01-15
1
-4
/
+4
*
Move search engines files into subdir
ben@chromium.org
2009-01-15
1
-4
/
+4
*
post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.
ericroman@google.com
2009-01-15
1
-0
/
+4
*
Move password manager files into a subdir
ben@chromium.org
2009-01-15
1
-2
/
+2
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-7
/
+7
*
Porting in chrome/common/
phajdan.jr@chromium.org
2009-01-14
1
-0
/
+4
*
Provides the infrastructure for Browser unit tests that create a
sky@google.com
2009-01-14
1
-0
/
+16
*
Remove the stupid folders in the unit tests project. I kept hunspell which has
brettw@chromium.org
2009-01-14
1
-773
/
+461
*
Rename extension_protocol* to extension_protocols*
aa@chromium.org
2009-01-09
1
-2
/
+2
*
This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.
aa@chromium.org
2009-01-09
1
-10
/
+6
*
Refactor the render widget unittest so it can be reused to create a render view
brettw@chromium.org
2009-01-05
1
-21
/
+19
*
Add generic unzip support. This is to be used by extensions.
erikkay@google.com
2008-12-31
1
-0
/
+8
*
Implement extension:// protocol.
aa@chromium.org
2008-12-24
1
-0
/
+4
*
New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...
jcampan@chromium.org
2008-12-23
1
-1
/
+19
*
Reverting my CL to fix build bustage.
jcampan@chromium.org
2008-12-20
1
-19
/
+1
*
This CL moves the different resource handlers from resource_dispatcher_host.c...
jcampan@chromium.org
2008-12-20
1
-1
/
+19
*
Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.
maruel@chromium.org
2008-12-16
1
-1076
/
+1076
[next]