summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
...
* Remove weird dependency on extensions from webui.aa@chromium.org2011-04-2611-80/+54
* Replace AudioDecoder::media_format() with AudioDecoderConfig.scherkus@chromium.org2011-04-263-26/+11
* Prerender-motivated requests at IDLE priority.dominich@chromium.org2011-04-262-3/+11
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-261-0/+4
* The skia bindings calls were not at a correct place to ensure that the host G...twiz@chromium.org2011-04-262-4/+2
* Reland r79470 since the GPU code doesn't send sync messages to the UI thread ...jam@chromium.org2011-04-263-19/+36
* Prevent a NULL pointer crash in RedirectToFileResourceHandler::OnRequestClose...eroman@chromium.org2011-04-262-6/+21
* Revert 83062 - Move WebUI ntp files into new ntp directory.And add myself to ...estade@chromium.org2011-04-261-0/+1
* Move WebUI ntp files into new ntp directory.estade@chromium.org2011-04-261-1/+0
* Move GpuProcessHostUIShim and GpuDataManager now that they don't depend on gr...jam@chromium.org2011-04-268-4/+770
* Get rid of spellcheck and malware messages in RenderViewHost/RenderWidgetHost.jam@chromium.org2011-04-264-35/+0
* Stop reference counting BaseSessionService.torne@chromium.org2011-04-261-1/+1
* Linux: include zlib.h properlyphajdan.jr@chromium.org2011-04-262-1/+7
* Move the synchronous GPU messages to the IO thread to avoid deadlock.jam@chromium.org2011-04-265-109/+486
* Revert 82950 - Add a test for checking that refreshing a page does load the s...jar@chromium.org2011-04-262-8/+4
* Add a test for checking that refreshing a page does load the same WebUI page.dtseng@chromium.org2011-04-252-4/+8
* Reduce static data in ExtensionProcessBindings. Some was notaa@chromium.org2011-04-251-4/+11
* wstring: remove wstring functions from base/i18n/rtl.hevan@chromium.org2011-04-251-5/+4
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-2516-143/+83
* Unittests for P2P TCP Sockets Host.sergeyu@chromium.org2011-04-258-85/+626
* Encapsulated FaviconHelper.michaelbai@google.com2011-04-252-21/+1
* Mark WorkerTest.TerminateQueuedWorkers flakykinuko@chromium.org2011-04-251-0/+5
* Move visited link out of BrowsrProcessRenderHost.jam@chromium.org2011-04-247-166/+7
* Don't hold the installed app in BrowserProcessRenderHost, since that's in con...jam@chromium.org2011-04-232-20/+11
* Remove extension dependency from BrowserRenderProcessHost.jam@chromium.org2011-04-234-139/+2
* Switch to using content::ResourceContext* instead of incognito.willchan@chromium.org2011-04-235-58/+63
* Change NavigationEntry's title fields to carry the text direction.evan@chromium.org2011-04-2310-64/+96
* Revert 82771 - Unittests for P2P TCP Sockets Host.BUG=NoneTEST=UnittestsRevie...sergeyu@chromium.org2011-04-237-593/+85
* Unittests for P2P TCP Sockets Host.sergeyu@chromium.org2011-04-237-85/+593
* Move more GPU related files from content/common to content/common/gpu.apatrick@chromium.org2011-04-2233-42/+44
* Revert "Revert 82682 - Revert "Revert 82671 - V8ValueConverter: Handle except...aa@chromium.org2011-04-223-38/+332
* Replaced std::string argument storage in gpu_trace_event with faster TraceVal...jbates@chromium.org2011-04-221-1/+2
* Revert 82682 - Revert "Revert 82671 - V8ValueConverter: Handle exceptions whe...aa@chromium.org2011-04-223-332/+38
* Revert "Revert 82671 - V8ValueConverter: Handle exceptions when dealing with ...aa@chromium.org2011-04-223-38/+332
* Revert 82671 - V8ValueConverter: Handle exceptions when dealing with objectpr...aa@chromium.org2011-04-223-332/+38
* V8ValueConverter: Handle exceptions when dealing with objectaa@chromium.org2011-04-223-38/+332
* Fix diagnostics and log messages in about:gpu.nduca@chromium.org2011-04-222-16/+32
* Move blocked content from TabContents to TabContentsWrapper.avi@chromium.org2011-04-225-158/+19
* Cleanup: Remove OptionsUtil::ResetToDefaults() function.tfarina@chromium.org2011-04-223-35/+0
* Revert 82620 - Replaced std::string argument storage in gpu_trace_event with ...thestig@chromium.org2011-04-221-2/+1
* Replaced std::string argument storage in gpu_trace_event with faster TraceAny...jbates@chromium.org2011-04-221-1/+2
* Add and use a base::i18n::StringWithDirection for carrying titles.evan@chromium.org2011-04-217-22/+30
* Implement IpcNetworkMangersergeyu@chromium.org2011-04-216-91/+69
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-215-4/+35
* Fix P2PSocketDispatcherHost to distinguish sockets with the same socket_idsergeyu@chromium.org2011-04-212-20/+38
* Fix chrome frame tests which regressed after my change to only route content ...ananta@chromium.org2011-04-211-4/+1
* Fix cycle in smart pointers.backer@chromium.org2011-04-211-2/+2
* Adds a RenderWidgetHostView for prerendering RenderViewHosts.mmenke@chromium.org2011-04-211-3/+9
* Ensure the PpapiBrokerImpl is deleted when it has no more clients.ddorwin@chromium.org2011-04-212-20/+71
* Plumb direction of document title through IPC layer.evan@chromium.org2011-04-2010-23/+43