| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting 16164. | abarth@chromium.org | 2009-05-15 | 3 | -193/+39 |
* | Try 16162 again. Hopefully should build with gcc. | abarth@chromium.org | 2009-05-15 | 3 | -39/+193 |
* | Reverting 16158. | beng@google.com | 2009-05-15 | 2 | -12/+3 |
* | Reverting 16161. | abarth@chromium.org | 2009-05-15 | 1 | -179/+0 |
* | Add unit tests for SSLHostState. | abarth@chromium.org | 2009-05-15 | 1 | -0/+179 |
* | Tweak layout of password manager views so the buttons don't | tim@chromium.org | 2009-05-15 | 2 | -24/+21 |
* | Do proper cleanup during shutdown to make Valgrind happy. | kuchhal@chromium.org | 2009-05-15 | 2 | -0/+16 |
* | Privacy option added for all cookies to become session cookies. | idanan@chromium.org | 2009-05-15 | 2 | -3/+12 |
* | A quick fix for Issue 11683. | hbono@chromium.org | 2009-05-15 | 1 | -0/+9 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 79 | -258/+260 |
* | Add ExtensionsService::Uninstall() plus unit tests. | aa@chromium.org | 2009-05-15 | 6 | -58/+185 |
* | Uploaded & applied on behalf of Roger Tawa (rogerta@google.com). | rafaelw@chromium.org | 2009-05-15 | 4 | -20/+136 |
* | Finish refactoring to make SSLPolicy and friends unit testable. Next stop: t... | abarth@chromium.org | 2009-05-15 | 12 | -288/+292 |
* | Refactors DockInfo so that it can be used on Linux. I haven't done the | sky@chromium.org | 2009-05-15 | 6 | -375/+429 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 44 | -116/+121 |
* | Signature changed to take a Profile* | tim@chromium.org | 2009-05-15 | 3 | -3/+3 |
* | Create app_switches and remove a dep. | beng@google.com | 2009-05-15 | 3 | -0/+3 |
* | Update French spellcheck dictionary to 1.4. | jungshik@google.com | 2009-05-15 | 1 | -1/+1 |
* | Fix issue where the star in the history page could be hidden by long | arv@chromium.org | 2009-05-15 | 1 | -3/+50 |
* | Remove a trailing slash in BrowserView. gcc doesn't like these. | sky@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Reverting 16124. | beng@google.com | 2009-05-14 | 7 | -14/+17 |
* | Reverting 16122. | beng@google.com | 2009-05-14 | 7 | -17/+14 |
* | Move bitmap conversion function from chrome/common/gtk_utils.h into app/gfx/g... | beng@google.com | 2009-05-14 | 7 | -14/+17 |
* | Use the Mac omnibox field's font as the basis for the fonts used in the field... | shess@chromium.org | 2009-05-14 | 4 | -51/+77 |
* | Move Always On Top setting out of Window/WindowDelegate and into task manager... | beng@google.com | 2009-05-14 | 6 | -34/+104 |
* | Add error handling to PageAction extension API. | finnur@chromium.org | 2009-05-14 | 2 | -13/+29 |
* | Refactors menus so that I can create a MenuGtk implementation, and moves it into | sky@chromium.org | 2009-05-14 | 18 | -125/+138 |
* | Extend the chrome.tabs API to allow relative paths. | finnur@chromium.org | 2009-05-14 | 1 | -5/+26 |
* | Add #include <string> to fix building with gcc 4.3. | thestig@chromium.org | 2009-05-14 | 1 | -0/+1 |
* | Add star icon for bookmarked results in the omnibox2 popup view. | beng@google.com | 2009-05-14 | 2 | -6/+18 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 35 | -76/+103 |
* | Add a separate cookie store that's used for extensions. | mpcomplete@google.com | 2009-05-14 | 8 | -38/+121 |
* | linux: more NOTIMPLEMENTED bugs. | evan@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | linux: another notimplemented into a bug. | evan@chromium.org | 2009-05-14 | 1 | -1/+3 |
* | linux: not supporting page actions is a bug. | evan@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Provide one set of mac common app name defines for things that need the name ... | thomasvl@chromium.org | 2009-05-14 | 2 | -9/+5 |
* | Fixup colors for inactive tab. | jeremy@chromium.org | 2009-05-14 | 1 | -2/+2 |
* | Implement OS X Encoding Menu. | jeremy@chromium.org | 2009-05-14 | 10 | -82/+441 |
* | Add support for almost-recursive watches in Linux DirectoryWatcher | phajdan.jr@chromium.org | 2009-05-14 | 1 | -1/+5 |
* | Fix regression caused by gfx::Size no longer accepting negative | tim@chromium.org | 2009-05-14 | 1 | -3/+2 |
* | Revert "Implement OS X Encoding Menu." | tc@google.com | 2009-05-14 | 10 | -3124/+82 |
* | Enable one SessionRestoreUITest. | huanr@chromium.org | 2009-05-14 | 1 | -49/+51 |
* | Update comments as requested by jcampan. | abarth@chromium.org | 2009-05-14 | 2 | -3/+1 |
* | Implement OS X Encoding Menu. | jeremy@chromium.org | 2009-05-14 | 10 | -82/+3124 |
* | Add match count text to the GTK find bar. This also makes the bar wider. | brettw@chromium.org | 2009-05-14 | 7 | -84/+139 |
* | Enable basic saving/restoring window placements on Mac. | rohitrao@chromium.org | 2009-05-14 | 9 | -121/+327 |
* | Add missing ALLOW_THIS_IN_INITIALIZER_LIST... | phajdan.jr@chromium.org | 2009-05-14 | 1 | -1/+3 |
* | Extract Windows-specific parts of TaskManager. | phajdan.jr@chromium.org | 2009-05-14 | 6 | -506/+618 |
* | Remove bad DCHECK. | abarth@chromium.org | 2009-05-14 | 1 | -1/+0 |
* | Build fix. | abarth@chromium.org | 2009-05-14 | 3 | -14/+8 |