| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove unneeded base/memory/shared_memory.h #includes. | thestig | 2015-09-15 | 1 | -1/+0 |
* | [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includes | tapted | 2015-05-04 | 1 | -3/+6 |
* | Apply automated fixits for Chrome clang plugin to content. | dcheng | 2015-04-29 | 1 | -1/+1 |
* | Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. | tommycli | 2015-03-16 | 1 | -1/+1 |
* | Cleanup: Remove more unused timer.h includes. | thestig | 2014-10-29 | 1 | -1/+0 |
* | Standardize usage of virtual/override/final in content/ | dcheng | 2014-10-21 | 1 | -46/+44 |
* | Replace OVERRIDE and FINAL with override and final in content/plugin/[a-s]* | anand.ratn | 2014-10-07 | 1 | -28/+28 |
* | Remove base/memory/scoped_handle.h | brettw@chromium.org | 2014-06-10 | 1 | -1/+0 |
* | Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ... | piman@chromium.org | 2014-04-11 | 1 | -30/+0 |
* | Support byte range requests when routing resource requests directly through t... | jam@chromium.org | 2013-09-17 | 1 | -0/+2 |
* | Load NPAPI plugin resources through the browser process directly instead of g... | jam@chromium.org | 2013-09-11 | 1 | -9/+14 |
* | Move the WebPluginResourceClient interface to its own header. Also fix up met... | jam@chromium.org | 2013-09-04 | 1 | -38/+23 |
* | Move NPAPI implementation out of webkit/plugins/npapi and into content. | jam@chromium.org | 2013-07-19 | 1 | -19/+10 |
* | Use a direct include of the shared_memory header in content/plugin/, content/... | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Use a direct include of time headers in content/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -2/+2 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Removed support for Core Animation plugins when accelerated compositing is di... | kbr@chromium.org | 2013-03-19 | 1 | -34/+1 |
* | Fix painting glitch with text and NPAPI plugins. This was a regression from r... | jam@chromium.org | 2013-03-06 | 1 | -1/+0 |
* | Use skia::RefPtr in place of manual ref-counting for Skia types. | danakj@chromium.org | 2012-12-04 | 1 | -9/+8 |
* | Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual... | reed@google.com | 2012-11-14 | 1 | -7/+6 |
* | Get windowless plugins working when accelerated compositing is turned on by c... | jam@chromium.org | 2012-11-10 | 1 | -9/+1 |
* | Use the RenderView's routing_id, instead of HWND, as the unique identifier us... | jam@chromium.org | 2012-11-02 | 1 | -3/+0 |
* | Make "dummy window" which is used for windowless plugins be parented in the b... | jam@chromium.org | 2012-11-01 | 1 | -1/+2 |
* | 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 | -2/+0 |
* | Fix race condition with windowless plugin buffers. The problem, which is alre... | jam@chromium.org | 2012-08-15 | 1 | -7/+19 |
* | Remove #pragma once from content | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | ui: Move gl/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-12 | 1 | -1/+1 |
* | ui: Move surface/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-03 | 1 | -1/+1 |
* | Track (and eventually cap) Flash JIT size | jschuh@chromium.org | 2012-02-15 | 1 | -1/+2 |
* | Remove Task inheritance from base::Timer. | dcheng@chromium.org | 2011-12-15 | 1 | -0/+1 |
* | Render Core Animation plugins through WebKit's compositor rather than | kbr@chromium.org | 2011-11-30 | 1 | -2/+19 |
* | base::Bind fixes | groby@chromium.org | 2011-11-19 | 1 | -1/+1 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 1 | -22/+24 |
* | Support dynamic switching between integrated and discrete GPUs on Mac OS X. | kbr@chromium.org | 2011-10-13 | 1 | -1/+3 |
* | Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=none | ben@chromium.org | 2011-10-06 | 1 | -1/+1 |
* | Send IME events to windowless plug-ins (Chromium side) | hbono@chromium.org | 2011-10-04 | 1 | -0/+8 |
* | Moved the following IPC messages used by the chrome NPAPI plugin installer ou... | ananta@chromium.org | 2011-08-31 | 1 | -1/+0 |
* | Stop using the default profile's proxy service for plugin proxy requests, and... | jam@chromium.org | 2011-08-29 | 1 | -0/+1 |
* | First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h | twiz@google.com | 2011-08-02 | 1 | -0/+4 |
* | Avoid double-buffering windowless plugins and instead use buffer flipping whe... | tschmelcher@chromium.org | 2011-07-25 | 1 | -19/+61 |
* | Make Flash work properly when started in low-integrity mode so that UIPI rest... | jschuh@chromium.org | 2011-06-07 | 1 | -0/+1 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Refactor: Move app/surface to ui/gfx/surface. | backer@chromium.org | 2011-03-25 | 1 | -5/+5 |
* | Move plugin code to content. | jam@chromium.org | 2011-03-16 | 1 | -0/+225 |