| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch ResourceBundle::GetLocalizedString to return a string16 instead | tc@google.com | 2009-04-14 | 5 | -19/+19 |
* | Add routing_id to the ipc debugging log output. | willchan@chromium.org | 2009-04-14 | 2 | -1/+6 |
* | The history tests relies on being about to reset a profile, which means we need | thomasvl@chromium.org | 2009-04-14 | 2 | -0/+18 |
* | Fixes a bug where scrolling up would draw over the horizontal | avi@google.com | 2009-04-14 | 1 | -1/+10 |
* | Don't reserve space for an auto-hide taskbar that's not always-on-top. Windo... | pkasting@chromium.org | 2009-04-14 | 4 | -12/+13 |
* | Linux: don't drop invalid scroll requests. | agl@chromium.org | 2009-04-14 | 1 | -20/+18 |
* | Fix problems correctly invalidating/repainting when our updated paint rect fo... | pkasting@chromium.org | 2009-04-14 | 7 | -20/+62 |
* | Remove unused notifications. | paulg@google.com | 2009-04-14 | 3 | -27/+0 |
* | Fix a crash when the browser opens a popup window in Linux. | jhawkins@chromium.org | 2009-04-14 | 1 | -0/+5 |
* | Get the first set of page_cycler_tests working on Mac. This means: MozFile, | nirnimesh@chromium.org | 2009-04-14 | 2 | -30/+41 |
* | Fix a gcc warning about uninitialized variables. | tc@google.com | 2009-04-14 | 1 | -2/+2 |
* | Add unit test for status bubble mac. | pinkerton@chromium.org | 2009-04-14 | 3 | -0/+112 |
* | Color/emphasize correct portions of view-source: URLs. Original patch by Shi... | pkasting@chromium.org | 2009-04-14 | 4 | -8/+104 |
* | Fix status bubble shadow being opaque, which made the bubble appear to be off... | pkasting@chromium.org | 2009-04-14 | 3 | -43/+38 |
* | Fix typo. Original patch by Shinichiro Hamaji (see http://codereview.chromiu... | pkasting@chromium.org | 2009-04-14 | 2 | -10/+10 |
* | Makes the omnibox show past searches and suggestions for keywords. | sky@chromium.org | 2009-04-14 | 10 | -189/+526 |
* | Convert the internal GetStringF to use string16. This saves a | tc@google.com | 2009-04-14 | 1 | -32/+29 |
* | Rendering dependencies inherited from version.rules less relative. | robertshield@google.com | 2009-04-14 | 1 | -1/+1 |
* | Rename the new Omnibox resources to follow convention and use underscores. A... | deanm@chromium.org | 2009-04-14 | 6 | -0/+5 |
* | Added undo tab closing item to Tab menu. | idanan@chromium.org | 2009-04-14 | 6 | -0/+27 |
* | Collapse bookmark bars into a single bar per window, rather than one per tab. | pinkerton@chromium.org | 2009-04-14 | 13 | -159/+198 |
* | Prevent an extension from double observing a message filter. | maruel@chromium.org | 2009-04-14 | 2 | -13/+25 |
* | Revert "Add JsonSchema-based validation for the tab APIs." | aa@chromium.org | 2009-04-14 | 20 | -1358/+228 |
* | TBR: Fix unit tests, line endings. | aa@chromium.org | 2009-04-14 | 2 | -312/+312 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 20 | -228/+1358 |
* | Updating trunk VERSION build from 174.0 to 175.0 | laforge@chromium.org | 2009-04-14 | 1 | -1/+1 |
* | Fix a crash where the ResourceMessageFilter is deleted before a | paulg@google.com | 2009-04-14 | 9 | -35/+113 |
* | Linux: Ignore certain menu accelerators. | estade@chromium.org | 2009-04-14 | 5 | -34/+47 |
* | Remove the DOMUIHost. It is not used by any code. | brettw@chromium.org | 2009-04-13 | 11 | -188/+4 |
* | Fix the title of a JavaScript dialog box. | tc@google.com | 2009-04-13 | 2 | -7/+20 |
* | Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i... | jam@chromium.org | 2009-04-13 | 7 | -35/+25 |
* | Mark "active" on launch; don't want an hour. | jrg@chromium.org | 2009-04-13 | 1 | -0/+3 |
* | Removed the SetParentWindow function from tab_proxy and added a parent_window... | ananta@chromium.org | 2009-04-13 | 2 | -16/+7 |
* | Implement tooltips for the Go/Stop button in Linux. | willchan@chromium.org | 2009-04-13 | 5 | -8/+48 |
* | Enable the workers in WorkerThread so that the nested worker can be created. | jianli@chromium.org | 2009-04-13 | 1 | -0/+3 |
* | Fix automated_ui_testing for XMLWriter | tc@google.com | 2009-04-13 | 1 | -2/+3 |
* | Once you search for something in a tab, you are very likely to search for the... | finnur@chromium.org | 2009-04-13 | 3 | -3/+25 |
* | Hook up extension events to the json parser, and change the extension message | mpcomplete@google.com | 2009-04-13 | 9 | -18/+41 |
* | This CL adds some UI to remove most-visited thumbnails from the New Tab Page. | jcampan@chromium.org | 2009-04-13 | 18 | -31/+258 |
* | Relanding the following revisions. | ananta@chromium.org | 2009-04-13 | 2 | -1994/+1979 |
* | My previous refactoring of the mouse-wheel redirecting code | jcampan@chromium.org | 2009-04-13 | 1 | -8/+8 |
* | Update check deps for my breakage. | brettw@chromium.org | 2009-04-13 | 1 | -0/+3 |
* | Add a comment to the hwnd view about proper usage. I was using it incorrectly | brettw@chromium.org | 2009-04-13 | 2 | -0/+12 |
* | A few more UI commands: duplicate tab, open window. | huanr@chromium.org | 2009-04-13 | 7 | -46/+140 |
* | Review URL: http://codereview.chromium.org/62160 | robertshield@google.com | 2009-04-13 | 6 | -20/+20 |
* | Adding versioning support to the chrome automation protocol. | robertshield@google.com | 2009-04-13 | 5 | -17/+116 |
* | Hook up a bit more plumbing to ExtensionView which should allow popup windows... | erikkay@google.com | 2009-04-13 | 17 | -184/+455 |
* | Adds the ability to open a new window by clicking on the dock icon, | pinkerton@chromium.org | 2009-04-13 | 1 | -0/+18 |
* | Disable Leopard's automatic window title gradient height detection, as it gets | pinkerton@chromium.org | 2009-04-13 | 1 | -22/+69 |
* | Convert more members to scoped pointers. Move status bubble into browser wind... | pinkerton@chromium.org | 2009-04-13 | 11 | -72/+60 |