| Commit message (Expand) | Author | Age | Files | Lines |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | BSD ifdefs, etc. necessary for chrome/ | pvalchev@google.com | 2010-03-09 | 1 | -3/+3 |
* | 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 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Seventh patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -0/+3 |
* | Fifth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-03 | 1 | -18/+3 |
* | Remove some #includes where possible. | pkasting@chromium.org | 2009-10-23 | 1 | -12/+2 |
* | 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 |
* | Lands http://codereview.chromium.org/272036 for Thiago: | sky@chromium.org | 2009-10-19 | 1 | -2/+2 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | Attempt at fixing crash during importing. As far as I can tell from | sky@chromium.org | 2009-10-07 | 1 | -2/+20 |
* | (please review thoroughly since this touches many moving parts). | jeremy@chromium.org | 2009-10-06 | 1 | -236/+9 |
* | Revert "Refactor ImporterHost as preparation for OOP switch", which caused pu... | mattm@chromium.org | 2009-10-05 | 1 | -9/+236 |
* | (please review thoroughly since this touches many moving parts). | jeremy@chromium.org | 2009-10-05 | 1 | -236/+9 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -2/+2 |
* | OS X First run dialog: hide import option of nothing to import from. | jeremy@chromium.org | 2009-09-25 | 1 | -8/+10 |
* | Fix crash during import by checking for errors and exiting early. | kuchhal@chromium.org | 2009-09-22 | 1 | -0/+6 |
* | Modifies the Firefox import behavior such that if we're in first run, the imp... | gwilson@google.com | 2009-09-15 | 1 | -0/+9 |
* | Adds a FaviconService class tied to the profile. | arv@google.com | 2009-08-28 | 1 | -1/+2 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 1 | -2/+2 |
* | First Run Import Progress UI. | jeremy@chromium.org | 2009-08-11 | 1 | -2/+1 |
* | Use real creator code for Keychain items. Instead of hard-coding 'rimZ', use | mark@chromium.org | 2009-08-11 | 1 | -13/+10 |
* | First cut at Safari Import - Home Page & History Only. | jeremy@chromium.org | 2009-07-31 | 1 | -3/+5 |
* | First cut at Firefox import on OSX + stubs for Safari import. | jeremy@chromium.org | 2009-07-29 | 1 | -0/+23 |
* | Header cleanup in browser/importer | phajdan.jr@chromium.org | 2009-07-20 | 1 | -0/+33 |
* | Lands http://codereview.chromium.org/155128 for Thiago. | sky@chromium.org | 2009-07-08 | 1 | -3/+4 |
* | Move render_view_host_manager* and site_instance* from tab_contents to render... | brettw@chromium.org | 2009-06-29 | 1 | -1/+1 |
* | Make bookmark model public interface use const BookmarkNode* instead of | munjal@chromium.org | 2009-06-26 | 1 | -11/+12 |
* | Enable Firefox import on OS X. No UI yet. | kuchhal@chromium.org | 2009-06-26 | 1 | -4/+0 |
* | Linux: make import warning dialog modal. | kuchhal@chromium.org | 2009-06-19 | 1 | -3/+5 |
* | Import bookmarks to bookmark bar if user has not bookmarked anything yet. | kuchhal@chromium.org | 2009-06-18 | 1 | -14/+24 |
* | Extract load times from WebDataSource. Move them to NavigationState. | darin@chromium.org | 2009-06-16 | 1 | -0/+2 |
* | Fixes bug where keyword editor would end up prefixing all keyword urls | sky@chromium.org | 2009-06-15 | 1 | -2/+2 |
* | Linux: Fix Firefox profile path for import. | kuchhal@chromium.org | 2009-06-10 | 1 | -0/+2 |
* | Make the import feature a little more complete: | kuchhal@chromium.org | 2009-05-27 | 1 | -2/+12 |
* | Revert "Revert "Use a NotificationRegistrar to listen for notifications. BUG=... | tc@google.com | 2009-05-22 | 1 | -24/+8 |
* | Revert "Use a NotificationRegistrar to listen for notifications.BUG=2381" | tc@google.com | 2009-05-22 | 1 | -8/+24 |
* | Use a NotificationRegistrar to listen for notifications.BUG=2381 | pkasting@chromium.org | 2009-05-21 | 1 | -24/+8 |
* | Add import settings dialog on linux. | kuchhal@chromium.org | 2009-05-11 | 1 | -21/+23 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+3 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | ImportantFileWriter | phajdan.jr@chromium.org | 2009-04-28 | 1 | -2/+2 |
* | Importer should import browser data from the browser that user selected. | kuchhal@chromium.org | 2009-04-23 | 1 | -0/+11 |