| Commit message (Expand) | Author | Age | Files | Lines |
* | ipc: Simplify the magic required to create IPC message headers.This gets rid ... | jam@chromium.org | 2010-12-08 | 1 | -3/+1 |
* | Implement NPAPI HTTP Redirect handling. This basically supports the NPAPI URL... | ananta@chromium.org | 2010-11-23 | 1 | -0/+1 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-20 | 1 | -1/+1 |
* | FBTF: Add default ctors/dtors for various param structs. | erg@google.com | 2010-09-15 | 1 | -202/+33 |
* | Fix initial plugin Mac plugin focus and visibily | stuartmorgan@chromium.org | 2010-09-03 | 1 | -26/+1 |
* | Remove all wstrings from the IPC logging subsystem. | erg@google.com | 2010-08-18 | 1 | -46/+46 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -2/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Improve plugin performance on the Mac | stuartmorgan@chromium.org | 2010-04-14 | 1 | -1/+6 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Send window frame information to Mac plugins via IPC | stuartmorgan@chromium.org | 2010-02-08 | 1 | -1/+26 |
* | Fix passing pointers between processes. | jam@chromium.org | 2010-01-29 | 1 | -65/+9 |
* | The renderer and plugin processes can send over raw NPObjects valid in the ot... | ananta@chromium.org | 2010-01-20 | 1 | -20/+11 |
* | Send resource load notifications from plugins to devtools agent. This is a pa... | yurys@chromium.org | 2009-12-03 | 1 | -2/+2 |
* | Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, use | mark@chromium.org | 2009-11-30 | 1 | -1/+21 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -2/+2 |
* | Amit, please review everything. | ananta@chromium.org | 2009-11-07 | 1 | -1/+6 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -4/+4 |
* | Get rid of the need for cross process events in order to get plugin processes... | jam@chromium.org | 2009-09-29 | 1 | -13/+0 |
* | This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... | jam@chromium.org | 2009-09-04 | 1 | -1/+41 |
* | More removal of WebCore usage from webplugin_impl.cc | darin@chromium.org | 2009-08-21 | 1 | -1/+1 |
* | Continue eliminating direct NPN_ function calls that go from Chromium code to... | jorlow@chromium.org | 2009-07-30 | 1 | -3/+5 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -2/+3 |
* | Add the page url to plugin crashes to aid debugging. | jam@chromium.org | 2009-07-08 | 1 | -0/+5 |
* | Revert change 20173 because it breaks the ui_tests, plugin_tests | nsylvain@chromium.org | 2009-07-08 | 1 | -5/+0 |
* | Add the page url to plugin crashes to aid debugging. | jam@chromium.org | 2009-07-08 | 1 | -0/+5 |
* | Add events to windowless plugins on linux. This CL also refactors the event | evan@chromium.org | 2009-05-22 | 1 | -71/+25 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -8/+3 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -3/+8 |
* | Port plugin messages. | jam@chromium.org | 2009-04-01 | 1 | -32/+24 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Commit just the changes to make creating new IPC channel types easier. | jam@chromium.org | 2009-02-04 | 1 | -20/+4 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 1 | -169/+183 |
* | Make it easier/less work/less error-prone to create new IPC channel types (i.... | jam@chromium.org | 2009-02-04 | 1 | -183/+169 |
* | Handle HTTP 200 responses received in response to byte range requests issued ... | ananta@chromium.org | 2008-12-17 | 1 | -1/+6 |
* | Desynchronize windowless plugin painting. This greatly improves the painting | jam@chromium.org | 2008-09-22 | 1 | -45/+0 |
* | This CB fixes the following issue1. http://code.google.com/p/chromium/issues/... | iyengar@google.com | 2008-09-19 | 1 | -1/+6 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix a bunch of include problems that my deps checker tool found. Mostly I mad... | brettw@google.com | 2008-08-08 | 1 | -1/+1 |
* | fix build (take 2) | darin@google.com | 2008-08-06 | 1 | -1/+1 |
* | fix build bustage | darin@google.com | 2008-08-06 | 1 | -3/+3 |
* | Improve NPRuntime marshalling by adding glue functions for serializing / dese... | darin@google.com | 2008-08-06 | 1 | -27/+13 |
* | Reapply 379 since it wasn't the issue with the build breakage. | maruel@google.com | 2008-08-05 | 1 | -0/+2 |
* | Revert change 379 to see if it fixes the build. Please reapply when it's green. | nsylvain@google.com | 2008-08-05 | 1 | -2/+0 |
* | Reduce the quantity of includes and template specialization in ipc_message_ut... | maruel@google.com | 2008-08-05 | 1 | -0/+2 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+550 |