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
*
Move scoped_nsdisable_screen_update from base to app/mac
brettw@chromium.org
2010-10-18
1
-2
/
+2
*
Create temp user data dir in InProcessBrowserTest if one is not specified.
rsimha@chromium.org
2010-10-15
1
-15
/
+22
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part16:
tfarina@chromium.org
2010-10-11
1
-2
/
+2
*
chromium-os:7243: Fix so that extensions create popup windows of TYPE_APP_POPUP.
stevenjb@google.com
2010-10-06
1
-1
/
+1
*
GTTF: Do not use the in-process timeout in browser_tests.
phajdan.jr@chromium.org
2010-10-06
1
-30
/
+1
*
Replace Browser::AddTabWithURL(...) with:
ben@chromium.org
2010-10-05
1
-4
/
+2
*
GTTF: prevent a browser_tests timeout from looking like a success.
phajdan.jr@chromium.org
2010-10-05
1
-0
/
+7
*
Support alt-f4 when omnibox is focused in popup
isherman@chromium.org
2010-09-30
1
-11
/
+23
*
Extract common browser command-line flags used by tests.
phajdan.jr@chromium.org
2010-09-30
1
-13
/
+2
*
Use a scoped temp dir in browser_tests instead of deleting the default user d...
rohitrao@chromium.org
2010-09-23
1
-21
/
+26
*
chromeos: implement persistence of proxy config to device, enhance unittest
kuan@chromium.org
2010-09-17
1
-0
/
+8
*
Moves TabStripModelObserver/Delegate into their own headers.
sky@chromium.org
2010-09-16
1
-3
/
+5
*
Revert 59409 - GTTF: Move browser_tests test launcher timeout to chrome/test/...
phajdan.jr@chromium.org
2010-09-14
1
-1
/
+30
*
GTTF: Move browser_tests test launcher timeout to chrome/test/test_timeouts
phajdan.jr@chromium.org
2010-09-14
1
-30
/
+1
*
The browser tests seem to fail with preconnects; the python server
mbelshe@chromium.org
2010-09-05
1
-0
/
+3
*
[Mac] Enforce proper usage of main app bundle and helper app bundle.
thomasvl@chromium.org
2010-08-24
1
-0
/
+9
*
Adds ui_test_utils::SendAndWaitForKeyPress and converts callers (where
sky@chromium.org
2010-08-23
1
-2
/
+3
*
Test server cleanup patch of death:
phajdan.jr@chromium.org
2010-08-17
1
-10
/
+2
*
Clone of issue 2941001. See initial review below.
twiz@google.com
2010-08-12
1
-1
/
+2
*
Revert 55602 - Attempt at making BrowserKeyboardAccessibility lets flaky. If an
sky@chromium.org
2010-08-10
1
-3
/
+2
*
Attempt at making BrowserKeyboardAccessibility lets flaky. If an
sky@chromium.org
2010-08-10
1
-2
/
+3
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-1
/
+2
*
Revert timeout value for sync integration tests.
rsimha@chromium.org
2010-07-30
1
-1
/
+1
*
Drop usage of IntToWString in switch values; we can use ASCII now.
evan@chromium.org
2010-07-30
1
-2
/
+1
*
Convert a bunch of easy AppendSwitchWithValue to *ASCII.
evan@chromium.org
2010-07-30
1
-1
/
+1
*
CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()
evan@chromium.org
2010-07-29
1
-8
/
+6
*
GTTF: Move more test server code from net/url_request/url_request_unittest.h
phajdan.jr@chromium.org
2010-07-29
1
-2
/
+3
*
GTTF: test server cleanup:
phajdan.jr@chromium.org
2010-07-23
1
-3
/
+1
*
chromeos: except when signing off, disallow closing of last NTP of last non-i...
kuan@chromium.org
2010-07-14
1
-0
/
+5
*
Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first
sky@chromium.org
2010-06-28
1
-1
/
+1
*
Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-1
/
+1
*
Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-1
/
+1
*
Run in-process browser tests using the sandbox.
jam@chromium.org
2010-06-09
1
-6
/
+9
*
ProcessSingleton(all): create the lock immediately after failing to connect t...
mattm@chromium.org
2010-05-28
1
-0
/
+6
*
Relanding 48042.
jcivelli@chromium.org
2010-05-25
1
-5
/
+0
*
Revert 48042: it breaks unit-tests and UI tests on ChromeOS
jcivelli@chromium.org
2010-05-24
1
-0
/
+5
*
Disabling app launcher and enabling apps by default on ChromeOS .
jcivelli@chromium.org
2010-05-24
1
-5
/
+0
*
Fix typos for defined(OS_XXX).
thestig@chromium.org
2010-05-18
1
-1
/
+1
*
Removing the app launcher button in the ChromeOS browser and making the app l...
jcivelli@chromium.org
2010-05-14
1
-0
/
+5
*
Remove EnableSingleProcess() since it's unused. Improve comments and user he...
pkasting@chromium.org
2010-05-13
1
-4
/
+4
*
Mac: Don't run nested loop for browser_tests (matching Windows and Linux).
viettrungluu@chromium.org
2010-05-04
1
-62
/
+15
*
Re-apply http://codereview.chromium.org/1622012
timurrrr@chromium.org
2010-04-30
1
-4
/
+8
*
Revert "[Third time landing] Python implementation of sync server, for testing."
phajdan.jr@chromium.org
2010-04-30
1
-8
/
+4
*
[Third time landing] Python implementation of sync server, for testing.
nick@chromium.org
2010-04-30
1
-4
/
+8
*
Revert 45916 - Python implementation of sync server, for testing.
nick@chromium.org
2010-04-29
1
-8
/
+4
*
Python implementation of sync server, for testing.
nick@chromium.org
2010-04-29
1
-4
/
+8
*
Nukes one of the AddTabWithURL variants.
sky@chromium.org
2010-04-29
1
-1
/
+2
*
Makes tests on chromeos not run a nested message loop.
sky@chromium.org
2010-04-22
1
-3
/
+3
*
Revert 44708 - Python implementation of sync server, for testing.
nick@chromium.org
2010-04-15
1
-8
/
+4
[next]