summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
...
* Add geolocation permission to extensions/apps.erikkay@chromium.org2010-04-262-0/+7
* RenderView::UpdateTargetURL should not look at GURL::spec().dglazkov@chromium.org2010-04-261-1/+1
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-233-15/+14
* Implement app process model isolation.mpcomplete@chromium.org2010-04-227-25/+101
* Prevent accelerated Mac plugin frame changes from being animatedstuartmorgan@chromium.org2010-04-201-1/+5
* Use the same code to handle both overridable and fatalwtc@chromium.org2010-04-202-21/+0
* posix: handle the return value of close() in more places.evan@chromium.org2010-04-161-4/+7
* Fix class/struct forward-declare mixups.evan@chromium.org2010-04-163-3/+3
* Added --in-process-webgl command line argument to select the WebGLkbr@google.com2010-04-161-0/+1
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-1511-17/+59
* Looping for audio / videohclam@chromium.org2010-04-141-1/+5
* Too many audio hangs Leopardhclam@chromium.org2010-04-131-7/+50
* Fix flickering mac extension bubblesfeldstein@chromium.org2010-04-132-0/+20
* Cancel any mouse events pending when tabs are switched.avi@chromium.org2010-04-132-1/+23
* Fix popups on secondary monitors.avi@chromium.org2010-04-131-2/+4
* Factoring out a CancelRequestInternal() method whichtonyg@chromium.org2010-04-132-12/+29
* Linux: open shared memory in browser rather than renderer (like on mac).estade@chromium.org2010-04-102-4/+8
* [Mac] Do not schedule more than one delayed call to setNeedsDisplayInRect. T...rohitrao@chromium.org2010-04-102-6/+30
* Allow extensions to access chrome://favicon/.arv@chromium.org2010-04-101-0/+4
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-092-0/+8
* Fix silly DCHECK introduced by me in r44019.tonyg@chromium.org2010-04-091-3/+4
* GTK: fix <select> dropdown corner case behaviors caused by WebKit changeset 5...estade@chromium.org2010-04-092-40/+52
* Adds an updated safety check for DOM UI renderers. creis@chromium.org2010-04-091-0/+4
* Revert 43962 - Adds a safety check for DOM UI renderers.creis@chromium.org2010-04-091-4/+0
* Destroy testing profile on UI thread.mnissler@chromium.org2010-04-091-0/+4
* AutoFill: Initiate AutoFill for all fields, not just the name field.jhawkins@chromium.org2010-04-092-4/+4
* Fix a bug which caused a hang when loading a resource withtonyg@chromium.org2010-04-084-60/+79
* Fix Pepper2D on the Mac so that it runs in the sandbox. Note that trusteddspringer@google.com2010-04-084-8/+17
* Flush audio data after seekhclam@chromium.org2010-04-082-46/+67
* Adds a safety check for DOM UI renderers.creis@chromium.org2010-04-081-0/+4
* Minor cleanup, factor out a bit of duplicate code in BufferedResourceHandler.tonyg@chromium.org2010-04-082-44/+38
* A quick fix for Issue 32024.hbono@chromium.org2010-04-081-0/+8
* Implement patterns for content setting exceptions.jochen@chromium.org2010-04-082-3/+3
* Browser and unit test cases for patch submitted for Issue 23584 undertony@chromium.org2010-04-081-1/+6
* The autofill popups were activated causing an assert on Mac.jcivelli@google.com2010-04-071-1/+1
* Use chrome::kAboutCrashURL in a few most places.thestig@chromium.org2010-04-071-2/+3
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-0713-29/+63
* Changing the translate back-end to use the Google Translate element.jcivelli@google.com2010-04-067-1391/+12
* Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com2010-04-062-45/+48
* Fix extension checkPermission for notifications.rafaelw@chromium.org2010-04-061-8/+1
* Fix docking behaviour for devtools windows that don't have an associated brow...mnissler@chromium.org2010-04-062-10/+10
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-034-29/+23
* Add calling frame's source_url to extension and dom ui requests.rafaelw@chromium.org2010-04-023-5/+12
* Upgrade fonts to receive MEDIUM request priority like scripts andtonyg@chromium.org2010-04-022-19/+53
* Changes to the Browser to support Database access from Workers.ericu@google.com2010-04-023-20/+31
* Allow cookies and other storage data in extensions even when the userdumi@chromium.org2010-04-011-1/+1
* Flip the flag to enable geolocation by default.joth@chromium.org2010-04-011-1/+1
* Reference external accessibility bug in comments.ctguil@chromium.org2010-03-311-1/+1
* Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility fun...thestig@chromium.org2010-03-311-1/+3
* Reland 43183. Block database access on allowDatabase instead of databaseOpenF...jochen@chromium.org2010-03-314-135/+99