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
*
Disable the failing extensions tests in the FULL suite.
venkataramana@google.com
2012-01-04
1
-0
/
+4
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
4
-15
/
+20
*
Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.
jam@chromium.org
2012-01-04
1
-4
/
+5
*
Move background_page extension manifest key to background.page.
aa@chromium.org
2012-01-04
229
-230
/
+702
*
Input latency performance test that uses tracing (retry)
jbates@chromium.org
2012-01-04
5
-0
/
+840
*
Re-enable Panel download tests by fixing shared test code to handle lack of s...
jennb@chromium.org
2012-01-04
1
-3
/
+5
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
2
-6
/
+2
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
4
-10
/
+10
*
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...
jam@chromium.org
2012-01-03
2
-15
/
+16
*
Disable flaky PyAuto test cases.
lipalani@chromium.org
2012-01-03
1
-0
/
+8
*
Try to fix the jsmore page cycler regression.
thakis@chromium.org
2012-01-03
1
-0
/
+4
*
Revert 116191 - Input latency performance test that uses tracing.
jbates@chromium.org
2012-01-03
5
-833
/
+0
*
base::Bind: Remove ScopedRunnableMethodFactory.
jhawkins@chromium.org
2012-01-03
2
-11
/
+3
*
Input latency performance test that uses tracing.
jbates@chromium.org
2012-01-03
5
-0
/
+833
*
Disable the earth nacl test until the duplicate copy of the test can be
brettw@chromium.org
2012-01-03
1
-0
/
+4
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
3
-10
/
+11
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
3
-21
/
+27
*
Correctly report new navigation targets in incognito profiles
jochen@chromium.org
2012-01-02
4
-0
/
+113
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
2
-11
/
+19
*
Move WebUIMessageHandler to its own file in the public directory and put it i...
jam@chromium.org
2011-12-31
4
-4
/
+9
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
5
-9
/
+9
*
Disable OutOfProcessPPAPITest.InputEvent on Linux -- times out.
mnaganov@chromium.org
2011-12-30
1
-2
/
+9
*
Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...
jam@chromium.org
2011-12-30
2
-4
/
+4
*
Add a fix to multiprofile.MultiprofileTest.test20NewProfiles.
vclarke@chromium.org
2011-12-29
1
-0
/
+9
*
Retry: Convert stragglers not on spreadsheet to base::Bind()
ajwong@chromium.org
2011-12-29
1
-1
/
+1
*
TBR=jam
pfeldman@chromium.org
2011-12-29
1
-0
/
+1
*
Add more per-tab preferences.
mnaganov@chromium.org
2011-12-29
1
-0
/
+19
*
Cleaned up the enrollment code.
joaodasilva@chromium.org
2011-12-29
1
-78
/
+0
*
Create a Content API interface around NavigationController, and move all the ...
jam@chromium.org
2011-12-29
1
-0
/
+1
*
Convert unix_hacker functions on NavigationController that are used by Chrome...
jam@chromium.org
2011-12-29
1
-1
/
+1
*
Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()
ajwong@chromium.org
2011-12-29
1
-1
/
+1
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
1
-1
/
+1
*
Convert stragglers not on spreadsheet to base::Bind()
ajwong@chromium.org
2011-12-28
1
-1
/
+1
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-2
/
+2
*
Remove the remaining usages of NavigationEntry in chrome by converting a few ...
jam@chromium.org
2011-12-28
1
-7
/
+7
*
Basic document feed parser. Could be replaced with something fancier in the f...
zelidrag@chromium.org
2011-12-28
1
-0
/
+317
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-2
/
+3
*
WebSocket Pepper API: ArrayBuffer support
toyoshim@chromium.org
2011-12-28
1
-0
/
+1
*
Add ability to pass arguments to browser_tests
rkc@chromium.org
2011-12-28
1
-4
/
+18
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
2
-4
/
+7
*
Fix MockKeychain implementation on Mac
rsimha@chromium.org
2011-12-27
1
-3
/
+1
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-1
/
+1
*
Add a browsertest for <link rel=prefetch>
gavinp@chromium.org
2011-12-27
2
-0
/
+21
*
Use good.crx instead of adblock.crx for extensions.ExtensionsTest.* tests.
joaodasilva@chromium.org
2011-12-27
1
-2
/
+2
*
Extensions: Move Debugger Extension API (chrome.debugger) out of experimental.
pfeldman@chromium.org
2011-12-27
3
-15
/
+14
*
Move most of the remaining users of WebContentsObserver::tab_contents() to us...
jam@chromium.org
2011-12-26
1
-1
/
+3
*
Adjusted tests to changes to chrome.(experimental.)?devtools namespaces in WK.
caseq@google.com
2011-12-26
4
-5
/
+42
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-5
/
+5
*
Rename the aura_shell namespace to ash
ben@chromium.org
2011-12-24
2
-3
/
+3
*
Move last few files -> ash
ben@chromium.org
2011-12-23
2
-2
/
+2
[next]