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
/
renderer
/
render_view_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputStateChanged ...
shuchen@chromium.org
2014-06-12
1
-28
/
+26
*
Move LoadProgressTracker to the browser process.
avi@chromium.org
2014-05-19
1
-34
/
+0
*
Create RenderFrameProxyHost at time of swap-out instead of commit.
nasko@chromium.org
2014-05-19
1
-3
/
+5
*
Remove HistoryController::GetPreviousEntry.
davidben@chromium.org
2014-05-17
1
-4
/
+8
*
Tighten expectations in RenderViewImplTest::SendProgressCompletionEvent.
benwells@chromium.org
2014-05-15
1
-1
/
+1
*
Add support for passing an arbitrary parameter to an IPC message handler. The...
jam@chromium.org
2014-05-13
1
-39
/
+39
*
Attempt 2 to enable async data: URL loading.
dcheng@chromium.org
2014-05-02
1
-3
/
+6
*
Fix memory leak in RenderViewImpltest.OnNavigationHttpPost
japhet@chromium.org
2014-05-01
1
-3
/
+3
*
Remove WebHistoryItem child usage
japhet@chromium.org
2014-04-30
1
-12
/
+15
*
Move history serialization from contet/public/renderer/ to content/renderer/
japhet@chromium.org
2014-04-25
1
-1
/
+1
*
Cleanup: Get rid of base::UTF16ToWideHack.
thestig@chromium.org
2014-04-23
1
-13
/
+11
*
Revert teporary include hacks for WebLocalFrame and use forward declares
dcheng@chromium.org
2014-04-18
1
-2
/
+2
*
Move HistoryController to content/renderer/
japhet@chromium.org
2014-04-15
1
-23
/
+65
*
Simplify some Win Aura ifdefs.
jam@chromium.org
2014-04-11
1
-1
/
+1
*
Delete the GTK+ port of Chrome.
erg@chromium.org
2014-04-10
1
-37
/
+0
*
Convert test references to use WebLocalFrame where needed.
dcheng@chromium.org
2014-04-09
1
-5
/
+6
*
Move SwapOut methods to RenderFrameHost.
creis@chromium.org
2014-03-28
1
-6
/
+6
*
Call setEditableSelectionOffsets, setCompositionFromExistingText and extendSe...
jam@chromium.org
2014-03-27
1
-3
/
+3
*
Add AccessibilityModeTreeOnly, which is enabled via the automation API.
aboxhall@chromium.org
2014-03-27
1
-0
/
+30
*
Move selection related code to RenderFrame. Also finish moving the rest of th...
jam@chromium.org
2014-03-21
1
-4
/
+4
*
Run ContentMain in a browser_test's browser process. This removes duplication...
jam@chromium.org
2014-03-18
1
-5
/
+3
*
Move UTF16ToASCII, remove WideToASCII.
brettw@chromium.org
2014-03-14
1
-2
/
+3
*
Prepare for per frame did{Start,Stop}Loading calls
japhet@chromium.org
2014-03-12
1
-0
/
+34
*
Tease apart ServiceWorkerNetworkProvider from other stuff.
michaeln@chromium.org
2014-03-06
1
-0
/
+44
*
Revert 253010 "Revert 251563 "Move browser initiated navigation ..."
creis@chromium.org
2014-02-28
1
-49
/
+53
*
Replace WebDocument::clearfocusedNode to clearFocusedElement
mahesh.kk@samsung.com
2014-02-27
1
-1
/
+1
*
Revert 251563 "Move browser initiated navigation from RenderView..."
creis@chromium.org
2014-02-24
1
-53
/
+49
*
Move browser initiated navigation from RenderViewHost to RenderFrameHost.
nasko@chromium.org
2014-02-15
1
-49
/
+53
*
Disable RenderViewBrowserTest.ConfirmCacheInformationPlumbed on branded build...
rdsmith@chromium.org
2014-02-13
1
-226
/
+0
*
Move DidCommitProvisionalLoad code from RenderView to RenderFrame.
nasko@chromium.org
2014-02-12
1
-24
/
+26
*
Disable RenderViewBrowserTest.ConfirmCacheInformationPlumbed on Android (Flaky)
piman@chromium.org
2014-02-07
1
-1
/
+9
*
Revert 249516 "Move DidCommitProvisionalLoad code from RenderVie..."
piman@chromium.org
2014-02-07
1
-26
/
+24
*
Plumb network stack information about existence of cached copy
rdsmith@chromium.org
2014-02-06
1
-2
/
+223
*
Move DidCommitProvisionalLoad code from RenderView to RenderFrame.
nasko@chromium.org
2014-02-06
1
-24
/
+26
*
Start moving context menu code to RenderFrame.
jam@chromium.org
2014-01-31
1
-1
/
+2
*
Start using FocusedNodedChanged to restartInput.
aurimas@chromium.org
2014-01-16
1
-0
/
+31
*
Move LinkDoctor out of content and into chrome.
mmenke@chromium.org
2014-01-13
1
-1
/
+1
*
Pass frame to ChromeContentRendererClient::ShouldSuppressErrorPage
ellyjones@chromium.org
2014-01-10
1
-1
/
+2
*
Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host).
nasko@chromium.org
2014-01-06
1
-4
/
+4
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...
jam@chromium.org
2013-12-31
1
-20
/
+25
*
Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...
loislo@chromium.org
2013-12-30
1
-25
/
+20
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...
jam@chromium.org
2013-12-28
1
-20
/
+25
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-7
/
+7
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-3
/
+3
*
Update uses of UTF conversions in content/ to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-12
/
+13
*
Use high resolution icons where possible for streamlined hosted app icons.
calamity@chromium.org
2013-12-18
1
-0
/
+22
*
Add a test for RendererPreferences::browser_handles_all_top_level_requests.
dbeam@chromium.org
2013-12-13
1
-0
/
+30
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
1
-13
/
+13
*
Add candidatewindow* events related IPCs
kochi@chromium.org
2013-12-03
1
-0
/
+38
*
Fix RenderViewImplTest on Ozone build
dnicoara@chromium.org
2013-11-29
1
-1
/
+38
[next]