| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't attempt to forward declare StringPiece. | erikwright@chromium.org | 2011-12-13 | 1 | -4/+1 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -2/+5 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -1/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -1/+2 |
* | Added code for localizing scripts CSS before injection takes place. | adriansc@google.com | 2011-08-23 | 1 | -3/+22 |
* | Revert 97365 - Added code for localizing scripts CSS before injection takes p... | wez@chromium.org | 2011-08-19 | 1 | -14/+2 |
* | Added code for localizing scripts CSS before injection takes place. | adriansc@google.com | 2011-08-18 | 1 | -2/+14 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Coverity: Fix pass by value errors. | kmadhusu@chromium.org | 2011-06-22 | 1 | -1/+1 |
* | Remove obsolete code from UserScriptMaster. | mihaip@chromium.org | 2011-06-02 | 1 | -39/+23 |
* | Remove extension dependency from BrowserRenderProcessHost. | jam@chromium.org | 2011-04-23 | 1 | -0/+5 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | Update a bunch of files to the new location of 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 | -1/+1 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -2/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -7/+7 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -5/+0 |
* | Initial work on making extensions work in incognito mode. | mpcomplete@chromium.org | 2010-02-11 | 1 | -0/+6 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -1/+2 |
* | Remove DirectoryWatcher and the only thing using it. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -15/+0 |
* | Don't inject content scripts into incognito browsers. | rafaelw@chromium.org | 2009-12-23 | 1 | -1/+5 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -1/+9 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -9/+1 |
* | Sixth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -1/+9 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 1 | -0/+2 |
* | Get rid of MessageLoop* caching in extensions code. | jam@chromium.org | 2009-10-30 | 1 | -11/+6 |
* | Making UserScriptMaster::ScriptReloader refcounted thread safe | cpu@chromium.org | 2009-09-21 | 1 | -1/+1 |
* | Fixed a few data races on reference counters. | timurrrr@chromium.org | 2009-09-17 | 1 | -1/+1 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -1/+3 |
* | Re-try r24372 - Delay request loading until all user scripts that request | mpcomplete@chromium.org | 2009-08-26 | 1 | -2/+2 |
* | Revert 24372 - Delay request loading until all user scripts that request depe... | nick@chromium.org | 2009-08-26 | 1 | -2/+2 |
* | Delay request loading until all user scripts that request depends on are ready. | mpcomplete@chromium.org | 2009-08-25 | 1 | -2/+2 |
* | Coverity: Pass FilePaths by reference. | jhawkins@chromium.org | 2009-07-24 | 1 | -2/+2 |
* | Abstract ExtensionPrefs into their own class. | erikkay@google.com | 2009-06-18 | 1 | -0/+4 |
* | Revert r18661. | willchan@chromium.org | 2009-06-18 | 1 | -4/+0 |
* | Pull Extension-related prefs into its own class. Also add a notification for... | erikkay@google.com | 2009-06-17 | 1 | -0/+4 |
* | Reduce header dependencies in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-16 | 1 | -5/+2 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-21 | 1 | -6/+11 |
* | Revert "Hook up more of extension uninstall." | aa@chromium.org | 2009-05-21 | 1 | -11/+6 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-20 | 1 | -6/+11 |
* | TBR: Revert "Hook up more of extension uninstall." | aa@chromium.org | 2009-05-20 | 1 | -11/+6 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-20 | 1 | -6/+11 |
* | Remove unneeded includes of base/string_piece.h | thestig@chromium.org | 2009-04-07 | 1 | -1/+2 |