| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch for accelerator clean-up from Hamaji. | jcampan@chromium.org | 2009-04-30 | 4 | -11/+39 |
* | Turn off unit test that fails on builder. | pinkerton@chromium.org | 2009-04-30 | 1 | -0/+4 |
* | use EXTENSION_FUNCTION_VALIDATE in extension_tabs_module.cc | rafaelw@chromium.org | 2009-04-30 | 2 | -60/+24 |
* | Correct omnibox2 popup placement for RTL languages. | ben@chromium.org | 2009-04-30 | 1 | -1/+6 |
* | GTK: Directly allocate widgets that are children of GtkFixed. | estade@chromium.org | 2009-04-30 | 2 | -5/+8 |
* | Upadte version for the Lithuanian spell check dictionary. | mal@chromium.org | 2009-04-30 | 1 | -0/+1 |
* | Add notification (and unit test) for closing prefs window so it can be cleane... | pinkerton@chromium.org | 2009-04-30 | 4 | -5/+51 |
* | Add a very basic preferences window controller with unit test. Fix the prefs ... | pinkerton@chromium.org | 2009-04-30 | 4 | -2/+114 |
* | Relanding this, it was missing the Mac unit-test change, that was breaking th... | jcampan@chromium.org | 2009-04-30 | 7 | -8/+43 |
* | Fix issue 11006 - any plugin process started by InProcessBrowserTest was | tim@chromium.org | 2009-04-30 | 2 | -5/+5 |
* | Reverting 14948. | jcampan@chromium.org | 2009-04-30 | 6 | -41/+8 |
* | Closing the last tab with a download in-progress would cause the tab to be | jcampan@chromium.org | 2009-04-30 | 6 | -8/+41 |
* | Initial prefs window xib from Cole. Hook the menu up to (empty) code. Use sco... | pinkerton@chromium.org | 2009-04-30 | 2 | -9/+22 |
* | Add a dark selected icon set for the Omnibox results. | deanm@chromium.org | 2009-04-30 | 1 | -5/+7 |
* | The "size-request" event is run-first, clean up the Omnibox handler. | deanm@chromium.org | 2009-04-30 | 2 | -9/+8 |
* | Use the new selected icons in Linux Omnibox. | deanm@chromium.org | 2009-04-30 | 1 | -7/+12 |
* | Implement a mostly working InfoBubble with a shim BookmarkBubble. | deanm@chromium.org | 2009-04-30 | 6 | -1/+351 |
* | Minimal SetInitialFocus and RestoreFocus. These aren't final, but this | rohitrao@chromium.org | 2009-04-30 | 1 | -1/+5 |
* | Make task_manager_resource_providers.cc compile on POSIX. | phajdan.jr@chromium.org | 2009-04-30 | 3 | -24/+41 |
* | A quick fix for supporting bidirectional texts in omnibox2. | hbono@chromium.org | 2009-04-30 | 1 | -5/+6 |
* | Implement removeWindow, onWindowCreated, onWindowRemoved. | rafaelw@chromium.org | 2009-04-30 | 5 | -4/+74 |
* | Fix race where sometimes CSS is not applied to toolstrips. I | aa@chromium.org | 2009-04-29 | 2 | -4/+4 |
* | Avoid invalid read reported by valgrind, http://crbug.com/11132, | dkegel@google.com | 2009-04-29 | 1 | -1/+6 |
* | Basic fullscreen mode for Linux, without the animated exit bubble. | thestig@chromium.org | 2009-04-29 | 6 | -5/+40 |
* | Make "Reopen closed tab" be "Reopen closed window" when a window is the top i... | pkasting@chromium.org | 2009-04-29 | 1 | -3/+12 |
* | Refactor ExtensionView to support a UI-less extension instance. | mpcomplete@google.com | 2009-04-29 | 16 | -228/+502 |
* | Migrating the SSL UI tests to be browser tests. | jcampan@chromium.org | 2009-04-29 | 5 | -22/+785 |
* | Move window chrome into drag overlay so they stand out more during a drag out... | pinkerton@chromium.org | 2009-04-29 | 2 | -1/+14 |
* | Fix a DCHECK hit from RefCountedBase class. | kuchhal@chromium.org | 2009-04-29 | 1 | -2/+2 |
* | Fix SlideAnimatorGtk::OpenWithoutAnimation(). | estade@chromium.org | 2009-04-29 | 2 | -9/+36 |
* | missing file from last commit | estade@chromium.org | 2009-04-29 | 1 | -1/+2 |
* | Second attempt at cleaning up handling of --disable-popup-blocking. I didn't... | pkasting@chromium.org | 2009-04-29 | 3 | -21/+34 |
* | Linux findbar improvements: | estade@chromium.org | 2009-04-29 | 7 | -74/+110 |
* | Patch from <yuzo@google.com>: | ben@chromium.org | 2009-04-29 | 1 | -2/+9 |
* | Implement dropping of tabs into an existing tab strip from another window. Im... | pinkerton@chromium.org | 2009-04-29 | 6 | -41/+162 |
* | more extensions bookmarks changes:* add schema verification* add unit tests f... | erikkay@google.com | 2009-04-29 | 3 | -11/+259 |
* | Switch to a raw kAEOpenDocuments AppleEvent handler for opening dropped files... | avi@google.com | 2009-04-29 | 1 | -5/+33 |
* | Add descriptive text for omnibox popup result items. | ben@chromium.org | 2009-04-29 | 1 | -40/+95 |
* | Fixes bug in dragging tabs. Specifically if you only have one window | sky@chromium.org | 2009-04-29 | 1 | -1/+1 |
* | Close the hovered tab on middle mouse click in the Linux tabstrip. | jhawkins@chromium.org | 2009-04-29 | 2 | -5/+3 |
* | Two changes: | sky@chromium.org | 2009-04-29 | 6 | -12/+10 |
* | Stop debugger by escape key. | sgjesse@chromium.org | 2009-04-29 | 3 | -3/+16 |
* | Free gtk list. Should fix valgrind warning | dkegel@google.com | 2009-04-29 | 1 | -2/+4 |
* | Revert "Instead of passing down a switch to the renderer, storing a member, e... | evan@chromium.org | 2009-04-29 | 2 | -4/+2 |
* | Instead of passing down a switch to the renderer, storing a member, etc., jus... | pkasting@chromium.org | 2009-04-29 | 2 | -2/+4 |
* | Unref the GC so it's destroy after we create it. | deanm@chromium.org | 2009-04-29 | 1 | -0/+2 |
* | Support for showing memory usage of 64-bit IE in a 32-bit Chromium | mbelshe@google.com | 2009-04-29 | 3 | -31/+43 |
* | Back to creating a new GC for each expose. | deanm@chromium.org | 2009-04-29 | 1 | -2/+1 |
* | Adds items to the Window menu on Mac. | rohitrao@chromium.org | 2009-04-29 | 1 | -0/+21 |
* | Reverting 14826. | ben@chromium.org | 2009-04-29 | 1 | -95/+40 |