summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Fix the DCHECK in content/renderer/p2p/socket_client.cc.sergeyu@chromium.org2011-04-281-3/+5
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-282-65/+28
* Add myself to new OWNERS file for content/rendererjamesr@chromium.org2011-04-281-0/+1
* Fix for "Save password saves value sent in the POST request instead of the va...asvitkine@chromium.org2011-04-281-5/+6
* Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...scherkus@chromium.org2011-04-274-5/+7
* Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...aa@chromium.org2011-04-271-7/+12
* Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...acolwell@chromium.org2011-04-271-12/+7
* Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...aa@chromium.org2011-04-271-7/+12
* Fix downstream bustage due to WebKit r8495 by implementing methods on RenderW...rsesek@chromium.org2011-04-271-0/+4
* Enable quota API when enable-quota flag is given.kinuko@chromium.org2011-04-271-0/+3
* fix compile failure resulting from webkit r85001 - provide default stubdpranke@chromium.org2011-04-271-0/+8
* Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...aa@chromium.org2011-04-261-12/+7
* Remove weird dependency on extensions from webui.aa@chromium.org2011-04-261-7/+12
* Replace AudioDecoder::media_format() with AudioDecoderConfig.scherkus@chromium.org2011-04-263-26/+11
* The skia bindings calls were not at a correct place to ensure that the host G...twiz@chromium.org2011-04-262-4/+2
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-252-12/+8
* Move more GPU related files from content/common to content/common/gpu.apatrick@chromium.org2011-04-229-10/+10
* 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
* 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
* Implement IpcNetworkMangersergeyu@chromium.org2011-04-213-16/+34
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-212-0/+8
* Fix chrome frame tests which regressed after my change to only route content ...ananta@chromium.org2011-04-211-4/+1
* 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-202-8/+12
* PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls.ddorwin@chromium.org2011-04-202-21/+85
* V8ValueConverter - convert keys with dots correctly.aa@chromium.org2011-04-202-3/+18
* Add V8ValueConverter utility to convert between v8::Value andaa@chromium.org2011-04-204-34/+302
* Navigations which are not content initiated should stay within ChromeFrame.ananta@chromium.org2011-04-201-19/+12
* Send the 'page_url' parameter of the page (on which the right click was made tobrettw@chromium.org2011-04-201-2/+8
* Update Chrome to accept WebKit API for RTL titles.evan@chromium.org2011-04-202-2/+6
* Add support for base::Closure in the MessageLoop, and reimplement the whole s...ajwong@chromium.org2011-04-201-3/+3
* Wrap the p2p transport API in a compile time flag.satish@chromium.org2011-04-202-0/+6
* Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe.gene@chromium.org2011-04-202-4/+4
* Implement Clipboard::ReadImage on Linux.dcheng@chromium.org2011-04-201-1/+10
* Enable TCP sockets for P2P IPC.sergeyu@chromium.org2011-04-205-30/+144
* Progress towards fixing 77536backer@chromium.org2011-04-1911-12/+52
* Change the method name from enumerateDirectory to enumerateChosenDirectory in...johnnyg@chromium.org2011-04-192-14/+14
* Updated event trace code to stop on buffer full condition for any child proce...jbates@chromium.org2011-04-192-0/+3
* Revert 82018 - Revert 81994 - Fixes race condition in displaying error pages....sky@chromium.org2011-04-181-0/+7
* Revert 81994 - Fixes race condition in displaying error pages. In particular ...sky@chromium.org2011-04-181-7/+0
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-181-3/+0
* Fixes race condition in displaying error pages. In particular it wassky@chromium.org2011-04-181-0/+7
* Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl...jam@chromium.org2011-04-186-135/+3
* Revert 81965 - Progress towards fixing 77536This first thing this CL does is ...backer@chromium.org2011-04-1811-52/+12