summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add GetP2PSocketDispatcher() in ppapi::PluginDelegate.sergeyu@chromium.org2011-03-033-0/+10
* Move content specific switches to content, in preparation for moving director...jam@chromium.org2011-03-031-1/+2
* P2P sockets IPC dispatcher for the renderer side.sergeyu@chromium.org2011-03-036-0/+360
* Flip pepper fullscreen GL.piman@google.com2011-03-031-1/+1
* IndexedDB: fire versionchange events when calling setVersiondgrogan@chromium.org2011-03-034-3/+52
* Add plumbing for new primaryKey method on IDBCursor.jorlow@chromium.org2011-03-022-0/+8
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-026-53/+75
* Display disabled apps with grayed out images on the NTP. Call the re-enable l...jstritar@chromium.org2011-03-021-0/+15
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-026-74/+52
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-026-52/+74
* Linux: Print a potential double free in PrintWebViewHelper::PrintPages().thestig@chromium.org2011-03-012-10/+7
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-282-11/+52
* Avoid deleting GPU transfer buffers twice on POSIX.apatrick@chromium.org2011-02-261-1/+10
* Pepper/Flapper: Refactor module-local file stuff to make it easier/nicer to a...viettrungluu@chromium.org2011-02-262-99/+42
* Removing PS option from PdsPsMetafiledpapad@chromium.org2011-02-251-2/+2
* Duplicate tab does not work for POST pages.pfeldman@chromium.org2011-02-251-0/+10
* Propagate was_fetched_via_proxy to ViewHostMsg_FrameNavigate. We'll use thisbryner@chromium.org2011-02-251-0/+1
* Incorrect login autofills default passworddhollowa@chromium.org2011-02-242-3/+22
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-248-25/+68
* The RenderView currently only updates the navigation statemmenke@chromium.org2011-02-244-44/+25
* Only display Link Doctor page on 404 errors with no body.mmenke@chromium.org2011-02-243-69/+31
* Don't warn about outdated disabled plugins.bauerb@chromium.org2011-02-241-3/+2
* Implementation of 'clear' for preference settings in extension preference apibattre@chromium.org2011-02-241-0/+8
* Migrated Proxy Settings API to mechanisms of Content Settings APIbattre@chromium.org2011-02-241-10/+11
* Implement experimental.contentSettings.misc.blockThirdPartyCookies.bauerb@chromium.org2011-02-242-6/+69
* Autofill crasher Chrome:+Crash+Report+-+Stack+Signature:+WebCore::Node::rende...dhollowa@chromium.org2011-02-241-1/+2
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-232-1/+3