| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed sync/notifier/base/mac/time_mac.cc (which just includes time_posix.cc). | akalin@chromium.org | 2009-12-04 | 1 | -1/+0 |
* | Switch Mac plugins back to a UI runloop | stuartmorgan@chromium.org | 2009-12-03 | 1 | -0/+1 |
* | Make no-tcmalloc (really, non-base/allocator) builds work again, | dank@chromium.org | 2009-12-03 | 1 | -9/+21 |
* | Unload the entire extension when any part of it crashes. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -3/+2 |
* | Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th... | thestig@chromium.org | 2009-12-02 | 1 | -6/+1 |
* | Splitting off tests in chrome.gyp into a separate gypi. | bradnelson@google.com | 2009-12-02 | 1 | -1673/+1 |
* | Splitting out browser into a separate gypi file. | bradnelson@google.com | 2009-12-02 | 1 | -2357/+5 |
* | Linux: Use upstream google-breakpad instead of our fork. | thestig@chromium.org | 2009-12-02 | 1 | -0/+1 |
* | Take 2 | pkasting@chromium.org | 2009-12-01 | 1 | -2/+0 |
* | Fix build break. | pkasting@chromium.org | 2009-12-01 | 1 | -1/+2 |
* | Add the beginnings of a unit test for the autofill features of the WebDataSer... | skrul@chromium.org | 2009-12-01 | 1 | -0/+1 |
* | GYP roll to bring in fixes to the Xcode generator. | thomasvl@chromium.org | 2009-12-01 | 1 | -1/+1 |
* | Re-enable gtk CookiesViewTest. | mattm@chromium.org | 2009-12-01 | 1 | -1/+0 |
* | Porting the table view to Linux toolkit views. | jcampan@chromium.org | 2009-12-01 | 1 | -1/+1 |
* | Fixes views/gtk build. ImporterView is windows specific. | sky@chromium.org | 2009-11-30 | 1 | -0/+2 |
* | Adds link to bookmark bar that when clicked imports bookmarks. I also | sky@chromium.org | 2009-11-30 | 1 | -0/+2 |
* | Integrate BlacklistManager with Profile. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -2/+2 |
* | In-application Keystone ticket promotion. | mark@chromium.org | 2009-11-28 | 1 | -12/+29 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 1 | -0/+2 |
* | Convert the existing .gyp configuration to use the new base\allocator | sgk@chromium.org | 2009-11-26 | 1 | -20/+21 |
* | Refactor OS-dependent filename exclusion patterns | evan@chromium.org | 2009-11-26 | 1 | -30/+0 |
* | Reverts 33093. The unittest doesn't seem to be able to set registry keys. | gwilson@google.com | 2009-11-25 | 1 | -11/+0 |
* | Adds basic group policy support. Does not wire the settings to the preferenc... | gwilson@google.com | 2009-11-25 | 1 | -0/+11 |
* | sync: get rid of path_helpers files. | nick@chromium.org | 2009-11-25 | 1 | -7/+0 |
* | Changed SyncStatusUIHelper namespace class into a real namespace (sync_ui_uti... | akalin@chromium.org | 2009-11-25 | 1 | -5/+5 |
* | Introduce a new 'all_frames' property to content scripts and | aa@chromium.org | 2009-11-25 | 1 | -0/+2 |
* | Enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-25 | 1 | -0/+8 |
* | Landing the GPU process and command buffer code again, this time with a DEPS ... | apatrick@google.com | 2009-11-25 | 1 | -0/+5 |
* | Partially reverting 32942 | apatrick@google.com | 2009-11-24 | 1 | -5/+0 |
* | Branched gpu process and command buffer code into Chrome tree. Fixed up paths... | apatrick@google.com | 2009-11-24 | 1 | -0/+5 |
* | Final part of PathString cleanup. | munjal@chromium.org | 2009-11-24 | 1 | -2/+0 |
* | Added main menu item for Sync in OS X. (Right below "Preferences..."). Made ... | akalin@chromium.org | 2009-11-24 | 1 | -0/+4 |
* | Make Linux packaging options more granular. | mmoss@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | The appcache system uses two threads, an IO thread and a DB thread. | michaeln@google.com | 2009-11-23 | 1 | -0/+1 |
* | Assorted cleanup. | estade@chromium.org | 2009-11-23 | 1 | -6/+4 |
* | Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync... | tim@chromium.org | 2009-11-21 | 1 | -11/+9 |
* | Implement AutoFillType, the high-level description of AutoFill types. | jhawkins@chromium.org | 2009-11-21 | 1 | -0/+2 |
* | Use common naming for the Linux man page. | mmoss@chromium.org | 2009-11-20 | 1 | -1/+1 |
* | Making grd dependencies more correct for grds in app. | bradnelson@google.com | 2009-11-20 | 1 | -6/+6 |
* | Adds popups to browser actions, completing the feature. | andybons@chromium.org | 2009-11-20 | 1 | -0/+3 |
* | Remove unique naming from syncer! This reduces the complexity. Modify the ind... | chron@google.com | 2009-11-20 | 1 | -0/+2 |
* | Making the browser tests run out-of-process on Windows. | jcampan@chromium.org | 2009-11-19 | 1 | -187/+113 |
* | Move Mac to using renderer spellchecker. | estade@chromium.org | 2009-11-19 | 1 | -14/+4 |
* | Add an .order file to ensure that no global text symbol winds up at an address | mark@chromium.org | 2009-11-19 | 1 | -2/+25 |
* | Trying to unsplit chrome.gyp again. | bradnelson@google.com | 2009-11-19 | 1 | -9/+4156 |
* | Revert 32531 - Merging back chrome.gyp into a single piece. | thestig@chromium.org | 2009-11-19 | 1 | -4145/+9 |
* | Merging back chrome.gyp into a single piece. | bradnelson@google.com | 2009-11-19 | 1 | -9/+4145 |
* | Implement "Import Bookmarks and Settings". | mrossetti@chromium.org | 2009-11-19 | 1 | -0/+1 |
* | Splitting off some pieces of chrome.gyp to make it more manageable. | bradnelson@google.com | 2009-11-19 | 1 | -4145/+9 |
* | Remove the utility process unit tests to simplify the utility process code a ... | jam@chromium.org | 2009-11-19 | 1 | -1/+0 |