summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/user_script_master_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* UserScriptMaster::ScriptReloader chooses to make a plain pointer to ardevlin.cronin@chromium.org2014-07-101-27/+12
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-2/+2
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-4/+2
* Use a direct include of the message_loop header in chrome/browser/, part 6.avi@chromium.org2013-07-181-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Use a direct include of strings headers in chrome/browser/extensions/, part 4.avi@chromium.org2013-06-101-1/+1
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-7/+7
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+2
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-1/+1
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-191-0/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Move UserScript and related into extensions namespacerdevlin.cronin@chromium.org2012-07-131-1/+5
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* 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