| Commit message (Expand) | Author | Age | Files | Lines |
* | To get things green: | glen@chromium.org | 2009-05-09 | 1 | -7/+8 |
* | Add stubs for UserChangedThemes to Mac and Linux. | glen@chromium.org | 2009-05-09 | 2 | -0/+5 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 2 | -2/+2 |
* | Linux: Store/restore focus in tab contents during tab swithcing. | estade@chromium.org | 2009-05-08 | 1 | -0/+3 |
* | Linux: clean up some focus issues. | estade@chromium.org | 2009-05-08 | 6 | -17/+20 |
* | Update the instructional text's visibility on bookmark add/remove events. | erg@google.com | 2009-05-08 | 2 | -1/+13 |
* | Fix regression introduced in r15560 where all bookmark buttons became folders. | erg@google.com | 2009-05-08 | 1 | -1/+13 |
* | Add hung renderer dialog on linux. Pretty much just follow the | tc@google.com | 2009-05-08 | 1 | -0/+215 |
* | Move pgup/dn special casing to browser window gtk. | estade@chromium.org | 2009-05-07 | 1 | -3/+33 |
* | Implement the "(empty)" disabled item placed in empty bookmark menus. | erg@google.com | 2009-05-07 | 1 | -14/+20 |
* | GTK: Handle some accelerators after the focused widget has had a chance to ha... | estade@chromium.org | 2009-05-07 | 2 | -15/+16 |
* | Connect a menu to the "Other bookmarks" button. | erg@google.com | 2009-05-07 | 2 | -25/+16 |
* | linux: use possibly_invalid_spec() for displaying a URL. | evan@chromium.org | 2009-05-07 | 1 | -1/+1 |
* | Implement some basic drawing of Linux Omnibox SSL lock icons. | deanm@chromium.org | 2009-05-07 | 2 | -6/+73 |
* | Change the Linux sad tab message wrapping to match Windows. | deanm@chromium.org | 2009-05-07 | 1 | -8/+12 |
* | Don't link-depend on views/ in chrome/browser/gtk | phajdan.jr@chromium.org | 2009-05-07 | 2 | -28/+0 |
* | Clicking on a folder in the bookmark bar now shows its contents as a menu. | erg@google.com | 2009-05-06 | 4 | -20/+127 |
* | Raise the find bar window every time it's shown via Show(). | estade@chromium.org | 2009-05-06 | 1 | -0/+2 |
* | Render a "sad tab" on tab crash. | willchan@chromium.org | 2009-05-06 | 3 | -3/+203 |
* | Linux: remember user's last selected path for select file dialogs. | estade@chromium.org | 2009-05-06 | 1 | -7/+50 |
* | Redraw the location bar on reload. This change is Gtk+ port of 100198. | deanm@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Improvements to Linux InfoBubble and BookmarkBubble. | deanm@chromium.org | 2009-05-06 | 4 | -26/+197 |
* | Merge two TabContents::InvalidateTypes types and properly update tab download... | estade@chromium.org | 2009-05-06 | 1 | -0/+1 |
* | Find bar: | estade@chromium.org | 2009-05-06 | 2 | -3/+3 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Add a lot of hotkeys to linux. | estade@chromium.org | 2009-05-06 | 3 | -2/+38 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 13 | -13/+14 |
* | Handle mouse back and forward buttons for page navigation. | jhawkins@chromium.org | 2009-05-05 | 1 | -0/+16 |
* | Linux download shelf: remove download items when the associated download is r... | estade@chromium.org | 2009-05-05 | 4 | -17/+74 |
* | Remove the no-longer used TabButtonGtk class. | jhawkins@chromium.org | 2009-05-05 | 3 | -201/+0 |
* | Implement Linux tabs as widgets. This moves tab input handling into the corr... | jhawkins@chromium.org | 2009-05-05 | 10 | -744/+978 |
* | The bookmark bar app menu item should have a checkbox displayed next to it wh... | jhawkins@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Set infobar text to black (overriding system default color). | estade@chromium.org | 2009-05-05 | 1 | -0/+5 |
* | Move *Animation to app/ | ben@chromium.org | 2009-05-05 | 5 | -6/+6 |
* | FindBarView::UpdateForResult is not a good place to | finnur@chromium.org | 2009-05-05 | 2 | -0/+5 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 11 | -11/+11 |
* | Constrain the gtk menu popup to the bounds of the current monitor. | jhawkins@chromium.org | 2009-05-05 | 1 | -4/+9 |
* | Linux: enable omni box ui test and automation proxy ui test. | estade@chromium.org | 2009-05-05 | 1 | -4/+3 |
* | Port the folder selector portion of the BookmarkEditor to GTK. | erg@google.com | 2009-05-05 | 5 | -34/+663 |
* | Highlight the next find result when the return key is pressed in the Linux fi... | jhawkins@chromium.org | 2009-05-05 | 2 | -31/+34 |
* | Fix bug 9812: Remove current RSS code in favor of new more generalized | finnur@chromium.org | 2009-05-04 | 2 | -9/+0 |
* | Fix linux ui tests broken by r15112. | estade@chromium.org | 2009-05-04 | 1 | -4/+8 |
* | Linux: tweak find bar. | estade@chromium.org | 2009-05-04 | 8 | -27/+28 |
* | Make the Linux find bar look a bit better. | deanm@chromium.org | 2009-05-04 | 5 | -12/+27 |
* | Reset the omnibox contents when the user reloads the page. Patch by Yusuke S... | pkasting@chromium.org | 2009-05-04 | 2 | -0/+5 |
* | Fix some recently small size / position regressions in Linux Omnibox. | deanm@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 5 | -30/+27 |
* | linux: set the window icon (used in alt-tab list, etc.) | evan@chromium.org | 2009-05-04 | 2 | -0/+13 |