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