summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-212-130/+83
* Add a CreateBridge method to the ChildThread.jcampan@chromium.org2009-12-191-17/+2
* Adds bookmarks.getRecent that returns the recently bookmarked items.arv@chromium.org2009-12-181-0/+6
* Expose the TransportDIB through the reserved pointer so that the NaCl pepper ...sehr@google.com2009-12-181-0/+20
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-182-83/+130
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-182-130/+83
* Dispose of V8 contexts when an extension request gets a response.mpcomplete@chromium.org2009-12-181-0/+2
* Win: Fix an invalid handle initialization in the spellchecker.estade@chromium.org2009-12-181-7/+19
* Reverting the CLD CL altogether, the reliability bot is still red.jcampan@chromium.org2009-12-172-5/+41
* Load message catalogs on demand when chrome.i18n.getMessage needs them.cira@chromium.org2009-12-173-13/+20
* Disable multiple paint rects due to page cycler regression on single-core-xp.chase@chromium.org2009-12-171-0/+7
* Revert 34777 - Disable multiple paint rects due to page cycler regression on ...stuartmorgan@chromium.org2009-12-171-7/+0
* Disable multiple paint rects due to page cycler regression on single-core-xp.darin@chromium.org2009-12-161-0/+7
* Makes the language detection happen with every page load jcampan@chromium.org2009-12-162-41/+5
* Fix regression where we stopped running content scripts inaa@chromium.org2009-12-166-31/+42
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-0/+3
* Remove the AsyncSlowStart experimentmbelshe@google.com2009-12-151-10/+0
* Mac: make it even less likely that the renderer+Breakpad leaks Mach ports.viettrungluu@chromium.org2009-12-151-0/+17
* Refactor browser action apitest and port for mac.kkania@chromium.org2009-12-141-17/+17
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-124-0/+263
* The union and first level nested struct were vestiges of the previoussehr@google.com2009-12-111-17/+17
* DevTools: use WebDevToolsMessageData for devtools rpc messagesyurys@chromium.org2009-12-116-105/+36
* Revert "DevTools: use WebDevToolsMessageData for devtools rpc messages"yurys@chromium.org2009-12-116-36/+105
* DevTools: use WebDevToolsMessageData for devtools rpc messagesyurys@chromium.org2009-12-116-105/+36
* Mac: for branded Google Chrome, handle SIGTERM in renderer to clean up Breakpad.viettrungluu@chromium.org2009-12-111-0/+137
* Handle the case of two scroll events cancelling each other out.darin@chromium.org2009-12-112-0/+21
* re-apply r34183estade@chromium.org2009-12-101-0/+6
* Prevent 2 types of extension crashes.asargent@chromium.org2009-12-101-0/+14
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-102-6/+23
* Re-enable the build of Pepper support by default (issue 464074, svn revision ...sehr@google.com2009-12-101-12/+20
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-3/+14
* Reduce kMaxPaintRects to test impact on single-core bot.darin@chromium.org2009-12-091-1/+1
* Limit the total number of paint rects.darin@chromium.org2009-12-093-11/+50
* rollback r34183estade@chromium.org2009-12-091-6/+0
* linux: theme scrollbars from GTK theme estade@chromium.org2009-12-091-0/+6
* Revert 34161 - Enable Pepper support by default, including building the test ...sehr@google.com2009-12-091-20/+12
* Enable Pepper support by default, including building the test plugin.sehr@google.com2009-12-091-12/+20
* Chromium: support custom WebCore context menu items in Chromium port (downstr...pfeldman@chromium.org2009-12-092-1/+10
* Revert 34146 - A place to store the pid>mach_port_t mapping.thakis@chromium.org2009-12-091-62/+0
* A place to store the pid->mach_port_t mapping.thakis@chromium.org2009-12-091-0/+62
* Remove DCHECK because it's invalid in single process mode.mpcomplete@chromium.org2009-12-091-1/+0
* Fix a bug where content scripts would get run twice in some cases.mpcomplete@chromium.org2009-12-091-2/+7
* Add a 'minus' graphic to the local error page if you expand thetony@chromium.org2009-12-082-32/+56
* Re-apply 34040. Now after 34055 build should succeed.mnaganov@chromium.org2009-12-083-6/+77
* Revert 34040 - DevTools: make possible profiling of scripts doing heavy calcu...mnaganov@chromium.org2009-12-083-77/+6
* DevTools: make possible profiling of scripts doing heavy calculations.mnaganov@chromium.org2009-12-083-6/+77
* Enable pepper events to flow to the plugin. Also enable printing of the eventsehr@google.com2009-12-081-1/+5
* Addition of a new parameter to the popup.show(...) Chrome extension API that ...twiz@google.com2009-12-081-6/+18
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-25/+0
* Hook up V8 idle notifications for extension prcoesses.mpcomplete@chromium.org2009-12-072-26/+67