summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/web_navigation
Commit message (Expand)AuthorAgeFilesLines
* Revert of Disable WebNavigationApiTest.OpenTab on Windows. (patchset #1 of ht...jochen@chromium.org2014-08-141-7/+1
* Disable WebNavigationApiTest.OpenTab on Windows.joaodasilva@chromium.org2014-08-131-1/+7
* content: ResourceType cleanup.tfarina@chromium.org2014-07-312-4/+4
* Simplify WebNavigationApi by using RenderFrameHost internally.dcheng@chromium.org2014-07-167-637/+452
* Convert remaining WebContentsObservers loading callbacks to use RFH.dcheng@chromium.org2014-07-092-42/+39
* Move resource_type.* from webkit/ to content/.tfarina@chromium.org2014-07-052-1/+4
* Pass RenderFrameHost* to WebContentsObserver::FrameDetached().dcheng@chromium.org2014-07-042-14/+15
* Update several WebContentsObserver loading callbacks to use RFH.dcheng@chromium.org2014-07-033-25/+23
* Remove WebContentsObservers dependencies on WebFrame::uniqueName().dcheng@chromium.org2014-07-013-41/+36
* Move all remaining appcache-related code to content namespacepilgrim@chromium.org2014-06-251-1/+1
* Android: Remove web_navigation extensions API.thestig@chromium.org2014-06-242-8/+2
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-102-3/+3
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-5/+5
* Fix some more tests that were writing to the user's home directory.asanka@chromium.org2014-05-101-0/+8
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-092-4/+4
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-8/+8
* Renamed namespaces in src/chrome.vitalybuka@chromium.org2014-04-301-1/+1
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-302-4/+4
* Use EventRouter instead of ExtensionSystem::Get->event_router() from c/b/e/apilimasdf@gmail.com2014-04-162-10/+6
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-291-1/+1
* Get rid of ContextMenuParams::frame_id since on the browser side we know whic...jam@chromium.org2014-03-252-6/+4
* Disable several failing tests after the browser test harness improvements in ...jam@chromium.org2014-03-181-0/+4
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-181-80/+11
* Move extensions-related files to using //components/keyed_service.blundell@chromium.org2014-03-131-1/+1
* Copy JavaScript execution to RenderFrame, switch easy cases to use it.avi@chromium.org2014-03-121-2/+2
* Cleanup: Use TestRendenderViewContextMenu fromlazyboy@chromium.org2014-03-111-21/+1
* Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.yoz@chromium.org2014-03-052-9/+9
* Update resource requests to remove redundant frame ID.creis@chromium.org2014-03-031-1/+2
* Move render_view_context_menu.* and related files out of tab_contents.lazyboy@chromium.org2014-02-271-1/+1
* Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...yoz@chromium.org2014-02-252-21/+24
* Cleanup: Move kChromeUIScheme constant into content namespace.tfarina@chromium.org2014-02-111-1/+1
* Start moving context menu code to RenderFrame.jam@chromium.org2014-01-311-3/+3
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-303-3/+3
* Fix an out-of-date issue in chrome.webNavigation document.Hokein.Wu@gmail.com2014-01-291-3/+9
* Move kDataScheme constant into content namespace.tfarina@chromium.org2014-01-261-1/+1
* Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer().thestig@chromium.org2014-01-211-1/+1
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-1/+1
* Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-1/+2
* Revert 242450 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-2/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-1/+2
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-2/+2
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-1/+1
* Reenable WebNavigationApiTest.ServerRedirectSingleProcess on ChromeOSjochen@chromium.org2013-12-191-8/+1
* [webNavigation] only observe redirects for framesjochen@chromium.org2013-12-182-0/+15
* Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead...jam@chromium.org2013-12-182-33/+10
* Rewrite all webNavigation API tests as extension testsjochen@chromium.org2013-12-171-157/+63
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-131-1/+1
* Convert string16 to use base namespace.brettw@chromium.org2013-12-093-9/+9
* Make resource throttles and AsyncResourceHandler add events to NetLogmmenke@chromium.org2013-12-041-0/+4
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1