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
/
browser
/
browser_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exit DOMUI menu when browser window is destroyed.
oshima@chromium.org
2010-10-12
1
-8
/
+1
*
Temporarily disables tests that does not work with DOMUI menu2.
oshima@chromium.org
2010-10-12
1
-1
/
+1
*
Temporarily disables tests that does not work with DOMUI menu2.
oshima@chromium.org
2010-10-12
1
-1
/
+8
*
chromium-os:7243: Fix so that extensions create popup windows of TYPE_APP_POPUP.
stevenjb@google.com
2010-10-06
1
-1
/
+2
*
Replace Browser::AddTabWithURL(...) with:
ben@chromium.org
2010-10-05
1
-23
/
+19
*
Fixes bug in wrench menu where closing with menu open could trigger
sky@chromium.org
2010-10-05
1
-0
/
+42
*
Rip out phantom tabs and corresponding unit tests.
andybons@chromium.org
2010-10-02
1
-78
/
+1
*
Refactor AppModalDialog to more clearly isolate platform specific UI pieces a...
ben@chromium.org
2010-09-28
1
-2
/
+3
*
Make app panels use popup type. Nuke refocus code and tests.
skerner@chromium.org
2010-09-24
1
-167
/
+0
*
Moves TabStripModelObserver/Delegate into their own headers.
sky@chromium.org
2010-09-16
1
-4
/
+6
*
FBTF: Move Extension::LaunchContainer to extension_constants.h.
erg@google.com
2010-09-16
1
-3
/
+4
*
Fix SessionStorage
jorlow@chromium.org
2010-09-14
1
-3
/
+3
*
Disabling the OpenTab, OpenPanel
ananta@chromium.org
2010-08-30
1
-1
/
+1
*
Update a crbug reference to point to the current bug tracking this test failu...
thomasvl@chromium.org
2010-08-30
1
-1
/
+1
*
Remove tests of app windows, which are no longer supported. Re-enable tests ...
skerner@chromium.org
2010-08-26
1
-75
/
+9
*
When launcing apps from launcher, use pinned tabs, not app tabs.
aa@chromium.org
2010-08-24
1
-56
/
+2
*
Test server cleanup patch of death:
phajdan.jr@chromium.org
2010-08-17
1
-40
/
+25
*
Clone of issue 2941001. See initial review below.
twiz@google.com
2010-08-12
1
-14
/
+26
*
FBTF: Remove unneeded headers from base/ (part 5)
thestig@chromium.org
2010-08-07
1
-0
/
+2
*
Make BrowserInit use FilePath instead of wstring for current directory.
viettrungluu@chromium.org
2010-08-03
1
-1
/
+1
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
enable apps by default
erikkay@chromium.org
2010-08-02
1
-12
/
+0
*
Revert 54560 -
nick@chromium.org
2010-08-02
1
-11
/
+9
*
Change removing method, GetBrowser from TabContentsDelegate, as this was brea...
twiz@google.com
2010-08-02
1
-9
/
+11
*
GTTF: Move more test server code from net/url_request/url_request_unittest.h
phajdan.jr@chromium.org
2010-07-29
1
-14
/
+15
*
GTTF: test server cleanup:
phajdan.jr@chromium.org
2010-07-23
1
-3
/
+3
*
Re-enable BrowserTest.ThirtyFourTabs on mac.
rvargas@google.com
2010-07-20
1
-7
/
+1
*
Disabling crashing browser test "ThirtyFourTabs" on mac
oshima@chromium.org
2010-07-15
1
-1
/
+7
*
Increase subprocess test timeout from 30-->45 seconds and re-enable
jrg@chromium.org
2010-07-09
1
-9
/
+3
*
Un-flake and enable test.
skerner@chromium.org
2010-07-01
1
-18
/
+37
*
Revert 51362 - Un-flake and enable test.
skerner@chromium.org
2010-07-01
1
-37
/
+18
*
Un-flake and enable test.
skerner@chromium.org
2010-07-01
1
-18
/
+37
*
Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first
sky@chromium.org
2010-06-28
1
-10
/
+10
*
Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-10
/
+10
*
Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-10
/
+10
*
Disables phantom tabs. I'm not nuking all the code as Nicholas/Glen thought w...
sky@chromium.org
2010-06-22
1
-0
/
+9
*
Further refine the pinned tab navigation algorithm.
estade@chromium.org
2010-06-14
1
-0
/
+82
*
Make the reload button respond to middle-clicks like back/forward/home alread...
pkasting@chromium.org
2010-06-10
1
-1
/
+1
*
PageLanguageDetectionTest has the failure rate of 5 - 6% on XP/Vista. Mark it
jshin@chromium.org
2010-06-09
1
-1
/
+7
*
Don't run the BrowserAppRefocusTests under Linux Views.
jhawkins@chromium.org
2010-05-25
1
-1
/
+1
*
Fix build. Duh mistake.
jhawkins@chromium.org
2010-05-25
1
-1
/
+1
*
TTF: Re-enable BrowserAppRefocusTest.* tests on Linux, as the crashes are onl...
jhawkins@chromium.org
2010-05-25
1
-1
/
+1
*
Adds ability to determine if a tab was explicitly closed by the
sky@chromium.org
2010-05-21
1
-1
/
+1
*
[GTTF] [TTF] Test marks maintenance CL:
phajdan.jr@chromium.org
2010-05-19
1
-7
/
+3
*
Re-land r47079: Shorten several appsrelated flags.
aa@chromium.org
2010-05-13
1
-2
/
+2
*
Mark BrowserAppRefocusTest.OpenTab as flaky since it has been hanging off and
mpcomplete@chromium.org
2010-05-12
1
-1
/
+3
*
Move the refocus check so that the ntp code path hits it.
skerner@chromium.org
2010-05-11
1
-2
/
+30
*
Actually disable BrowserTest.ThirtyFourTabs on Mac.
mpcomplete@chromium.org
2010-05-11
1
-1
/
+1
*
fix compile error.
bauerb@chromium.org
2010-05-11
1
-1
/
+1
*
Disable BrowserTest.ThirtyFourTabs on Mac.
bauerb@chromium.org
2010-05-11
1
-0
/
+8
[next]