summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_view_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cut dependencies on WebKit::WebView::zoom(Factor|Level)ToZoom(Level|Factor)jamesr@chromium.org2013-07-251-7/+6
* Changes to make content_browsertests build with USE_OZONE=1rjkroege@chromium.org2013-07-231-1/+1
* Makes RenderViewImpl::GetSSLStatusOfFrame() actually do something.dbeam@chromium.org2013-07-231-0/+19
* Use a direct include of the shared_memory header in content/plugin/, content/...avi@chromium.org2013-07-181-4/+4
* fix the bug that IME is broken on pepper flash.yoichio@chromium.org2013-07-171-0/+54
* Add ability to keep selection on confirmCompositionaurimas@chromium.org2013-07-121-5/+10
* Add new parameter ui::TextInputMode to ViewHostMsg_TextInputTypeChanged IPC m...yoichio@chromium.org2013-07-111-2/+69
* ifdef CompositionBounds related calls on to OSes that use it.aurimas@chromium.org2013-07-091-0/+2
* Move chrome-native support to chrome/tedchoc@chromium.org2013-07-041-24/+0
* Add chrome-native:// scheme.tedchoc@chromium.org2013-06-211-0/+24
* Split TextInputStateChanged IPC into two IPCsaurimas@chromium.org2013-06-181-17/+13
* Update Blink include pathsabarth@chromium.org2013-06-171-3/+3
* delete webkit/glue/web_io_operators.*scottmg@chromium.org2013-06-151-4/+3
* Eliminate SwapOut message parameters, keeping state in RVHM instead.creis@chromium.org2013-06-141-21/+4
* Use a direct include of strings headers in content/renderer and content/shell.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Create RenderFrame/RenderFrameHost for the main frame of a page.nasko@chromium.org2013-05-311-0/+6
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-4/+4
* Disable RenderViewImpltest.InsertCharacters (flaky on XP)caitkp@google.com2013-05-291-1/+7
* Introduce content::PageState (again).darin@chromium.org2013-05-281-21/+21
* Revert 202188 "Introduce content::PageState."grt@chromium.org2013-05-261-21/+21
* Introduce content::PageState.darin@chromium.org2013-05-241-21/+21
* content: Extract url utility functions into url_utils.{h,cc}tfarina@chromium.org2013-05-171-1/+1
* Disable RenderViewImplTest.OnHandleKeyboardEventdewittj@chromium.org2013-05-071-1/+8
* [content shell] move code common to several processes to a common dirjochen@chromium.org2013-05-071-1/+1
* Change decidePolicyForNavigation() to takea WebDataSource::ExtraDatajaphet@chromium.org2013-04-291-0/+33
* Remove WebNode parameter from decidePolicyForNavigationjamesr@chromium.org2013-04-191-7/+0
* Delete most web intents code.thakis@chromium.org2013-02-111-28/+0
* Make most code on mac compile with enable_web_intents=0thakis@chromium.org2013-02-011-0/+2
* Move IsURLAcceptableForWebUI out of WebUIControllerFactory since its implemen...jam@chromium.org2013-01-281-6/+0
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-281-35/+4
* Add "frame to navigate" to NavigationEntry and plumb it to the RenderViewImpljochen@chromium.org2013-01-241-0/+26
* Update some #includes in content/renderer for headers in the new Platform dir...pilgrim@chromium.org2013-01-101-4/+4
* Revert 175971ricow@chromium.org2013-01-101-4/+35
* Revert 175890: actually, looks like we want this to also help move chromeos w...jam@chromium.org2013-01-101-35/+4
* Revert 175822jam@chromium.org2013-01-091-4/+35
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-091-35/+4
* Cleanup: Fix some lint errors in content/.thestig@chromium.org2013-01-041-3/+5
* RenderViewImplTest.LastCommittedUpdateState is flakymichaeln@google.com2013-01-031-1/+2
* Use WebCore:DateTimeChooser for date/time form types instead of considering t...miguelg@chromium.org2012-12-181-14/+0
* Fix flakiness and re-enable test.creis@chromium.org2012-12-141-2/+7
* Ensure that reloads load real pages, not swappedout://.creis@chromium.org2012-12-131-0/+75
* Disables test that started failing.sky@chromium.org2012-10-231-1/+2
* Properly disabling the OnNavStateChanged. See crbug.com/157213.leviw@chromium.org2012-10-221-1/+1
* Disabling the OnNavStateChanged as it's failing on ToT WebKit, and that's blo...leviw@chromium.org2012-10-221-1/+1
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-36/+36
* Reland r161256: Fix the crash that was happening on the buildbot (but not try...jam@chromium.org2012-10-111-6/+0
* Revert 161256 - Fix the crash that was happening on the buildbot (but not try...jam@chromium.org2012-10-111-0/+6
* Fix the crash that was happening on the buildbot (but not trybots, for a stra...jam@chromium.org2012-10-111-6/+0
* Allow tap gestures to open the IME on Android.olilan@chromium.org2012-09-211-3/+3