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
/
content
/
browser
/
renderer_host
/
render_view_host_manager_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
TabContentsWrapper -> TabContents, part 57.
avi@chromium.org
2012-06-13
1
-81
/
+81
*
Set visibility state to Hidden when a RenderView is swapped out
jamesr@chromium.org
2012-06-01
1
-0
/
+89
*
Adds support for calling postMessage on a frame living in a different renderer.
creis@chromium.org
2012-05-15
1
-1
/
+148
*
Allow renderers to shut down if they only contain swapped out views.
creis@chromium.org
2012-05-09
1
-0
/
+80
*
Support cross-process window.close() messages.
creis@chromium.org
2012-05-04
1
-1
/
+17
*
Move notifications used only in chrome/ out of content/.
avi@chromium.org
2012-04-16
1
-9
/
+6
*
TabContents -> WebContentsImpl, part 13.
avi@chromium.org
2012-04-16
1
-4
/
+4
*
Force a SiteInstance swap for view-source URLs to avoid a renderer kill.
creis@chromium.org
2012-04-13
1
-1
/
+9
*
TabContents -> WebContentsImpl, part 7.
avi@chromium.org
2012-04-11
1
-1
/
+1
*
Don't evaluate (and therefore create, since it's lazy) ExtensionAPI in renderers
kalman@chromium.org
2012-03-23
1
-7
/
+1
*
Allow targeted links to work on tabs that have swapped out processes.
creis@chromium.org
2012-03-22
1
-1
/
+168
*
Use a new scheme for swapping out RenderViews.
creis@chromium.org
2012-03-21
1
-0
/
+78
*
Disable RenderViewHostManagerTest.BackForwardNotStal on Win.
pastarmovj@chromium.org
2012-03-21
1
-1
/
+7
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
1
-0
/
+1
*
Create window in a new BrowsingInstance when opening a link in a new process.
creis@chromium.org
2012-03-06
1
-0
/
+58
*
Move Render(Widget|View)HostImpl to files with _impl in filename.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-27
1
-0
/
+1
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-22
1
-0
/
+5
*
Fix 3 more issues with fast cross-process back/forward navigations.
creis@chromium.org
2012-02-21
1
-1
/
+127
*
Define the public interface for content browser SiteInstance. This interface ...
ananta@chromium.org
2012-01-25
1
-1
/
+3
*
Get rid of RenderViewHostManager usage in chrome.
jam@chromium.org
2012-01-11
1
-2
/
+4
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-27
/
+27
*
Move a bunch of methods from TabContents into the WebContents interface. This...
jam@chromium.org
2011-12-22
1
-1
/
+1
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-7
/
+7
*
Move RenderViewHostObserver to content/public/browser/ and put it into the co...
tfarina@chromium.org
2011-11-25
1
-4
/
+4
*
Fix the asan fix.
joaodasilva@chromium.org
2011-10-20
1
-2
/
+2
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-3
/
+3
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
Move url_constansts.h to content/public/common.
jam@chromium.org
2011-10-14
1
-1
/
+1
*
Here are more exports needed for content_unittests to link in the component b...
dpranke@chromium.org
2011-09-30
1
-2
/
+2
*
Fix for a memory corruption.
mad@chromium.org
2011-08-25
1
-0
/
+89
*
Removal of Profile from content part 8.
avi@chromium.org
2011-08-12
1
-1
/
+0
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
1
-2
/
+2
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+1
*
Re-enable passing tests.
abarth@chromium.org
2011-06-23
1
-4
/
+2
*
Disable some tests that will fail after the WebKit roll. These tests probably
abarth@chromium.org
2011-06-16
1
-2
/
+4
*
Get rid of the following dependencies from content:
jam@chromium.org
2011-06-14
1
-1
/
+0
*
Move ChromeURLAfterDownload to download_browsertest
rafaelw@chromium.org
2011-05-09
1
-91
/
+0
*
Renames TabStripModel and Browser's selected_index to
sky@chromium.org
2011-04-12
1
-4
/
+4
*
Get rid of extensions dependency from content\browser.
jam@chromium.org
2011-04-04
1
-1
/
+0
*
Revert 79753 - Add log statements to ChromeURLAfterDownload to see where exac...
jstritar@chromium.org
2011-03-29
1
-7
/
+3
*
Add log statements to ChromeURLAfterDownload to see where exactly its timing ...
jstritar@chromium.org
2011-03-29
1
-3
/
+7
*
Revert 79747 - Re-enable, attempt to fix ChromeURLAfterDownload browsertest
rafaelw@chromium.org
2011-03-29
1
-3
/
+5
*
Re-enable, attempt to fix ChromeURLAfterDownload browsertest
rafaelw@chromium.org
2011-03-29
1
-5
/
+3
*
Revert 79703 - Revert 79690 - Disable RenderViewHostManagerTest.ChromeURLAfte...
dhollowa@chromium.org
2011-03-29
1
-9
/
+3
*
Revert 79704 - Revert 79680 - Mark ChromeURLAfterDownload as flaky.
dhollowa@chromium.org
2011-03-29
1
-1
/
+2
*
Revert 79680 - Mark ChromeURLAfterDownload as flaky.
dhollowa@chromium.org
2011-03-29
1
-2
/
+1
*
Revert 79690 - Disable RenderViewHostManagerTest.ChromeURLAfterDownload due t...
dhollowa@chromium.org
2011-03-29
1
-3
/
+9
*
Disable RenderViewHostManagerTest.ChromeURLAfterDownload due to hangs.
jstritar@chromium.org
2011-03-29
1
-9
/
+3
*
Mark ChromeURLAfterDownload as flaky.
jstritar@chromium.org
2011-03-29
1
-1
/
+2
[next]