| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement removeWindow, onWindowCreated, onWindowRemoved. | rafaelw@chromium.org | 2009-04-30 | 8 | -16/+123 |
* | Fix race where sometimes CSS is not applied to toolstrips. I | aa@chromium.org | 2009-04-29 | 13 | -364/+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 | 4 | -43/+68 |
* | Adds a new API for launching Chrome at a given size and location. | gwilson@google.com | 2009-04-29 | 2 | -0/+51 |
* | Refactor ExtensionView to support a UI-less extension instance. | mpcomplete@google.com | 2009-04-29 | 20 | -238/+529 |
* | Migrating the SSL UI tests to be browser tests. | jcampan@chromium.org | 2009-04-29 | 8 | -88/+899 |
* | Move window chrome into drag overlay so they stand out more during a drag out... | pinkerton@chromium.org | 2009-04-29 | 2 | -1/+14 |
* | Move TabsAPI, bookmarks, and buildbot extensiosn into samples/ dir. | aa@chromium.org | 2009-04-29 | 11 | -1/+0 |
* | 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 |
* | A better fix for http://www.crbug.com/2044: crash | senorblanco@chromium.org | 2009-04-29 | 2 | -0/+8 |
* | missing file from last commit | estade@chromium.org | 2009-04-29 | 1 | -1/+2 |
* | Enable two more installer tests. | kuchhal@chromium.org | 2009-04-29 | 1 | -2/+2 |
* | Second attempt at cleaning up handling of --disable-popup-blocking. I didn't... | pkasting@chromium.org | 2009-04-29 | 6 | -45/+37 |
* | Linux findbar improvements: | estade@chromium.org | 2009-04-29 | 7 | -74/+110 |
* | Try --force-uninstall param to see if that fixes installer tests. | kuchhal@chromium.org | 2009-04-29 | 2 | -5/+5 |
* | 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 |
* | Patch by Shinichiro Hamaji <hamaji@google.com>: | ben@chromium.org | 2009-04-29 | 5 | -1/+23 |
* | more extensions bookmarks changes:* add schema verification* add unit tests f... | erikkay@google.com | 2009-04-29 | 8 | -95/+468 |
* | Switch to a raw kAEOpenDocuments AppleEvent handler for opening dropped files... | avi@google.com | 2009-04-29 | 1 | -5/+33 |
* | Remove an include that's no longer necessary (constant moved headers). | pinkerton@chromium.org | 2009-04-29 | 1 | -1/+0 |
* | Add descriptive text for omnibox popup result items. | ben@chromium.org | 2009-04-29 | 8 | -40/+103 |
* | Part 1 of sample sprucing. Also, change chromium_extension.py to generate a r... | aa@chromium.org | 2009-04-29 | 25 | -70/+621 |
* | 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 | 14 | -44/+52 |
* | Stop debugger by escape key. | sgjesse@chromium.org | 2009-04-29 | 3 | -3/+16 |
* | Add new files to the gyp configuration: | sgk@google.com | 2009-04-29 | 1 | -0/+3 |
* | 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 | 4 | -6/+25 |
* | Remove unused IPC deserializer | cpu@google.com | 2009-04-29 | 1 | -33/+0 |
* | Instead of passing down a switch to the renderer, storing a member, etc., jus... | pkasting@chromium.org | 2009-04-29 | 4 | -25/+6 |
* | Add a few extra error messages to help catch typos in schemas. | erikkay@google.com | 2009-04-29 | 1 | -2/+11 |
* | Unref the GC so it's destroy after we create it. | deanm@chromium.org | 2009-04-29 | 1 | -0/+2 |
* | Add a hook for using the std::set_new_handler(). | mbelshe@google.com | 2009-04-29 | 1 | -9/+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 |
* | Rolling back webkit-gyp switch. r14382 | bradnelson@google.com | 2009-04-29 | 55 | -148/+228 |
* | Fixing missing dependecies on webcore from glue and others. | bradnelson@google.com | 2009-04-29 | 1 | -0/+8 |
* | Switching webkit over to gyp on windows. | bradnelson@google.com | 2009-04-29 | 55 | -228/+147 |
* | Reverting 14826. | ben@chromium.org | 2009-04-29 | 8 | -103/+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 | 8 | -39/+102 |
* | Changes in preparation for webkit switch to gyp. | bradnelson@google.com | 2009-04-29 | 1 | -1/+1 |
* | Adding dependency v8_nosnapshot -> js2c. | bradnelson@google.com | 2009-04-29 | 1 | -12/+11 |
* | Write a test for my previous patch to fix a crash in back/forward navigations | brettw@chromium.org | 2009-04-29 | 3 | -10/+88 |