summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-3/+2
* Move the clipboard messages to their own message filter.dcheng@chromium.org2011-03-102-10/+12
* PrintPreview: Set the page range info in ViewHostMsg_UpdatePrintSettings reply.kmadhusu@chromium.org2011-03-101-1/+1
* Dispatch change event for autofilled fieldsisherman@chromium.org2011-03-102-4/+6
* Handle lost contexts in PPAPI.piman@google.com2011-03-102-8/+32
* Use new en-US and en-CA dictionaries.estade@chromium.org2011-03-101-0/+5
* Deleted WebPluginDelegatePepper and everything dependent on it.apatrick@chromium.org2011-03-1011-3011/+6
* Printing: Refactor the code that blocks frequent script initiated printing.thestig@chromium.org2011-03-092-44/+69
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-1/+1
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-094-41/+57
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-092-4/+0
* Add ability to find out whether an extension pref value is coming from incogn...bauerb@chromium.org2011-03-092-4/+6
* Add runtime enabled command-line flag for data transfer itemsdcheng@chromium.org2011-03-081-0/+3
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-082-5/+26
* Remove width_ and height_ from various VideoDecoder implementations.scherkus@chromium.org2011-03-082-14/+17
* Allow GL extensions in PPAPI.neb@chromium.org2011-03-081-1/+1
* Fix wstrings in content/common.avi@chromium.org2011-03-081-1/+1
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-086-82/+82
* Make GPUInfo a struct, which it should be according to the C++ guidelines. T...jam@chromium.org2011-03-081-2/+2
* Revert 77296 - zea@chromium.org2011-03-086-82/+82
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-086-82/+82
* Remove IDBCallbacks::OnSucess(IDBObjectStore*)andreip@chromium.org2011-03-082-10/+0
* Remove obsoleted interface for fallback font selection on Linux.kochi@chromium.org2011-03-081-13/+0
* Only select untyped portion of previewed autofill suggestions.isherman@chromium.org2011-03-082-3/+10
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-0810-12/+12
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-083-14/+11
* Reland r76840 with fix for webkit_gpu dependencies.apatrick@chromium.org2011-03-084-509/+18
* Move the common child process messages into their own file.jam@chromium.org2011-03-071-4/+0
* Add error text and resolution suggestions for ERR_NAME_NOT_RESOLVED.mmenke@chromium.org2011-03-072-12/+53
* Fix dbg-shlib build by removing dependency on webkit_glue from content\common.jam@chromium.org2011-03-072-8/+3
* Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityF...jam@chromium.org2011-03-074-9/+369
* Pass around preferred language to font fallback selection.kochi@chromium.org2011-03-074-5/+42
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-053-17/+19
* autofill: Rename AutoFillManager to AutofillManager.tfarina@chromium.org2011-03-056-62/+62
* Move socket stream messages to content, in preparation for moving its dispatc...jam@chromium.org2011-03-051-2/+3
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-052-7/+50
* Hover/selection of username dropdown items should do nothingdhollowa@chromium.org2011-03-044-27/+77
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-042-0/+8
* Integrate P2P Sockets IPC with chromoting plugin.sergeyu@chromium.org2011-03-042-0/+57
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-044-4/+4
* Get rid of the extension dependency in ResourceDispatcher by calling out to a...jam@chromium.org2011-03-041-0/+9
* Remove border and shrink heading of network error page when in a subframe.mmenke@chromium.org2011-03-041-10/+44
* Implement IpcPacketSocketFactorysergeyu@chromium.org2011-03-042-0/+365
* Enable speech input by default and remove unused code.satish@chromium.org2011-03-042-15/+2
* Take out the is_content_filtered bool that gets passed around betwen renderer...jam@chromium.org2011-03-041-1/+0
* Revert 76840 - Removed GPU plugin.jcivelli@chromium.org2011-03-044-18/+509
* Removed GPU plugin.apatrick@chromium.org2011-03-034-509/+18
* Linux Printing: Properly print a subset of all pages.thestig@chromium.org2011-03-031-6/+12
* Change threading semantics in P2PSocketClient.sergeyu@chromium.org2011-03-033-52/+85
* Move MessageRouter from chrome to content.jam@chromium.org2011-03-033-5/+3