summaryrefslogtreecommitdiffstats
path: root/content/OWNERS
Commit message (Collapse)AuthorAgeFilesLines
* Copy the * gypi OWNERS rule from chrome/ to content/jamesr@chromium.org2014-02-211-4/+5
| | | | | | | | | | | | Many directories under content/ have specific OWNERS for that topic area, but all of the gypi rules live in content/ because of restrictions with gypi and the component build. It's not a good use of time to find a separate OWNER for a file addition/removal/rename when a patch already has a topic-appropriate owner. This copies the *.gypi * OWNERS rule from chrome/OWNERS with the same comment. Review URL: https://codereview.chromium.org/173833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252467 0039d316-1c4b-4281-b951-d872f2087c98
* Move myself up to content/OWNERSjochen@chromium.org2013-11-251-4/+1
| | | | | | | | | BUG=none R=jam@chromium.org Review URL: https://codereview.chromium.org/84353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237085 0039d316-1c4b-4281-b951-d872f2087c98
* Remove apatrick@ from OWNERSpiman@chromium.org2013-11-041-1/+0
| | | | | | | | | BUG=None R=kbr@chromium.org Review URL: https://codereview.chromium.org/58663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232833 0039d316-1c4b-4281-b951-d872f2087c98
* Jumping through hoops because blink depends on content...jochen@chromium.org2013-10-181-0/+1
| | | | | | | | | | | | | | | This change just prepares moving content shell and content tests to their own gyp file. First, I'll introduce a temporary target for blink (this is this CL). Then, I'll update blink to the temporary target. This will allow for moving content shell and content tests to their final destination. The last step is to update blink once more to use the correct new target. R=jam@chromium.org Review URL: https://codereview.chromium.org/28203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229440 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 209420 "Factor out content shell and tests into a standal..."jam@chromium.org2013-07-021-1/+0
| | | | | | | | | | | | | | | | | | > Factor out content shell and tests into a standalone gyp > > This simplifies using components in Content Shell. As components can > depend on the content layer, trying to use a component from Content Shell > results in a cross-reference of gyp files which isn't allowed on Mac. > > TBR=joi,robertshield (trivial one-line renames in gyp files) > > Review URL: https://chromiumcodereview.appspot.com/17366006 TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/18547009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209770 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out content shell and tests into a standalone gypmnaganov@chromium.org2013-07-011-0/+1
| | | | | | | | | | | | This simplifies using components in Content Shell. As components can depend on the content layer, trying to use a component from Content Shell results in a cross-reference of gyp files which isn't allowed on Mac. TBR=joi,robertshield (trivial one-line renames in gyp files) Review URL: https://chromiumcodereview.appspot.com/17366006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209420 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gman from owners.gman@chromium.org2013-06-201-1/+0
| | | | | | | | | | | | I won't be around to review so should probably remove my name from here. TBR=piman@chromium.org,apatrick@chromium.org BUG=none Review URL: https://codereview.chromium.org/17167008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207293 0039d316-1c4b-4281-b951-d872f2087c98
* Remove self from per-file OWNER since I'm global content OWNERpiman@chromium.org2013-06-071-1/+0
| | | | | | | | | | | It confused at least one person. BUG=None R=oshima@chromium.org Review URL: https://codereview.chromium.org/16664006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204979 0039d316-1c4b-4281-b951-d872f2087c98
* Add some content_renderer.gypi OWNERjoth@chromium.org2013-06-071-0/+3
| | | | | | | | NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16415006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204673 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete lines from OWNERS filejoth@chromium.org2013-05-311-3/+0
| | | | | | | | These components don't live here anymore. Review URL: https://chromiumcodereview.appspot.com/15853012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203345 0039d316-1c4b-4281-b951-d872f2087c98
* Removes jknotten from OWNERS.bulach@chromium.org2013-05-071-1/+0
| | | | | | | | | BUG= TBR=joi@chromium.org,jam@chromium.org,digit@chromium.org Review URL: https://chromiumcodereview.appspot.com/14636005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198755 0039d316-1c4b-4281-b951-d872f2087c98
* Make csharp@ and maruel@ owners of .isolate filescsharp@chromium.org2013-04-051-0/+2
| | | | | | | | | | | NOTRY=true R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13640006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192635 0039d316-1c4b-4281-b951-d872f2087c98
* win: eliminate dependency on ANGLE's egl::Display::getDevice.apatrick@chromium.org2013-01-141-0/+4
| | | | | | | | | Chrome currently retreives ANGLE's Direct3D9 device and uses it to get the device capabilities, like shader model versions. ANGLE is being ported to Direct3D11 so Chrome can't do this anymore. This patch changed things so that the information Chrome needs from ANGLE is parsed out of the GL RENDERER string. Review URL: https://codereview.chromium.org/11827043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176718 0039d316-1c4b-4281-b951-d872f2087c98
* Add myself as an owner for Mac sandbox files.jeremy@chromium.org2012-12-171-0/+5
| | | | | | | | | | BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11590012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173552 0039d316-1c4b-4281-b951-d872f2087c98
* Move WebContentsDelegateAndroid to content/componentsjknotten@chromium.org2012-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | | 1. Move chrome/browser/component/web_contents_delegate_android to content/components/web_contents_delegate_android. 2. Rename package org.chromium.chrome.browser.component. web_contents_delegate_android to org.chromium.content.components. web_contents_delegate_android. 3. Remove shouldOverrideUrlLoading from WebContentsDelegateAndroid interface, which is no longer required. I will follow up with a second change to completely remove chrome/browser/component/web_contents_delegate_android once external dependencies on it have been removed. BUG=157575 Review URL: https://chromiumcodereview.appspot.com/11365199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167670 0039d316-1c4b-4281-b951-d872f2087c98
* Add myself as owner for content_shell.gypijochen@chromium.org2012-11-131-0/+1
| | | | | | | | | BUG=111316 R=jam@chromium.org Review URL: https://codereview.chromium.org/11361214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167329 0039d316-1c4b-4281-b951-d872f2087c98
* Move navigation interception component to content/componentsjknotten@chromium.org2012-11-091-0/+3
| | | | | | | | | | | | | | | | | | | | 1. Move C++ source from chrome/browser/component/navigation_interception to content/components/navigation_interception. 2. Change the namespace from navigation_interception:: to content:: 3. Change Java package from org.chromium.chrome.browser.components. navigation_interception to org.chromium.content.components. navigation_interception. I will follow up with another patch to completely remove chrome/browser/component/navigation_interception once external dependencies have been updated to use the component at its new component BUG=157575 Review URL: https://chromiumcodereview.appspot.com/11293017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166883 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 166758 - Move navigation interception component to content/componentsraymes@chromium.org2012-11-081-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Broke the build at http://build.chromium.org/p/chromium.linux/builders/Android%20Builder%20%28dbg%29/builds/20261 Original commit message follows: 1. Move C++ source from chrome/browser/component/navigation_interception to content/components/navigation_interception. 2. Change the namespace from navigation_interception:: to content:: 3. Change Java package from org.chromium.chrome.browser.components. navigation_interception to org.chromium.content.components. navigation_interception. I will follow up with another patch to completely remove chrome/browser/component/navigation_interception once external dependencies have been updated to use the component at its new component BUG=157575 Review URL: https://chromiumcodereview.appspot.com/11293017 TBR=jknotten@chromium.org Review URL: https://codereview.chromium.org/11361177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166764 0039d316-1c4b-4281-b951-d872f2087c98
* Move navigation interception component to content/componentsjknotten@chromium.org2012-11-081-0/+3
| | | | | | | | | | | | | | | | | | | | | 1. Move C++ source from chrome/browser/component/navigation_interception to content/components/navigation_interception. 2. Change the namespace from navigation_interception:: to content:: 3. Change Java package from org.chromium.chrome.browser.components. navigation_interception to org.chromium.content.components. navigation_interception. I will follow up with another patch to completely remove chrome/browser/component/navigation_interception once external dependencies have been updated to use the component at its new component BUG=157575 Review URL: https://chromiumcodereview.appspot.com/11293017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166758 0039d316-1c4b-4281-b951-d872f2087c98
* Adds android folks as OWNERS for content/content_jni.gypibulach@chromium.org2012-11-071-0/+2
| | | | | | | | | | | | Avoids requesting rubberstamps for this android-specific file. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/11360097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166403 0039d316-1c4b-4281-b951-d872f2087c98
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-2/+0
| | | | | | | | | | | | | Now that OWNERS supports per-file owners, we can limit the scope of the top-level wildcard to just DEPS, and make darin and ben owners for everything else and remove the broad use of "set noparent". R=ben@chromium.org, darin@chromium.org BUG=88315 Review URL: https://codereview.chromium.org/11191038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163069 0039d316-1c4b-4281-b951-d872f2087c98
* Add more top level owners to src/content.jam@chromium.org2012-07-311-0/+2
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10824094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149097 0039d316-1c4b-4281-b951-d872f2087c98
* Move myself into a more specific OWNERS location in contentben@chromium.org2012-05-171-1/+0
| | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10399065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137670 0039d316-1c4b-4281-b951-d872f2087c98
* Add an OWNERS file for src\content by moving the owners that were there for ↵jam@chromium.org2012-03-141-0/+7
| | | | | | | | the top level directories within. I've removed them all from the subdirectories. Also removed the "set noparent" in subdirectories and just put one in src/content/OWNERS for now. I also added brettw/darin for src/chrome/OWNERS. Review URL: https://chromiumcodereview.appspot.com/9695028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126522 0039d316-1c4b-4281-b951-d872f2087c98
* Move OWNERS from top level of content to the subdirectories. Before this ↵jam@chromium.org2011-05-311-5/+0
| | | | | | | | change, there were 12 OWNERS under content other than the top-level one (which is a good thing), but those OWNERS couldn't approve adding or removing files. Review URL: http://codereview.chromium.org/7085021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87313 0039d316-1c4b-4281-b951-d872f2087c98
* mark content/OWNERS set noparentdpranke@chromium.org2011-03-281-0/+1
| | | | | | Review URL: http://codereview.chromium.org/6755014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79601 0039d316-1c4b-4281-b951-d872f2087c98
* Start moving core pieces of Chrome multi-process code to src\content. I'm ↵jam@chromium.org2011-02-181-0/+4
starting with tab_contents directory.In future changes the headers that include these files will be updated. Once all the files are moved (i.e. renderer_host, rest of browser, renderer etc), then refactoring can begin so that content\DEPS doesn't have chrome in it. Review URL: http://codereview.chromium.org/6537015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75369 0039d316-1c4b-4281-b951-d872f2087c98