summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Adds kind-of-live thumbnail generation for a potential tab switcher.brettw@chromium.org2009-06-162-17/+1
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-165-211/+302
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-161-0/+2
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-164-110/+180
* Access RenderThread::current() only on render threadhclam@chromium.org2009-06-163-47/+80
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-161-2/+0
* Hack to enable video on mac by creating a blank PlatformContextMac to draw on.ajwong@chromium.org2009-06-161-3/+0
* Make XHR work in Workers. Creates a 'shadow page' in a worker process to prox...dimich@google.com2009-06-161-2/+2
* Fix a bug where clicking an external link from an extension page would reusempcomplete@google.com2009-06-151-0/+1
* Switch child threads so that current() only works on the correct thread and t...jam@chromium.org2009-06-152-4/+11
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-152-101/+151
* Reverting Rev 18383 since it brings down the performance of single core page ...mad@chromium.org2009-06-152-145/+30
* This is to thest the page cycler performance without the resize corner, to se...mad@chromium.org2009-06-152-30/+145
* Revert processing naming change, which breaks UI tests iterating over thedeanm@chromium.org2009-06-151-9/+0
* Set process name on Linuxdeanm@chromium.org2009-06-151-0/+9
* Consider a redirect following user gesture as user-initiated in maintainingyuzo@chromium.org2009-06-151-0/+2
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-143-4/+4
* DEPS cleanup.thestig@chromium.org2009-06-121-3/+1
* Use pointers instead of references in SpellCheck function.sidchat@google.com2009-06-122-6/+6
* Linux: refactor zygote supportagl@chromium.org2009-06-121-5/+3
* Remove most field trial uses of DNS impact testjar@chromium.org2009-06-121-24/+14
* Enable <video> in test_shellhclam@chromium.org2009-06-116-962/+16
* Make sure to pump windowserver events that accumulate.avi@google.com2009-06-111-13/+33
* Move renderer_preferences.h from chrome/browser into chrome/common. Wetc@google.com2009-06-115-7/+5
* Revert mad's backing store changes, it completely hosed Linux painting.deanm@chromium.org2009-06-112-145/+30
* Relanding reverted patch 18090.mad@google.com2009-06-112-30/+145
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-3/+5
* Linux: refactor zygote supportagl@chromium.org2009-06-101-5/+3
* Add chrome/browser to chrome/renderer deps temporarily. I will movetc@google.com2009-06-101-0/+1
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-104-6/+33
* Stop auto-correcting abbreviations.BUG= www.crbug.com/12921TEST= For command ...sidchat@google.com2009-06-102-4/+6
* Revert 18090jrg@chromium.org2009-06-102-145/+30
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-102-30/+145
* Make a comment change to the grd file so that my resource change from the pre...erikkay@google.com2009-06-101-1/+1
* Clean up bookmark API to match style of other extension APIserikkay@google.com2009-06-103-40/+50
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-108-126/+119
* Fixes a flash plugin hang caused by opening google finance ticker symbols in ...ananta@chromium.org2009-06-096-64/+26
* Revert 17889. It broke the extensions_uitests. And I didn't even get itmpcomplete@google.com2009-06-088-117/+127
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-088-127/+117
* Revert has_selection flag back to false (was testing that this worked and for...sverrir@google.com2009-06-081-1/+1
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-085-2/+23
* Turn on DevTools Profiler.mnaganov@chromium.org2009-06-081-1/+3
* Add a test to print using javascript. This is to make sure I don't break anyt...sverrir@google.com2009-06-051-0/+31
* Fix a one pixel offset error in PrintLayoutTest. Now checks with a 5% margin...sverrir@google.com2009-06-051-2/+8
* Refuse to load extension-private plugins for pages that don't belong to thatmpcomplete@google.com2009-06-051-1/+5
* Reenable unittest and fix the failure. This failed after a change in thesverrir@google.com2009-06-051-4/+1
* Add an extension to expose some primitives to JS for doing mbelshe@google.com2009-06-053-0/+25
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-052-27/+105
* Testing AudioMessageFilterhclam@chromium.org2009-06-042-0/+197
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-0410-11/+11