| Commit message (Expand) | Author | Age | Files | Lines |
* | Add in a browser test for dialog resizing, which was catching an issue with t... | scottbyer@chromium.org | 2010-08-20 | 1 | -6/+5 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Remove unused member variable from RenderViewContextMenuViews. | finnur@chromium.org | 2010-08-05 | 1 | -3/+0 |
* | Clean up download code: | phajdan.jr@chromium.org | 2010-08-05 | 1 | -5/+6 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 2 | -2/+0 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 3 | -3/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 8 | -0/+8 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 1 | -0/+2 |
* | Random bits of header and whitespace cleanup. | thestig@chromium.org | 2010-07-23 | 1 | -1/+3 |
* | Fixes regression in links ending up too small. The problem is that we | sky@chromium.org | 2010-07-21 | 2 | -2/+2 |
* | Fixes regression in quickly switching tabs. If | sky@chromium.org | 2010-07-16 | 1 | -4/+13 |
* | Rename DownloadRequestManager to DownloadRequestLimiter. | phajdan.jr@chromium.org | 2010-07-15 | 1 | -1/+1 |
* | Re-land r51526 | mnissler@chromium.org | 2010-07-05 | 1 | -2/+4 |
* | Revert r51526 (Auto-size the views version of the options dialog.) | mnissler@chromium.org | 2010-07-02 | 1 | -4/+2 |
* | Auto-size the views version of the options dialog. | mnissler@chromium.org | 2010-07-02 | 1 | -2/+4 |
* | Fix a crash on XP when we drag a virtual file out of the browser and then clo... | jianli@chromium.org | 2010-07-01 | 1 | -8/+1 |
* | Fix crash when dragging thumbnail on NTP. | thakis@chromium.org | 2010-06-25 | 1 | -2/+4 |
* | Chrome/win: Show preview images when dragging images. | thakis@chromium.org | 2010-06-25 | 3 | -13/+31 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 2 | -4/+4 |
* | Don't allow drop to panels (pop-ups) in ChromeOS. | xiyuan@chromium.org | 2010-06-09 | 1 | -2/+4 |
* | Revert the revert to put it back in. | thomasvl@chromium.org | 2010-06-08 | 2 | -0/+6 |
* | Doing this to see if it fixes some failing tests that started about when this... | thomasvl@chromium.org | 2010-06-08 | 2 | -6/+0 |
* | Ensure that the context menu items displayed in ChromeFrame rendered pages ar... | ananta@chromium.org | 2010-06-07 | 2 | -0/+6 |
* | Only use IDC_ values for command ids in the render view context menu. | estade@chromium.org | 2010-05-13 | 1 | -6/+7 |
* | Re-organize RenderViewContextMenu to the use cross-platform MenuModel class. | estade@chromium.org | 2010-05-11 | 12 | -514/+150 |
* | Fix crash in tab_contents_view_gtk.cc when delegate is NULL. | dpolukhin@chromium.org | 2010-05-06 | 1 | -8/+12 |
* | Remove unused local variables now that subclasses don't need to track their o... | pkasting@chromium.org | 2010-04-23 | 1 | -3/+0 |
* | Don't select all when autofocusing the location bar on New Tab creation. Use... | pkasting@chromium.org | 2010-04-23 | 2 | -2/+2 |
* | Fix 2 drag-out problems: | jianli@chromium.org | 2010-04-16 | 1 | -3/+8 |
* | Fix DCHECK in web_drop_target_win.cc. | dcheng@chromium.org | 2010-04-16 | 1 | -1/+1 |
* | Remove the second part of SetPageTitle since it's used only for debugging, if... | nsylvain@chromium.org | 2010-04-14 | 1 | -5/+0 |
* | Return an approximately correct drop effect from WebDragTarget::OnDrop. | dcheng@chromium.org | 2010-04-08 | 1 | -12/+2 |
* | Win32 plumbing for dragend event. | dcheng@chromium.org | 2010-04-06 | 1 | -3/+5 |
* | A patch to fix a couple of issues in interactive_ui_tests on ChromeOS | oshima@chromium.org | 2010-04-05 | 2 | -4/+12 |
* | Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j... | pkasting@chromium.org | 2010-04-03 | 2 | -18/+2 |
* | Focus the location bar on any navigation to the NTP. Specifically, this focu... | pkasting@chromium.org | 2010-03-30 | 2 | -2/+2 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 2 | -2/+2 |
* | Fix HTML5 effectAllowed and dragEffect on Chrome Linux. | tony@chromium.org | 2010-03-23 | 1 | -2/+1 |
* | Hook up HTML5 effectAllowed and dragEffect on Windows. | tc@google.com | 2010-03-23 | 2 | -3/+16 |
* | Reland r41641 "Make DevTools open docked by default..." | xiyuan@chromium.org | 2010-03-22 | 2 | -2/+13 |
* | Retry r41799: | estade@chromium.org | 2010-03-18 | 4 | -5/+23 |
* | Revert r41803 and r41799 | estade@chromium.org | 2010-03-17 | 4 | -23/+5 |
* | Basic DragImage implementation. | estade@chromium.org | 2010-03-17 | 4 | -5/+23 |
* | Revert "Make DevTools open docked by default for chrome os." | tony@chromium.org | 2010-03-16 | 2 | -13/+2 |
* | Make DevTools open docked by default for chrome os. | xiyuan@chromium.org | 2010-03-15 | 2 | -2/+13 |
* | Return back all changes in tab_contents_view_win.cc about root view layout. | dpolukhin@google.com | 2010-03-15 | 1 | -4/+17 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 3 | -8/+8 |
* | Temporary revert CLs due to perf regression on New Tab Warm: | dpolukhin@google.com | 2010-03-10 | 1 | -16/+4 |