| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial work on chrome-ui://extensions/ page. URL now displays a static templ... | rafaelw@chromium.org | 2009-02-28 | 1 | -0/+2 |
* | Prototype extension process. This is a proof of concept, with a lot of | mpcomplete@google.com | 2009-02-27 | 1 | -0/+2 |
* | Add a centralized error reporter to the | aa@chromium.org | 2009-02-27 | 1 | -0/+2 |
* | Pull the autocomplete popup into separate model and view files. | deanm@chromium.org | 2009-02-27 | 1 | -3/+6 |
* | Finish porting importer for Posix: | jhawkins@chromium.org | 2009-02-27 | 1 | -8/+1 |
* | Re-land r10564 with a fix for unit tests. Fixed a typo in an ifdef. | jhawkins@chromium.org | 2009-02-27 | 1 | -1/+0 |
* | Reverting 10564. | jhawkins@chromium.org | 2009-02-27 | 1 | -0/+1 |
* | Make firefox_importer_utils.cc compile on Posix. | jhawkins@chromium.org | 2009-02-27 | 1 | -1/+0 |
* | Fix Linux shared build breakages due to undefined symbols. | mmoss@chromium.org | 2009-02-27 | 1 | -0/+1 |
* | Make importer.cc compile on Posix. | jhawkins@chromium.org | 2009-02-26 | 1 | -1/+0 |
* | Remove view_source_contents.cc from the porting list as this file was removed... | jhawkins@chromium.org | 2009-02-26 | 1 | -1/+0 |
* | Make render_view_context_menu.cc compile on Posix. | jhawkins@chromium.org | 2009-02-26 | 1 | -1/+0 |
* | Developer tools messages are forwarded as wrapped IPC::Messages(previously th... | yurys@google.com | 2009-02-26 | 1 | -0/+2 |
* | Make web_drag_source.cc compile on Posix. | jhawkins@chromium.org | 2009-02-26 | 1 | -1/+0 |
* | Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix. | jhawkins@chromium.org | 2009-02-26 | 1 | -1/+0 |
* | Linux: server side backing stores | agl@chromium.org | 2009-02-25 | 1 | -1/+1 |
* | Enable the ToolbarModel on Mac and Linux. Implement ChromeFont on Mac. | pinkerton@chromium.org | 2009-02-25 | 1 | -1/+0 |
* | Compile parts of chrome/browser/automation on Linux. | phajdan.jr@chromium.org | 2009-02-25 | 1 | -2/+0 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 1 | -2/+0 |
* | Make bookmark_context_menu.cc and bookmark_drop_info.cc compile on Posix. | jhawkins@chromium.org | 2009-02-25 | 1 | -2/+0 |
* | Add "new tab" ui to the build and remove some of the scaffolding. Fix compati... | pinkerton@chromium.org | 2009-02-25 | 1 | -1/+0 |
* | Make bookmark_drag_data.cc compile on Posix. | jhawkins@chromium.org | 2009-02-24 | 1 | -1/+0 |
* | Make bookmark_utils.cc compile on Posix. | jhawkins@chromium.org | 2009-02-24 | 1 | -1/+0 |
* | Make autocomplete.cc and dependencies compile on Posix. | jhawkins@chromium.org | 2009-02-24 | 1 | -3/+0 |
* | Download request manager refactoring. | estade@chromium.org | 2009-02-24 | 1 | -1/+1 |
* | Add some browser/dom_ui files to Mac and Linux. Fix errors exposed by GCC. | pinkerton@chromium.org | 2009-02-24 | 1 | -4/+0 |
* | Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu... | mmoss@chromium.org | 2009-02-23 | 1 | -0/+7 |
* | Refactor BaseDownloadItemModel and its inheritors. | estade@chromium.org | 2009-02-23 | 1 | -4/+0 |
* | Make plugin_installer.cc compile on Posix. | jhawkins@chromium.org | 2009-02-23 | 1 | -1/+0 |
* | Make plugin_process_host.cc and child_process_host.cc compile on Posix. | jhawkins@chromium.org | 2009-02-23 | 1 | -1/+0 |
* | Bring download_file, download_manager into POSIX build. | estade@chromium.org | 2009-02-22 | 1 | -2/+0 |
* | Show page icons on back/forward menu lists on linux. | estade@chromium.org | 2009-02-20 | 1 | -1/+0 |
* | Move units to new module printing. Add printing_unittests on Windows too. Mak... | maruel@chromium.org | 2009-02-20 | 1 | -2/+0 |
* | Make plugin_service.cc compile on Posix. | jhawkins@chromium.org | 2009-02-20 | 1 | -1/+0 |
* | Make user_data_manager.cc compile on Posix. | jhawkins@chromium.org | 2009-02-20 | 1 | -1/+0 |
* | Add a line back in that was accidentally removed before the commit. Fixes th... | jhawkins@chromium.org | 2009-02-20 | 1 | -0/+1 |
* | Make template_url_fetcher.cc compile on Posix. | jhawkins@chromium.org | 2009-02-20 | 1 | -2/+0 |
* | Relocate custom button code to its own files, in anticipation of more changes. | evan@chromium.org | 2009-02-19 | 1 | -0/+1 |
* | Add a TabContentsContainerGtk to remove the current hack that inserts the | erg@google.com | 2009-02-19 | 1 | -0/+1 |
* | Port TabContentsFactory to posix. | estade@chromium.org | 2009-02-19 | 1 | -1/+0 |
* | Make render_view_context_menu_controller.cc compile on Posix. | jhawkins@chromium.org | 2009-02-19 | 1 | -1/+0 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-19 | 1 | -5/+0 |
* | Super-simplistic status bubble on Linux. | evan@chromium.org | 2009-02-19 | 1 | -0/+1 |
* | Bring up save_package, save_item, save_file_manager on posix. | estade@chromium.org | 2009-02-19 | 1 | -3/+0 |
* | Make safe_browsing_blocking_page.cc compile on Posix. | jhawkins@chromium.org | 2009-02-19 | 1 | -1/+0 |
* | Port back_forward_menu_model to linux. | estade@chromium.org | 2009-02-18 | 1 | -2/+5 |
* | Implement skeletal ProcessSingleton on Linux to cut down on NOTIMPLEMENTED()s. | evan@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | Make interstitial_page.cc compile on Posix. | jhawkins@chromium.org | 2009-02-18 | 1 | -1/+0 |
* | Make gears_integration.cc compile on Posix. Change the GearsCreateShortcut c... | jhawkins@chromium.org | 2009-02-17 | 1 | -1/+0 |
* | Add importer/firefox_profile_lock_posix.cc to the build. | thestig@chromium.org | 2009-02-17 | 1 | -0/+1 |