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
/
public
/
test
/
render_view_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create RenderFrameProxyHost at time of swap-out instead of commit.
nasko@chromium.org
2014-05-19
1
-0
/
+1
*
Remove HistoryController::GetPreviousEntry.
davidben@chromium.org
2014-05-17
1
-6
/
+5
*
Fix JSBlockSentAfterPageLoad for the threaded HTML parser.
dcheng@chromium.org
2014-05-07
1
-0
/
+1
*
Attempt 2 to enable async data: URL loading.
dcheng@chromium.org
2014-05-02
1
-4
/
+3
*
Support subpixel values in RenderViewTest::GetElementBounds
eae@chromium.org
2014-05-02
1
-3
/
+4
*
Remove WebHistoryItem child usage
japhet@chromium.org
2014-04-30
1
-8
/
+8
*
Revert of Prepare browser_tests for data: urls being async (https://coderevie...
eseidel@chromium.org
2014-04-28
1
-23
/
+3
*
Prepare browser_tests for data: urls being async
eseidel@chromium.org
2014-04-25
1
-3
/
+23
*
Move history serialization from contet/public/renderer/ to content/renderer/
japhet@chromium.org
2014-04-25
1
-1
/
+1
*
Revert teporary include hacks for WebLocalFrame and use forward declares
dcheng@chromium.org
2014-04-18
1
-1
/
+1
*
Preserve Page::openedByDOM state across process swaps.
davidben@chromium.org
2014-04-16
1
-0
/
+1
*
Stop disabling force_compositing_mode for background RenderViews.
danakj@chromium.org
2014-04-16
1
-0
/
+1
*
Move HistoryController to content/renderer/
japhet@chromium.org
2014-04-15
1
-1
/
+9
*
Convert test references to use WebLocalFrame where needed.
dcheng@chromium.org
2014-04-09
1
-3
/
+3
*
De-virtualize RenderViewImpl's commit-time functions
japhet@chromium.org
2014-04-04
1
-1
/
+5
*
Conversion of content_shell target to use WebLocalFrame.
dcheng@chromium.org
2014-04-04
1
-1
/
+1
*
Run ContentMain in a browser_test's browser process. This removes duplication...
jam@chromium.org
2014-03-18
1
-6
/
+22
*
Revert 253010 "Revert 251563 "Move browser initiated navigation ..."
creis@chromium.org
2014-02-28
1
-7
/
+8
*
Revert 251563 "Move browser initiated navigation from RenderView..."
creis@chromium.org
2014-02-24
1
-8
/
+7
*
cc: Remove the --enable-partial-swap flag.
danakj@chromium.org
2014-02-20
1
-16
/
+15
*
content: Do not call empty methods of WebScriptController.
tfarina@chromium.org
2014-02-18
1
-2
/
+0
*
Move browser initiated navigation from RenderViewHost to RenderFrameHost.
nasko@chromium.org
2014-02-15
1
-7
/
+8
*
Move DidCommitProvisionalLoad code from RenderView to RenderFrame.
nasko@chromium.org
2014-02-12
1
-1
/
+2
*
Revert 249516 "Move DidCommitProvisionalLoad code from RenderVie..."
piman@chromium.org
2014-02-07
1
-2
/
+1
*
Move DidCommitProvisionalLoad code from RenderView to RenderFrame.
nasko@chromium.org
2014-02-06
1
-1
/
+2
*
Added ScopedNSAutoreleasePool to RenderViewTest.
tasak@google.com
2014-02-05
1
-0
/
+12
*
Remove SetJavaScriptFlags() wrapper function from webkit.
tfarina@chromium.org
2014-01-29
1
-2
/
+3
*
Always create FrameTreeNodes and RenderFrameHosts for every frame.
nasko@chromium.org
2014-01-10
1
-0
/
+2
*
Track v8 API changes.
jochen@chromium.org
2014-01-03
1
-2
/
+3
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
1
-2
/
+2
*
Revert 237119 "Always create FrameTreeNodes and RenderFrameHosts..."
creis@chromium.org
2013-11-27
1
-2
/
+0
*
Always create FrameTreeNodes and RenderFrameHosts for every frame.
creis@chromium.org
2013-11-25
1
-0
/
+2
*
Rewrite include paths for Blink public/ headers that have moved
philipj@opera.com
2013-11-14
1
-1
/
+1
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-21
/
+21
*
Be more thorough with garbage collection in RenderViewTest::TearDown().
earthdok@chromium.org
2013-10-25
1
-2
/
+7
*
Remove the concept of blocked contents.
jochen@chromium.org
2013-09-17
1
-1
/
+0
*
Remove calls to HandleScope default ctor.
marja@chromium.org
2013-09-04
1
-2
/
+2
*
Initialize RenderWidget(Host)(View)s with correct visibility state
jamesr@chromium.org
2013-08-20
1
-3
/
+4
*
Move webkit/{browser,common}/dom_storage into content/
kinuko@chromium.org
2013-08-07
1
-2
/
+2
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-8
/
+8
*
Move webkit/dom_storage to new browser|common|renderer locations. Just moving...
michaeln@google.com
2013-06-04
1
-1
/
+1
*
Create RenderFrame/RenderFrameHost for the main frame of a page.
nasko@chromium.org
2013-05-31
1
-1
/
+3
*
Update refernces to Blink's Platform API (content)
abarth@chromium.org
2013-05-30
1
-1
/
+1
*
Fix race between DPI and window size
ccameron@chromium.org
2013-05-29
1
-2
/
+8
*
Move cc/debug/latency_info to ui/base.
jbauman@chromium.org
2013-05-29
1
-3
/
+3
*
Introduce content::PageState (again).
darin@chromium.org
2013-05-28
1
-2
/
+2
*
Revert 202188 "Introduce content::PageState."
grt@chromium.org
2013-05-26
1
-2
/
+2
*
Introduce content::PageState.
darin@chromium.org
2013-05-24
1
-2
/
+2
*
Add latency info to input events sent to RenderWidget.
jbauman@chromium.org
2013-05-10
1
-3
/
+4
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-1
/
+1
[next]