| Commit message (Expand) | Author | Age | Files | Lines |
* | UserScriptMaster::ScriptReloader chooses to make a plain pointer to a | rdevlin.cronin@chromium.org | 2014-07-10 | 1 | -27/+12 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -2/+2 |
* | MessageLoop(TYPE_UI) -> MessageLoopForUI | sky@chromium.org | 2013-12-19 | 1 | -4/+2 |
* | Use a direct include of the message_loop header in chrome/browser/, part 6. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 4. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -7/+7 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -2/+2 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit... | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Move extension_error_utils.* and url_pattern_set.* into | aa@chromium.org | 2012-11-19 | 1 | -0/+1 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | Move UserScript and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-13 | 1 | -1/+5 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Fix exclude_matches functionality | aa@chromium.org | 2011-12-19 | 1 | -0/+20 |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 1 | -1/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -5/+5 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -6/+6 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | Added code for localizing scripts CSS before injection takes place. | adriansc@google.com | 2011-08-23 | 1 | -2/+10 |
* | Revert 97365 - Added code for localizing scripts CSS before injection takes p... | wez@chromium.org | 2011-08-19 | 1 | -10/+2 |
* | Added code for localizing scripts CSS before injection takes place. | adriansc@google.com | 2011-08-18 | 1 | -2/+10 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -1/+2 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-13 | 1 | -7/+16 |
* | Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec... | jstritar@chromium.org | 2011-07-12 | 1 | -16/+7 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-12 | 1 | -7/+16 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -3/+4 |
* | Remove obsolete code from UserScriptMaster. | mihaip@chromium.org | 2011-06-02 | 1 | -47/+22 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Remove extension dependency from BrowserRenderProcessHost. | jam@chromium.org | 2011-04-23 | 1 | -0/+4 |
* | Replacing base::DIR_TEMP with ScopedTempDir when appropriate. | mkwst@chromium.org | 2011-04-12 | 1 | -21/+12 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | Take out chrome\browser\browser_thread.h. This is a retake of r76418 with th... | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Revert 76418 - Remove chrome\browser\browser_thread.h | rdsmith@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Remove chrome\browser\browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part20: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part10: | tfarina@chromium.org | 2010-10-09 | 1 | -3/+3 |
* | Remove BOM from js and css files in content script. | cira@chromium.org | 2010-06-03 | 1 | -15/+42 |
* | Remove DirectoryWatcher and the only thing using it. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -24/+0 |
* | Fix a bug where we don't recognize user script declarations | aa@chromium.org | 2010-01-11 | 1 | -0/+19 |
* | Don't inject content scripts into incognito browsers. | rafaelw@chromium.org | 2009-12-23 | 1 | -3/+10 |
* | Ignore UTF-8's BOM when parsing userscript's metadata. | hayato@chromium.org | 2009-11-25 | 1 | -0/+15 |
* | Tiny clean up. Use ASSERT_EQ instead of EXPECT_EQ. | hayato@chromium.org | 2009-11-25 | 1 | -5/+5 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 1 | -2/+2 |
* | Get rid of MessageLoop* caching in extensions code. | jam@chromium.org | 2009-10-30 | 1 | -7/+12 |
* | Update renderers when there are zero user scripts. | aa@chromium.org | 2009-05-26 | 1 | -8/+4 |