| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove even more cruft from temp_scaffolding_stubs.h. This change also enabl... | jhawkins@chromium.org | 2009-08-22 | 1 | -71/+0 |
* | Mask the BrokerServices class behind an ifdef for Windows only; Linux and Mac... | jhawkins@chromium.org | 2009-08-21 | 1 | -25/+0 |
* | Remove old cruft from temp_scaffolding_stubs.h that isn't needed anymore. | jhawkins@chromium.org | 2009-08-21 | 1 | -136/+0 |
* | Relands drop support: | sky@chromium.org | 2009-08-19 | 1 | -9/+0 |
* | Implement drag and drop of downloads for the Mac downloads page. | paul@chromium.org | 2009-08-17 | 1 | -2/+4 |
* | Implement http auth login dialog for OS X. | thakis@chromium.org | 2009-08-13 | 1 | -22/+0 |
* | Do not import homepage on First Run if a homepage is given in master preferen... | kuchhal@chromium.org | 2009-08-11 | 1 | -2/+0 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 1 | -3/+0 |
* | Move some more interfaces on RenderViewHostDelegate to separate classes. The | brettw@chromium.org | 2009-07-09 | 1 | -3/+8 |
* | Some code had been removed from FirstRun::IsChromeFirstRun() so that it may r... | jcampan@chromium.org | 2009-07-08 | 1 | -1/+1 |
* | Take two for http://codereview.chromium.org/131094 | tim@chromium.org | 2009-06-29 | 1 | -0/+2 |
* | Revert cl 19359 due to browser_tests timeout. | tim@chromium.org | 2009-06-26 | 1 | -2/+0 |
* | Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con... | tim@chromium.org | 2009-06-26 | 1 | -0/+2 |
* | GTK: HTTP Auth dialogs under linux. | erg@google.com | 2009-06-19 | 1 | -0/+4 |
* | Initial download shelf on OS X. | thakis@chromium.org | 2009-06-18 | 1 | -25/+0 |
* | Implements the Page Info window on Mac. | mark@chromium.org | 2009-06-17 | 1 | -19/+0 |
* | Move TableModel out of views/ and into app/. | estade@chromium.org | 2009-06-16 | 1 | -17/+0 |
* | Reduce header dependencies in browser/ | phajdan.jr@chromium.org | 2009-06-13 | 1 | -1/+2 |
* | Add support for printing selection only flag. This only adds the flag to the ... | sverrir@google.com | 2009-06-08 | 1 | -0/+1 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 1 | -0/+50 |
* | Headers cleanup in chrome/common | phajdan.jr@chromium.org | 2009-05-29 | 1 | -2/+0 |
* | Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... | ben@chromium.org | 2009-05-29 | 1 | -24/+0 |
* | Respect Linux user prefs with regards to crash reporting. | thestig@chromium.org | 2009-05-28 | 1 | -36/+0 |
* | Hopefully fix the linux build. | brettw@chromium.org | 2009-05-28 | 1 | -1/+1 |
* | Hopefully fix the Linux build. dock_info_gtk now include dock_info.h so the | brettw@chromium.org | 2009-05-28 | 1 | -1/+3 |
* | Hopefully fix the Linux build. | brettw@chromium.org | 2009-05-28 | 1 | -0/+1 |
* | Fixes multiple definitions for DragDownload. | sky@chromium.org | 2009-05-27 | 1 | -0/+2 |
* | Add a single monitor implementation of WindowSizer for Linux. (try 2) | thestig@chromium.org | 2009-05-26 | 1 | -15/+1 |
* | Do a few random bits of porting for Linux. | brettw@chromium.org | 2009-05-26 | 1 | -1/+3 |
* | Reverting 16796. | thestig@chromium.org | 2009-05-22 | 1 | -0/+11 |
* | Add a single monitor implementation of WindowSizer for Linux. | thestig@chromium.org | 2009-05-22 | 1 | -11/+0 |
* | Gets LocationBarView to compile on linux. PageInfoWindow is nearly | sky@chromium.org | 2009-05-21 | 1 | -0/+2 |
* | Linux download shelf icons first cut. | estade@chromium.org | 2009-05-20 | 1 | -20/+0 |
* | Fix inspection of extensions. | aa@chromium.org | 2009-05-19 | 1 | -13/+0 |
* | Hook up stats reporting via default system on OS X. | jeremy@chromium.org | 2009-05-18 | 1 | -0/+2 |
* | Handful of changes to get views building again. The tab.cc ifdefs are | sky@chromium.org | 2009-05-15 | 1 | -0/+2 |
* | Refactors DockInfo so that it can be used on Linux. I haven't done the | sky@chromium.org | 2009-05-15 | 1 | -0/+2 |
* | Refactors menus so that I can create a MenuGtk implementation, and moves it into | sky@chromium.org | 2009-05-14 | 1 | -0/+4 |
* | Enable basic saving/restoring window placements on Mac. | rohitrao@chromium.org | 2009-05-14 | 1 | -0/+2 |
* | Stubs out OSExchangeData for views on gtk. | sky@chromium.org | 2009-05-13 | 1 | -0/+2 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Add PreferredSizeChanged() to View to allow subviews to notify their parents ... | erikkay@google.com | 2009-05-08 | 1 | -1/+1 |
* | Fleshes out WidgetGTK and WindowGTK a bit more. This is still vary | sky@chromium.org | 2009-05-07 | 1 | -3/+2 |
* | Refactor view from methods to show hung renderer dialog. | tc@google.com | 2009-05-06 | 1 | -6/+0 |
* | Several minor visual fixes to toolstrips: | aa@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -7/+7 |
* | Fix multiple instances of first run dialog appearing when Chrome is started a... | robertshield@google.com | 2009-05-03 | 1 | -1/+2 |
* | Refactor ExtensionView to support a UI-less extension instance. | mpcomplete@google.com | 2009-04-29 | 1 | -9/+22 |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 1 | -0/+1 |
* | Fix several painting glitches for toolstrips. | aa@chromium.org | 2009-04-27 | 1 | -0/+2 |