summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 43183 - Block database access on allowDatabase instead of databaseOpen...jochen@chromium.org2010-03-314-99/+135
* Block database access on allowDatabase instead of databaseOpenFile.jochen@chromium.org2010-03-314-135/+99
* Move plugin-related files in webkit/glue to webkit/glue/plugins to make thembrettw@chromium.org2010-03-314-5/+5
* Hook up extension apps notification permission, take tworafaelw@chromium.org2010-03-312-6/+13
* Extend the file browser/chooser to support more modes of operation, and plumbbrettw@chromium.org2010-03-306-31/+20
* linux: enable seccomp sandbox by defaultevan@chromium.org2010-03-301-0/+4
* Added --enable-video-logging, which will log the presentation timestamp of vi...scherkus@chromium.org2010-03-301-0/+1
* Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UIkbr@google.com2010-03-3010-57/+64
* This CL ensures the interstitial when hidden does not calljcivelli@google.com2010-03-298-0/+20
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-2/+2
* reland cl that implement error state for translate infobarkuan@chromium.org2010-03-293-5/+11
* Revert "implement error state for translate infobar"phajdan.jr@chromium.org2010-03-293-11/+5
* implement error state for translate infobarkuan@chromium.org2010-03-293-5/+11
* A workaround fix for Issue 26880.hbono@chromium.org2010-03-292-8/+34
* Use internal pdf plugin with --internal-pdfjam@chromium.org2010-03-271-0/+1
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-272-1/+12
* Revert 42656 - Add a Pepper audio basic functionality unit test.skerner@chromium.org2010-03-251-2/+2
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-255-12/+18
* Add a Pepper audio basic functionality unit test.neb@chromium.org2010-03-251-2/+2
* Remove Oriya from the list of UI languages for now because we're not getting ...jshin@chromium.org2010-03-251-1/+0
* Adds GeolocationContentSettings on TabContents. joth@chromium.org2010-03-251-0/+5
* Move the cancellation of blocked requests code from ResourceDispatcherHost::~...eroman@chromium.org2010-03-251-17/+17
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-242-9/+54
* Fix resizing handling for accelerated Mac pluginsstuartmorgan@chromium.org2010-03-241-1/+3
* [Linux] Always enable emacs key bindings.suzhe@chromium.org2010-03-244-16/+2
* Up the safe browsing timeout from 1s to 5s.cevans@chromium.org2010-03-241-1/+1
* Implement chrome://plugins page that can disable plugins.viettrungluu@chromium.org2010-03-241-1/+1
* Fixed missing code in EnqueueTextureForDeletion.kbr@google.com2010-03-233-29/+48
* Fix Cocoa variable names from accelerated plugin changesstuartmorgan@chromium.org2010-03-232-17/+16
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-232-1/+2
* Add a temporary flag to enable Core Animation mode for Flash (when possible)stuartmorgan@chromium.org2010-03-231-0/+1
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-232-2/+2
* Add a parameter to CreateAudioStream to choose between standard and low-laten...neb@chromium.org2010-03-233-16/+20
* Fix handling of Mac accelerated plugin layers across tab switch.stuartmorgan@chromium.org2010-03-226-61/+132
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-202-9/+9
* Fixing a constant which was the hardcoded value of 2*kNumBytesToSniff. When I rvargas@google.com2010-03-191-2/+6
* Fix a crash due to UserScriptListener unregistering notifications on the wrongmpcomplete@chromium.org2010-03-191-0/+2
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-1921-26/+26
* Move more files to toplevel gfx.ben@chromium.org2010-03-192-2/+2
* Modification of ExtensionPopup views to allow for pop-up views to share the s...twiz@chromium.org2010-03-192-0/+12
* Send session history offset and length parameters in the Navigate message todarin@chromium.org2010-03-183-21/+0