summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor the pepper API implementation to make it more scalable as we add morebrettw@chromium.org2009-12-072-2/+79
* WebSocket in Worker: render_thread->child_thread change.ukai@chromium.org2009-12-075-264/+2
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-0/+25
* Coalesce damage rects that share an edge.darin@chromium.org2009-12-072-23/+26
* Fix a crash bug on user script installation and add a testaa@chromium.org2009-12-061-1/+1
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-5/+11
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-044-24/+77
* Return to painting smallest bounding box when not scrolling.darin@chromium.org2009-12-041-1/+8
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-046-89/+457
* Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...mattm@chromium.org2009-12-041-0/+4
* Make no-tcmalloc (really, non-base/allocator) builds work again,dank@chromium.org2009-12-031-2/+2
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-034-9/+10
* Ok, here is a different approach at this change.aa@chromium.org2009-12-022-0/+43
* Update the Pepper APIs to the latest spec for the 2D demo plugin.brettw@chromium.org2009-12-012-134/+137
* Point #include lines to files in the new tcmalloc/chromium local branch.sgk@chromium.org2009-12-011-1/+1
* Changed AudioRendererImplTest and DeferredResourceLoadingTest tests so they d...apatrick@google.com2009-11-301-1/+9
* DevTools: process pause script request on the IO thread. To pause already run...yurys@chromium.org2009-11-304-12/+20
* Revert 33255 - Report active extensions in crash reports. This only implement...nsylvain@chromium.org2009-11-302-43/+0
* Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, usemark@chromium.org2009-11-302-9/+100
* Report active extensions in crash reports. This only implements Windows right...aa@chromium.org2009-11-302-0/+43
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-3/+4
* Introduce a new 'all_frames' property to content scripts andaa@chromium.org2009-11-251-0/+4
* Stab-in-the-dark at fixing a top crasher.aa@chromium.org2009-11-251-9/+23
* Assorted cleanup.estade@chromium.org2009-11-232-6/+4
* Turn on HTML5 DBs by default.dumi@chromium.org2009-11-201-1/+1
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-202-19/+53
* Special case the gallery to not show the scary download roadblock.aa@chromium.org2009-11-201-1/+2
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-196-58/+696
* Do not run user scripts on chrome.google.comabarth@chromium.org2009-11-191-1/+8
* Refactors RenderWidget to extract a PaintAggregator class.darin@chromium.org2009-11-195-196/+397
* If an NP_* function is called on an out of process plugin, save enough info t...japhet@chromium.org2009-11-182-0/+16
* Make extension popups shrink when their contents shrink.aa@chromium.org2009-11-181-5/+4
* Replace hard-coded media_format() methods with Google Mock methods declared i...scherkus@chromium.org2009-11-181-3/+16
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-172-14/+14
* Disable failing test.thakis@chromium.org2009-11-171-0/+5
* Refactoring of the chrome.experimental.popup API implementation to allow disp...twiz@google.com2009-11-162-14/+32
* reland 31875. Revert was:estade@chromium.org2009-11-165-22/+31
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-165-31/+22
* Revert 31999 - Enable HTML5 DBs by default (except in incognito mode).dumi@chromium.org2009-11-141-1/+1
* Enable HTML5 DBs by default (except in incognito mode).dumi@chromium.org2009-11-141-1/+1
* Remove (actually, reverse meaning of) command line flag for desktop notificat...johnnyg@chromium.org2009-11-141-2/+2
* Turn on shared workers by defaultatwilson@chromium.org2009-11-141-2/+2
* Duplicating the SetActiveURL() change from the renderer to the plugin process...jschuh@chromium.org2009-11-141-1/+1