| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the old chrome/browser/gtk directory and its stubbed contents. | msw@chromium.org | 2011-01-19 | 86 | -1032/+0 |
* | Update references part 1: | msw@chromium.org | 2011-01-18 | 32 | -384/+0 |
* | Move chrome/browser/gtk/ to chrome/browser/ui/gtk/ | msw@chromium.org | 2011-01-14 | 263 | -62287/+355 |
* | [gtk] shenanigans to get the confirm infobar's text to shrink/hide before the... | estade@chromium.org | 2011-01-13 | 1 | -7/+15 |
* | Cleanup: Remove unneeded chrome/browser/ui/browser.h usage. | thestig@chromium.org | 2011-01-13 | 5 | -5/+0 |
* | This adds a "killed tab" page to be displayed in the case where a tab is kill... | gspencer@chromium.org | 2011-01-13 | 2 | -12/+36 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 1 | -1/+1 |
* | Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5. | craig.schlenter@chromium.org | 2011-01-13 | 1 | -1/+1 |
* | Cleanup: Remove unneeded includes of pref_names.h | thestig@chromium.org | 2011-01-13 | 1 | -1/+2 |
* | NSS: PKCS 11 password prompt. | mattm@chromium.org | 2011-01-13 | 2 | -4/+237 |
* | Chromium build failed with heap leak checker, or configured with | tony@chromium.org | 2011-01-13 | 1 | -0/+2 |
* | Revert 71169 - Revert 71167 - Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 3 | -6/+5 |
* | Revert 71167 - Remove wstring from gfx. | joi@chromium.org | 2011-01-12 | 3 | -5/+6 |
* | Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 3 | -6/+5 |
* | Changes instant so that the newly created tab has a new id. Doing | sky@chromium.org | 2011-01-11 | 2 | -2/+4 |
* | The UMA stat for the Wrench menu was only firing when Alt+F was pressed, not ... | finnur@chromium.org | 2011-01-11 | 1 | -1/+3 |
* | Made TextWidth and SetInstantSuggestion common interface in AutocompleteEdit... | oshima@chromium.org | 2011-01-11 | 1 | -6/+2 |
* | Cleanup: Remove unneeded includes of chrome_switches.h. | thestig@chromium.org | 2011-01-11 | 7 | -7/+0 |
* | Remove the stubbed out headers in chrome/browser/views. | msw@chromium.org | 2011-01-10 | 1 | -2/+2 |
* | Adds lab for making instant suggest autocomplete immediately. As part | sky@chromium.org | 2011-01-10 | 1 | -1/+16 |
* | Refactored the screenshot mechanism. | rkc@chromium.org | 2011-01-10 | 2 | -7/+11 |
* | Fix situation where a new drag could start before previous one completes. | tsepez@chromium.org | 2011-01-10 | 2 | -4/+19 |
* | Fix a lot of casing and ellipsis bugs on options dialog buttons | estade@chromium.org | 2011-01-08 | 1 | -2/+2 |
* | [gtk] fix a corner case where the status bubble was in the way of the cursor. | estade@chromium.org | 2011-01-08 | 2 | -13/+36 |
* | Move animation code to new ui/base/animation directory. | ben@chromium.org | 2011-01-07 | 26 | -161/+178 |
* | Fixes bug in handling of openning background tabs by way of clicking | sky@chromium.org | 2011-01-06 | 1 | -1/+1 |
* | [gtk] Fix a couple painting issues with infobar arrows. | estade@chromium.org | 2011-01-06 | 2 | -0/+17 |
* | Linux, webui: do file access on the file thread when the "change proxy settin... | mdm@chromium.org | 2011-01-06 | 1 | -16/+34 |
* | Remove last usage of wstring from Linux build, fix official builders. | avi@chromium.org | 2011-01-05 | 1 | -6/+6 |
* | [gtk] Fix padding in omnibox security label. | estade@chromium.org | 2011-01-05 | 1 | -2/+2 |
* | Remove IDS_LEARN_MORE_REPORTING_URL from locale_settings.grd | tfarina@chromium.org | 2011-01-05 | 1 | -2/+4 |
* | Change Font.GetStringWidth() to take string16 instead of wstring. | estade@chromium.org | 2011-01-04 | 3 | -5/+5 |
* | Remove wstring from l10n_util. Part 4. | avi@chromium.org | 2011-01-04 | 1 | -9/+14 |
* | Remove IDS_CHROMIUM_PROJECT_URL from locale_settings.grd | tfarina@chromium.org | 2011-01-04 | 1 | -2/+4 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 2 | -3/+3 |
* | Remove wstring from TableModel. | avi@chromium.org | 2010-12-30 | 8 | -24/+24 |
* | gtk: Cleanup BookmarkBarGtk class. | tfarina@chromium.org | 2010-12-28 | 2 | -14/+9 |
* | Remove wstring from l10n_util. Part 2. | avi@chromium.org | 2010-12-28 | 1 | -3/+2 |
* | Update menu icons for dynamic items when we update the label. | atwilson@chromium.org | 2010-12-28 | 1 | -1/+11 |
* | gtk: Cleanup JSModalDialogGtk implementation. | tfarina@chromium.org | 2010-12-24 | 2 | -25/+13 |
* | Display background page wrench menu badge on gtk. | atwilson@chromium.org | 2010-12-23 | 1 | -10/+24 |
* | Change extension unload notification to indicate updates. | asargent@chromium.org | 2010-12-23 | 1 | -1/+2 |
* | Prevent extensions from moving tabs that are being dragged. This fixes a cras... | jstritar@chromium.org | 2010-12-22 | 7 | -0/+29 |
* | Update the time formatting APIs to use string16. | avi@chromium.org | 2010-12-22 | 3 | -16/+14 |
* | [Linux] Make reserved accelerators non-blockable unless they conflict with ed... | suzhe@google.com | 2010-12-21 | 2 | -40/+6 |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 1 | -2/+2 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 1 | -2/+2 |
* | Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki... | chase@chromium.org | 2010-12-20 | 1 | -2/+2 |
* | Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... | brettw@chromium.org | 2010-12-20 | 1 | -2/+2 |
* | Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put | brettw@chromium.org | 2010-12-20 | 1 | -2/+2 |