| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert users of RenderProcessHost iterator to all use same style. The key m... | pkasting@chromium.org | 2009-10-02 | 11 | -40/+32 |
* | Add simple popup support to browser actions. This will create a popup HTML w... | erikkay@chromium.org | 2009-10-02 | 15 | -56/+454 |
* | Do not discount a MANUAL_SUBFRAME load just because it involved | darin@chromium.org | 2009-10-02 | 2 | -9/+17 |
* | [Mac] Change Omnibox to select-all on mouse-up if the mouse didn't move. | shess@chromium.org | 2009-10-02 | 2 | -0/+108 |
* | Support multiple EOL types in Privacy Blacklists | idanan@google.com | 2009-10-02 | 1 | -2/+3 |
* | Coverity: Check CreateNewTempDirectory return value. | mattm@chromium.org | 2009-10-02 | 1 | -4/+6 |
* | The focus would only be restored properly the first time the | jcampan@chromium.org | 2009-10-02 | 3 | -183/+233 |
* | Add an option to disable NaCl at compile time for platforms where it doesn't ... | piman@chromium.org | 2009-10-02 | 2 | -1/+9 |
* | Any time we are shutting down a tab, try to use fast shutdown. | estade@chromium.org | 2009-10-02 | 13 | -89/+220 |
* | Fix several issues with dragging tabs and quickly letting go, including crash... | pinkerton@chromium.org | 2009-10-02 | 1 | -15/+45 |
* | gtk: Restore the window that is hidden when the last tab is dragged out of th... | jhawkins@chromium.org | 2009-10-02 | 2 | -6/+21 |
* | Revert my attempt at cleaning up RenderViewHost::UnhandledKeyboardEvent in my... | jam@chromium.org | 2009-10-02 | 1 | -2/+10 |
* | Fix the NewTabUI load UMA metric. | tony@chromium.org | 2009-10-02 | 2 | -9/+20 |
* | DevTools: test that scopes can be epxanded | yurys@google.com | 2009-10-02 | 1 | -0/+7 |
* | Restore plumbing for the spelling panel on Mac. | darin@chromium.org | 2009-10-02 | 2 | -0/+6 |
* | Fix NTP so that it updates on theme change. | mirandac@chromium.org | 2009-10-02 | 2 | -5/+15 |
* | DevTools: reenable step-out test as issues causing its failure on linux was f... | yurys@google.com | 2009-10-02 | 1 | -1/+1 |
* | Convert history to use new sql wrappers. Enhance wrappers in several ways to | brettw@chromium.org | 2009-10-02 | 36 | -1271/+1033 |
* | Coverity: Remove unnecessary GetPasswordFormAt call. | mattm@chromium.org | 2009-10-02 | 1 | -1/+0 |
* | Coverity: Check GetInteger & GetBoolean return. | mattm@chromium.org | 2009-10-02 | 1 | -2/+2 |
* | Add some initial code for the top sites service. This will be a replacement for | brettw@chromium.org | 2009-10-02 | 4 | -0/+498 |
* | For some reason, if the interactive test that I added runs after inprocess te... | jam@chromium.org | 2009-10-02 | 2 | -41/+37 |
* | Attempt to fix the Linux views build | jam@chromium.org | 2009-10-02 | 1 | -2/+1 |
* | Set the LITE runtime optimization flag in sync.proto. | nick@chromium.org | 2009-10-02 | 2 | -34/+1 |
* | Add Profile::DeleteSpellChecker(), which my MemoryPurger will use to purge th... | pkasting@chromium.org | 2009-10-02 | 4 | -58/+57 |
* | Rollback broken change, again. | aa@chromium.org | 2009-10-02 | 3 | -123/+3 |
* | Don't send tab switching/killing/creating keyboard accelerators to pages. Th... | jam@chromium.org | 2009-10-02 | 24 | -30/+197 |
* | Check in http://codereview.chromium.org/259004 again. | aa@chromium.org | 2009-10-02 | 3 | -3/+123 |
* | Replace Read/Write lock with a plain old chrome lock. | chron@chromium.org | 2009-10-02 | 3 | -261/+68 |
* | Add UMA histograms for sqlite errors | cpu@chromium.org | 2009-10-02 | 2 | -0/+48 |
* | Coverity: check Thread::Start return value. | mattm@chromium.org | 2009-10-02 | 1 | -3/+3 |
* | Fix linux views build. | estade@chromium.org | 2009-10-02 | 1 | -2/+2 |
* | Change a phishing report URL param. | paul@chromium.org | 2009-10-02 | 1 | -1/+1 |
* | GTK: Detach bookmark bar on NTP. | estade@chromium.org | 2009-10-01 | 11 | -71/+298 |
* | Add some debugging junk to ExtensionMessageService to track down a crash. | mpcomplete@chromium.org | 2009-10-01 | 6 | -4/+62 |
* | A small cleanup to the sync setup flow. | nick@chromium.org | 2009-10-01 | 3 | -3/+6 |
* | Convert the SslInitializationSingleton over to a base/singleton. | nick@chromium.org | 2009-10-01 | 1 | -14/+3 |
* | Do some cleanup of BrowserRenderProcessHost::Init to try to reduce the | brettw@chromium.org | 2009-10-01 | 2 | -141/+198 |
* | Update some strings in the options dialog w.r.t. themes. | tony@chromium.org | 2009-10-01 | 1 | -1/+1 |
* | Rename EscapeUrl and expand the code comment. | brg@chromium.com | 2009-10-01 | 1 | -1/+1 |
* | Ensure ChromeURLRequestContext finds out first about extension loading. | rafaelw@chromium.org | 2009-10-01 | 5 | -53/+71 |
* | Hook up wifi menu button UI to ChromeOS shared library. | chocobo@google.com | 2009-10-01 | 7 | -132/+342 |
* | [Mac] Unit test -[AutocompleteTextField mouseDown:]. | shess@chromium.org | 2009-10-01 | 1 | -1/+96 |
* | The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug.... | ericu@google.com | 2009-10-01 | 6 | -39/+24 |
* | [Mac] Don't crash when selecting closed window from Dock menu. | shess@chromium.org | 2009-10-01 | 1 | -0/+25 |
* | Revert tree bustage. | aa@chromium.org | 2009-10-01 | 3 | -123/+3 |
* | Coverity: Check return value of GetInteger. | mattm@chromium.org | 2009-10-01 | 1 | -2/+1 |
* | First cut at badge implementation. Right now it just uses static | aa@chromium.org | 2009-10-01 | 3 | -3/+123 |
* | Coverity: Initialize lock_, semaphore_, and test_socket_ in the constructor. | jhawkins@chromium.org | 2009-10-01 | 1 | -2/+5 |
* | Reverting 27756. | jorlow@chromium.org | 2009-10-01 | 10 | -189/+34 |