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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Provide one set of mac common app name defines for things that need the name ...
thomasvl@chromium.org
2009-05-14
1
-1
/
+4
*
Implement OS X Encoding Menu.
jeremy@chromium.org
2009-05-14
1
-0
/
+4
*
Revert "Implement OS X Encoding Menu."
tc@google.com
2009-05-14
1
-4
/
+0
*
Implement OS X Encoding Menu.
jeremy@chromium.org
2009-05-14
1
-0
/
+4
*
Undo 16020
glen@chromium.org
2009-05-14
1
-4
/
+0
*
Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...
glen@chromium.org
2009-05-14
1
-0
/
+4
*
Stubs out OSExchangeData for views on gtk.
sky@chromium.org
2009-05-13
1
-1
/
+1
*
Move tree-related classes that Linux code depends on from views/ to app/
phajdan.jr@chromium.org
2009-05-13
1
-4
/
+4
*
Fix few miscellanous TODO(port)s.
phajdan.jr@chromium.org
2009-05-12
1
-1
/
+0
*
Making command-line specified proxy settings more flexible - allowing for set...
robertshield@google.com
2009-05-12
1
-0
/
+4
*
DevTools: Sanity ui test.
pfeldman@chromium.org
2009-05-12
1
-0
/
+4
*
Put test_user_data in a temp directory instead of using base::DIR_EXE. (try 2)
thestig@chromium.org
2009-05-11
1
-2
/
+11
*
Implements keyboard events for RenderViewTest.This change implements a functi...
hbono@chromium.org
2009-05-11
1
-0
/
+16
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
1
-4
/
+22
*
Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...
ben@chromium.org
2009-05-08
1
-4
/
+4
*
Convert the webkit build on Windows to gyp:
sgk@google.com
2009-05-08
1
-1
/
+1
*
Revert r15607
hclam@chromium.org
2009-05-08
1
-10
/
+2
*
Put test_user_data in a temp directory instead of using base::DIR_EXE.
thestig@chromium.org
2009-05-08
1
-2
/
+10
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-6
/
+6
*
Add important_file_writer_unittest.cc to Windows build.
phajdan.jr@chromium.org
2009-05-07
1
-0
/
+4
*
Resurrect ExtensionProcessManager. Move the code for starting extension
mpcomplete@google.com
2009-05-06
1
-0
/
+4
*
Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...
ben@chromium.org
2009-05-06
1
-8
/
+8
*
move chrome_font to app/gfx
ben@chromium.org
2009-05-06
1
-0
/
+4
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-4
/
+4
*
Move *Animation to app/
ben@chromium.org
2009-05-05
1
-4
/
+8
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Yet more deprecation of the wstring version of PathService::Get() for UI tests.
thestig@chromium.org
2009-05-02
1
-8
/
+11
*
Implement ID persistence for bookmarks:
munjal@chromium.org
2009-04-30
1
-8
/
+20
*
Rolling back webkit-gyp switch. r14382
bradnelson@google.com
2009-04-29
1
-9
/
+9
*
Switching webkit over to gyp on windows.
bradnelson@google.com
2009-04-29
1
-9
/
+9
*
Relanding this:
jcampan@chromium.org
2009-04-28
1
-4
/
+0
*
Reverting my change it breaks release compilation on Windows.
jcampan@chromium.org
2009-04-27
1
-0
/
+4
*
This patch adds a new kind of tests: browser tests.
jcampan@chromium.org
2009-04-27
1
-4
/
+0
*
Add basic unit tests for TaskManager.
phajdan.jr@chromium.org
2009-04-27
1
-0
/
+4
*
First cut at adding a map between strings names and resource ids.
tc@google.com
2009-04-24
1
-0
/
+4
*
A basic search provider unit test. This tests asserts a handful of things:
sky@chromium.org
2009-04-23
1
-0
/
+4
*
Makes it possible to mock URLFetcher.
sky@chromium.org
2009-04-21
1
-0
/
+8
*
Re-introducing the toolbar importer code.This is the same code that was remov...
brg@chromium.com
2009-04-16
1
-0
/
+4
*
Fix the process creation problem. This forces transitions between
brettw@chromium.org
2009-04-16
1
-0
/
+4
*
Remove ExtensionProcessManager and move its functionality onto
mpcomplete@google.com
2009-04-16
1
-4
/
+0
*
Adding a unit test for testing the prepopulation text during search.
finnur@chromium.org
2009-04-15
1
-0
/
+4
*
Add JsonSchema-based validation for the tab APIs.
aa@chromium.org
2009-04-14
1
-0
/
+20
*
Remove ExtensionContentScriptInject unit test.
aa@chromium.org
2009-04-14
1
-4
/
+0
*
Remove the TestTabContents. This makes BrowserWithTestWindow use the
brettw@chromium.org
2009-04-14
1
-8
/
+0
*
Revert "Add JsonSchema-based validation for the tab APIs."
aa@chromium.org
2009-04-14
1
-22
/
+2
*
Add JsonSchema-based validation for the tab APIs.
aa@chromium.org
2009-04-14
1
-2
/
+22
*
DevTools. Add V8 Application Remote Debugging Protocol support by apavlov. Or...
pfeldman@chromium.org
2009-04-10
1
-0
/
+12
*
Scrape search definitions from forms that have onsubmit handlers. The scrapin...
ben@chromium.org
2009-04-10
1
-0
/
+4
*
revert until I can figure out why the tests are hanging
ben@chromium.org
2009-04-09
1
-4
/
+0
*
Introducing ExtensionProcessManager. This manages the ExtensionViews to
mpcomplete@google.com
2009-04-09
1
-0
/
+4
[prev]
[next]