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
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix renderer hang caused when a synchronous XHR is disallowed for security
darin@chromium.org
2009-03-27
1
-0
/
+29
*
- Re-enable DOM checker test.
patrick@chromium.org
2009-03-27
1
-0
/
+6
*
Expose whether we're in private browsing mode to plugins.I chose to implement...
jam@chromium.org
2009-03-26
1
-0
/
+25
*
- Launch DOM checker in the subdirectory 'dom_checker/', as specified by its
patrick@chromium.org
2009-03-26
4
-8
/
+32
*
Add a copy of the V8 Benchmark Suite (version 3) for performance testing.
patrick@chromium.org
2009-03-26
14
-0
/
+13428
*
- Add UI test for SunSpider.
patrick@chromium.org
2009-03-25
4
-0
/
+526
*
Add a copy of SunSpider 0.9 for performance testing.
patrick@chromium.org
2009-03-24
34
-0
/
+7680
*
Make PageLoadTest.Reliability faster and potentially less flaky in usage 1:
patrick@chromium.org
2009-03-24
2
-0
/
+20
*
Remove 4801 from known crash list.
huanr@chromium.org
2009-03-24
1
-6
/
+0
*
Initial rev at a message passing API for extensions. So far, only passing
mpcomplete@google.com
2009-03-23
1
-1
/
+4
*
Add `anonymous namespace'::InvalidParameter.
patrick@chromium.org
2009-03-23
1
-0
/
+1
*
Need to skip one more test. Should have been in http://codereview.chromium.o...
dkegel@google.com
2009-03-23
1
-0
/
+1
*
Ignore task leaks. See http://crbug.com/6532
dkegel@google.com
2009-03-23
1
-0
/
+12
*
Skipping two tests that crash (bug 9170) and one that takes a long time.
dkegel@google.com
2009-03-23
1
-0
/
+6
*
Currently we have two types of devtools UI: Chrome built in developer tools w...
yurys@google.com
2009-03-23
1
-3
/
+0
*
Support for extensions permissions. This CL only contains, parsing, initializ...
rafaelw@chromium.org
2009-03-23
4
-0
/
+4
*
This test is having purify errors. I'm disabling it
nsylvain@chromium.org
2009-03-22
1
-0
/
+3
*
Revert change 12247 because it created a lot of memory regressions
nsylvain@chromium.org
2009-03-22
4
-23
/
+0
*
Committing issue 39299:
aa@chromium.org
2009-03-21
4
-0
/
+23
*
Allow multiple toolstrips in an extension.
aa@chromium.org
2009-03-21
3
-1
/
+25
*
Allow multiple js files per content script. Thanks to georged for making this...
aa@chromium.org
2009-03-20
2
-10
/
+2
*
SSLPolicy fix: Step 9 of 9 (hopefully!).
abarth@chromium.org
2009-03-20
3
-0
/
+18
*
Review URL: http://codereview.chromium.org/42288
georged@chromium.org
2009-03-18
4
-2
/
+12
*
Use a more generic pattern for the `anonymous namespace'::PureCall crash.
patrick@chromium.org
2009-03-18
1
-1
/
+1
*
- Modify DOM checker automation to use DOM Automation Controller instead of
patrick@chromium.org
2009-03-18
7
-70
/
+547
*
Add v8::internal::Invoke (sqrt) crash to known crashes.
patrick@chromium.org
2009-03-17
1
-0
/
+3
*
Move v8::internal::SweepSpace to the mysterious crash section.
patrick@chromium.org
2009-03-17
1
-3
/
+3
*
Update known crashes.
patrick@chromium.org
2009-03-12
1
-2
/
+14
*
- Add UI test for DOM checker.
patrick@chromium.org
2009-03-12
6
-58
/
+148
*
Add hanging test to Purify gtest filter file. Report location of filter file
pam@chromium.org
2009-03-11
1
-0
/
+2
*
Unrevert 11294.
mpcomplete@google.com
2009-03-10
3
-5
/
+22
*
Reverting 11294.
mpcomplete@google.com
2009-03-09
3
-22
/
+5
*
Support loading extensions into the bookmark toolbar.
mpcomplete@google.com
2009-03-09
3
-5
/
+22
*
Add a copy of DOM checker for testing. DOM checker is a tool to help automate
patrick@chromium.org
2009-03-09
5
-0
/
+1471
*
chrome-ui://extensions/ is now populated with data collected from the Extensi...
rafaelw@chromium.org
2009-03-09
5
-0
/
+36
*
Exclude more IPC tests from purify buildbot. Looks like one of the tests usi...
jam@chromium.org
2009-03-07
1
-2
/
+2
*
Fix the golden file. JSON files should end in CRLF on
tc@google.com
2009-03-05
2
-19
/
+19
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
6
-61
/
+61
*
It appears that ExtensionViewTest is behind a few bugs on the purify unit tes...
erikkay@google.com
2009-03-04
1
-1
/
+4
*
Commit http://codereview.chromium.org/27037
aa@chromium.org
2009-03-04
1
-201
/
+131
*
Add a set of long-running metrics to Chrome that are sent up only at uninstal...
robertshield@google.com
2009-03-04
1
-0
/
+3
*
Add FilePath setter/getter to pref service. Change callers to use it rather t...
estade@chromium.org
2009-03-04
2
-1
/
+3
*
Updating line endings.
robertshield@google.com
2009-03-03
1
-7
/
+7
*
Add reliability test data (known crashes).
patrick@chromium.org
2009-03-03
1
-0
/
+76
*
Remove the RenderThread:: message leaks from the known leak list.
jam@chromium.org
2009-03-03
1
-99
/
+0
*
Remove IPCSyncChannelTest.ChattyServer from purify unit tests because it take...
jam@chromium.org
2009-02-28
1
-0
/
+3
*
Prototype extension process. This is a proof of concept, with a lot of
mpcomplete@google.com
2009-02-27
1
-0
/
+5
*
Enforce new id format (hex str of sha-1)
erikkay@google.com
2009-02-26
5
-4
/
+4
*
Auto install and update extensions from a registry defined location. This al...
erikkay@google.com
2009-02-26
1
-0
/
+0
*
Attempt at fixing flakeyness when running session restore ui tests in
sky@google.com
2009-02-24
1
-4
/
+0
[next]