summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/v8_unit_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-161-4/+6
* Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001...dewittj2016-03-151-6/+4
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-141-4/+6
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-111-0/+4
* Revert of Use v8::MicrotasksScope internally in V8RecursionScope. (patchset #...tsergeant2016-03-101-4/+0
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-091-0/+4
* Revert of Use v8::MicrotasksScope internally in V8RecursionScope. (patchset #...nyquist2016-03-081-4/+0
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-071-0/+4
* Using chai.js for assertions in WebUI tests.dpapad2015-12-101-0/+4
* Clean up naming in v8_unit_test.ccdbeam2015-12-081-62/+56
* Always pass an v8::Isolate* to the TryCatch ctorjochen2015-11-301-3/+3
* Use v8::Local inplace of v8::Handle in src/chrome/*deepak.s2015-04-301-19/+19
* Use the blink main thread isolate for v8 unit tests.jochen2014-09-021-33/+39
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-261-1/+1
* Replaced deprecated v8::Message::GetScriptResourceName() with v8::Message::Ge...kozyatinskiy@google.com2014-06-271-1/+1
* Don't use the default Isolate in V8UnitTest.svenpanne@chromium.org2014-05-071-44/+42
* Track v8 API changes.jochen@chromium.org2014-01-031-1/+1
* Remove usage of deprecated V8 API from v8 unit testjochen@chromium.org2013-12-021-31/+53
* Replace accessibility-developer-tools submodule with accessibility-audit dire...aboxhall@chromium.org2013-09-231-2/+1
* Remove more calls to HandleScope default ctor.marja@chromium.org2013-09-061-3/+3
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* convert most remaining function callbacks to new styledcarney@chromium.org2013-06-131-11/+8
* Use a direct include of strings headers in chrome/test/.avi@chromium.org2013-06-111-1/+1
* Update tests to not use to-be-removed V8 handle operations.marja@chromium.org2013-06-111-18/+22
* Get rid of calls to v8::Persistent v8::Context::New() in tests.marja@chromium.org2013-05-081-1/+4
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-1/+1
* chrome: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-311-1/+1
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-9/+9
* Add an accessibility audit for WebUI pages.aboxhall@chromium.org2013-01-091-0/+9
* Don't allow path traversal paths on the base file helperscpu@chromium.org2013-01-091-0/+1
* Allow javascript unit tests using webui test_api framework.scr@chromium.org2011-11-051-15/+185
* Revert 108391 - Broke 'compile' on Mac clobber builderrsleevi@chromium.org2011-11-031-176/+15
* Allow javascript unit tests using webui test_api framework.scr@chromium.org2011-11-031-15/+176
* Pass v8::TryCatch by reference-to-const.tfarina@chromium.org2011-10-141-14/+13
* Fix a typo that led to OOB read of kJsonSchema in JsonSchemaTest.TestFormatErrorglider@chromium.org2011-09-071-1/+1
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-291-0/+103