| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Support PgUp/PgDn in Omnibox for "first entry/last entry" | ukai@chromium.org | 2009-04-29 | 4 | -17/+32 |
* | Add descriptive text for omnibox popup result items. | ben@chromium.org | 2009-04-29 | 1 | -39/+94 |
* | Write a test for my previous patch to fix a crash in back/forward navigations | brettw@chromium.org | 2009-04-29 | 1 | -0/+66 |
* | Update a test expectation due to rolling GURL dep. | ericroman@google.com | 2009-04-29 | 2 | -2/+3 |
* | Fix mac build break. | kuchhal@chromium.org | 2009-04-28 | 1 | -0/+1 |
* | Style fixes for previous review: | paul@chromium.org | 2009-04-28 | 1 | -6/+7 |
* | Bah, I should compile before fixing. Need to assign the results of | tc@google.com | 2009-04-28 | 1 | -1/+1 |
* | Fix the case where a previous tab is closing and the mouse is pressed on a ta... | jhawkins@chromium.org | 2009-04-28 | 1 | -1/+12 |
* | Implement a couple more methods for dialog boxes including the prompt box. | tc@google.com | 2009-04-28 | 1 | -10/+26 |
* | Linux: Make the findbar hang over the render view. | estade@chromium.org | 2009-04-28 | 3 | -4/+39 |
* | plugins: Some obvious ifdef removals (code that previously wouldn't link). | evan@chromium.org | 2009-04-28 | 1 | -11/+0 |
* | Create a bookmark editor dialog interface and implement a GTK version. | erg@google.com | 2009-04-28 | 8 | -73/+513 |
* | Make Chrome default after importing from current default browser. | kuchhal@chromium.org | 2009-04-28 | 1 | -2/+2 |
* | Support for tabs reaching a threshold before tearing off (magnetism), showing... | pinkerton@chromium.org | 2009-04-28 | 8 | -86/+264 |
* | Disable Tab1Tab2, as it's flaky. | evan@chromium.org | 2009-04-28 | 1 | -1/+2 |
* | Always simulate a mouse movement after animations in the Linux tabstrip to ma... | jhawkins@chromium.org | 2009-04-28 | 1 | -23/+19 |
* | Relanding this: | jcampan@chromium.org | 2009-04-28 | 2 | -4/+22 |
* | Allow File>Open File with no window open. | avi@google.com | 2009-04-28 | 1 | -0/+6 |
* | Unittest for FindBarBridge. | rohitrao@chromium.org | 2009-04-28 | 1 | -0/+33 |
* | Swap NOTIMPLEMENTED with a bug comment. | pinkerton@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | Synchronously update the loading state when a load starts so that the UI will | brettw@chromium.org | 2009-04-28 | 9 | -31/+41 |