| Commit message (Expand) | Author | Age | Files | Lines |
* | Use FilePaths in content::DropData to avoid redundant conversions. | dcheng@chromium.org | 2014-03-28 | 1 | -2/+2 |
* | Enable ExternalPopupMenu-related code only on Mac and Android. | tkent@chromium.org | 2014-03-25 | 1 | -8/+0 |
* | Mac: ExternalPopupMenu::close should hide a showing popup menu. | tkent@chromium.org | 2014-03-24 | 1 | -0/+1 |
* | Move ShouldClose from RenderViewHost to RenderFrameHost. | creis@chromium.org | 2014-03-11 | 1 | -1/+1 |
* | Revert "Revert 249676 "Have the unload event execute in background on cr..."" | clamy@chromium.org | 2014-02-28 | 1 | -9/+7 |
* | Revert 249676 "Have the unload event execute in background on cr..." | creis@chromium.org | 2014-02-24 | 1 | -7/+9 |
* | Have the unload event execute in background on cross-site navigations | clamy@chromium.org | 2014-02-07 | 1 | -9/+7 |
* | Move kFileScheme constant into content namespace. | tfarina@chromium.org | 2013-12-30 | 1 | -1/+1 |
* | Update uses of UTF conversions in content/ to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Make RenderFrameHostManager swap RenderFrameHosts, not RenderViewHosts. | creis@chromium.org | 2013-12-18 | 1 | -4/+5 |
* | Revert 241151 "Make RenderFrameHostManager swap RenderFrameHosts..." | tzik@chromium.org | 2013-12-17 | 1 | -5/+4 |
* | Make RenderFrameHostManager swap RenderFrameHosts, not RenderViewHosts. | creis@chromium.org | 2013-12-17 | 1 | -4/+5 |
* | Move TestRenderFrameHost, TestRenderViewHost and TestBackingStore to content\... | jam@chromium.org | 2013-12-05 | 1 | -1/+1 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -3/+3 |
* | Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 | bbudge@chromium.org | 2013-11-04 | 1 | -3/+6 |
* | Move navigation and frame tree classes to a new frame_host/ directory. | nasko@chromium.org | 2013-10-30 | 1 | -1/+0 |
* | Remove unused IPC::Message priority. | bbudge@chromium.org | 2013-10-28 | 1 | -6/+3 |
* | Revert 230841 "Switch DropData's path field from a string16 to a..." | ajwong@chromium.org | 2013-10-24 | 1 | -2/+2 |
* | Switch DropData's path field from a string16 to a FilePath. | thestig@chromium.org | 2013-10-24 | 1 | -2/+2 |
* | Remove GetActiveEntry usage from content. | nasko@chromium.org | 2013-10-09 | 1 | -2/+2 |
* | Revert 223982 "Remove GetActiveEntry usage from content." | nasko@chromium.org | 2013-09-23 | 1 | -2/+2 |
* | Remove GetActiveEntry usage from content. | nasko@chromium.org | 2013-09-18 | 1 | -2/+2 |
* | Make RenderFrame{Host} objects routable. | ajwong@chromium.org | 2013-08-28 | 1 | -0/+7 |
* | Cleanup: Use content::kAboutBlankURL instead of the raw string in content/. | thestig@chromium.org | 2013-08-06 | 1 | -3/+3 |
* | Move WebMenuItem to content::MenuItem. | darin@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Update the child process security policy to use explicit permission grants. | gbillock@chromium.org | 2013-07-11 | 1 | -12/+4 |
* | Move WebDropData to content::DropData and split off conversion function. | darin@chromium.org | 2013-07-01 | 1 | -5/+5 |
* | Context menu on a webpage should be positioned differently when invoked from | varunjain@chromium.org | 2013-06-18 | 1 | -3/+0 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Eliminate SwapOut message parameters, keeping state in RVHM instead. | creis@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | WebDropData split to content and webkit/common | scottmg@chromium.org | 2013-05-31 | 1 | -1/+1 |
* | Check that the files the renderer wants to preserve as part of a session rest... | tsepez@chromium.org | 2013-05-08 | 1 | -0/+38 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -0/+34 |
* | Add a new pair of IPC categories for messages that need handling as input events | jamesr@chromium.org | 2013-04-27 | 1 | -2/+3 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -35/+0 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -0/+35 |
* | Move test_web_contents.* from content\browser\web_contents to content\test, s... | jam@chromium.org | 2013-02-25 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -3/+3 |
* | Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al... | jam@chromium.org | 2013-01-02 | 1 | -7/+7 |
* | Plumb drag event info through from the renderer. This CL appends the following | varunjain@chromium.org | 2012-11-07 | 1 | -1/+2 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 1 | -1/+1 |
* | Move remaining files in content\browser\renderer_host to content namespace. | jam@chromium.org | 2012-10-29 | 1 | -8/+9 |
* | Revert 164120 - content/browser: Move more files into the content namespace. | sail@chromium.org | 2012-10-25 | 1 | -1/+0 |
* | content/browser: Move more files into the content namespace. | tfarina@chromium.org | 2012-10-25 | 1 | -0/+1 |
* | Cleanup the IPC param traits structure: | jam@chromium.org | 2012-09-25 | 1 | -0/+1 |
* | We do not pass enums by conts references. This CL fixes style errors introduced | varunjain@chromium.org | 2012-09-17 | 1 | -1/+1 |
* | Context menus should appear above the touch point if invoked by long press. | varunjain@chromium.org | 2012-09-07 | 1 | -1/+2 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -1/+1 |