summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Convert const char* kFoo to const char kFoo[].thestig2015-12-174-39/+38
* Introduce bluetooth interfaces for Settings UIstevenjb2015-12-161-1/+1
* [extensions] Update content_capabilities whitelistsrockot2015-12-161-0/+16
* On unified desktop return underlying displays in chrome.system.displayrobert.bradford2015-12-162-23/+30
* PlzNavigate: Add helper method for checking if PlzNavigate is enabled.carlosk2015-12-162-5/+4
* Remove ScopedVector from /extenisons part#3limasdf2015-12-167-48/+52
* [extensions] Hang on to the BluetoothAdapter once initializedrockot2015-12-162-14/+24
* Move nacl targets to subdirectories.brettw2015-12-161-28/+5
* Remove ScopedVector from networking_private apilimasdf2015-12-159-52/+53
* Remove ScopedVector from/extenisons part#2limasdf2015-12-155-47/+51
* Revert of Move nacl targets to subdirectories. (patchset #6 id:100001 of http...yoichio2015-12-151-5/+28
* Move nacl targets to subdirectories.brettw2015-12-151-28/+5
* Extensions: No longer creating a snapshot when iterating values.cmumford2015-12-142-13/+9
* +isherman for histograms.xmlmfoltz2015-12-121-11/+11
* ValueStore will now automatically repair corrupted db's.cmumford2015-12-1213-356/+398
* Replace v8::Object::ForceSet with DefineOwnPropertyjochen2015-12-111-1/+2
* Prevent infinite looping in ScriptContext::GetEffectiveDocumentURL().thestig2015-12-111-3/+9
* extensions::ListBuilder move constructor doesn't transfer to a raw pointer.limasdf2015-12-111-2/+2
* Dispatch runtime.onInstalled event if an extension is re-enabled afterlazyboy2015-12-092-10/+80
* Replace ScopedVector<ScopedFD> with std::vector<ScopedFD>mdempsky2015-12-091-0/+1
* chrome.displaySource custom bindingsmikhail.pozdnyakov2015-12-0911-4/+530
* Use rvalue reference instead of extensions::ListBuilder::Pass()limasdf2015-12-099-71/+131
* Make Lucas a GuestView OWNERfsamuel2015-12-092-0/+2
* Remove all the ephemeral apps code.benwells2015-12-0919-131/+21
* Skip verification by the last commited origin to avoid a CHECKrob2015-12-081-1/+5
* Allow arbitrary sizes for extension icons (and bookmark app icons)estade2015-12-085-60/+3
* CastSocket: create FakeCertVerifier to accept any SSL certificate (even self-...kmarshall2015-12-075-206/+165
* Track all extension frames in ProcessManager, inspect extensionoptionsrob2015-12-068-36/+172
* [MR] Add description field to MediaSink.imcheng2015-12-051-0/+1
* Remove kuint32max.avi2015-12-042-6/+9
* Handle more scale factors for extension Browser Action iconsestade2015-12-044-23/+26
* Fix webview crash on invalid src URLmknowles2015-12-041-2/+4
* Kill ScopedPtrMap and friendslimasdf2015-12-021-1/+0
* Fix ExtensionApiTest.ContentScriptExtensionIframe for --isolate-extensions.alexmos2015-12-024-8/+15
* [Extensions] Add allow-modals to the default sandbox CSProckot2015-12-011-1/+1
* Remove kuint16max.avi2015-12-012-19/+20
* Revert of Remove kuint16max. (patchset #7 id:120001 of https://codereview.chr...avi2015-12-012-20/+19
* Remove kuint16max.avi2015-12-012-19/+20
* ValueStore::Error is now an inline member (not a ptr) of ResultTypes.cmumford2015-12-0118-353/+286
* Convert various vector_as_array calls to vector::data.davidben2015-12-016-13/+7
* Removed key member from ValueStore::Error.cmumford2015-11-3012-86/+67
* Add more components to "gn check", work on dom_distiller.brettw2015-11-301-1/+1
* Always pass an v8::Isolate* to the TryCatch ctorjochen2015-11-302-2/+2
* Get rid of an unnecessary StringPiece->std::string conversion.amistry2015-11-271-3/+2
* Remove ScopedVector from ElementsUploadDataStreamolli.raula2015-11-261-1/+3
* Remove the custom base64url implementation in //extensions/peter2015-11-254-48/+59
* Disable flaky SocketsTcpServerApiTest.SocketTCPServerUnbindOnUnloadjochen2015-11-251-1/+3
* Use scoped_ptr in extensions::ModuleSystemtzik2015-11-252-6/+4
* Fix LoadDataWithBaseURL reloadboliu2015-11-241-2/+4
* [MR] Fix early return bug in converting connection state in bindings.imcheng2015-11-241-7/+6