summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_messages_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-1/+2
* Combine ChannelIDService::RequestHandle and ChannelIDServiceRequest classesnharper2015-06-101-4/+4
* Remove certificates from Channel IDnharper2015-06-011-21/+15
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Don't crash on chrome.runtime.connect().kalman2015-05-121-0/+13
* Make LoadMonitoringExtensionHostQueue remove itself as an ExtensionHost obser...kalman2015-03-161-2/+3
* [Extensions] Introduce LoadMonitoringExtensionHostQueue.kalman2015-02-271-0/+1
* Reject connection attempts without prompt if target app doesn't handle the ev...mek2014-12-231-21/+60
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+1
* Show an incognito connectability on each tab that is requesting.reillyg2014-12-021-0/+65
* Cleanup: Better constify some strings in chrome/browser/{chromeos,extensions}.thestig2014-10-311-3/+3
* Standardize usage of virtual/override/final in chrome/browser/extensions/dcheng2014-10-211-4/+4
* replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/mostynb2014-10-041-2/+2
* Enable ExtensionApiTest.MessagingUserGesture testzeeshanq2014-09-101-2/+1
* Don't take a fake UGI every time we execute Javascript.zeeshanq2014-09-041-1/+2
* Remove implicit conversions from scoped_refptr to T* in chrome/browser/extens...dcheng2014-08-261-79/+102
* Move extension notifications to extensions/browser/notification_types.hjamescook@chromium.org2014-07-311-1/+2
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-251-15/+15
* Move chrome.runtime to //extensions.rockot@chromium.org2014-05-071-1/+1
* Revert of Mark forwarded user gestures as forwarded, and don't forward alread...mek@chromium.org2014-05-061-32/+0
* Disable the "allow this extension to communicate..." prompt when websites trykalman@chromium.org2014-04-301-144/+236
* Mark forwarded user gestures as forwarded, and don't forward already forwarde...mek@chromium.org2014-04-301-0/+32
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-181-2/+2
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-291-1/+1
* Move some extensions tests to RenderFrameHost.avi@chromium.org2014-03-221-72/+82
* Revert of Move some extensions tests to RenderFrameHost. (https://codereview....eseidel@chromium.org2014-03-211-82/+72
* Move some extensions tests to RenderFrameHost.avi@chromium.org2014-03-201-72/+82
* Disable the externally connectable tests on windows.kalman@chromium.org2014-03-081-0/+6
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Move ExtensionPrefs and friends to extensions/ directory.derat@chromium.org2014-01-221-1/+1
* Don't crash the renderer if there is an error on runtime.sendMessage from akalman@chromium.org2014-01-161-0/+19
* Register bindings for blessed web contexts (aka hosted app contexts) by handkalman@chromium.org2014-01-091-1/+40
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-1/+1
* Disable flaky ExternallyConnectableMessagingTest.WebConnectableWithEmptyTlsCh...brianderson@chromium.org2013-12-211-9/+2
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-211-1/+1
* Convert extensions::EventRouter from Profile to BrowserContextjamescook@chromium.org2013-11-131-1/+1
* Disable flaky ExternallyConnectableMessagingTest.WebConnectableWithEmptyTlsCh...kbr@chromium.org2013-11-081-2/+2
* Disable ExternallyConnectableMessagingTest.WebConnectableWithEmptyTlsChannelI...pshenoy@chromium.org2013-11-071-1/+9
* Pass user gesture state along with chrome.runtime.sendMessage.mek@chromium.org2013-10-231-0/+45
* Show an alert [allow/deny] when a website tries to connect to an app/extensionkalman@chromium.org2013-10-221-6/+55
* Introduce a new attribute to externally_connectable,juanlang@google.com2013-10-161-1/+317
* Revert 227722 "Introduce a new attribute to externally_connectable,"robertphillips@google.com2013-10-091-318/+1
* Introduce a new attribute to externally_connectable,juanlang@google.com2013-10-091-1/+318
* Implement chrome.runtime.restart for cros kiosk app.xiyuan@chromium.org2013-10-081-0/+1
* Disable ExternallyConnectableMessagingTest.BackgroundPageClosesOnMessageRecei...xhwang@chromium.org2013-09-241-1/+2
* Assert that an extension that closes its background page should be able to be...juanlang@google.com2013-09-191-3/+44
* In extension messaging, use the sender frame's URL as the sender URL ratherkalman@chromium.org2013-08-151-25/+90
* Don't deregister the chrome.runtime API when an extension is unloaded.kalman@chromium.org2013-08-091-3/+1
* Properly enforce the incognito separation for extension <--> web messaging.kalman@chromium.org2013-08-011-9/+39
* Revert 212130 "Properly enforce the incognito separation for ext..."michaeln@google.com2013-07-171-39/+9