| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't throw exceptions when v8 objects/contexts are missing, and catch | kalman@chromium.org | 2013-03-17 | 1 | -8/+1 |
* | Remove support for crx-less hosted apps. | sammc@chromium.org | 2013-03-15 | 1 | -17/+0 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-09 | 1 | -1/+5 |
* | Set correct error message when disconnecting messaging port. | sergeyu@chromium.org | 2013-03-08 | 1 | -1/+2 |
* | Revert 186643 - Caused a 10% regression on SunSpider benchmark | tonyg@chromium.org | 2013-03-07 | 1 | -5/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-07 | 1 | -1/+5 |
* | Revert 185709 | koz@chromium.org | 2013-03-03 | 1 | -5/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-02 | 1 | -1/+5 |
* | Revert 184837 | abodenha@chromium.org | 2013-02-27 | 1 | -5/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-02-27 | 1 | -1/+5 |
* | Update some #includes in chrome/renderer/extensions/ for headers in the new P... | pilgrim@chromium.org | 2013-01-10 | 1 | -1/+1 |
* | Dispatch an onClose event to app windows when they are closed. | jeremya@chromium.org | 2012-10-18 | 1 | -0/+1 |
* | Draggable region support for frameless app window on Windows. | jianli@chromium.org | 2012-08-08 | 1 | -0/+1 |
* | Move c/r/extensions/* into extensions namespace | rdevlin.cronin@chromium.org | 2012-08-07 | 1 | -4/+7 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses... | cmp@chromium.org | 2012-07-09 | 1 | -0/+3 |
* | Cleanup: make ExtensionRequestSender manage its IPC responses directly, rather | kalman@chromium.org | 2012-07-09 | 1 | -3/+0 |
* | Allow platform apps to open links in the browser. | mihaip@chromium.org | 2012-06-15 | 1 | -2/+6 |
* | Implement the activeTab permission, so that extensions with the permission | kalman@chromium.org | 2012-06-13 | 1 | -0/+5 |
* | Get rid of the RenderViewType concept in content, since it was only used by C... | jam@chromium.org | 2012-05-23 | 1 | -5/+5 |
* | Use Value objects instead of JSON strings in extension API response IPCs. | asargent@chromium.org | 2012-04-20 | 1 | -1/+1 |
* | Fix bug where transient pages would miss events dispatched while it was | mpcomplete@chromium.org | 2012-04-19 | 1 | -0/+12 |
* | Report failures when opening an extension port to the caller. | mpcomplete@chromium.org | 2012-04-02 | 1 | -0/+6 |
* | Update extension events, routing, and delivery to use user gesture. | gbillock@chromium.org | 2012-03-02 | 1 | -1/+2 |
* | Stop using weak v8 references to keep track of inline install callbacks. | mihaip@chromium.org | 2012-02-11 | 1 | -6/+0 |
* | Coverity: pass string by const-ref | tbreisacher@chromium.org | 2012-01-26 | 1 | -2/+2 |
* | Coverity: Fixing pass by value. | dpapad@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Update includes to new header locations. | abarth@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | 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 |
* | Add OVERRIDE to chrome/renderer. | avi@chromium.org | 2011-11-21 | 1 | -7/+7 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 1 | -4/+4 |
* | Add a per-context "Handler" concept to ChromeV8Extension and | aa@chromium.org | 2011-10-12 | 1 | -8/+0 |
* | Make RenderView inherit from content::RenderView, and add missing functions t... | jam@chromium.org | 2011-10-10 | 1 | -3/+10 |
* | Relanding: Add js api for hosted/packaged apps to request notification author... | asargent@chromium.org | 2011-10-07 | 1 | -0/+8 |
* | Revert 104438 - Relanding: Add js api for hosted/packaged apps to request not... | asargent@chromium.org | 2011-10-07 | 1 | -8/+0 |
* | Relanding: Add js api for hosted/packaged apps to request notification author... | asargent@chromium.org | 2011-10-07 | 1 | -0/+8 |
* | Revert 104410 - Add js api for hosted/packaged apps to request notification a... | rsleevi@chromium.org | 2011-10-07 | 1 | -8/+0 |
* | Add js api for hosted/packaged apps to request notification authorization | asargent@chromium.org | 2011-10-07 | 1 | -0/+8 |
* | Split ViewType between chrome and content | jochen@chromium.org | 2011-10-06 | 1 | -4/+4 |
* | Move RenderViewObserver and RenderViewObserverTracker to content\public\rende... | jam@chromium.org | 2011-10-03 | 1 | -4/+5 |
* | Reland 101111 - Only deliver extension messages to contexts that care. | aa@chromium.org | 2011-09-15 | 1 | -0/+2 |
* | Revert r99696 and r99705 due to crashes. | aa@chromium.org | 2011-09-08 | 1 | -0/+115 |
* | Rename ExtensionDispatcher to ExtensionRendererContext because: | aa@chromium.org | 2011-09-06 | 1 | -112/+0 |
* | Add WebstoreInlineInstaller (downloads store data, shows the install UI, and ... | mihaip@chromium.org | 2011-08-29 | 1 | -0/+1 |
* | Initial inline web store install bindings. | mihaip@chromium.org | 2011-08-18 | 1 | -1/+3 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -2/+5 |
* | Move view_types.h from chrome to content. Although some of the enum types ar... | jam@chromium.org | 2011-05-16 | 1 | -1/+1 |
* | Remove the last Chrome dependencies from renderer, and enforce no more includ... | jam@chromium.org | 2011-04-18 | 1 | -0/+12 |
* | Clear RenderThread of any Chrome specific code, and move a bunch of stuff out... | jam@chromium.org | 2011-04-16 | 1 | -1/+45 |
* | Move a bunch of Chrome specific code out of RenderThread, in preparation of m... | jam@chromium.org | 2011-04-14 | 1 | -1/+5 |