| Commit message (Expand) | Author | Age | Files | Lines |
* | The appcache system uses two threads, an IO thread and a DB thread. | michaeln@google.com | 2009-11-23 | 4 | -16/+58 |
* | Assorted cleanup. | estade@chromium.org | 2009-11-23 | 15 | -61/+34 |
* | Add platform abstraction for simple error box, and use it in a couple extensi... | estade@chromium.org | 2009-11-23 | 11 | -57/+46 |
* | Add a label member to the FormField class. This member will hold the value o... | jhawkins@chromium.org | 2009-11-23 | 2 | -14/+36 |
* | Fix bug when accessing g_browser_process->broker_services() at shutdown. | jam@chromium.org | 2009-11-23 | 6 | -22/+38 |
* | Fixing GCC 4.4 build fix (landing a patch for hbono) | ian@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | GTK: Set initial size for js alert. | estade@chromium.org | 2009-11-23 | 2 | -0/+17 |
* | GTK: don't dereference stale ConstrainedWindow pointer. | estade@chromium.org | 2009-11-23 | 1 | -2/+4 |
* | Default browser checking on start-up was broken. | jcampan@chromium.org | 2009-11-23 | 1 | -1/+3 |
* | Adding some missing accelerators to Linux toolkit views. | jcampan@chromium.org | 2009-11-23 | 1 | -1/+10 |
* | Add locale as a parameter to the extension link. | mirandac@chromium.org | 2009-11-23 | 1 | -4/+5 |
* | Adjust the position of the frame background image for ChromeOS to match gtk b... | oshima@chromium.org | 2009-11-23 | 1 | -3/+17 |
* | Revert "installer: clean up to use FilePath instead of std::wstring." | kuchhal@chromium.org | 2009-11-23 | 28 | -357/+392 |
* | Some small comment fixes for HostResolver and DnsMaster. | eroman@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | Take 2 at moving NTP CSS resources into the NTP resource cache. | tony@chromium.org | 2009-11-23 | 11 | -269/+301 |
* | Improve unit test robustness. | mrossetti@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | Test continues to be flaky, but it's getting run anyway so mark it DISABLED t... | tim@chromium.org | 2009-11-23 | 1 | -6/+3 |
* | installer: clean up to use FilePath instead of std::wstring. | kuchhal@chromium.org | 2009-11-23 | 28 | -392/+357 |
* | Adjusts font sizes to be readable on Chrome OS. | sky@chromium.org | 2009-11-23 | 1 | -0/+5 |
* | Try to make the start up tests less flaky by switching | tony@chromium.org | 2009-11-23 | 1 | -4/+6 |
* | Call FNNotify on download complete; this should help apps watching the downlo... | avi@google.com | 2009-11-23 | 1 | -1/+8 |
* | Allow reentrant tasks on window close in in-proc browser test framework. Dis... | kkania@chromium.org | 2009-11-23 | 2 | -0/+23 |
* | DevTools: Add UMA entry for inspect element action. | pfeldman@chromium.org | 2009-11-23 | 2 | -2/+3 |
* | Docs polish: | aa@chromium.org | 2009-11-23 | 43 | -1292/+1112 |
* | Mac: fix toolbar sizing bug upon unloading extension/theme. | viettrungluu@chromium.org | 2009-11-22 | 1 | -0/+7 |
* | gtk: Get rid of status bubble flicker. | derat@chromium.org | 2009-11-22 | 2 | -2/+20 |
* | Mac: minor cleanup of constants in toolbar_controller.mm. | viettrungluu@chromium.org | 2009-11-22 | 1 | -12/+16 |
* | Updating trunk VERSION from 255.0 to 256.0 | chrome-bot@google.com | 2009-11-22 | 1 | -1/+1 |
* | build fix: missing include | evan@chromium.org | 2009-11-22 | 1 | -0/+1 |
* | Revert change that disallowed content scripts access to | aa@chromium.org | 2009-11-22 | 25 | -188/+188 |
* | Put the --type switch back as the first for renderers, for easy identification. | mdm@chromium.org | 2009-11-22 | 1 | -6/+6 |
* | Remove old bookmark sync promo from new tab page. | mirandac@chromium.org | 2009-11-21 | 2 | -10/+1 |
* | Remove old bookmark sync promo from new tab page. | mirandac@chromium.org | 2009-11-21 | 1 | -6/+0 |
* | Revert 32754 - Remove old bookmark sync promo from new tab page. | mirandac@chromium.org | 2009-11-21 | 3 | -1/+16 |
* | Remove old bookmark sync promo from new tab page. | mirandac@chromium.org | 2009-11-21 | 3 | -16/+1 |
* | Launch all child processes asynchronously so as not to block the IO thread. | jam@chromium.org | 2009-11-21 | 17 | -387/+430 |
* | Tommi, please review everything. John please review the changes to plugin_ser... | ananta@chromium.org | 2009-11-21 | 2 | -0/+16 |
* | Mac: Implement profile error dialog. | thakis@chromium.org | 2009-11-21 | 1 | -1/+18 |
* | Mark Page404_GoBack as flaky on linux | tim@chromium.org | 2009-11-21 | 1 | -0/+6 |
* | Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync... | tim@chromium.org | 2009-11-21 | 65 | -2891/+2482 |
* | Updating trunk VERSION from 254.0 to 255.0 | chrome-bot@google.com | 2009-11-21 | 1 | -1/+1 |
* | Mac: fix error message which mentions top instead of ps. | viettrungluu@chromium.org | 2009-11-21 | 1 | -5/+6 |
* | Revert 32727 - Disable sync. (Will be committed on beta branch only, and this... | akalin@chromium.org | 2009-11-21 | 1 | -1/+1 |
* | Disable sync. (Will be committed on beta branch only, and this CL will be imm... | akalin@chromium.org | 2009-11-21 | 1 | -1/+1 |
* | Mark worker tests as flaky on mac. | tim@chromium.org | 2009-11-21 | 1 | -0/+4 |
* | posix: refactor duplicated path-handling code | evan@chromium.org | 2009-11-21 | 2 | -2/+2 |
* | Implement AutoFillType, the high-level description of AutoFill types. | jhawkins@chromium.org | 2009-11-21 | 3 | -0/+189 |
* | Make the commit_charge the important statistic (displayed on the | sgk@google.com | 2009-11-21 | 4 | -7/+13 |
* | Remove old files. | nsylvain@chromium.org | 2009-11-20 | 14 | -1041/+0 |
* | Use AutoReset (formerly ScopedBool) where possible. | pkasting@chromium.org | 2009-11-20 | 6 | -26/+23 |