summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Mac] Reset isHandlingSendEvent flag in case of exceptional condition.shess@chromium.org2011-04-202-0/+8
* 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-205-34/+304
* 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
* Avoid a DCHECK that can occur when running non-admin.joi@chromium.org2011-04-201-11/+14
* Add support for base::Closure in the MessageLoop, and reimplement the whole s...ajwong@chromium.org2011-04-203-12/+9
* Wrap the p2p transport API in a compile time flag.satish@chromium.org2011-04-207-24/+47
* Added raw headers support to DevTools.vsevik@chromium.org2011-04-201-1/+5
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-202-1/+6
* Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe.gene@chromium.org2011-04-203-6/+7
* Mark the worker test SyncPersistent as expected to fail until we candpranke@chromium.org2011-04-201-1/+3
* Replace more uses of ChromeURLRequestContext/URLRequestContextGetter in conte...willchan@chromium.org2011-04-2015-105/+117
* Implement Clipboard::ReadImage on Linux.dcheng@chromium.org2011-04-204-25/+58
* Collect GPU info on Mac through IO registry for dual GPU systems.zmo@google.com2011-04-201-1/+79
* Enable TCP sockets for P2P IPC.sergeyu@chromium.org2011-04-2011-65/+182
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-12/+7
* Fix for blocked popups crash (issue 79777).stevenjb@google.com2011-04-193-20/+43
* Progress towards fixing 77536backer@chromium.org2011-04-1922-23/+81
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-5/+2
* Change Clipboard::ReadImage to return a bitmap.dcheng@chromium.org2011-04-192-5/+28
* 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-1910-25/+196
* Add content/browser/file_system/OWNERSkinuko@chromium.org2011-04-191-0/+3
* Revert 82067 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-2/+5
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-1/+2
* IPC host for TCP P2P sockets.sergeyu@chromium.org2011-04-1913-28/+618
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-5/+2
* Revert 82026 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-2/+5
* Move BrowserRenderProcessHost to content. It should have been moved earlier.jam@chromium.org2011-04-1912-5/+1564
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-183-0/+28
* Revert 82018 - Revert 81994 - Fixes race condition in displaying error pages....sky@chromium.org2011-04-181-0/+7
* Notify all SSL client auth prompts when a cert is selected.mattm@chromium.org2011-04-181-0/+7
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-181-5/+2
* Revert 81994 - Fixes race condition in displaying error pages. In particular ...sky@chromium.org2011-04-181-7/+0
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-183-3/+3
* Added DisabledSchemes policy.joaodasilva@chromium.org2011-04-184-9/+80
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-183-5/+8