| Commit message (Expand) | Author | Age | Files | Lines |
* | WebUI: Get rid of more references to dom_ui and DOM_UI. | tfarina@chromium.org | 2011-02-15 | 1 | -1/+1 |
* | WebUI: Get rid of more references to DOMUI in the rest of the directories. | tfarina@chromium.org | 2011-02-13 | 1 | -1/+1 |
* | WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage. | tfarina@chromium.org | 2011-02-12 | 1 | -1/+1 |
* | Cleanup: Remove unneeded uses of notification_observer.h. | thestig@chromium.org | 2011-02-11 | 1 | -0/+1 |
* | gtk: Improve fullscreen RenderWidgetHostViewGtk. | derat@chromium.org | 2011-02-11 | 1 | -2/+1 |
* | WebUI: Change all references from "DOM UI" to "Web UI". | tfarina@chromium.org | 2011-02-02 | 1 | -2/+2 |
* | Don't use GetAsTabContents. Send notifications from TabContentsView instead. | jochen@chromium.org | 2011-01-24 | 1 | -2/+1 |
* | Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "... | pkasting@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Refactor RenderWidgetHost::set_paint_observer() | davemoore@chromium.org | 2011-01-12 | 1 | -4/+11 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 1 | -3/+1 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -1/+3 |
* | For OSX, make it so that notifications only start resizing after the first pa... | levin@chromium.org | 2010-11-30 | 1 | -0/+3 |
* | Revert 67396 - Broke ChromiumOS unit test: NotificationTest.TestActivateDeact... | levin@chromium.org | 2010-11-25 | 1 | -3/+0 |
* | Make it so that notifications only start resizing after the first paint is done. | levin@chromium.org | 2010-11-25 | 1 | -0/+3 |
* | Header dependency reduction for notification headers. | levin@chromium.org | 2010-11-05 | 1 | -9/+5 |
* | Refactoring select popup on Mac. | jcivelli@google.com | 2010-10-26 | 1 | -0/+7 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -26/+10 |
* | Inspector settings not updated in profile when inspecting extensions. | podivilov@chromium.org | 2010-10-12 | 1 | -0/+4 |
* | Couple of match preview changes. | sky@chromium.org | 2010-09-29 | 1 | -0/+3 |
* | Partial clone of the following CL: http://codereview.chromium.org/3013045/show | twiz@google.com | 2010-09-10 | 1 | -1/+1 |
* | Implement the plumbing to deliver click events from the notification balloon ... | johnnyg@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | DOMUI callback to notification | oshima@chromium.org | 2010-08-19 | 1 | -0/+6 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 1 | -5/+1 |
* | Use RenderWidget(Host) for full screen | boliu@chromium.org | 2010-08-19 | 1 | -0/+3 |
* | Making window.focus() work in Chrome. | jcivelli@chromium.org | 2010-08-11 | 1 | -0/+2 |
* | In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow... | johnnyg@chromium.org | 2010-08-06 | 1 | -1/+2 |
* | notifications: Convert some std::wstring over to string16. | tfarina@chromium.org | 2010-08-01 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 1 | -0/+1 |
* | Added plumbing to transport the frame name between RenderViewHost and the Web... | atwilson@chromium.org | 2010-06-12 | 1 | -1/+2 |
* | Update extension functions to always pass a list of arguments, even when one ... | arv@chromium.org | 2010-05-21 | 1 | -1/+1 |
* | Initial support for web-extent background pages. | rafaelw@chromium.org | 2010-05-06 | 1 | -1/+4 |
* | This is the second side of a multi-sided webkit patch that will allow experim... | rafaelw@chromium.org | 2010-04-28 | 1 | -1/+3 |
* | Create a valid RendererPreferences for notification windows. | erg@chromium.org | 2010-04-15 | 1 | -3/+1 |
* | Add ExtensionFunctionDispatcher::Delegate::GetAssociatedTabContents. | rafaelw@chromium.org | 2010-04-15 | 1 | -0/+1 |
* | Revert "r44062 Fix issue where the size of notification on | oshima@chromium.org | 2010-04-14 | 1 | -2/+0 |
* | Fix issue where the size of notification on linux/views gets created bigger t... | oshima@chromium.org | 2010-04-09 | 1 | -0/+2 |
* | Add notification processes to the task manager. | johnnyg@chromium.org | 2010-04-08 | 1 | -2/+10 |
* | Adding the new WebPopupType to the RenderWidget creation. | jcivelli@google.com | 2010-04-07 | 1 | -1/+1 |
* | Add calling frame's source_url to extension and dom ui requests. | rafaelw@chromium.org | 2010-04-02 | 1 | -0/+1 |
* | Add two Extension view types: Notification and Infobars. | finnur@chromium.org | 2010-03-26 | 1 | -1/+3 |
* | Re-land 42631: The problem was that notifications aren't implemented on linux... | aa@chromium.org | 2010-03-25 | 1 | -4/+22 |
* | Revert 42631 as it seems to have broken browser tests on linux_views. | aa@chromium.org | 2010-03-25 | 1 | -22/+4 |
* | Finish wiring up notifications in extensions. | aa@chromium.org | 2010-03-25 | 1 | -4/+22 |
* | Refactor BalloonViewHost, removing a lot of duplicate code that crept into no... | johnnyg@chromium.org | 2010-03-23 | 1 | -0/+116 |