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
/
in_process_browser_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SetUpTestFixtureTest/TearDownTestFixtureTest methods to InProcessBrowserT...
tim@chromium.org
2009-09-23
1
-0
/
+3
*
Replace a bunch of hardcoded URLs with constants from url_constants.h
brettw@chromium.org
2009-09-15
1
-3
/
+3
*
Don't allow updating tabs to javascript URLs without host
aa@chromium.org
2009-09-11
1
-16
/
+11
*
Improves a code block in in_process_browser_test, avoids the use of FilePath:...
avi@chromium.org
2009-09-10
1
-6
/
+5
*
Disable external DNS resolutions for in-process tests.
phajdan.jr@chromium.org
2009-09-02
1
-5
/
+3
*
Revert r24606-24607. The tree didn't like them. :(
phajdan.jr@chromium.org
2009-08-27
1
-0
/
+3
*
Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.
phajdan.jr@chromium.org
2009-08-27
1
-3
/
+0
*
Turn tips on by default, and turn off tip loading during UI testing.
mirandac@chromium.org
2009-08-26
1
-4
/
+2
*
Original Changelist being moved to this new location. Refer Original CL # 110...
tejasshah@google.com
2009-08-21
1
-3
/
+0
*
Revert "Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test...
phajdan.jr@chromium.org
2009-08-20
1
-0
/
+3
*
Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.
phajdan.jr@chromium.org
2009-08-20
1
-3
/
+0
*
Convert parts of errorpage_uitest.cc to be not flaky.
phajdan.jr@chromium.org
2009-08-15
1
-0
/
+5
*
Make user data dir deletion optional for InProcessBrowserTests.
tim@chromium.org
2009-08-07
1
-1
/
+5
*
Enable url request mocks in browser tests.
phajdan.jr@chromium.org
2009-07-31
1
-0
/
+4
*
Remove duplication of DieFileDie, and move it to proper location.
phajdan.jr@chromium.org
2009-07-30
1
-21
/
+6
*
Add a WebKit API that registers a V8 extension to be loaded into content
mpcomplete@chromium.org
2009-07-30
1
-0
/
+2
*
Fix port disconnect so that it's refcounted. This fixes a bug where a channel
mpcomplete@chromium.org
2009-07-27
1
-3
/
+4
*
Disable the tips service by default.
arv@google.com
2009-07-25
1
-1
/
+4
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
1
-9
/
+10
*
Quick fix to stop interactive_ui_tests from hanging; no tip service fetching ...
mirandac@chromium.org
2009-07-13
1
-0
/
+2
*
Review URL: http://codereview.chromium.org/155360
tejasshah@google.com
2009-07-10
1
-4
/
+10
*
This CL prevents the first run UI from showing in the browser tests, as it wo...
jcampan@chromium.org
2009-07-09
1
-0
/
+3
*
Add some logging to a flakey browsertest to debug.
aa@chromium.org
2009-07-08
1
-0
/
+5
*
Add an ExtensionBrowserTest base class that allows in-process browser tests o...
aa@chromium.org
2009-07-04
1
-0
/
+1
*
Adds time-out to browser-tests to prevent a hanging test from hanging the ent...
jcampan@chromium.org
2009-07-01
1
-0
/
+25
*
On Linux, the path to the exe is used to fork renderer processes.
jcampan@chromium.org
2009-06-25
1
-0
/
+16
*
Makes sure we close all browsers, not just the active ones.
jcampan@chromium.org
2009-06-23
1
-3
/
+2
*
Close all browsers during InProcessBrowserTest cleanup, not just the main one.
erikkay@google.com
2009-06-16
1
-21
/
+5
*
Reduce header dependencies in browser/
phajdan.jr@chromium.org
2009-06-13
1
-0
/
+1
*
Porting the browser tests to Unix.
jcampan@chromium.org
2009-06-05
1
-2
/
+7
*
honor index in createTab()
rafaelw@chromium.org
2009-05-06
1
-1
/
+2
*
Fix issue 11006 - any plugin process started by InProcessBrowserTest was
tim@chromium.org
2009-04-30
1
-8
/
+9
*
Relanding this:
jcampan@chromium.org
2009-04-28
1
-11
/
+0
*
Reverting my change it breaks release compilation on Windows.
jcampan@chromium.org
2009-04-27
1
-0
/
+11
*
This patch adds a new kind of tests: browser tests.
jcampan@chromium.org
2009-04-27
1
-11
/
+0
*
Create a ChromeProcessUtil for the Mac, and enable it in the tests.
avi@google.com
2009-04-23
1
-1
/
+1
*
Stop using and remove deprecated file_util::TrimFilename().
thestig@chromium.org
2009-04-21
1
-1
/
+3
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-1
/
+1
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-1
/
+1
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-1
/
+1
*
Hook up extension events to the json parser, and change the extension message
mpcomplete@google.com
2009-04-13
1
-0
/
+2
*
Scrape search definitions from forms that have onsubmit handlers. The scrapin...
ben@chromium.org
2009-04-10
1
-6
/
+9
*
revert until I can figure out why the tests are hanging
ben@chromium.org
2009-04-09
1
-9
/
+6
*
Scrape search definitions from forms that have onsubmit handlers. The scrapin...
ben@chromium.org
2009-04-09
1
-6
/
+9
*
Re-land popup routing fix for browser.
ben@chromium.org
2009-04-07
1
-3
/
+12
*
Adjustments in chrome_test_suite external dns lookups detection code:
phajdan.jr@chromium.org
2009-04-07
1
-4
/
+6
*
Move code to allow dns queries (and accompanying
aa@chromium.org
2009-04-03
1
-0
/
+9
*
Run ExtensionViewTest in single-process mode to try to make it less flaky.
mpcomplete@google.com
2009-03-12
1
-1
/
+11
*
Reverting 11467.
mpcomplete@google.com
2009-03-11
1
-5
/
+1
*
Try to make ExtensionViewTest less flaky by running it in single-process mode.
mpcomplete@google.com
2009-03-11
1
-1
/
+5
[next]