| Commit message (Expand) | Author | Age | Files | Lines |
* | Move view_types.h to view_type.h, since that's the standard name for enums. | jam@chromium.org | 2011-12-01 | 1 | -1/+1 |
* | Cleanup: Remove unneeded forward declarations from chrome/browser/extensions. | thestig@chromium.org | 2011-11-11 | 1 | -1/+0 |
* | Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ... | aa@chromium.org | 2011-11-09 | 1 | -42/+2 |
* | Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED. | yoz@chromium.org | 2011-11-09 | 1 | -1/+0 |
* | Track all extension processes in ExtensionInfoMap, not just | aa@chromium.org | 2011-10-23 | 1 | -1/+6 |
* | Close Lazy Background Page after event dispatch | tessamac@chromium.org | 2011-10-20 | 1 | -1/+12 |
* | Track all RenderViewHost instances running in extension | aa@chromium.org | 2011-10-20 | 1 | -5/+23 |
* | Remove the special-case isolated storage map from | aa@chromium.org | 2011-10-19 | 1 | -8/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 1 | -3/+3 |
* | Assign urls to RenderProcessHosts by if they refer to isolated apps, or use t... | ajwong@chromium.org | 2011-10-12 | 1 | -0/+8 |
* | Split ViewType between chrome and content | jochen@chromium.org | 2011-10-06 | 1 | -2/+2 |
* | Remove RenderProcessHost::is_extension_process | jochen@chromium.org | 2011-10-05 | 1 | -1/+4 |
* | Get rid of BindingsPolicy::EXTENSION | jochen@chromium.org | 2011-10-01 | 1 | -16/+11 |
* | Delegate decision what site instances can be rendered in what process to chrome | jochen@chromium.org | 2011-09-27 | 1 | -0/+12 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -1/+2 |
* | Use process-per-app-instance for hosted apps without background permission. | creis@chromium.org | 2011-07-12 | 1 | -9/+14 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | CrOS - Change file browser to use new ExtensionDialog window. | jamescook@chromium.org | 2011-05-20 | 1 | -17/+18 |
* | Move view_types.h from chrome to content. Although some of the enum types ar... | jam@chromium.org | 2011-05-16 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -6/+7 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -19/+20 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | remove toolstrips | erikkay@chromium.org | 2010-08-12 | 1 | -4/+0 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -3/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add geolocation permission to extensions/apps. | erikkay@chromium.org | 2010-04-26 | 1 | -0/+5 |
* | First cut at adding Extension Infobars to the experimental API. | finnur@chromium.org | 2010-03-17 | 1 | -1/+6 |
* | Fix few remaining issues with incognito extensions. | mpcomplete@chromium.org | 2010-03-10 | 1 | -0/+3 |
* | Prevent a crash and add debugging code for cases where things go wrong | phajdan.jr@chromium.org | 2010-01-11 | 1 | -0/+3 |
* | Make the inspector for the background page stay open when | aa@chromium.org | 2009-11-07 | 1 | -0/+4 |
* | Fix a bug where we'd leak ResourceMessageFilters and BrowserRenderProcessHosts | mpcomplete@chromium.org | 2009-11-05 | 1 | -0/+3 |
* | Add simple popup support to browser actions. This will create a popup HTML w... | erikkay@chromium.org | 2009-10-02 | 1 | -2/+14 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -3/+8 |
* | Retrying this patch. This was already reviewed by mpcomplete and the | finnur@chromium.org | 2009-07-15 | 1 | -0/+13 |
* | Reverting 20714. | finnur@chromium.org | 2009-07-15 | 1 | -13/+0 |
* | EFD now notifies EPM of renderviews created, which in turn notifies the rende... | finnur@chromium.org | 2009-07-15 | 1 | -0/+13 |
* | Change ExtensionHost to use notifications | erikkay@chromium.org | 2009-06-26 | 1 | -10/+0 |
* | Display an infobar alert when extension process crashes. | phajdan.jr@chromium.org | 2009-06-19 | 1 | -0/+6 |
* | Clean up extension loading: | erikkay@google.com | 2009-06-15 | 1 | -0/+1 |
* | Make extensions visible in the Task Manager. | phajdan.jr@chromium.org | 2009-06-13 | 1 | -0/+3 |
* | part 2 of dragging change: reordering, but not persisting | erikkay@google.com | 2009-06-10 | 1 | -6/+5 |
* | Display extension processes in task manager. | phajdan.jr@chromium.org | 2009-06-06 | 1 | -6/+16 |
* | Fixes a slew of random link/compile errors for views on gtk. | sky@chromium.org | 2009-05-29 | 1 | -2/+2 |
* | Fix unit test bustage by making sure ExtensionView::ViewHierarchyChanged call... | ben@chromium.org | 2009-05-29 | 1 | -0/+4 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-21 | 1 | -2/+5 |
* | Resurrect ExtensionProcessManager. Move the code for starting extension | mpcomplete@google.com | 2009-05-06 | 1 | -0/+59 |
* | Remove ExtensionProcessManager and move its functionality onto | mpcomplete@google.com | 2009-04-16 | 1 | -63/+0 |