| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe. | gene@chromium.org | 2011-04-20 | 2 | -4/+4 |
* | Implement Clipboard::ReadImage on Linux. | dcheng@chromium.org | 2011-04-20 | 1 | -1/+10 |
* | Enable TCP sockets for P2P IPC. | sergeyu@chromium.org | 2011-04-20 | 5 | -30/+144 |
* | Progress towards fixing 77536 | backer@chromium.org | 2011-04-19 | 11 | -12/+52 |
* | Change the method name from enumerateDirectory to enumerateChosenDirectory in... | johnnyg@chromium.org | 2011-04-19 | 2 | -14/+14 |
* | Updated event trace code to stop on buffer full condition for any child proce... | jbates@chromium.org | 2011-04-19 | 2 | -0/+3 |
* | Revert 82018 - Revert 81994 - Fixes race condition in displaying error pages.... | sky@chromium.org | 2011-04-18 | 1 | -0/+7 |
* | Revert 81994 - Fixes race condition in displaying error pages. In particular ... | sky@chromium.org | 2011-04-18 | 1 | -7/+0 |
* | Make icon_messages use the IPC macros for defining the structs and the serial... | jam@chromium.org | 2011-04-18 | 1 | -3/+0 |
* | Fixes race condition in displaying error pages. In particular it was | sky@chromium.org | 2011-04-18 | 1 | -0/+7 |
* | Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl... | jam@chromium.org | 2011-04-18 | 6 | -135/+3 |
* | Revert 81965 - Progress towards fixing 77536This first thing this CL does is ... | backer@chromium.org | 2011-04-18 | 11 | -52/+12 |
* | Progress towards fixing 77536 | backer@chromium.org | 2011-04-18 | 11 | -12/+52 |
* | Move renderer_main and renderer_glue to content. | jam@chromium.org | 2011-04-18 | 7 | -0/+922 |
* | Move PepperPluginRegistry to content, while leaving the Chrome specific bits ... | jam@chromium.org | 2011-04-18 | 2 | -2/+2 |
* | Move the content settings code out of RenderView, since it belongs in the Chr... | jam@chromium.org | 2011-04-18 | 5 | -190/+67 |
* | Implemented broker dispatcher, pipe creation, and handle distribution. | ddorwin@chromium.org | 2011-04-18 | 4 | -24/+168 |
* | Remove the last Chrome dependencies from renderer, and enforce no more includ... | jam@chromium.org | 2011-04-18 | 11 | -927/+53 |
* | Refactored ppapi Dispatcher to share common code between the plugin and broke... | ddorwin@chromium.org | 2011-04-16 | 1 | -2/+2 |
* | Move json_value_serializer to content\common since it's used by code in conte... | jam@chromium.org | 2011-04-16 | 2 | -1/+2 |
* | Clear RenderThread of any Chrome specific code, and move a bunch of stuff out... | jam@chromium.org | 2011-04-16 | 20 | -691/+76 |
* | Let Pepper open FileSystem files again. | ericu@google.com | 2011-04-16 | 2 | -1/+59 |
* | Delete the plugin printing code, which wasn't actually called. | jam@chromium.org | 2011-04-15 | 2 | -31/+0 |
* | Added functionality to use "SaveAs..." from PDF plugin. | gene@chromium.org | 2011-04-15 | 2 | -0/+6 |
* | Move RenderProcess to content. | jam@chromium.org | 2011-04-15 | 9 | -4/+550 |
* | Fix DEPS check | jam@chromium.org | 2011-04-15 | 1 | -0/+1 |
* | Move RenderThread to content\renderer. | jam@chromium.org | 2011-04-14 | 32 | -31/+1227 |
* | Remove the rest of the Chrome dependencies from RenderThread. | jam@chromium.org | 2011-04-14 | 6 | -20/+24 |
* | Move a bunch of Chrome specific code out of RenderThread, in preparation of m... | jam@chromium.org | 2011-04-14 | 6 | -28/+29 |
* | Fix clang error. | ddorwin@chromium.org | 2011-04-14 | 2 | -0/+4 |
* | Asynchronously create the ppapi broker. | ddorwin@chromium.org | 2011-04-14 | 4 | -12/+136 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 2 | -14/+14 |
* | Suppress login prompting for favicons. | asanka@chromium.org | 2011-04-13 | 2 | -16/+22 |
* | Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten... | bauerb@chromium.org | 2011-04-13 | 1 | -1/+1 |
* | Add IPC plumbing code for Quota API | kinuko@chromium.org | 2011-04-13 | 2 | -0/+47 |
* | Move code that talks to spelling and translate out of content. I create Chro... | jam@chromium.org | 2011-04-13 | 7 | -374/+27 |
* | Fix the incorrect method name override. | jbates@chromium.org | 2011-04-13 | 1 | -2/+3 |
* | Implement P2P Transport Dev using P2PTransportImpl. | sergeyu@chromium.org | 2011-04-12 | 5 | -21/+29 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 2 | -14/+14 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 2 | -14/+14 |
* | implemented latch support in renderer process. this corresponds with a webkit... | jbates@chromium.org | 2011-04-12 | 6 | -10/+233 |
* | Chrome side needed for WebKit change to move the little remaining spellcheck ... | jam@chromium.org | 2011-04-12 | 1 | -0/+3 |
* | a Downloaded or retrieved favicon and touch in FaviconHelper. | michaelbai@google.com | 2011-04-12 | 1 | -6/+10 |
* | Add a path for a web page to request the enumeration of a directory. This, t... | johnnyg@chromium.org | 2011-04-12 | 2 | -0/+35 |
* | 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c... | polina@google.com | 2011-04-11 | 1 | -3/+3 |
* | Revert 81158 due to memory bots - a Downloaded or retrieved favicon and touch... | erg@google.com | 2011-04-11 | 1 | -10/+6 |
* | Connect the right metafiles for print preview on Linux and Windows. | vandebo@chromium.org | 2011-04-11 | 2 | -7/+4 |
* | a Downloaded or retrieved favicon and touch in FaviconHelper. | michaelbai@google.com | 2011-04-11 | 1 | -6/+10 |
* | Fix the issue that context menu doesn't show on fullscreen Pepper Flash. | yzshen@chromium.org | 2011-04-11 | 5 | -6/+60 |
* | Implements audio capturing support in Chromium renderer process. | scherkus@chromium.org | 2011-04-11 | 4 | -0/+560 |