| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Replace base::str[n]casecmp with helper functions." | Alex Mineer | 2015-07-12 | 1 | -1/+1 |
* | Replace base::str[n]casecmp with helper functions. | brettw | 2015-07-10 | 1 | -1/+1 |
* | Remove unused blitting functions from ui/gfx/blit.cc | spang | 2015-05-19 | 1 | -1/+0 |
* | Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. | tommycli | 2015-03-16 | 1 | -2/+2 |
* | Remove base/memory/scoped_handle.h | brettw@chromium.org | 2014-06-10 | 1 | -1/+0 |
* | Move some content url constants to /url. | sungmann.cho@navercorp.com | 2014-05-28 | 1 | -2/+2 |
* | Move some content url constants to /url. | sungmann.cho@navercorp.com | 2014-05-07 | 1 | -2/+2 |
* | Fixed routing id in WebPluginProxy::CheckIfRunInsecureContent. | kjakubowski@opera.com | 2014-04-24 | 1 | -1/+1 |
* | Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ... | piman@chromium.org | 2014-04-11 | 1 | -106/+0 |
* | Move kFtpScheme into content namespace. | tfarina@chromium.org | 2013-12-01 | 1 | -1/+1 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -1/+1 |
* | Move some files from x11_util to gfx/x/x11_types.h so they can be used by ui/gl. | ben@chromium.org | 2013-09-24 | 1 | -1/+1 |
* | Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h | ben@chromium.org | 2013-09-20 | 1 | -4/+4 |
* | Support byte range requests when routing resource requests directly through t... | jam@chromium.org | 2013-09-17 | 1 | -0/+8 |
* | content: Move kHttpScheme constant into content namespace. | tfarina@chromium.org | 2013-09-15 | 1 | -1/+1 |
* | Load NPAPI plugin resources through the browser process directly instead of g... | jam@chromium.org | 2013-09-11 | 1 | -2/+12 |
* | content: Move kHttpsScheme constant into content namespace. | tfarina@chromium.org | 2013-08-26 | 1 | -1/+1 |
* | Move npapi related files from content\child to the new content\child\npapi di... | jam@chromium.org | 2013-07-19 | 1 | -2/+2 |
* | Move NPAPI implementation out of webkit/plugins/npapi and into content. | jam@chromium.org | 2013-07-19 | 1 | -8/+2 |
* | Use a direct include of the shared_memory header in content/plugin/, content/... | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -1/+1 |
* | Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C... | wez@chromium.org | 2013-06-21 | 1 | -2/+12 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Rename content/common_child to content/child | scottmg@chromium.org | 2013-06-04 | 1 | -3/+3 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -5/+9 |
* | Move child-common classes to content/common_child | jamesr@chromium.org | 2013-05-21 | 1 | -3/+4 |
* | Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM. | cevans@chromium.org | 2013-05-17 | 1 | -2/+2 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -3/+5 |
* | content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 1 | -3/+3 |
* | Removed support for Core Animation plugins when accelerated compositing is di... | kbr@chromium.org | 2013-03-19 | 1 | -36/+0 |
* | Use skia::RefPtr in place of manual ref-counting for Skia types. | danakj@chromium.org | 2012-12-04 | 1 | -16/+16 |
* | Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual... | reed@google.com | 2012-11-14 | 1 | -8/+5 |
* | Get windowless plugins working when accelerated compositing is turned on by c... | jam@chromium.org | 2012-11-10 | 1 | -59/+4 |
* | Use the RenderView's routing_id, instead of HWND, as the unique identifier us... | jam@chromium.org | 2012-11-02 | 1 | -4/+2 |
* | Make "dummy window" which is used for windowless plugins be parented in the b... | jam@chromium.org | 2012-11-01 | 1 | -4/+5 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 1 | -1/+1 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 1 | -2/+3 |
* | Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ... | jam@chromium.org | 2012-10-21 | 1 | -2/+5 |
* | Remove Legacy NPAPI Flash Sandbox support | jschuh@chromium.org | 2012-10-05 | 1 | -10/+0 |
* | Remove all support for the Carbon NPAPI event model | stuartmorgan@chromium.org | 2012-09-11 | 1 | -9/+1 |
* | Fix race condition with windowless plugin buffers. The problem, which is alre... | jam@chromium.org | 2012-08-15 | 1 | -27/+44 |
* | Android content shell bringup. | jrg@chromium.org | 2012-05-10 | 1 | -0/+10 |
* | Move BrokerDuplicateHandle() to be declared in content/public | mseaborn@chromium.org | 2012-04-16 | 1 | -2/+2 |
* | Convert plugin and GPU process to brokered handle duplication. | jschuh@chromium.org | 2012-04-14 | 1 | -14/+9 |
* | Revert 132218 - Convert plugin and GPU process to brokered handle duplication. | eroman@chromium.org | 2012-04-13 | 1 | -9/+14 |
* | Convert plugin and GPU process to brokered handle duplication. | jschuh@chromium.org | 2012-04-13 | 1 | -14/+9 |
* | Revert 129627 - Add a sandbox API for broker handle duplication | jschuh@chromium.org | 2012-03-29 | 1 | -9/+14 |
* | Add a sandbox API for broker handle duplication | jschuh@chromium.org | 2012-03-29 | 1 | -14/+9 |
* | mac: fix flash videos with --disable-composited-core-animation-plugins | piman@chromium.org | 2012-03-14 | 1 | -2/+2 |