summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-072-0/+22
* Step 2 in refactoring NativeThemeWinrogerta@chromium.org2011-04-071-2/+2
* Adds TabContents/RenderView observers for automation/testing messages.kkania@chromium.org2011-04-072-2/+14
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-0712-111/+108
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-0712-108/+111
* Added a command-line flag to enable h/w accelerated rendering of content layers.alokp@chromium.org2011-04-073-0/+8
* Cleanup: Stop creating RenderViewObservers from chrome/ in RenderView.thestig@chromium.org2011-04-076-28/+72
* New notification sent when extension uninstall is not allowed.dennisjeffrey@google.com2011-04-071-0/+5
* Update mac sandbox *.sb file commentsdmaclach@chromium.org2011-04-072-4/+4
* Fix and enable reenable tests for P2PTransportImpl.sergeyu@chromium.org2011-04-071-5/+5
* Add a dcheck to make sure that RenderProcessHost::AllHostsIterator is called ...jam@chromium.org2011-04-072-1/+6
* Fix AutoFill regression which caused stale routing_ids to be used when the Re...jam@chromium.org2011-04-072-1/+8
* Basic support for ppapi trusted broker process: --type=ppapi-broker.ddorwin@chromium.org2011-04-076-33/+34
* Get rid of PrefService::GetMutableDictionary/GetMutableListbattre@chromium.org2011-04-072-6/+8
* Disable failing P2P tests.sergeyu@chromium.org2011-04-061-3/+3
* Fix double close in PPAPI proxypiman@google.com2011-04-061-1/+2
* P2P Transport implementation.sergeyu@chromium.org2011-04-065-3/+547
* Define TransportTexture for 'sharing' texture between gpu and rendererhclam@chromium.org2011-04-0615-5/+916
* Remove RDH from UtilityProcessHost.willchan@chromium.org2011-04-061-10/+6
* Fixed a few styles issues in skia::PlatformDevice. Made function names consis...alokp@chromium.org2011-04-061-1/+1
* Revert 80702 - Remove RDH from UtilityProcessHost.The utility process should ...isherman@chromium.org2011-04-061-6/+10
* Remove RDH from UtilityProcessHost.willchan@chromium.org2011-04-061-10/+6
* Fixes bug where renderer could show up parented to desktop. This wouldsky@chromium.org2011-04-061-1/+1
* Get rid of some more dependencies on /chrome.michaeln@google.com2011-04-065-14/+14
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-061-18/+4
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* Mark old BrowserChildProcessHost constructor as deprecated.willchan@chromium.org2011-04-062-3/+15
* Roll Skiabsalomon@google.com2011-04-061-0/+4
* Don't pass RDH to plugin process hosts.willchan@chromium.org2011-04-064-14/+2
* Prevent changes to NavigationEntry's URL for a provisional redirect.creis@chromium.org2011-04-061-1/+3
* Add browser version control in gpu blacklist entry. This allows us to push o...zmo@google.com2011-04-063-17/+104
* Last of the app icons.avi@chromium.org2011-04-062-15/+0
* Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL...sergeyu@chromium.org2011-04-065-547/+3
* P2P Transport implementation.sergeyu@chromium.org2011-04-065-3/+547
* Histogram added: GPU.GPUProcessLaunchCausescheib@chromium.org2011-04-069-14/+59
* Remove some unneeded includes to chrome/ from within content/michaeln@google.com2011-04-052-5/+3
* Remove last extension related code in content\browser. Have the ExtensionSer...jam@chromium.org2011-04-054-91/+48
* Encourage reliability of code using browser thread.dmaclach@chromium.org2011-04-051-1/+10
* Move favicon from TabContents to TabContentsWrapper.avi@chromium.org2011-04-055-127/+32
* Only run the phishing classifier on HTML and XHTML documents.bryner@chromium.org2011-04-052-2/+14
* Add OWNERS for file_path_watcherdmaclach@chromium.org2011-04-051-0/+2
* Make contents settable in RVHTH.avi@chromium.org2011-04-053-7/+13
* Fix up leak in FilePathWatcherTest and UserStyleSheetTestdmaclach@chromium.org2011-04-051-1/+1
* Added another constructor to MRUCacheBase that specifies the deletor.amarinichev@chromium.org2011-04-051-1/+5
* Move dispatching and sending of the last extension specific messages out of T...jam@chromium.org2011-04-059-141/+79
* Roll LevelDB (and Snappy) to latest version.hans@chromium.org2011-04-051-1/+0
* In speech input, introduce a 'warm up' screen for slow audio capture devices.satish@chromium.org2011-04-054-2/+23
* Fix a misplaced comma in renderer log messages that has always bugged me.mdm@chromium.org2011-04-051-1/+1
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-10/+13
* Refactored GGL from c-style interface to c++ interface.apatrick@chromium.org2011-04-0416-699/+508