summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_view_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add IPCs/methods for additional IME actions.olilan@chromium.org2012-09-071-0/+63
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-3/+3
* Add new TextInputState parameters to carry information from WebViewImpl::text...olilan@chromium.org2012-08-211-4/+9
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-7/+7
* Zoom level limits must be set before setting a zoom level.kinaba@chromium.org2012-08-071-0/+30
* Implement NavigationControllerWebView.PostURLboliu@chromium.org2012-07-311-0/+46
* Move the browser tests inside content/renderer to run under content_browserte...jam@chromium.org2012-07-251-0/+74
* Add IPC argument to handle composition character bounds into ViewHostMsg_ImeC...nona@chromium.org2012-06-131-0/+64
* Move render_view_test.h header from content\test to content\public\test. This...jam@chromium.org2012-06-041-1/+179
* Pass user gesture indicator for RPH and intents.gbillock@chromium.org2012-06-011-10/+7
* Add GoBack()/GoForward() to RenderViewTestgavinp@chromium.org2012-05-231-0/+49
* Prevent state updates for kSwappedOutURL.creis@chromium.org2012-03-271-0/+17
* Allow browser to handle all WebUI navigations.creis@chromium.org2012-03-151-0/+98
* Fix 3 more issues with fast cross-process back/forward navigations.creis@chromium.org2012-02-211-0/+5
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-0/+25
* Ensure that navigations are not ignored due to incomplete unload requests.creis@chromium.org2012-02-091-1/+33
* [Web Intents] Use page title if the intent tag title is empty.gbillock@chromium.org2011-12-221-0/+29
* Enable RenderViewImplTest.{OnHandleKeyboardEvent,InsertCharacters} for Aura o...mazda@chromium.org2011-12-071-18/+4
* Update includes to new header locationsabarth@chromium.org2011-12-031-2/+2
* AURA: Disable failing browser tests so that we can enable browser_tests on bu...oshima@chromium.org2011-11-231-2/+16
* Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...penghuang@chromium.org2011-10-161-9/+8
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-141-1/+1
* Split most of RenderViewTest and associated classes into content.joi@chromium.org2011-10-141-28/+28
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-6/+6
* mac: Almost fix Lion accented character bubble input in web contents.thakis@chromium.org2011-10-121-1/+3
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-111-2/+2
* Don't expose RenderViewImpl to tests which use RenderViewTest through its hea...jam@chromium.org2011-10-111-172/+181