summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Cleans up a bit the DB-related methods.dumi@chromium.org2009-11-132-32/+24
* Revert 31877 - Revert 31869 Ignore keyboard messages from enter key in rende...scherkus@chromium.org2009-11-132-1/+30
* Revert 31869 - Ignore keyboard messages from enter key in renderer if they we...scherkus@chromium.org2009-11-132-30/+1
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-2/+14
* Changing the file naming scheme. Creating a directory for each origin,dumi@chromium.org2009-11-133-63/+43
* Ignore keyboard messages from enter key in renderer if they were not initiate...georgey@chromium.org2009-11-132-1/+30
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-134-6/+31
* Fix bug where crossing events (mouse enter, mouse leave) were being sentestade@chromium.org2009-11-121-2/+16
* Address post-commit comments from codereview.chromium.org/371059 and coderevi...thakis@chromium.org2009-11-121-4/+5
* Render Helper would die in HandleLocaltime if passed an invalid time.vandebo@chromium.org2009-11-121-3/+8
* Upstreaming WebKit.gypyaar@chromium.org2009-11-1214-20/+20
* Add a RWH_TabSwitchPaintDuration histogram.chase@chromium.org2009-11-126-0/+42
* Fixes leak in BackingStore as shown by valgrind. XFree doesn't freesky@chromium.org2009-11-111-2/+2
* Safely send spellcheck intialization messages to renderer.estade@chromium.org2009-11-111-5/+5
* Revert "Add a RWH_TabSwitchPaintDuration histogram."chase@chromium.org2009-11-116-42/+0
* Add a RWH_TabSwitchPaintDuration histogram.chase@chromium.org2009-11-116-0/+42
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-113-3/+3
* [GTTF] Make ResourceDispatcherTest.CrossSiteNavigationErrorPage fasterphajdan.jr@chromium.org2009-11-111-14/+6
* Reverting 31632 - looks like it broke some tests.dpranke@google.com2009-11-116-42/+0
* Adds a 'V8' column to task manager to track amount of memory in JavaScript heapjamesr@chromium.org2009-11-112-0/+27
* Inodes can be 64-bit, use Int64ToString.thestig@chromium.org2009-11-111-1/+1
* Add a RWH_TabSwitchPaintDuration histogram.chase@chromium.org2009-11-116-0/+42
* Small cleanup. No more need for Init() since the internal process id is vali...jam@chromium.org2009-11-103-10/+7
* Back out r31572, reinstating r31563:mark@chromium.org2009-11-102-34/+68
* Temporarily(?) back out r31563 to see if it caused a morejs page cyclermark@chromium.org2009-11-102-68/+34
* Always create BackingStore CGLayers using the owner view's window's context asmark@chromium.org2009-11-102-34/+68
* Adding support for DatabaseTracker messages todumi@chromium.org2009-11-095-228/+436
* BackingStoreMac scrolling update and DCHECKs.mark@chromium.org2009-11-091-6/+10
* Fix issue 5982xiyuan@chromium.org2009-11-091-1/+1
* w pixels * 4 channels * 8 bits/channel / 8 bits/byte = w * 4 bytes/rowmark@chromium.org2009-11-091-2/+2
* Linux: Catch plugin crashes.thestig@chromium.org2009-11-094-323/+3
* Amit, please review everything.ananta@chromium.org2009-11-073-6/+30
* Basic wiring to enable downloads for CF's host browser network stack. A nota...tommi@chromium.org2009-11-072-2/+7
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-4/+4
* Change application cache cmd line enabling to use the new RuntimeEnabledFeatu...jennb@chromium.org2009-11-071-0/+1
* Prevents an old RenderViewHost from preempting a cross-site navigation once t...creis@chromium.org2009-11-072-17/+62
* Eighth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-0715-15/+48
* Make sure to fire menu items only once per key. Also, crash less.thakis@chromium.org2009-11-061-1/+6
* Send keypress() events for ctrl-key and cmd-key in addition to keydown().thakis@chromium.org2009-11-062-1/+27
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-4/+4
* Turn LocalStorage on by default.jorlow@chromium.org2009-11-061-4/+2
* Correctly route the notifications permission-request-complete callback to the...johnnyg@chromium.org2009-11-061-1/+2
* Move the spellchecker to the renderer.estade@chromium.org2009-11-062-0/+103
* Do not send input menu toggle events to the web.thakis@chromium.org2009-11-061-4/+46
* Don't leak orphan renderer processes. Don't leak RenderWidgetHosts associatedmark@chromium.org2009-11-061-0/+13
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-5/+6
* Added support for --enable-shared-workersatwilson@chromium.org2009-11-051-0/+1
* Tell the RWH about the intial window size for drop down menus.tony@chromium.org2009-11-051-2/+4
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-052-10/+13
* Highlight node with mouse over it while selecting element to inspectapavlov@chromium.org2009-11-052-25/+1