summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/user_script_master_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix exclude_matches functionalityaa@chromium.org2011-12-191-0/+20
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-5/+5
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+6
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Added code for localizing scripts CSS before injection takes place.adriansc@google.com2011-08-231-2/+10
* Revert 97365 - Added code for localizing scripts CSS before injection takes p...wez@chromium.org2011-08-191-10/+2
* Added code for localizing scripts CSS before injection takes place.adriansc@google.com2011-08-181-2/+10
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+2
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-7/+16
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-16/+7
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-7/+16
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-3/+4
* Remove obsolete code from UserScriptMaster.mihaip@chromium.org2011-06-021-47/+22
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Remove extension dependency from BrowserRenderProcessHost.jam@chromium.org2011-04-231-0/+4
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-121-21/+12
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Take out chrome\browser\browser_thread.h. This is a retake of r76418 with th...jam@chromium.org2011-03-011-1/+1
* Revert 76418 - Remove chrome\browser\browser_thread.hrdsmith@chromium.org2011-03-011-1/+1
* Remove chrome\browser\browser_thread.hjam@chromium.org2011-03-011-1/+1
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-3/+3
* Remove BOM from js and css files in content script.cira@chromium.org2010-06-031-15/+42
* Remove DirectoryWatcher and the only thing using it.phajdan.jr@chromium.org2010-02-091-24/+0
* Fix a bug where we don't recognize user script declarationsaa@chromium.org2010-01-111-0/+19
* Don't inject content scripts into incognito browsers.rafaelw@chromium.org2009-12-231-3/+10
* Ignore UTF-8's BOM when parsing userscript's metadata.hayato@chromium.org2009-11-251-0/+15
* Tiny clean up. Use ASSERT_EQ instead of EXPECT_EQ.hayato@chromium.org2009-11-251-5/+5
* Add first class support for user scripts.aa@chromium.org2009-11-041-2/+2
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-7/+12
* Update renderers when there are zero user scripts.aa@chromium.org2009-05-261-8/+4
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-9/+5
* Enable user_script_master_unittest for Mac since DirectoryWatcher was ported.shess@chromium.org2009-05-011-4/+6
* Run user_script_master_unittest.cc on Mac.shess@chromium.org2009-04-221-4/+8
* Run more unit tests on Linux:phajdan.jr@chromium.org2009-03-091-2/+2
* Fix more gcc 4.3 warnings.evan@chromium.org2009-02-231-7/+10
* Optionally support URLPatterns in standalone useraa@chromium.org2009-02-101-2/+47
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-051-14/+14
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-5/+7
* Re-enable the NoScript unittest.mpcomplete@google.com2009-01-291-1/+1
* Temporarily disable failing test while I fix it.mpcomplete@chromium.org2009-01-291-1/+1
* Add user script support to extensions.aa@chromium.org2009-01-251-0/+2
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-3/+3
* Move parsing of metadata header into browser process. This is a prerequisiteaa@chromium.org2009-01-171-0/+47
* Add more tests to unit_tests on Linux, and some platform cleanups.phajdan.jr@chromium.org2009-01-121-16/+16