| Commit message (Expand) | Author | Age | Files | Lines |
* | Move importer data types into a separate file to prepare for moving importer | mirandac@chromium.org | 2010-03-22 | 18 | -122/+197 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | BSD ifdefs, etc. necessary for chrome/ | pvalchev@google.com | 2010-03-09 | 2 | -8/+8 |
* | chrome 2: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 5 | -2/+10 |
* | chrome/common: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+4 |
* | - USE_NSS instead of LINUX where applicable | pvalchev@google.com | 2010-02-24 | 4 | -11/+11 |
* | Convert a bunch more of importer into FilePath. | evan@chromium.org | 2010-02-22 | 8 | -106/+98 |
* | importer: use FilePath instead of wstring in some places | evan@chromium.org | 2010-02-19 | 3 | -28/+32 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Add import/export extension apis | feldstein@chromium.org | 2010-01-28 | 1 | -0/+9 |
* | Moved GetUserDirectory() into mac_util.mm. | akalin@chromium.org | 2010-01-27 | 1 | -18/+9 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 1 | -1/+1 |
* | Give classes with virtual methods virtual protected d'tors instead of non-vir... | jamesr@chromium.org | 2009-12-16 | 1 | -2/+2 |
* | Use utf_string_conversions header in more places. | maruel@chromium.org | 2009-12-11 | 1 | -1/+1 |
* | Fix Windows build by #including needed header. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -0/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-12-02 | 8 | -2/+14 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 8 | -1/+12 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 8 | -12/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 8 | -1/+12 |
* | Re-enable Toolbar5ImporterTest | jorlow@chromium.org | 2009-11-26 | 1 | -35/+38 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 1 | -3/+3 |
* | Fix environment variables not being used after switching to ChildProcessLaunc... | jam@chromium.org | 2009-11-23 | 1 | -4/+3 |
* | file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate... | evan@chromium.org | 2009-11-19 | 1 | -11/+11 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -2/+2 |
* | A large number of style nits in preparation for turning on automated cpplint.py. | erg@google.com | 2009-11-11 | 1 | -1/+1 |
* | Make sure we don't get an outside array element. | jeremy@chromium.org | 2009-11-08 | 3 | -7/+7 |
* | Seventh patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 9 | -12/+36 |
* | Fifth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-03 | 6 | -71/+58 |
* | Mac: remove some now-dead code and add a comment. | viettrungluu@chromium.org | 2009-10-24 | 3 | -41/+7 |
* | Mac: don't import Safari's home page setting. | viettrungluu@chromium.org | 2009-10-23 | 1 | -2/+2 |
* | Remove some #includes where possible. | pkasting@chromium.org | 2009-10-23 | 1 | -12/+2 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 1 | -2/+3 |
* | Convert some structures in webkit/glue to string16. | darin@chromium.org | 2009-10-20 | 7 | -26/+30 |
* | Add dialog to tell user to close Firefox during import, if it's open and bloc... | mirandac@chromium.org | 2009-10-20 | 1 | -1/+1 |
* | Add dialog to tell user to close Firefox during import, if it's open and bloc... | mirandac@chromium.org | 2009-10-20 | 1 | -2/+3 |
* | Deprecate PathService::Get(..., wstring*) and use FilePath instead. | evan@chromium.org | 2009-10-19 | 3 | -17/+19 |
* | Lands http://codereview.chromium.org/272036 for Thiago: | sky@chromium.org | 2009-10-19 | 1 | -2/+2 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 3 | -7/+7 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 3 | -7/+7 |
* | Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 3 | -7/+7 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -1/+1 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 2 | -14/+16 |
* | Coverity: Pass file parameter by reference. | jhawkins@chromium.org | 2009-10-08 | 2 | -2/+4 |
* | Coverity: remove unused writer_ member from importer classes. | mattm@chromium.org | 2009-10-08 | 6 | -11/+2 |
* | Attempt at fixing crash during importing. As far as I can tell from | sky@chromium.org | 2009-10-07 | 2 | -2/+27 |
* | (please review thoroughly since this touches many moving parts). | jeremy@chromium.org | 2009-10-06 | 20 | -478/+673 |