| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed namespaces in src/content. | vitalybuka@chromium.org | 2014-05-01 | 1 | -4/+4 |
* | Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ... | piman@chromium.org | 2014-04-11 | 2 | -18/+2 |
* | Delete the GTK+ port of Chrome. | erg@chromium.org | 2014-04-10 | 1 | -3/+1 |
* | Move webcursors code from webkit/ to content. | tfarina@chromium.org | 2014-03-20 | 1 | -3/+3 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | Prepare for per frame did{Start,Stop}Loading calls | japhet@chromium.org | 2014-03-12 | 1 | -2/+2 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -2/+2 |
* | Add transfer size paramater to didFinishLoading [2/3] | eustas@chromium.org | 2014-02-10 | 2 | -3/+7 |
* | Resolve override/overload conflict in WebPluginImpl. | eustas@chromium.org | 2014-01-20 | 2 | -17/+94 |
* | Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin p... | jam@chromium.org | 2014-01-19 | 3 | -3/+6 |
* | Move the guts of user_metrics to a new static lib in //base/metrics. | ben@chromium.org | 2014-01-13 | 1 | -1/+2 |
* | Revert "Update all users of base::Version to explicitly specify the namespace... | avi@chromium.org | 2014-01-03 | 1 | -0/+1 |
* | Start removing support for in-process NPAPI plugins. This was a debugging mod... | jam@chromium.org | 2013-12-26 | 2 | -25/+6 |
* | Update uses of UTF conversions in content/ to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 2 | -2/+2 |
* | Update all users of base::Version to explicitly specify the namespace, and cl... | avi@chromium.org | 2013-12-23 | 1 | -1/+0 |
* | A bunch of work to transition from render_view_id to render_frame_id. | jam@chromium.org | 2013-12-20 | 3 | -16/+15 |
* | Make ContentRendererClient's OverrideCreatePlugin and CreatePluginReplacement... | jam@chromium.org | 2013-12-11 | 1 | -1/+1 |
* | Move more of the plugin code in the renderer to use RenderFrame instead of Re... | jam@chromium.org | 2013-12-06 | 4 | -9/+17 |
* | Switch plugin creation to use RenderFrame instead of RenderView | jam@chromium.org | 2013-12-04 | 2 | -4/+8 |
* | Use UserMetricsAction for renderer user metrics. | xhwang@chromium.org | 2013-12-04 | 1 | -1/+2 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 2 | -9/+12 |
* | Start transitioning Pepper plugin code to using RenderFrame instead of Render... | jam@chromium.org | 2013-12-02 | 1 | -3/+6 |
* | Rewrite include paths for Blink public/ headers that have moved | philipj@opera.com | 2013-11-14 | 1 | -1/+1 |
* | Cleanup: Remove unused includes of webkit/glue/webkit_glue.h | tfarina@chromium.org | 2013-11-12 | 1 | -1/+0 |
* | mac: Prepare for -Wunused-functions. | thakis@chromium.org | 2013-11-07 | 1 | -8/+0 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 6 | -85/+85 |
* | Switch to fetching NPAPI requests through the browser process instead of goin... | jam@chromium.org | 2013-09-30 | 1 | -2/+2 |
* | Support byte range requests when routing resource requests directly through t... | jam@chromium.org | 2013-09-17 | 4 | -30/+45 |
* | Add UMA stats for how often we get a 200 for a byte-range request for NPAPI p... | jam@chromium.org | 2013-09-16 | 1 | -0/+2 |
* | Load NPAPI plugin resources through the browser process directly instead of g... | jam@chromium.org | 2013-09-11 | 4 | -70/+138 |
* | Downgrade ERROR on PluginMsg_Init returning false to WARNING | zork@chromium.org | 2013-09-11 | 1 | -1/+1 |
* | Remove unneeded LOG | zork@chromium.org | 2013-09-11 | 1 | -1/+0 |
* | Move the WebPluginResourceClient interface to its own header. Also fix up met... | jam@chromium.org | 2013-09-04 | 3 | -2/+4 |
* | Reorder ViewHostMsg_TextInputTypeChanged IPC parameters. | yoichio@chromium.org | 2013-09-04 | 1 | -2/+2 |
* | Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https. | cdn@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Move appcache_frontend_impl.* to content/child/ | tfarina@chromium.org | 2013-08-12 | 1 | -2/+1 |
* | Get rid of webkit/plugins/plugin_constants.* and move them to content/public/... | jam@chromium.org | 2013-08-09 | 2 | -2/+2 |
* | Get rid of webkit_plugins.gypi by moving sad_plugin.* to content/renderer. | jam@chromium.org | 2013-08-08 | 2 | -14/+6 |
* | Remove more plugin code when ENABLE_PLUGINS==0. | jam@chromium.org | 2013-08-07 | 7 | -0/+3804 |