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
*
Implements the auto-translate on click: if you have translated
jcampan@chromium.org
2010-02-12
1
-8
/
+4
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
Fixes bug where we weren't sending out TabClosingAt when removing a
sky@chromium.org
2010-02-08
1
-1
/
+53
*
Refactored out JS specific part of modal dialog stack into its own class, exp...
zelidrag@chromium.org
2010-02-05
1
-1
/
+3
*
Makes example.com resolve to localhost for test.
sky@chromium.org
2010-02-05
1
-0
/
+2
*
Wires TabContents to app extensions.
sky@chromium.org
2010-02-05
1
-12
/
+52
*
BSD port: another chunk of chrome/browser ifdef cleaning
pvalchev@google.com
2010-02-03
1
-1
/
+1
*
Adjusts tab strip model to deal with app tabs. There were a couple of
sky@chromium.org
2010-02-02
1
-6
/
+4
*
Extension tweaks for phantom tabs. I did the following modifications:
sky@chromium.org
2010-01-23
1
-3
/
+0
*
Adds support for phantom tabs. A pinned tab becomes a phantom tab when
sky@chromium.org
2010-01-22
1
-0
/
+60
*
One more attempt at landing this CL.
jcampan@chromium.org
2010-01-21
1
-0
/
+30
*
Disable app mode in the model on Mac so it is disabled in the page menu.
pinkerton@chromium.org
2010-01-20
1
-0
/
+4
*
Revert 36589 - Still failing the reliability tests.
jcampan@chromium.org
2010-01-20
1
-30
/
+0
*
Another try at landing this.
jcampan@chromium.org
2010-01-20
1
-0
/
+30
*
Revert 36442 - Still causing test failures
jcampan@chromium.org
2010-01-16
1
-33
/
+0
*
4th attempt at landing this.
jcampan@chromium.org
2010-01-16
1
-0
/
+33
*
Revert 36362 - It breaks NACLTests and Chrome Frame Tests
jcampan@chromium.org
2010-01-15
1
-33
/
+0
*
3rd attempt at landing the language detection on page load.
jcampan@chromium.org
2010-01-15
1
-0
/
+33
*
Revert 35735 - Relanding the language detection code.
jcampan@chromium.org
2010-01-07
1
-33
/
+0
*
Relanding the language detection code.
jcampan@chromium.org
2010-01-07
1
-0
/
+33
*
Reverting the CLD CL altogether, the reliability bot is still red.
jcampan@chromium.org
2009-12-17
1
-35
/
+0
*
Disabling browser tests that are testing the language detection,
jcampan@chromium.org
2009-12-17
1
-1
/
+3
*
Makes the language detection happen with every page load
jcampan@chromium.org
2009-12-16
1
-0
/
+33
*
Add FaviconOfOnloadRedirectToAnchorPage for issue 15782
xiyuan@chromium.org
2009-12-10
1
-0
/
+17
*
[Mac] more browser_tests cleanup
thomasvl@chromium.org
2009-12-09
1
-4
/
+8
*
enabled one browser test and tag JavascriptAlertActivatesTab, ReloadThenCance...
thomasvl@chromium.org
2009-12-04
1
-17
/
+17
*
Allow reentrant tasks on window close in in-proc browser test framework. Dis...
kkania@chromium.org
2009-11-23
1
-0
/
+14
*
Disable create application shortcuts for internal pages
xiyuan@chromium.org
2009-11-19
1
-0
/
+57
*
Revert r32108 and re-enable BrowserTest.FLAKY_SingleBeforeUnloadAfterWindowClose
tony@chromium.org
2009-11-18
1
-4
/
+0
*
BUG=27893
erikkay@chromium.org
2009-11-16
1
-0
/
+4
*
Fix BrowserTest.NoTitle/Title for chromeos build.
oshima@chromium.org
2009-11-09
1
-6
/
+7
*
Mark BrowserTest.SingleBeforeUnloadAfterWindowClose as flaky.
thestig@chromium.org
2009-11-07
1
-1
/
+1
*
Add a ticks counter that tells you how idle is a render process
cpu@chromium.org
2009-10-08
1
-0
/
+14
*
Prevents a duplicate beforeunload dialog after window.close().
creis@google.com
2009-10-06
1
-0
/
+23
*
Convert users of RenderProcessHost iterator to all use same style. The key m...
pkasting@chromium.org
2009-10-02
1
-6
/
+3
*
Stops the throbber from spinning if the user cancels a beforeunload dialog,
creis@google.com
2009-09-30
1
-0
/
+23
*
Exclude specific browser_tests that don't yet work on Mac.
paul@chromium.org
2009-09-02
1
-0
/
+3
*
Remove RenderProcessHost::size(). With Pawel's change, size() isn't necessarily
brettw@chromium.org
2009-08-18
1
-2
/
+14
*
Fix misleading name and comment of Browser::GetCurrentPageTitle.
phajdan.jr@chromium.org
2009-07-20
1
-2
/
+2
*
Add missing include in browser_browsertest.cc, fixing the build.
phajdan.jr@chromium.org
2009-07-14
1
-0
/
+1
*
Make BrowserTest.ThirtyFourTabs not-flaky
phajdan.jr@chromium.org
2009-07-14
1
-0
/
+24
*
Convert JavascriptAlertActivatesTab to browser_tests framework.
phajdan.jr@chromium.org
2009-07-10
1
-0
/
+19
*
Fix another string conversion with UTF16ToWideHack
ben@chromium.org
2009-07-10
1
-1
/
+1
*
Fix another string conversion with UTF16ToWideHack
ben@chromium.org
2009-07-10
1
-1
/
+1
*
Convert most flakiness-prone Browser UI tests to browser_tests framework.
phajdan.jr@chromium.org
2009-07-09
1
-0
/
+81