| Commit message (Expand) | Author | Age | Files | Lines |
* | Latest translated strings. | mal@chromium.org | 2009-08-08 | 98 | -1393/+3647 |
* | Committing for Siggi based on review: | mad@google.com | 2009-08-08 | 6 | -24/+82 |
* | GTK: Use stock icons for bookmark folder and default favicon. | estade@chromium.org | 2009-08-08 | 7 | -31/+69 |
* | Fix for bookmark bar text not being correct in subsequent Windows. I believe ... | glen@chromium.org | 2009-08-08 | 1 | -5/+12 |
* | GTK Theme: Use Glen's new non-border | erg@google.com | 2009-08-08 | 17 | -33/+65 |
* | Fix stupid added line | pkasting@chromium.org | 2009-08-08 | 1 | -1/+0 |
* | Suppress what looks like a Flash crash that we probably can't do much about. | pkasting@chromium.org | 2009-08-08 | 1 | -0/+4 |
* | Add new reliability crash to known_crashes | tim@chromium.org | 2009-08-07 | 1 | -0/+3 |
* | Skip a test under valgrind that seems to flakily hang. | pkasting@chromium.org | 2009-08-07 | 1 | -0/+2 |
* | Revert accidental change that snuck into my last patch. | estade@chromium.org | 2009-08-07 | 1 | -1/+2 |
* | GTK: Make the bookmark bar folder menus dismiss properly. | estade@chromium.org | 2009-08-07 | 1 | -2/+37 |
* | Delay releasing plugin process for 10s. | cmp@google.com | 2009-08-07 | 1 | -1/+12 |
* | Fixed the message which appears when the user is asked to re-login when the l... | idana@chromium.org | 2009-08-07 | 3 | -11/+14 |
* | Binaries for chromium built updated OGG, and reduced in size with O2 and stat... | fbarchard@chromium.org | 2009-08-07 | 1 | -1/+0 |
* | Fix for an "update in progress" DCHECK. | paul@chromium.org | 2009-08-07 | 2 | -1/+32 |
* | New stack trace for leak in rsa_private_key_win.cc | tim@chromium.org | 2009-08-07 | 1 | -0/+14 |
* | Set up a interposing library for Carbon calls made by plugins. | stuartmorgan@google.com | 2009-08-07 | 6 | -3/+245 |
* | Similar-looking stack trace to another recently-found one | pkasting@chromium.org | 2009-08-07 | 1 | -0/+1 |
* | New reliability bot crash. Couldn't debug much from the dump :( | pkasting@chromium.org | 2009-08-07 | 1 | -1/+2 |
* | Check the bookmark bar state when updating the title of the page. | tc@google.com | 2009-08-07 | 1 | -0/+6 |
* | Use the inactive window overlay when the window is inactive. | tc@google.com | 2009-08-07 | 1 | -1/+2 |
* | Turning on incremental linking for 64-bit machines. | bradnelson@chromium.org | 2009-08-07 | 1 | -15/+17 |
* | The UrlRequestAutomationJob::GetResponseInfo function needs to return a valid... | ananta@chromium.org | 2009-08-07 | 1 | -1/+16 |
* | Ensure that popups windows are not themed. | mirandac@chromium.org | 2009-08-07 | 2 | -14/+48 |
* | Mark a layout tests as crash/pass; disable two crashing UI tests. | senorblanco@chromium.org | 2009-08-07 | 1 | -2/+4 |
* | Move some Mac l10n helpers out into app/l10n so they are closer to the generi... | thomasvl@chromium.org | 2009-08-07 | 5 | -83/+6 |
* | In app windows, fallback to the product icon if there's no site favicon. | tc@google.com | 2009-08-07 | 1 | -2/+6 |
* | Add a new net::Error value: ERR_CONNECTION_TIMED_OUT. | willchan@chromium.org | 2009-08-07 | 2 | -3/+9 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 21 | -53/+246 |
* | Fix some issues with bookmark bar folder menu. | estade@chromium.org | 2009-08-07 | 1 | -11/+32 |
* | Move the sync options group from "user Data" tab to "Personal Stuff" tab and ... | munjal@chromium.org | 2009-08-07 | 8 | -293/+191 |
* | Finish adding l10n constants for the menu items i didn't do before. | thomasvl@chromium.org | 2009-08-07 | 2 | -80/+152 |
* | Implement back/forward toolbar menus on Mac (bug 13203). | avi@chromium.org | 2009-08-07 | 13 | -48/+547 |
* | Add CSS Keyword values and conversion routines to webkit glue. | jeremy@chromium.org | 2009-08-07 | 7 | -0/+96 |
* | Fix a bug where we don't maximize on titlebar double click in KWin. | tc@google.com | 2009-08-07 | 2 | -4/+39 |
* | Removing unused #include from url_constants.cc. | phajdan.jr@chromium.org | 2009-08-07 | 1 | -3/+0 |
* | Support cntrl-tab to switch tabs on OS X. | jeremy@chromium.org | 2009-08-07 | 1 | -0/+2 |
* | Deps roll to pull in new GTM. | thomasvl@chromium.org | 2009-08-07 | 6 | -235/+786 |
* | Reverts the revert of 22517. | rohitrao@chromium.org | 2009-08-07 | 24 | -441/+512 |
* | Add recent crash found by reliability bot to known_crashes.txt. | tim@chromium.org | 2009-08-07 | 1 | -0/+4 |
* | Try to add filters again, this time with proper normalized purify output. | tim@chromium.org | 2009-08-07 | 1 | -113/+113 |
* | Gtk Cookie Manager polish. | mattm@chromium.org | 2009-08-07 | 1 | -1/+7 |
* | Fix crash on fullscreening of popup. | jrg@chromium.org | 2009-08-07 | 3 | -0/+22 |
* | Fix a few bugs with the theme infobar: | aa@chromium.org | 2009-08-07 | 6 | -16/+84 |
* | Porting POINT to gfx::Point. | thestig@chromium.org | 2009-08-07 | 2 | -8/+12 |
* | Restore right click on bookmark bar. | estade@chromium.org | 2009-08-07 | 1 | -1/+1 |
* | Buff out Windows & Tabs API, fix a few doc bugs. | rafaelw@chromium.org | 2009-08-07 | 9 | -35/+146 |
* | Make user data dir deletion optional for InProcessBrowserTests. | tim@chromium.org | 2009-08-07 | 2 | -1/+12 |
* | NNTP: Add a menu item that allows the user to restore all blacklisted | arv@google.com | 2009-08-07 | 3 | -22/+51 |
* | Set the dangerous download text to the bookmark bar text | tc@google.com | 2009-08-07 | 1 | -0/+3 |