summaryrefslogtreecommitdiffstats
path: root/content/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Add creation of ServiceManager to Content (2nd try)davemoore@chromium.org2014-03-271-0/+1
| | | | | | | | | | | Original cl: https://codereview.chromium.org/187183002/ BUG= TBR=jam@chromium.org Review URL: https://codereview.chromium.org/213313004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259779 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 259580 "Move wm/public into wm target"ben@chromium.org2014-03-261-1/+0
| | | | | | | | | | | | | | | > Move wm/public into wm target > > TBR=sky@chromium.org > http://crbug/com/308710 > > Review URL: https://codereview.chromium.org/209383003 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/213033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259589 0039d316-1c4b-4281-b951-d872f2087c98
* Move wm/public into wm targetben@chromium.org2014-03-261-0/+1
| | | | | | | | | TBR=sky@chromium.org http://crbug/com/308710 Review URL: https://codereview.chromium.org/209383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259580 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of Add creation of ServiceManager to Content ↵vandebo@chromium.org2014-03-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/187183002/) Reason for revert: Tests fail on Mac Original issue's description: > Add creation of ServiceManager to Content > > BUG=None > TEST=Mojo.Init > R=jam@chromium.org, sky@chromium.org, jam > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258438 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258607 TBR=jam@chromium.org,sky@chromium.org,davemoore@chromium.org NOTREECHECKS=true NOTRY=true BUG=None Review URL: https://codereview.chromium.org/208223006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258624 0039d316-1c4b-4281-b951-d872f2087c98
* Add creation of ServiceManager to Contentdavemoore@chromium.org2014-03-211-0/+1
| | | | | | | | | | | | BUG=None TEST=Mojo.Init R=jam@chromium.org, sky@chromium.org, jam Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258438 Review URL: https://codereview.chromium.org/187183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258607 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 258438 "Add creation of ServiceManager to Content"davemoore@chromium.org2014-03-201-1/+0
| | | | | | | | | | | | | | | | > Add creation of ServiceManager to Content > > BUG=None > TEST=Mojo.Init > R=jam@chromium.org, sky@chromium.org, jam > > Review URL: https://codereview.chromium.org/187183002 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/206503008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258439 0039d316-1c4b-4281-b951-d872f2087c98
* Add creation of ServiceManager to Contentdavemoore@chromium.org2014-03-201-0/+1
| | | | | | | | | | BUG=None TEST=Mojo.Init R=jam@chromium.org, sky@chromium.org, jam Review URL: https://codereview.chromium.org/187183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258438 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: Move mojo/system/embedder to mojo/embedder.viettrungluu@chromium.org2014-03-191-1/+1
| | | | | | | | | R=sky@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/203373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257820 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | This is initiated and owned by RenderProcessHost. I've added a method to RenderProcessHostImpl to create the channel. No one is calling it yet, that will come after this. RenderProcessHostImpl::CreateMojoChannel initiates the connection and sends an IPC message to the renderer. The renderer than creates its end of the connection. End to end test will come once I've added all the pieces. BUG=none TEST=none R=darin@chromium.org, tsepez@chromium.org, viettrungluu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257342 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257505 Review URL: https://codereview.chromium.org/195993010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257691 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 257505 "Adds the ability for the renderer to create the m..."viettrungluu@chromium.org2014-03-181-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Broke Linux Official builds -- packaging stuff. mojo_system.so needs to be added to some list(s) somewhere, I think.] > Adds the ability for the renderer to create the mojo channel > > This is initiated and owned by RenderProcessHost. I've added a > method to RenderProcessHostImpl to create the channel. No one is > calling it yet, that will come after this. > > RenderProcessHostImpl::CreateMojoChannel initiates the connection and > sends an IPC message to the renderer. The renderer than creates its > end of the connection. > > End to end test will come once I've added all the pieces. > > BUG=none > TEST=none > R=darin@chromium.org, tsepez@chromium.org, viettrungluu@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257342 > > Review URL: https://codereview.chromium.org/195993010 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/202683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257565 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | This is initiated and owned by RenderProcessHost. I've added a method to RenderProcessHostImpl to create the channel. No one is calling it yet, that will come after this. RenderProcessHostImpl::CreateMojoChannel initiates the connection and sends an IPC message to the renderer. The renderer than creates its end of the connection. End to end test will come once I've added all the pieces. BUG=none TEST=none R=darin@chromium.org, tsepez@chromium.org, viettrungluu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257342 Review URL: https://codereview.chromium.org/195993010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257505 0039d316-1c4b-4281-b951-d872f2087c98
* Adds classes to support WebUI mojo bindingssky@chromium.org2014-03-131-0/+1
| | | | | | | | | | | | | Nothing is wired up yet, nor is any of created yet. But this is the necessary plumbing. BUG=none TEST=none R=darin@chromium.org Review URL: https://codereview.chromium.org/190853006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256772 0039d316-1c4b-4281-b951-d872f2087c98
* [refactor] Move webcrypto test data to separate files.eroman@chromium.org2014-02-041-0/+1
| | | | | | | | BUG=245025 Review URL: https://codereview.chromium.org/147613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248637 0039d316-1c4b-4281-b951-d872f2087c98
* Skeleton surface interfaces in cc/surfacesjamesr@chromium.org2014-01-161-0/+1
| | | | | | | | | | | | This adds a very basic surface class with tests under cc/surfaces to establish gyp and DEPS rules. While this system is under early development it shouldn't be used by anything outside of unit tests. BUG=334090 Review URL: https://codereview.chromium.org/131893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245137 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor content/ to use ui::AXNodeData instead of blink.dmazzoni@google.com2014-01-061-0/+1
| | | | | | | | | | | | This is a huge change, but it's all refactoring / renaming. There should be no new logic. BUG=316726 R=dtseng@chromium.org, jam@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/116293005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243187 0039d316-1c4b-4281-b951-d872f2087c98
* wm: public window_types.tfarina@chromium.org2013-12-191-0/+1
| | | | | | | | | | | | | | | | | | | Patch manually generated by: $ git grep -l aura::client::WINDOW_TYPE | xargs sed -i -e 's/aura::client::WINDOW_TYPE/ui::wm::WINDOW_TYPE/g' $ git commit -a -m. $ git clang-format HEAD^ --style=Chromium $ git commit -a -m. * Move window_types.h header from ui/aura/client/ to ui/wm/public/ BUG=319638 TEST=ash_unittests, aura_unittests, views_unittests, unit_tests R=ben@chromium.org Review URL: https://codereview.chromium.org/115153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241752 0039d316-1c4b-4281-b951-d872f2087c98
* Update dependencies to use new angle repository.geofflang@chromium.org2013-12-131-1/+1
| | | | | | | | BUG=319527 Review URL: https://codereview.chromium.org/106623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240595 0039d316-1c4b-4281-b951-d872f2087c98
* content: Remove cc hash_pair.h entry from DEPS file.tfarina@chromium.org2013-11-051-1/+0
| | | | | | | | | | | | hash_pair.h was moved from cc/ to base/ in r207475. BUG=None TEST=None TBR=darin@chromium.org Review URL: https://codereview.chromium.org/58723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233001 0039d316-1c4b-4281-b951-d872f2087c98
* Geolocation: delete GpsLocationProvider and third_party/gpsd/mvanouwerkerk@chromium.org2013-10-041-1/+0
| | | | | | | | | | | | | | | The GpsLocationProvider is not actually used anywhere, and has most likely bit rotted after years of no maintenance. It is brittle code written for a specific version (3.1) of gpsd that is now outdated. The only Chrome version that had this feature enabled (ChromeOS) makes no use of it as no hardware was ever shipped that used GPS. TBR=jam,brettw Review URL: https://codereview.chromium.org/25752005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227104 0039d316-1c4b-4281-b951-d872f2087c98
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-0/+1
| | | | | | | | | | | | | I'm leaving usb_keycodes_map in ui/base for now. BUG=none TEST=none R=ben@chromium.org, benm@chromium.org, scherkus@chromium.org TBR=benm@chromium.org, brettw@chromium.org, scherkus@chromium.org Review URL: https://codereview.chromium.org/23480084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223739 0039d316-1c4b-4281-b951-d872f2087c98
* So that ScopedPtrHashMap can be used by user outside of cc.powei@chromium.org2013-08-301-3/+0
| | | | | | | | BUG=156199 Review URL: https://chromiumcodereview.appspot.com/23653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220488 0039d316-1c4b-4281-b951-d872f2087c98
* Move webui_resources_test.js to ui/webui/resources/js/.scherkus@chromium.org2013-08-221-0/+1
| | | | | | | | | | | | | Doing so permits using the same testing framework for both chrome/ and content/. In addition: * Test files no longer need to manually include webui_resources_test.js as it is injected by the test runner * Common WebUI test runner code was refactored into ExecuteWebUIResourceTest() * Media WebUI tests were moved from content/browser/resources/media/ to content/test/data/media/webui/ so they get included when running swarm/android tests Review URL: https://chromiumcodereview.appspot.com/22003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218923 0039d316-1c4b-4281-b951-d872f2087c98
* Reland: Remove webkit_chromium_resources.pak entries.tfarina@chromium.org2013-08-021-1/+0
| | | | | | | | | | | | | | | webkit_chromium_resources.pak was kept along side with blink_resources.pak, while DumpRenderTree was being updated on the Blink side, since that already happened and Blink has rolled into Chromium, we should be able to remove this now. TBR=tfarina@chromium.org BUG=265748 NOTRY=true Review URL: https://codereview.chromium.org/21952005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215397 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 215210 "Remove webkit_chromium_resources.pak entries." because it was ↵pkotwicz@chromium.org2013-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | causing the chromium_builder_qa to fail. I do not think the fix is complex, but I am not set up to build Chrome on Windows quickly Builder output: 804>Time Elapsed 00:05:33.76 809>------ Build started: Project: chromium_builder_qa, Configuration: Release Win32 ------ 809>Build started 8/2/2013 8:09:33 AM. 768>RC : fatal error RC1110: could not open ..\build\Release\obj\global_intermediate\webkit\webkit_chromium_resources.rc 768> 768> 768>Build FAILED. > Remove webkit_chromium_resources.pak entries. > > webkit_chromium_resources.pak was kept along side with blink_resources.pak, > while DumpRenderTree was being updated on the Blink side, since that already > happened and Blink has rolled into Chromium, we should be able to remove this > now. > > BUG=265748 > TBR=abarth@chromium.org, thestig@chromium.org > > Review URL: https://codereview.chromium.org/20628004 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/21937002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215311 0039d316-1c4b-4281-b951-d872f2087c98
* Remove webkit_chromium_resources.pak entries.tfarina@chromium.org2013-08-021-1/+0
| | | | | | | | | | | | | | webkit_chromium_resources.pak was kept along side with blink_resources.pak, while DumpRenderTree was being updated on the Blink side, since that already happened and Blink has rolled into Chromium, we should be able to remove this now. BUG=265748 TBR=abarth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/20628004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215210 0039d316-1c4b-4281-b951-d872f2087c98
* Reland "Include entries to blink_resources."tfarina@chromium.org2013-07-301-0/+1
| | | | | | | | | | | This was reverted in r214248 because it increased the size of chrome.pak. R=abarth@chromium.org, joth@chromium.org, thestig@chromium.org,taysom@chromium.org TBR=darin Review URL: https://codereview.chromium.org/21121005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214294 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 214239 "Include entries to blink_resources."dewittj@chromium.org2013-07-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | Attempted fix for: Failed Sizes PERF_REGRESS: chrome.pak/chrome.pak (1.89%), chrome.pak/chrome.pak (1.89%) > Include entries to blink_resources. > > We can't remove entries of webkit_chromium_resources just yet, because on > Blink side DumpRenderTree is still using it through Chromium :( > > TBR=abarth@chromium.org, joth@chromium.org, thestig@chromium.org > > Review URL: https://codereview.chromium.org/20329005 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/21014006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214248 0039d316-1c4b-4281-b951-d872f2087c98
* Include entries to blink_resources.tfarina@chromium.org2013-07-291-0/+1
| | | | | | | | | | | We can't remove entries of webkit_chromium_resources just yet, because on Blink side DumpRenderTree is still using it through Chromium :( TBR=abarth@chromium.org, joth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/20329005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214239 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 213636 "Switch Chromium to use Blink's blink_resources.grd"bulach@chromium.org2013-07-251-1/+1
| | | | | | | | | | | | | | | | | | | Broke the build with: error: 'gen/webkit/webkit_chromium_resources.pak', needed by 'DumpRenderTree.pak', missing and no known rule to make it > Switch Chromium to use Blink's blink_resources.grd > > WebKit.grd is deprecated, so we update it public/blink_resources.grd. > > R=darin@chromium.org, joth@chromium.org, thestig@chromium.org > > Review URL: https://codereview.chromium.org/19537010 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/20341002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213640 0039d316-1c4b-4281-b951-d872f2087c98
* Switch Chromium to use Blink's blink_resources.grdtfarina@chromium.org2013-07-251-1/+1
| | | | | | | | | | WebKit.grd is deprecated, so we update it public/blink_resources.grd. R=darin@chromium.org, joth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/19537010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213636 0039d316-1c4b-4281-b951-d872f2087c98
* Replace angle_path gyp variable with regular path.apatrick@chromium.org2013-07-171-1/+0
| | | | | | | | | | | | | The switch to angle_dx11 is complete. This is cleanup. I will land this before removing the angle_path variable from build/common.gypi. For media/ TBR=vrk@chromium.org Review URL: https://chromiumcodereview.appspot.com/18161007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211908 0039d316-1c4b-4281-b951-d872f2087c98
* Minor DEPS cleanup.darin@chromium.org2013-06-281-2/+0
| | | | | | | | R=scottmg@chromium.org Review URL: https://codereview.chromium.org/18050013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209227 0039d316-1c4b-4281-b951-d872f2087c98
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
| | | | | | | | | | | | | This CL changes the majority of include paths from the old Source/WebKit/chromium/public to the new public/web directory. TBR=darin BUG=239545 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17148003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206664 0039d316-1c4b-4281-b951-d872f2087c98
* Add DEPS rules for not including cc's base from content and chrome.jam@chromium.org2013-06-141-0/+9
| | | | | | | | R=jamesr@chromium.org Review URL: https://codereview.chromium.org/16890002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206419 0039d316-1c4b-4281-b951-d872f2087c98
* Make it possible to switch between two different versions of ANGLE.apatrick@chromium.org2013-06-121-0/+1
| | | | | | | | | | | One is the existing one and the default with this patch: third_party/angle. The other is third_party/angle_dx11, which will pulled in via DEPS in another patch. BUG=247158 TBR=xhwang@chromium.org Review URL: https://codereview.chromium.org/16737007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205962 0039d316-1c4b-4281-b951-d872f2087c98
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-1/+1
| | | | | | | | | | | | | | These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates content's references to the old location to point to the new location. After this CL lands, I'll remove the forwarding headers that are letting these references still work. TBR=jamesr@chromium.org BUG=239545 Review URL: https://chromiumcodereview.appspot.com/15822010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203047 0039d316-1c4b-4281-b951-d872f2087c98
* Document in //content/DEPS that //content shouldn't depend on //components.joi@chromium.org2013-05-211-2/+2
| | | | | | | | | | | I'm working with the owners of the one exception to this rule to find a correct home for it. BUG=none Review URL: https://chromiumcodereview.appspot.com/15490006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201275 0039d316-1c4b-4281-b951-d872f2087c98
* Implement download link in chrome://indexeddb-internals/alecflett@chromium.org2013-05-061-0/+1
| | | | | | | | | | | | | | This closes all IDB connections for the given origin, zips up the files and "downloads" them by initiating the download manager. This must bounce events through a number of threads to manage temporary files, callbacks into JavaScript, etc. BUG=174188 TBR=jsbell@chromium.org Review URL: https://codereview.chromium.org/13949013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198469 0039d316-1c4b-4281-b951-d872f2087c98
* Support for loading libpeerconnection dynamically instead of statically.tommi@chromium.org2013-05-011-0/+1
| | | | | | | | | | | | | | | | | | | | This means that instead of using shared_library as the target type for libpeerconnection, we'll support loadable_module. This fixes issues with test binaries that would otherwise unnecessarily depend on libpeerconnection in shared builds. The renderer now loads and initializes the module just before initializing the sandbox. I'm also enabling logging in the module since we can now do that after the process CommandLine instance has been initialized. The output directory on linux is now always the lib/ subfolder of the build directory. This is so that FILES.cfg and installer scripts will find it reliably. Make builds would previuosly put it in lib.target/ whereas ninja already used lib/. (lib/ is also the folder the installer will use) BUG=232402,233173,235379,235380 R=jam@chromium.org, jln@chromium.org, mark@chromium.org, ronghuawu@chromium.org Review URL: https://codereview.chromium.org/14021012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197679 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r195688 which was reverted due to build break.varunjain@chromium.org2013-04-231-0/+1
| | | | | | | | | | | | | | | There are two changes from the original CL: 1. In RenderWidgetHostViewAura::OnWindowFocused, update touch_editing_client_ before host->Shutdown. 2. Patched in r195696 to fix win_aura build BUG=115237 TBR=jam@chromium.org,tsepez@chromium.org Review URL: https://chromiumcodereview.appspot.com/13999010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195823 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 195688 "Enable touch based selection and editing for webp..."jam@chromium.org2013-04-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This crashes on http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29&number=18415 and http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29%28Precise%29&number=2887 with: [ RUN ] RenderWidgetHostViewAuraTest.DestroyFullscreenOnBlur Xlib: extension "RANDR" missing on display ":9.0". Received signal 11 <unknown> 000000000000 [0x7fd160de519c] base::debug::StackTrace::StackTrace() [0x7fd160de4a46] base::debug::(anonymous namespace)::StackDumpSignalHandler() [0x7fd15c58a8f0] <unknown> [0x7fd162e9c56a] content::RenderWidgetHostViewAura::OnWindowFocused() [0x7fd16b555f92] aura::FocusManager::FocusWindow() [0x7fd16b56c3f1] aura::Window::Focus() [0x0000008830e8] content::RenderWidgetHostViewAuraTest_DestroyFullscreenOnBlur_Test::TestBody() [0x000000e9ec43] testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x000000e9c16e] testing::internal::HandleExceptionsInMethodIfSupported<>() [0x000000e910a6] testing::Test::Run() [0x000000e918ca] testing::TestInfo::Run() [0x000000e91ff8] testing::TestCase::Run() [0x000000e96fa3] testing::internal::UnitTestImpl::RunAllTests() [0x000000e9fa94] testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x000000e9c9b7] testing::internal::HandleExceptionsInMethodIfSupported<>() [0x000000e95a72] testing::UnitTest::Run() [0x000000e589f8] base::TestSuite::Run() [0x000000df11cc] content::UnitTestTestSuite::Run() [0x0000009f4e6a] main [0x7fd15a8b3c4d] __libc_start_main [0x0000005a4039] <unknown> r8: 000000000000005c r9: 0101010101010101 r10: 0000000000000000 r11: 00007fd15a91c03e r12: 0000000000000000 r13: 00007fffd00893b0 r14: 0000000000000000 r15: 0000000000000000 di: 00007fd157b720c8 si: 0000000000000000 bp: 00007fffd00889a0 bx: 0000000000000000 dx: 00000000000015b6 ax: cdcdcdcdcdcdcdcd cx: 0000000000000076 sp: 00007fffd0088760 ip: 00007fd162e9c56a efl: 0000000000010282 cgf: 0000000000000033 erf: 0000000000000000 trp: 000000000000000d msk: 0000000000000000 cr2: 0000000000000000 when relanding, please also patch in r195696 to fix the win aura components build failure > Enable touch based selection and editing for webpages behind a flag. > > BUG=115237 > > Review URL: https://chromiumcodereview.appspot.com/12321005 TBR=varunjain@chromium.org Review URL: https://codereview.chromium.org/13890008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195702 0039d316-1c4b-4281-b951-d872f2087c98
* Enable touch based selection and editing for webpages behind a flag.varunjain@chromium.org2013-04-231-0/+1
| | | | | | | | BUG=115237 Review URL: https://chromiumcodereview.appspot.com/12321005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195688 0039d316-1c4b-4281-b951-d872f2087c98
* Disallow base\prefs from content. The reason is that content doesn't depend ↵jam@chromium.org2013-02-151-4/+7
| | | | | | | | on it now, so it seems prudent to keep it this way so that other embedders of content aren't tied down to chrome's prefs system. Also, I worry that allowing content to use prefs would mean that it's a parallel way of configuring content from embedders, instead of just using the Content API. Review URL: https://codereview.chromium.org/12262046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182773 0039d316-1c4b-4281-b951-d872f2087c98
* Move core url data manager classes to content.jam@chromium.org2013-01-241-0/+1
| | | | | | | BUG=169170 Review URL: https://codereview.chromium.org/12049052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178663 0039d316-1c4b-4281-b951-d872f2087c98
* Bring back the file dialogs for chrome AURA. ananta@chromium.org2013-01-171-0/+1
| | | | | | | | | | | | | | | | | | | | The AURA specific changes have been isolated in select_file_dialog_win.cc where we retrieve the top level window handle from the AURA root window. As per a discussion with Ben fixed the layering violation where in ui\base was depending on gfx::NativeView/NativeWindow which led to a layering violation on AURA. This was via ui\base\dialogs Moved the files out of ui\base\dialogs into a new gypi file shell_dialogs.gypi which lives in ui. It is included by ui.gyp The relevant code in chrome browser now depends on the shell_dialogs target created by shell_dialogs.gypi. The ui/base/dialogs folder will be deleted in a subsequent change. There were problems applying this patch on the try bots when I added the deletes to this change. BUG=170483 Review URL: https://codereview.chromium.org/11956031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177533 0039d316-1c4b-4281-b951-d872f2087c98
* Add DEPS rules to help enforce the general rule that the embedder should ↵joi@chromium.org2012-12-171-2/+12
| | | | | | | | | | | provide URLs and access tokens to server-side services. BUG=none Review URL: https://chromiumcodereview.appspot.com/11573034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173538 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented GetWindowSnapshot on RenderViewImplbajones@chromium.org2012-12-151-0/+1
| | | | | | | | | | | | | | | This necessitated the relocation of the previous chrome::GrabWindowSnapshot code to ui/snapshot, which has been turned into it's own component to avoid circular dependencies with aura. A new variant of GrabWindowSnapshot, GrabViewSnapshot, has been added as well to facilitate easier usage by views. chrome::GrabWindowSnapshotForUser was left in place to accomodate existing calls to the API, but now calls up to the ui/snapshot code. This is a subset of the prior CL 11362023, which has been broken apart to facilitate easier reviews BUG=157479 Review URL: https://chromiumcodereview.appspot.com/11399002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173329 0039d316-1c4b-4281-b951-d872f2087c98
* Change the InputEventAck codepath to use a tri-state-enum instead of a booleanyusufo@chromium.org2012-11-301-0/+1
| | | | | | | | | | | | | Right now whenever an input event ACK is sent back to render_widget_host_impl we do not distinguish between events that are returned because they didn't hit any touch event handlers vs events not handled by touch event handler when there is a hit. This change adds a tri-state enum to the IPC message that will be used to distinguish NotProcessed touch events from Returned touch events. BUG=135818 Review URL: https://chromiumcodereview.appspot.com/11363133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170304 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-161-0/+1
| | | | | | | | | | BUG=103304 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11275322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168194 0039d316-1c4b-4281-b951-d872f2087c98
* Set up include rules for webkit/dom_storage.marja@chromium.org2012-11-061-0/+2
| | | | | | | | | | | | | | | This limits which files can include headers from webkit/dom_storage, and it forces the access to go via libcontent. Refactoring: moving (Local|Session)StorageUsageInfo away from DomStorageContext and allowing the inclusion of dom_storage_types.h. BUG=156446 Review URL: https://chromiumcodereview.appspot.com/11361096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166196 0039d316-1c4b-4281-b951-d872f2087c98