0
Commit Graph

7 Commits

Author SHA1 Message Date
maruel@chromium.org
e615e9c86e Add pylint presubmit check to src/testing
R=rogerta@chromium.org
BUG=
TEST=


Review URL: http://codereview.chromium.org/9625014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125462 0039d316-1c4b-4281-b951-d872f2087c98
2012-03-07 21:39:00 +00:00
dcheng@chromium.org
6f3c13c94a Remove MessageLoop::QuitTask() from testing/
BUG=none
TEST=none


Review URL: http://codereview.chromium.org/8879028

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113903 0039d316-1c4b-4281-b951-d872f2087c98
2011-12-10 00:55:07 +00:00
maruel@chromium.org
aa539ba4c9 Fix many* python scripts in src/
Make sure that:
- shebang is only present for executable files
- shebang is #!/usr/bin/env python
- __main__ is only present for executable files
- file's executable bit is coherent

Also fix EOF LF to be only one.

* Do not fix them all at once otherwise the CL would be too large.

TBR=jamiewalch@chromium.org
BUG=105108
TEST=

Review URL: http://codereview.chromium.org/8665013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111427 0039d316-1c4b-4281-b951-d872f2087c98
2011-11-23 22:22:20 +00:00
amit@chromium.org
4e676aa41d First batch of context menu tests
Refactored various methods to send keyboard and mouse
input. Fixed the context menu focus issue on IE7.
Improved existing tests to make them less flaky and
added 3 new tests for context menu items.


BUG=34673
TEST=new tests added


Review URL: http://codereview.chromium.org/604014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38905 0039d316-1c4b-4281-b951-d872f2087c98
2010-02-12 18:19:07 +00:00
stoyan@chromium.org
45a19e98e7 Functor for functions with STDCALL calling conventions. Allows invoking Windows API.
Review URL: http://codereview.chromium.org/402086

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32613 0039d316-1c4b-4281-b951-d872f2087c98
2009-11-20 16:36:13 +00:00
stoyan@chromium.org
3e8e8da2b8 Late object binding for stdcall.
TBR=amit
Review URL: http://codereview.chromium.org/395023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32100 0039d316-1c4b-4281-b951-d872f2087c98
2009-11-16 22:07:04 +00:00
stoyan@chromium.org
8d7f40abdc Add python script that generates gmock_mutant.h
Resolve ambiguity - error C2782 in VisualC or "no matching function to call" in gcc - when attempt to create functor for base class member function.
Support for free (non class members) functions.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/371046

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31848 0039d316-1c4b-4281-b951-d872f2087c98
2009-11-12 23:10:11 +00:00