summaryrefslogtreecommitdiffstats
path: root/third_party
Commit message (Collapse)AuthorAgeFilesLines
* Fix finding the location in view of elements. This fixes mouse commands on ↵kkania@chromium.org2011-02-252-1880/+1985
| | | | | | | | | | scrollable pages as well. BUG=none TEST=none Review URL: http://codereview.chromium.org/6574015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76010 0039d316-1c4b-4281-b951-d872f2087c98
* Apply change for less verbose ID lengths from upstream.cevans@chromium.org2011-02-232-6/+23
| | | | | | | | | BUG=73716 TEST=none Review URL: http://codereview.chromium.org/6549014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75684 0039d316-1c4b-4281-b951-d872f2087c98
* Add SQLITE_NO_SYNC define for ChromeOS buildgspencer@chromium.org2011-02-221-0/+10
| | | | | | | | | | | | | | | | Despite obvious warnings about not using this flag in deployment, we are turning off sqlite sync in ChromeOS and relying on the underlying journaling filesystem to do error recovery properly. It's much faster. BUG=chromium-os:12328 TEST=Build both with and without SQLITE_NO_SYNC, and measured power usage at the SATA rail. Power reduction is about 2-3%, and light use so far produced no data corruption. Review URL: http://codereview.chromium.org/6544025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75623 0039d316-1c4b-4281-b951-d872f2087c98
* Update the WebDriver atoms to r11476 so we can pick up a bug fix for the ↵kkania@chromium.org2011-02-192-595/+795
| | | | | | | | | | | | | | toggle atom. See: http://code.google.com/p/selenium/source/detail?r=11476 Patch by jleyba@chromium.org. Original review at http://codereview.chromium.org/6541011 BUG=none TEST=none Review URL: http://codereview.chromium.org/6541042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75505 0039d316-1c4b-4281-b951-d872f2087c98
* Updating src/third_party/webdriver/atoms.h with a new version of the filekkania@chromium.org2011-02-162-1671/+1657
| | | | | | | | | | | | | | | | | | | | | | | | | | generated from the WebDriver repository at r11446. There are several notable changes with this new version: * The atoms are no longer defined using wchar_t * The atoms are defined as multi-line strings instead of an array of strings, eliminating the need for unnecessary concatenations on each use. * The atoms constants have been moved into a new namespace (webdriver::atoms). * Previously, each atom defined a named JS function; now each atom defines an anonymous function, so the call pattern had to be adjusted slightly. With this change, we can enable the element finding functional tests (there are still some bugs with the child element finding tests that need to be tracked down). I've also disabled a page loading test because it is flaky in my client. BUG=none TEST=none Patch by jleyba@chromium.org. Original review at http://codereview.chromium.org/6524045 Review URL: http://codereview.chromium.org/6531003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75180 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete dependencies that create needless recompiling.jeanluc@chromium.org2011-02-151-2/+0
| | | | | | | | | BUG=71130 Review URL: http://codereview.chromium.org/6523009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74966 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations (using launchpad.net r119) for langstony@chromium.org2011-02-117-290/+640
| | | | | | | | protected by the use_third_party_translations flag Review URL: http://codereview.chromium.org/6485012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74646 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations for the inspector_strings template using launchpad.net r119tony@chromium.org2011-02-117-8/+326
| | | | | | Review URL: http://codereview.chromium.org/6486016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74643 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations for the chromium_strings template using launchpad.net r119tony@chromium.org2011-02-119-12/+109
| | | | | | Review URL: http://codereview.chromium.org/6474020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74641 0039d316-1c4b-4281-b951-d872f2087c98
* Changes some of the dependencies to removegman@chromium.org2011-02-101-1/+1
| | | | | | | | | | | client side arrays. TEST=none BUG=71717 Review URL: http://codereview.chromium.org/6459013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74392 0039d316-1c4b-4281-b951-d872f2087c98
* sqlite: disable some warningsevan@chromium.org2011-02-081-1/+10
| | | | | | | | | The SQLite project doesn't fix compiler warnings(!), instead preferring automated testing. Review URL: http://codereview.chromium.org/6456008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74201 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "SQLite: logging to track down SQLITE_IOERR_WRITE on waterfall."shess@chromium.org2011-02-081-16/+2
| | | | | | | | | | | | | | | | Remove diagnostic logging, as I no longer see it firing on the waterfall. Original revision: http://codereview.chromium.org/3473026 http://src.chromium.org/viewvc/chrome?view=rev&revision=60938 BUG=66938,56427 TEST=none Review URL: http://codereview.chromium.org/6410093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74163 0039d316-1c4b-4281-b951-d872f2087c98
* Moving psutil to third_party. This is first step for Media Performance test ↵nirnimesh@chromium.org2011-02-0743-0/+10564
| | | | | | | | project. Review URL: http://codereview.chromium.org/6246123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74047 0039d316-1c4b-4281-b951-d872f2087c98
* Fix check_perms errors.thestig@chromium.org2011-02-052-0/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6246127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73896 0039d316-1c4b-4281-b951-d872f2087c98
* Manually add necessary test data for webdriver python tests.kkania@chromium.org2011-02-0560-1/+12832
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6250071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73885 0039d316-1c4b-4281-b951-d872f2087c98
* Add back the inspector_strings targettony@chromium.org2011-02-0421-0/+3094
| | | | | | | | | | It's only built if use_third_part_translations=1. Also pull in the translations from launchpad.net. Review URL: http://codereview.chromium.org/6334090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73816 0039d316-1c4b-4281-b951-d872f2087c98
* Add method for shutting down ChromeDriver gracefully.kkania@chromium.org2011-02-042-4/+6
| | | | | | | | | | Merge webdriver_tests into chromedriver_tests. BUG=none TEST=none Review URL: http://codereview.chromium.org/6368068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73809 0039d316-1c4b-4281-b951-d872f2087c98
* Copy flash windows symbols to the product directorycpu@chromium.org2011-02-031-0/+1
| | | | | | | | | | | | Note that a separate review changes the DEPS so the pdb is there. BUG=71743 TEST=see bug Review URL: http://codereview.chromium.org/6349066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73697 0039d316-1c4b-4281-b951-d872f2087c98
* Update chromium strings translations from launchpad.tony@chromium.org2011-02-023-2/+110
| | | | | | | | I missed chromium_strings_sr.grd yesterday. Review URL: http://codereview.chromium.org/6312097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73492 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in new launchpad.net translations and actually build thetony@chromium.org2011-02-0239-0/+7892
| | | | | | | | | | | | 6 new languages on Linux if gyp is run with with use_third_party_translations=1. I also moved the translations from src/chrome/third_party to src/third_party, since the translations cover more than chrome/. Review URL: http://codereview.chromium.org/6410010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73381 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete files from 'sources'. This causes needless work on ↵jeanluc@chromium.org2011-01-314-10/+4
| | | | | | | | | | | incremental builds in VS2010. BUG=71130 TEST=Check that Chrome builds. Review URL: http://codereview.chromium.org/6386019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73190 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 73121 - Remove obsolete files from 'sources'. This causes needless ↵nsylvain@chromium.org2011-01-314-4/+10
| | | | | | | | | | | | | | | | | | work on incremental builds in VS2010. This is breaking clobber builds with this error : e:\b\build\slave\google-chrome-rel-win\build\src\chrome_frame\iids.cc(6) : fatal error C1083: Cannot open include file: 'chrome_tab.h': No such file or directory BUG=71130 TEST=Check that Chrome builds. Review URL: http://codereview.chromium.org/6307018 TBR=jeanluc@chromium.org Review URL: http://codereview.chromium.org/6347032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73124 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete files from 'sources'. This causes needless work on ↵jeanluc@chromium.org2011-01-304-10/+4
| | | | | | | | | | | incremental builds in VS2010. BUG=71130 TEST=Check that Chrome builds. Review URL: http://codereview.chromium.org/6307018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73121 0039d316-1c4b-4281-b951-d872f2087c98
* Fix miscellaneous compilation bugs under Visual Studio 2010.jeanluc@chromium.org2011-01-301-0/+2
| | | | | | | | | BUG=71145 TEST=Run unit tests Review URL: http://codereview.chromium.org/6240017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73119 0039d316-1c4b-4281-b951-d872f2087c98
* Add scripts to run python webdriver tests.kkania@chromium.org2011-01-2917-1463/+18
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6353017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73054 0039d316-1c4b-4281-b951-d872f2087c98
* Fix intermittent mongoose webserver crash on Windows. Occassionally, a new ↵kkania@chromium.org2011-01-281-6/+6
| | | | | | | | | | | | worker thread will be started, but will have not have a connection to handle because another worker thread grabs it first. If no further connections arrive, the new worker thread will proceed to exit. This will crash when accessing the worker's connection's context, which has never been set. The fix is to use the context that was given to the worker initially in this case. BUG=none TEST=none Review URL: http://codereview.chromium.org/6244002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73034 0039d316-1c4b-4281-b951-d872f2087c98
* Prepare to revert WebKit patch http://trac.webkit.org/changeset/68310 ↵phajdan.jr@chromium.org2011-01-262-22/+90
| | | | | | | | | | | | | | | because of stability issues (race conditions detected by tsan, possibly leading to crashes). Revert "Update sqlite's README.chromium with a note to keep webkit side" (http://crrev.com/62151). Revert "Remove our local modifications to sqlite's os_unix.c now that" (http://crrev.com/60761). BUG=70589, 22208 TEST=none Review URL: http://codereview.chromium.org/6330011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72673 0039d316-1c4b-4281-b951-d872f2087c98
* Call sqlite3Preload() only when not using system sqlite. Modify therohitrao@chromium.org2011-01-261-4/+0
| | | | | | | | | | sqlite3.h header to not include a stub definition of sqlite3Preload(). BUG=None TEST=None Review URL: http://codereview.chromium.org/6356012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72637 0039d316-1c4b-4281-b951-d872f2087c98
* Update Mac plugin IME handling to match updated specstuartmorgan@chromium.org2011-01-213-8/+12
| | | | | | | | | | | | | | | This changes IME handling per the recent NPAPI spec clarification, and adds the new bool to indicate conformance to the new model. Also: - Fixes an existing bug where the initial key down would be sent to the wrong IME system (since it happens before plugin IME starts) by having the render widget track whether a plugin is focused. - Changes ComplexTextInputPanel to match recent upstream changes. BUG=70427 TEST=None (plugins have not yet implemented Cocoa IME). Review URL: http://codereview.chromium.org/6259013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72190 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
| | | | | | | | | | | the base namespace. Fix several files including lock.h unnecessarily. BUG=none TEST=none Original review=http://codereview.chromium.org/6142009/ Patch by leviw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72106 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in r34 of the upstream NPAPI headers (Updated Cocoa IME)stuartmorgan@chromium.org2011-01-201-0/+2
| | | | | | | | | | | This skips r33 (which is unrelated) for the moment because NaCl needs changes in order to compile with r33. BUG=None TEST=None Review URL: http://codereview.chromium.org/6307009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71965 0039d316-1c4b-4281-b951-d872f2087c98
* Add licensing info for qcms.mal@chromium.org2011-01-162-2/+56
| | | | | | | | | | | | | The two license attributions are taken from Firefox's about:license page and correspond to the license headers in the source files. This change makes licenses.py happy. R=abarth,evanm TEST= about:credits includes a qcms section crediting Marti Maria and SunSoft. Review URL: http://codereview.chromium.org/6262004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71568 0039d316-1c4b-4281-b951-d872f2087c98
* Update our yasm copy to yasm 1.1.0 (the Chromium side).hbono@chromium.org2011-01-131-1/+2
| | | | | | | | | | This change add a new file added by yasm 1.1.0 to the GYP file for yasm. BUG=64640 TEST=build chromium without errors. Review URL: http://codereview.chromium.org/6186007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71305 0039d316-1c4b-4281-b951-d872f2087c98
* Update NPAPI headers to r32 from the upstream npapi-headers repositorystuartmorgan@chromium.org2011-01-083-4/+24
| | | | | | | | | | | This adds the new data-clearing APIs. BUG=None TEST=None Review URL: http://codereview.chromium.org/6102007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70821 0039d316-1c4b-4281-b951-d872f2087c98
* harfbuzz: check in harfbuzz-ng, add gyp define to use itevan@chromium.org2011-01-0564-40/+14951
| | | | | | | | | | | | | | | This checks in harbuzz-ng b0d396aa88b3cdf8cea896bfeeba197656e1cdb1. Setting use_harfbuzz_ng to 1 in gyp will cause us to build harfbuzz-ng in place of harfbuzz. So far this currently fails to compile due to all our other code relying on the old API. BUG=68551 TEST=./build/gyp_chromium -Duse_harfbuzz_ng=1, verify build breaks Review URL: http://codereview.chromium.org/6052008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70539 0039d316-1c4b-4281-b951-d872f2087c98
* harfbuzz: merge harfbuzz and harfbuzz_interface librariesevan@chromium.org2011-01-041-21/+5
| | | | | | | | | | | | Though we build two libraries here, we always use them together, and it simplifies the gyp files to have one. BUG=68551 TEST=compiles Review URL: http://codereview.chromium.org/5986015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70448 0039d316-1c4b-4281-b951-d872f2087c98
* Dodge a GCC warning/error by reorganizing the code in the egl config header ↵petermayo@chromium.org2011-01-042-4/+7
| | | | | | | | | | | | | | | a little. Will change the behavior of wrong calls slightly. See http://codereview.chromium.org/5866007 for some history, and http://codereview.chromium.org/5848004 for an alternate approach. BUG=none TEST=tryservers, local Review URL: http://codereview.chromium.org/6053007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70416 0039d316-1c4b-4281-b951-d872f2087c98
* Implemnts the commands in webdriver to preform searching of elements on a page.jmikhail@google.com2010-12-233-0/+13
| | | | | | | | | | | | | | | /session/:sessionId/timeouts/implicit_wait /session/:sessionId/element /session/:sessionId/elements /session/:sessionId/element/:id/element /session/:sessionId/element/:id/elements BUG=none TEST=webdriver_remote_tests.py Review URL: http://codereview.chromium.org/3643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70107 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 70015 - Implemnts the commands in webdriver to preform searching of ↵jmikhail@google.com2010-12-233-13/+0
| | | | | | | | | | | | | | | | | | | | elements on a page. /session/:sessionId/timeouts/implicit_wait /session/:sessionId/element /session/:sessionId/elements /session/:sessionId/element/:id/element /session/:sessionId/element/:id/elements BUG=none TEST=webdriver_remote_tests.py Review URL: http://codereview.chromium.org/3643002 TBR=jmikhail@google.com Review URL: http://codereview.chromium.org/5959005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70017 0039d316-1c4b-4281-b951-d872f2087c98
* Implemnts the commands in webdriver to preform searching of elements on a page.jmikhail@google.com2010-12-233-0/+13
| | | | | | | | | | | | | | | /session/:sessionId/timeouts/implicit_wait /session/:sessionId/element /session/:sessionId/elements /session/:sessionId/element/:id/element /session/:sessionId/element/:id/elements BUG=none TEST=webdriver_remote_tests.py Review URL: http://codereview.chromium.org/3643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70015 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the 'using' declaration of StringAppendV.tfarina@chromium.org2010-12-231-2/+2
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/5993005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70012 0039d316-1c4b-4281-b951-d872f2087c98
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-212-4/+0
| | | | | | Review URL: http://codereview.chromium.org/5927002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69838 0039d316-1c4b-4281-b951-d872f2087c98
* Update libwebp from upstream repository.cevans@chromium.org2010-12-219-244/+263
| | | | | | | | | | | Start to track an accurate lineage in README.chromium. BUG=62276,64945,65299 TEST=added upstream Review URL: http://codereview.chromium.org/6013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69824 0039d316-1c4b-4281-b951-d872f2087c98
* Also build a 64-bit exe version of the 32-bit courgettebradnelson@google.com2010-12-211-29/+63
| | | | | | | | | | | | utility + library to support larger input sizes. BUG=63793 TEST=None Review URL: http://codereview.chromium.org/5096007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69779 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69472 - Suppress a spurious warning in CompareConfig scherkus@chromium.org2010-12-162-16/+0
| | | | | | | | | | | | | | | third_party/mesa/MesaLib/src/egl/main/eglconfig.c: In function _eglCompareConfigs: third_party/mesa/MesaLib/src/egl/main/eglconfig.h:98: error: array subscript is below array bounds BUG=None TEST=manual/local, and a buildbot running an otherwise affected version. Review URL: http://codereview.chromium.org/5866007 TBR=petermayo@chromium.org Review URL: http://codereview.chromium.org/5925005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69474 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a spurious warning in CompareConfig petermayo@chromium.org2010-12-162-0/+16
| | | | | | | | | | | | third_party/mesa/MesaLib/src/egl/main/eglconfig.c: In function _eglCompareConfigs: third_party/mesa/MesaLib/src/egl/main/eglconfig.h:98: error: array subscript is below array bounds BUG=None TEST=manual/local, and a buildbot running an otherwise affected version. Review URL: http://codereview.chromium.org/5866007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69472 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed warning on linux x64.alokp@chromium.org2010-12-154-4/+7
| | | | | | | | | eglapi.c:276: warning: cast to pointer from integer of different size TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/5921002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69325 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pyautolib so that it builds on Windows in multi-dll mode.kkania@chromium.org2010-12-151-1/+2
| | | | | | | | BUG=56736 TEST=none Review URL: http://codereview.chromium.org/5794006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69281 0039d316-1c4b-4281-b951-d872f2087c98
* licensing: pass licenses.py scanevan@chromium.org2010-12-153-2/+5
| | | | | | | | | | | This makes it pass for all directories except third_party/qcms, which unfortunately needs some careful figuring out of the license. BUG=39240 Review URL: http://codereview.chromium.org/5830002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69207 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed compile error due to uninitialized variable.alokp@chromium.org2010-12-142-1/+3
| | | | | | | TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/5785005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69189 0039d316-1c4b-4281-b951-d872f2087c98