| Commit message (Expand) | Author | Age | Files | Lines |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 38 | -885/+660 |
* | Delete unneeded scoped_nsautoreleasepool.h includes. | viettrungluu@chromium.org | 2010-03-30 | 5 | -5/+0 |
* | gtk: Align the notification buttons in the right side. | erg@chromium.org | 2010-03-30 | 1 | -8/+8 |
* | Broke out shared worker tests into individual tests and increased worker test... | atwilson@chromium.org | 2010-03-30 | 1 | -1/+1 |
* | Focus the location bar on any navigation to the NTP. Specifically, this focu... | pkasting@chromium.org | 2010-03-30 | 9 | -13/+94 |
* | GTK: Left justify label in content blocking bubble. | erg@chromium.org | 2010-03-29 | 1 | -0/+1 |
* | GTK: Fix notification animation so it scrolls up from the bottom right. | erg@chromium.org | 2010-03-29 | 1 | -5/+20 |
* | Marking the DownloadRequestManagerTest.Allow test as flaky as it fails random... | ananta@chromium.org | 2010-03-29 | 1 | -1/+2 |
* | This change isn't as bad as it looks, basically it's templating the AutofillM... | tim@chromium.org | 2010-03-29 | 7 | -205/+310 |
* | Revert 43005 - Adds ability for ImageLoadingTracker to cache images. | sky@chromium.org | 2010-03-29 | 11 | -310/+47 |
* | [Mac] Constrain the user (for now) to only be able to reorder the visible but... | andybons@chromium.org | 2010-03-29 | 3 | -11/+22 |
* | Patch the Browser GDI crash with excessive downloads by restricting maximum n... | inferno@chromium.org | 2010-03-29 | 3 | -9/+47 |
* | Adds ability for ImageLoadingTracker to cache images. | sky@chromium.org | 2010-03-29 | 11 | -47/+310 |
* | Disabling the ExtensionApiTest.Tabs test on linux and mac as it fails there. ... | ananta@chromium.org | 2010-03-29 | 1 | -3/+3 |
* | Created test for panels | davemoore@chromium.org | 2010-03-29 | 3 | -4/+115 |
* | Fix the GTK crash by eliding extra long url,command strings in external proto... | inferno@chromium.org | 2010-03-29 | 4 | -6/+37 |
* | Changed AddPendingExtension() to treat adding an already-installed | akalin@chromium.org | 2010-03-29 | 3 | -21/+7 |
* | Use the invalid file handle value instead of 0 when creating pipes. | zork@chromium.org | 2010-03-29 | 1 | -12/+16 |
* | Some small bookmark manager fixes. | arv@chromium.org | 2010-03-29 | 3 | -6/+26 |
* | This CL ensures the interstitial when hidden does not call | jcivelli@google.com | 2010-03-29 | 9 | -1/+24 |
* | linux: make seccomp sandbox also use OOP font loading | evan@chromium.org | 2010-03-29 | 1 | -25/+29 |
* | Mac: Give links in infobars a reliable hand cursor. | thakis@chromium.org | 2010-03-29 | 7 | -156/+126 |
* | Implemented initial version of themes syncing (behind a flag). | akalin@chromium.org | 2010-03-29 | 24 | -1/+1395 |
* | Dragging a file from desktop to bookmark bar should now create a bookmark. | jrg@chromium.org | 2010-03-29 | 2 | -12/+38 |
* | [Mac] If the user clicks a Browser Action button when its popup is visible, t... | andybons@chromium.org | 2010-03-29 | 3 | -1/+19 |
* | Report unreadable files as size zero when uploading. | vandebo@chromium.org | 2010-03-29 | 1 | -2/+2 |
* | GTK: Force the labels in the translate infobar to black. | erg@chromium.org | 2010-03-29 | 1 | -0/+5 |
* | reland cl that implement error state for translate infobar | kuan@chromium.org | 2010-03-29 | 18 | -141/+434 |
* | Fix a regression appearing in r41875 where navigating back from an interstiti... | bauerb@chromium.org | 2010-03-29 | 3 | -7/+45 |
* | Reverting to fix chromium linux 64 unit tests | ananta@chromium.org | 2010-03-29 | 3 | -47/+9 |
* | Patch the Browser GDI crash with excessive downloads by restricting maximum n... | inferno@chromium.org | 2010-03-29 | 3 | -9/+47 |
* | Added keyboard accelerator and hint label to skip update during OOBE by press... | denisromanov@chromium.org | 2010-03-29 | 3 | -4/+50 |
* | Reverting to fix the vista sync_unit_tests failures. | ananta@chromium.org | 2010-03-29 | 1 | -1/+1 |
* | Fix issue where consecutive searches did not work. | arv@chromium.org | 2010-03-29 | 1 | -1/+2 |
* | Minor style fixes to bookmark_pasteboard_helper_mac.mm. | viettrungluu@chromium.org | 2010-03-29 | 1 | -33/+38 |
* | Make sure we poll immediately on the first syncer loop. | zork@chromium.org | 2010-03-29 | 1 | -1/+1 |
* | Fix crash: geolocation arbitrator may get deleted on wrong thread. | joth@chromium.org | 2010-03-29 | 2 | -5/+1 |
* | gtk: remove obsolete TODO comment. | erg@chromium.org | 2010-03-29 | 1 | -2/+0 |
* | Revert "implement error state for translate infobar" | phajdan.jr@chromium.org | 2010-03-29 | 18 | -432/+140 |
* | implement error state for translate infobar | kuan@chromium.org | 2010-03-29 | 18 | -140/+432 |
* | [Mac] Remove inappropriate checks on |preview_enabled|. | shess@chromium.org | 2010-03-29 | 2 | -10/+2 |
* | Fixes http://code.google.com/p/chromium/issues/detail?id=39687 | bulach@chromium.org | 2010-03-29 | 1 | -1/+1 |
* | Re-enable locale tests on Mac. They work fine now. | phajdan.jr@chromium.org | 2010-03-29 | 1 | -4/+0 |
* | Mac: Properly put the NSURLs on the pasteboard when dragging from web content. | viettrungluu@chromium.org | 2010-03-29 | 1 | -6/+14 |
* | Add test cases for NetworkScreenTest. | nkostylev@google.com | 2010-03-29 | 5 | -94/+301 |
* | Fix console errors logged from chrome://extensions page. void is a unary oper... | yurys@chromium.org | 2010-03-29 | 1 | -5/+5 |
* | [Mac] Implement cookie prompt for appcaches | danno@chromium.org | 2010-03-29 | 4 | -8/+69 |
* | Show detail link and Accept/Cancel buttons should be on same horizontal line ... | jochen@chromium.org | 2010-03-29 | 1 | -17/+7 |
* | Don't show extension state in cookie tree list. | jochen@chromium.org | 2010-03-29 | 9 | -39/+114 |
* | Reverted back change #1337001, fixing the unit tests in chromium builds: | georgey@chromium.org | 2010-03-29 | 7 | -157/+542 |