| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Removes FindBar cruft from TabContentsViewMac. | rohitrao@chromium.org | 2009-04-24 | 1 | -20/+0 |
* | Add transparency support to RenderWidgetHostView. | aa@chromium.org | 2009-04-23 | 1 | -0/+1 |
* | Revert of http://codereview.chromium.org/87058 which appears to hang the XP T... | robertshield@google.com | 2009-04-23 | 1 | -2/+0 |
* | Fix ExtensionView to properly set the size of the RenderWidgetHostView. With... | erikkay@google.com | 2009-04-22 | 1 | -0/+2 |
* | Implement (kinda) ProcessSingleton for the Mac. | avi@google.com | 2009-04-21 | 1 | -17/+0 |
* | Rename WebContentsView* to TabContentsView* in preparation for merging | brettw@chromium.org | 2009-04-20 | 1 | -2/+2 |
* | Clean up icon loader/manager in preparation for porting. | estade@chromium.org | 2009-04-14 | 1 | -2/+2 |
* | Add a Cocoa file picker. | avi@google.com | 2009-04-14 | 1 | -28/+0 |
* | Hook up a bit more plumbing to ExtensionView which should allow popup windows... | erikkay@google.com | 2009-04-13 | 1 | -0/+2 |
* | Refactoring; switch the |filter| parameter into something that is more amenab... | avi@chromium.org | 2009-04-12 | 1 | -1/+6 |
* | Introducing ExtensionProcessManager. This manages the ExtensionViews to | mpcomplete@google.com | 2009-04-09 | 1 | -1/+1 |
* | Add dummy encryptor implementations for mac and linux. | thestig@chromium.org | 2009-04-09 | 1 | -15/+0 |
* | Scaffolding cleanup. | thestig@chromium.org | 2009-04-08 | 1 | -78/+12 |
* | Remove more unneeded scaffolding. | thestig@chromium.org | 2009-04-08 | 1 | -11/+0 |
* | posix: move lack of printing into a bug. | evan@chromium.org | 2009-04-08 | 1 | -18/+18 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 1 | -2/+2 |
* | Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha... | rafaelw@chromium.org | 2009-04-04 | 1 | -0/+5 |
* | Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f... | thestig@chromium.org | 2009-04-03 | 1 | -11/+0 |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 1 | -6/+10 |
* | Remove Windows "Save As" dialogs from Save Page code.In this change:- convert... | paulg@google.com | 2009-03-30 | 1 | -2/+2 |
* | Correctly position windows that are detached during a drag, instead of relyin... | pinkerton@chromium.org | 2009-03-27 | 1 | -1/+1 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -1/+0 |
* | Mac bookmark work. | jrg@chromium.org | 2009-03-18 | 1 | -5/+0 |
* | Enable AutocompleteTest, HistoryURLProviderTest, | shess@chromium.org | 2009-03-16 | 1 | -17/+0 |
* | Gtk dialogs, first cut. | estade@chromium.org | 2009-03-12 | 1 | -0/+2 |
* | Remove TabContents from scaffolding. Yay! | pinkerton@chromium.org | 2009-03-11 | 1 | -114/+0 |
* | First step at removing TabContents from temp scaffolding. Get rid of duplicat... | pinkerton@chromium.org | 2009-03-10 | 1 | -11/+10 |
* | Unrevert 11294. | mpcomplete@google.com | 2009-03-10 | 1 | -0/+1 |
* | hook up history and download menu items | tc@google.com | 2009-03-09 | 1 | -8/+0 |
* | Refactor render view context menu in preparation for porting. | estade@chromium.org | 2009-03-07 | 1 | -4/+0 |
* | Enable the character encoding menu, zoom menu, and the help menu item. | tc@google.com | 2009-03-06 | 1 | -9/+0 |
* | Remove a bunch of OS_WIN stuff that works fine on linux/mac. | tc@google.com | 2009-03-06 | 1 | -4/+0 |
* | Get history and download HTML UIs into Mac/Linux builds along with supporting... | pinkerton@chromium.org | 2009-03-05 | 1 | -3/+24 |