| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt at fixing leaks from SetProp. Apparently there is a finite | sky@chromium.org | 2010-11-01 | 1 | -0/+2 |
* | Allow constrained dialog to resize by not using fixed size. | xiyuan@chromium.org | 2010-10-27 | 1 | -1/+1 |
* | views: Fix a crash. | anicolao@chromium.org | 2010-10-27 | 1 | -4/+7 |
* | Refactoring select popup on Mac. | jcivelli@google.com | 2010-10-26 | 4 | -0/+32 |
* | Fix drag data population on Windows so URL data doesn't take precedence over ... | dcheng@chromium.org | 2010-10-15 | 1 | -2/+4 |
* | Rename ChromeThread to BrowserThread Part22: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part3: | tfarina@chromium.org | 2010-10-07 | 1 | -11/+11 |
* | Working on removing GTK for touch UI, by introducing a new | anicolao@chromium.org | 2010-09-30 | 2 | -0/+44 |
* | Make accessible getters return values instead of accepting an output paramete... | ctguil@chromium.org | 2010-09-28 | 6 | -23/+9 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -7/+7 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -7/+7 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -7/+7 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -7/+7 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -7/+7 |
* | 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 |