summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Add support to download web store promo logos over https.jstritar@chromium.org2011-09-051-6/+30
* Fix an AppCache crash due to a dangling ResourceContext ptr. michaeln@google.com2011-09-049-73/+72
* Trim content/common/DEPS to allow just the specific file needed.fischman@chromium.org2011-09-041-1/+1
* Add channel and gl_vendor to GpuBlacklist.zmo@google.com2011-09-043-32/+277
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-0412-111/+423
* Nukes remove_first_entry from CopyStateFromAndPrune. This turned out bad for ...sky@chromium.org2011-09-033-117/+5
* Fix crash when resolving stun addresssergeyu@chromium.org2011-09-031-2/+6
* Enhance the dll blocking heuristicscpu@chromium.org2011-09-021-16/+23
* Revert 98946 - New windows opened in javascript with target = "_blank" shouldatwilson@chromium.org2011-09-022-37/+4
* Adds a global keyboard shortcut to trigger speech input in the currentlydmazzoni@chromium.org2011-09-025-1/+55
* Move more files to content_unittestsphajdan.jr@chromium.org2011-09-029-27/+43
* Finish moving all the generic startup code from ChromeMain to ContentMain, an...jam@chromium.org2011-09-024-30/+344
* Revert 99236 - Very short-term change: while working on proper long-term solu...crogers@google.com2011-09-022-22/+2
* webui: Avoid double notification about closed dialogs.derat@chromium.org2011-09-021-0/+1
* Use PluginPrefs to find out whether the PDF plugin is enabled in GViewRequest...bauerb@chromium.org2011-09-025-98/+108
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-0212-267/+0
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-0210-12/+16
* Hookup Gpu blacklist with NaCl Pepper3D access.zmo@google.com2011-09-021-3/+7
* Add PluginServiceFilter interface and ChromePluginServiceFilter.bauerb@chromium.org2011-09-0214-184/+221
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-0228-257/+291
* Enable low-latency audio by default.enal@chromium.org2011-09-024-7/+7
* Enable nacl_helper by default.bradchen@google.com2011-09-023-9/+0
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-0210-27/+67
* Move web intents switch to content_switches.gbillock@chromium.org2011-09-022-0/+4
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-0210-16/+12
* When uninstalling a hosted app, delete data for its launch_url's origin, asmichaeln@google.com2011-09-021-0/+1
* Revert 99283 - When the user navigates to the home page, make sure to set the...rogerta@chromium.org2011-09-0210-67/+27
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-0210-12/+16
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-0210-27/+67
* Handle the ViewHostMsg_FindReply message which is sent by content(renderer) v...ananta@chromium.org2011-09-024-0/+31
* Synchronize the parent and child processes during launch, ensuring that themark@chromium.org2011-09-013-27/+35
* Very short-term change: while working on proper long-term solution,enal@chromium.org2011-09-012-2/+22
* Revert 99206 - Revert 99168 - Fix geolocation url character escaping issues.dyu@chromium.org2011-09-012-19/+42
* Revert 99168 - Fix geolocation url character escaping issues.dyu@chromium.org2011-09-012-42/+19
* Start moving ChromeMain code to content so it can be reused by other embedder...jam@chromium.org2011-09-018-0/+328
* Enable smooth scrolling on macthakis@chromium.org2011-09-014-1/+10
* Update comments about Cross-Site Navigation in TabContents.cbentzel@chromium.org2011-09-011-14/+13
* Fix geolocation url character escaping issues.allanwoj@chromium.org2011-09-012-19/+42
* Add a big grab bag of missing web accessibilitydmazzoni@chromium.org2011-09-0115-287/+932
* Fix Mac PPAPI (out-of-process).viettrungluu@chromium.org2011-09-011-0/+10
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-0117-101/+58
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-015-5/+8
* Move Mac-specific tests to content_unittestsphajdan.jr@chromium.org2011-08-311-0/+2
* Moved the following IPC messages used by the chrome NPAPI plugin installer ou...ananta@chromium.org2011-08-3112-91/+25
* Revert 98716 - Enable Fixed Layout Mode on TOUCH_UI.jam@chromium.org2011-08-312-24/+0
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-311-4/+17
* Add missing test files to content_unittests.phajdan.jr@chromium.org2011-08-311-0/+16
* Revert the temporary instrumentation that was added for bug 94179.eroman@chromium.org2011-08-312-107/+2
* Move windows-specific tests to content_unittestsphajdan.jr@chromium.org2011-08-311-0/+7
* DevTools handler now handles messages from both client and agent and is creat...yurys@chromium.org2011-08-319-196/+66