| Commit message (Expand) | Author | Age | Files | Lines |
* | Whoops, accidentally committed a debug line | pinkerton@chromium.org | 2009-07-01 | 1 | -1/+0 |
* | Added unit tests for ClearBrowsingDataController. | pinkerton@chromium.org | 2009-07-01 | 3 | -13/+23 |
* | Converts BaseView to be non-opaque, which will fix drawing of | rohitrao@chromium.org | 2009-07-01 | 2 | -4/+10 |
* | DevTools: Add docked pane into the browser view. | pfeldman@chromium.org | 2009-07-01 | 14 | -109/+91 |
* | DevTools: check that devtools front-end JS files are loaded before running a ... | yurys@google.com | 2009-07-01 | 1 | -3/+22 |
* | fix build bustage | aa@chromium.org | 2009-07-01 | 1 | -1/+2 |
* | In this episode, we implement the DOMUI interface for extension views that ar... | aa@chromium.org | 2009-07-01 | 26 | -194/+205 |
* | DevTools: Introduce docked version of DevTools. | pfeldman@chromium.org | 2009-07-01 | 8 | -65/+375 |
* | DevTools: fix debugger test, reenable debugger and resources tests. | yurys@google.com | 2009-07-01 | 1 | -4/+4 |
* | TBR: | aa@chromium.org | 2009-07-01 | 1 | -1/+1 |
* | Adds a browser_test for extension startup, content script | aa@chromium.org | 2009-07-01 | 2 | -3/+255 |
* | Fix: Certain redirections remove sites from the history | yuzo@chromium.org | 2009-07-01 | 16 | -48/+141 |
* | A quick fix for Issue 15531 and 10953 | hbono@chromium.org | 2009-07-01 | 2 | -8/+30 |
* | Ensure bookmark title truncation always produces a valid UTF-8 string. | craig.schlenter@chromium.org | 2009-07-01 | 1 | -6/+11 |
* | Bookmark manager polish: | estade@chromium.org | 2009-07-01 | 2 | -19/+111 |
* | Don't try to optimize out browser window reshapes. | estade@chromium.org | 2009-07-01 | 2 | -12/+0 |
* | Regression: task manager icon for chrome is blank | cpu@google.com | 2009-07-01 | 2 | -5/+7 |
* | Enable opening downloads from the Mac download shelf. | paul@chromium.org | 2009-07-01 | 1 | -10/+1 |
* | Disables unit test as starting failing due to close to end of month. | sky@chromium.org | 2009-07-01 | 2 | -2/+3 |
* | Send port disconnect events when a frame is unloaded. | mpcomplete@chromium.org | 2009-07-01 | 5 | -39/+57 |
* | Wire up a LoginDatabase for PasswordStoreMac, and start using it for lookup. | stuartmorgan@chromium.org | 2009-06-30 | 3 | -42/+89 |
* | A recent refactoring of the DOM UI had caused the download page to be blank. | jcampan@chromium.org | 2009-06-30 | 1 | -0/+1 |
* | Fix missing include. | brettw@chromium.org | 2009-06-30 | 1 | -0/+1 |
* | Fix typo for build | brettw@chromium.org | 2009-06-30 | 1 | -1/+1 |
* | Add Mac-specific sizing rule with unit test. | jrg@chromium.org | 2009-06-30 | 2 | -26/+103 |
* | Move GetTabContentsID out of tab util because it has nothing to do with tabs or | brettw@chromium.org | 2009-06-30 | 8 | -50/+62 |
* | FixIt: Remove first run dead code. | kuchhal@chromium.org | 2009-06-30 | 1 | -12/+2 |
* | Add a function to the History{Service,Backend} to query for a list of redirec... | meelapshah@chromium.org | 2009-06-30 | 7 | -1/+115 |
* | Fix for | jrg@chromium.org | 2009-06-30 | 1 | -1/+9 |
* | Lands http://codereview.chromium.org/126036 for Thiago. | sky@chromium.org | 2009-06-30 | 4 | -10/+44 |
* | Remove hack for zoom button now that it's no longer needed | pinkerton@chromium.org | 2009-06-30 | 1 | -10/+0 |
* | Reland arv's NNTP enablery after it was reverted in 19603 | glen@chromium.org | 2009-06-30 | 2 | -33/+32 |
* | Fix download item icon. | thakis@chromium.org | 2009-06-30 | 1 | -7/+6 |
* | Refactor extension bindings to share code, avoid exposing hidden variables | mpcomplete@chromium.org | 2009-06-30 | 1 | -4/+4 |
* | Add support for shared memory when retrieving the backing store as a SkBitmap. | brettw@chromium.org | 2009-06-30 | 1 | -13/+71 |
* | Update the browser window's shape on state change. | estade@chromium.org | 2009-06-30 | 2 | -3/+15 |
* | Add a skeleton UI for the gtk task manager. | jhawkins@chromium.org | 2009-06-30 | 4 | -15/+186 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 28 | -104/+92 |
* | Coverity was complaining about the result of getenv not being null checked, b... | finnur@chromium.org | 2009-06-30 | 1 | -40/+25 |
* | Coverity nit. Enums lacking name... | finnur@chromium.org | 2009-06-30 | 1 | -2/+2 |
* | Fix potential memleak in AddPagesWithDetails. Not a biggie | finnur@chromium.org | 2009-06-30 | 1 | -4/+4 |
* | Fix memleak in GetNodeDictionary. | finnur@chromium.org | 2009-06-30 | 1 | -19/+18 |
* | Disable new test DevToolsSanityTest.TestEnableResourcesTab until Yuri fixes it | dkegel@google.com | 2009-06-30 | 1 | -1/+1 |
* | Reverting 19593. | glen@chromium.org | 2009-06-30 | 2 | -32/+33 |
* | Take 2 at fixing BrowserThemeProvider memory leaks. | tc@google.com | 2009-06-30 | 2 | -16/+11 |
* | Fix a bug where we were getting a resize cursor near the top of the web | tc@google.com | 2009-06-30 | 1 | -2/+9 |
* | Disable new test DevToolsSanityTest.TestEnableScriptsTab until Yuri fixes it | dkegel@google.com | 2009-06-30 | 1 | -1/+1 |
* | Create A/B test of SDCH | jar@chromium.org | 2009-06-30 | 5 | -17/+41 |
* | Fixes issue where dragging a .crx to a chrome:// TabContents, and then naviga... | rafaelw@chromium.org | 2009-06-30 | 4 | -6/+62 |
* | Enable the NNTP by default. | arv@google.com | 2009-06-30 | 2 | -33/+32 |