summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use new network location service protocolallanwoj@chromium.org2011-08-313-467/+226
* New windows opened in javascript with target = "_blank" shouldshinyak@google.com2011-08-312-4/+37
* Remove static initializers from GpuProcessHost and GpuProcessHostUIShim.apatrick@chromium.org2011-08-312-13/+17
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-3019-55/+91
* Revert 98767 - Reimplement the Pepper fullscreen API to use webkitRequestFull...piman@google.com2011-08-302-0/+16
* Make the "get window rect" message handlers report the work area, rather than...pkasting@chromium.org2011-08-301-15/+32
* Don't update URL bar or SSL icon for pending history navs until they commit.creis@chromium.org2011-08-303-2/+27
* Protect sensistive chrome: and chrome-extension: schemes as not being able to...tsepez@chromium.org2011-08-301-8/+16
* Improve GPU software rendering list histograms.zmo@google.com2011-08-301-13/+67
* Fix NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED.avi@chromium.org2011-08-301-2/+3
* Implement STUN support for P2P Transport API.sergeyu@chromium.org2011-08-306-7/+179
* Move more files to content_unittests.phajdan.jr@chromium.org2011-08-308-59/+242
* Suppress WorkerTest.WorkerScriptError failure caused by http://trac.webkit.or...apavlov@chromium.org2011-08-301-1/+1
* Session-only appcache.marja@chromium.org2011-08-301-2/+13
* Reimplement the Pepper fullscreen API to use webkitRequestFullScreen and frie...koz@chromium.org2011-08-302-16/+0
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-3015-62/+91