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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverted 29258.
akalin@chromium.org
2009-10-16
4
-9
/
+16
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
4
-16
/
+9
*
Reverted 29255.
akalin@chromium.org
2009-10-16
4
-9
/
+16
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
4
-16
/
+9
*
Reverted 29253.
akalin@chromium.org
2009-10-16
4
-9
/
+16
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
4
-16
/
+9
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
1
-0
/
+1
*
TBR: nick@chromium.org
akalin@chromium.org
2009-10-16
3
-6
/
+14
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
3
-14
/
+6
*
Hook up ClientToServerResponse::THROTTLED to the client sync loop.
tim@chromium.org
2009-10-16
2
-0
/
+46
*
Revert "Move scripting / v8 related methods out of WebKit.h"
tony@chromium.org
2009-10-16
1
-1
/
+0
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
1
-0
/
+1
*
Fix another memory leak in my unit test.
rogerta@chromium.org
2009-10-15
2
-4
/
+0
*
Revert "Enable tests that were disabled because of memory leaks."
tony@chromium.org
2009-10-15
2
-0
/
+4
*
Patch by antomn@chromium.org
nsylvain@chromium.org
2009-10-15
1
-8
/
+13
*
The ParseFeed test was testing too much in one test, hitting the overall limi...
finnur@chromium.org
2009-10-15
1
-2
/
+6
*
Create BlacklistManager, which will aggregate individual blacklists into one ...
phajdan.jr@chromium.org
2009-10-15
2
-0
/
+12
*
Show "Loading" bubble while loading a theme.
avi@chromium.org
2009-10-15
1
-0
/
+1
*
Disable the dromaeo benchmark tests until they are fixed
nsylvain@chromium.org
2009-10-15
1
-6
/
+6
*
Enable tests that were disabled because of memory leaks.
rogerta@chromium.org
2009-10-15
2
-4
/
+0
*
Reland r29095 (removes wrench integration for
aa@chromium.org
2009-10-15
8
-0
/
+74
*
Reverting r29095 (removes wrench integration for
aa@chromium.org
2009-10-15
8
-74
/
+0
*
Remove the implicit wrench menu items for browser actions.
aa@chromium.org
2009-10-15
8
-0
/
+74
*
Re-try r29078: Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
3
-23
/
+22
*
Remove file_util::TrimTrailingSeparators(), which is deprecated and
tkent@chromium.org
2009-10-15
1
-6
/
+5
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
3
-22
/
+23
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
3
-23
/
+22
*
Update browser actions api to be like new design doc.
aa@chromium.org
2009-10-15
5
-32
/
+42
*
Add histogram for how tab closing time. Did some cleanup along the way. Mov...
jam@chromium.org
2009-10-14
1
-3
/
+3
*
Removing an unused gyp file that somehow did not get removed when I reverted ...
jcampan@chromium.org
2009-10-14
1
-150
/
+0
*
Use FilePath in URLRequestMocks.
evan@chromium.org
2009-10-14
4
-6
/
+10
*
DevTools: support autocompletion when script is paused
yurys@google.com
2009-10-14
1
-0
/
+35
*
Disable this test too in valgrind because it also leaks
nsylvain@chromium.org
2009-10-14
1
-0
/
+2
*
Adding in file I forgot to include in last commit
asargent@chromium.org
2009-10-14
1
-0
/
+156
*
Add UI test for Dromaeo benchmark.
asargent@chromium.org
2009-10-14
2
-26
/
+69
*
Have UI tests use a profile where the dates in the segment_usage
tony@chromium.org
2009-10-14
2
-4
/
+33
*
Add a browser test for extensions autoupdate.
asargent@chromium.org
2009-10-14
14
-1
/
+96
*
The SiteInstance unit tests are leaking memory. I disabled them
nsylvain@chromium.org
2009-10-14
1
-0
/
+3
*
Fixed some more Google Sync mac build compile errors.
akalin@chromium.org
2009-10-13
1
-2
/
+10
*
Revert "Revert "Revert "Have UI tests use a profile where the dates in the se...
tony@chromium.org
2009-10-13
2
-33
/
+4
*
Revert "Revert "Have UI tests use a profile where the dates in the segment_us...
tony@chromium.org
2009-10-13
2
-4
/
+33
*
Factoring out the interactive UI tests in their own GYP file.
jcampan@chromium.org
2009-10-13
1
-0
/
+132
*
Revert "Have UI tests use a profile where the dates in the segment_usage"
tony@chromium.org
2009-10-13
2
-29
/
+4
*
Remove the unnecessary conversion to wstring when calling file_util::WriteFile.
evan@chromium.org
2009-10-13
2
-17
/
+17
*
This is a simple integration test that loads a simple nexe and verifies that ...
gregoryd@google.com
2009-10-13
2
-0
/
+12
*
Eliminate all uses of strerror() in code that uses src/base. strerror() is in...
tschmelcher@chromium.org
2009-10-13
1
-3
/
+3
*
Have UI tests use a profile where the dates in the segment_usage
tony@chromium.org
2009-10-13
2
-4
/
+29
*
This CL is for the needs of ChromeFrame.
stoyan@google.com
2009-10-13
1
-0
/
+6
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
2
-2
/
+2
*
This is a second attempt at submitting this changelist. The original one was
markus@chromium.org
2009-10-13
1
-1
/
+3
[next]