| Commit message (Expand) | Author | Age | Files | Lines |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -53/+55 |
* | Fix build | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -125/+135 |
* | Fix some disabled/flaky notification pyauto tests. | kkania@chromium.org | 2011-10-18 | 1 | -14/+51 |
* | Move the PageType enum to content/public/common, put it into the content name... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Add a helper class for downloading and installing extensions from the gallery. | jstritar@chromium.org | 2011-10-13 | 1 | -0/+3 |
* | Replace UninstalledExtensionInfo with just a string for the extension id, all... | kalman@chromium.org | 2011-10-10 | 1 | -4/+2 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-08 | 1 | -19/+17 |
* | Revert 104597 - base::Bind: Complete cleanup of history/. | acolwell@chromium.org | 2011-10-07 | 1 | -17/+19 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-07 | 1 | -19/+17 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | base::Bind: Convert a few more instances. | jhawkins@chromium.org | 2011-10-05 | 1 | -1/+2 |
* | notifications: Migrate BalloonCollection to base::Closure. | tfarina@chromium.org | 2011-10-05 | 1 | -3/+6 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -9/+8 |
* | Refactor ExtensionTabUtil-namespaced functions into their own file. | miket@chromium.org | 2011-09-27 | 1 | -3/+2 |
* | Style changes to automation_provider_observers to make clang happy. | mkwst@chromium.org | 2011-09-23 | 1 | -0/+2 |
* | Convert PyAuto hooks to multiprofile. | mirandac@chromium.org | 2011-09-23 | 1 | -0/+63 |
* | New pyauto automation hook to get browser process information. | dennisjeffrey@chromium.org | 2011-09-23 | 1 | -0/+80 |
* | Refactoring recently closed tab filtering | noyau@chromium.org | 2011-09-22 | 1 | -1/+4 |
* | Wait properly for renderer crashes | phajdan.jr@chromium.org | 2011-09-19 | 1 | -2/+30 |
* | Fix chrome automation snapshotting for pages with plugins and transparent | kkania@chromium.org | 2011-09-15 | 1 | -6/+19 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -16/+13 |
* | Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA... | thakis@chromium.org | 2011-09-01 | 1 | -13/+16 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -16/+13 |
* | Fix pyauto autofill flakiness when submitting profile info via webpage forms. | dennisjeffrey@chromium.org | 2011-08-24 | 1 | -2/+82 |
* | Add the functionality to inject JavaScript into ExtensionHosts. | frankf@google.com | 2011-08-23 | 1 | -2/+11 |
* | Revert 97569 - Add the functionality to inject JavaScript into ExtensionHosts. | nirnimesh@chromium.org | 2011-08-22 | 1 | -25/+3 |
* | Add the functionality to inject JavaScript into ExtensionHosts. | frankf@chromium.org | 2011-08-20 | 1 | -3/+25 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 1 | -1/+0 |
* | Profiles: Clear all BROWSER_OPENED usage | erg@google.com | 2011-08-12 | 1 | -6/+7 |
* | Re-write pyauto automation hook WaitForAllDownloadsToComplete. | dennisjeffrey@chromium.org | 2011-08-10 | 1 | -53/+61 |
* | Refactor: Make PyAuto InstallExtension() take a string. Delete dead code. | dtu@chromium.org | 2011-08-04 | 1 | -57/+2 |
* | Support for adding save page download items into downloads history. | achuith@chromium.org | 2011-08-04 | 1 | -2/+2 |
* | Reland 'Show crashed apps on NTP, desaturated. Click to reload.' | yoz@chromium.org | 2011-08-03 | 1 | -0/+11 |
* | Revert 95009. Causing pyauto NTP test failures on all platforms. | kkania@chromium.org | 2011-08-02 | 1 | -4/+2 |
* | Show crashed apps on NTP, desaturated. Click to reload. | yoz@chromium.org | 2011-08-01 | 1 | -2/+4 |
* | Fix GetTranslateInfo() in Debug | nirnimesh@chromium.org | 2011-08-01 | 1 | -4/+6 |
* | In chromedriver, do not hang when an alert becomes active during an action. | kkania@chromium.org | 2011-07-25 | 1 | -7/+62 |
* | Remove most of the remaining chrome dependencies from the save code. I have a... | jam@chromium.org | 2011-07-25 | 1 | -2/+2 |
* | Ensures history tab displays a throbber when searching. | beaudoin@chromium.org | 2011-07-21 | 1 | -2/+2 |
* | ntp: pull RecentlyClosedTabsHandler into its own file | estade@chromium.org | 2011-07-19 | 1 | -2/+3 |
* | Revert 92870 - Modified cancel and interrupt processing to avoid race with hi... | rdsmith@chromium.org | 2011-07-18 | 1 | -1/+1 |
* | Modified cancel and interrupt processing to avoid race with history. | rdsmith@chromium.org | 2011-07-18 | 1 | -1/+1 |
* | Move the save file code from chrome to content. This is just a file move so t... | jam@chromium.org | 2011-07-14 | 1 | -1/+1 |
* | Adds code to track a set of expanded folders. This is going to be used | sky@chromium.org | 2011-07-13 | 1 | -1/+2 |
* | Resource cleanup and de-duping | estade@chromium.org | 2011-07-12 | 1 | -2/+3 |
* | ntp4: webstore icon | estade@chromium.org | 2011-07-11 | 1 | -5/+4 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -174/+178 |
* | GCC 4.6 -Wunused-but-set-variable cleanup. | pph34r@gmail.com | 2011-07-01 | 1 | -4/+0 |
* | File upload API in chromedriver | hnoda@google.com | 2011-06-28 | 1 | -0/+25 |