summaryrefslogtreecommitdiffstats
path: root/content/shell/browser
Commit message (Expand)AuthorAgeFilesLines
* [DevTools] Use InspectorFrontendHost.readyForTest for layout tests.dgozman2016-03-255-3/+62
* Rename LayoutDumpFlags to LayoutTestRuntimeFlags.lukasza2016-03-242-15/+16
* Revert of [DevTools] Use InspectorFrontendHost.readyForTest for layout tests....battre2016-03-245-62/+3
* [DevTools] Use InspectorFrontendHost.readyForTest for layout tests.dgozman2016-03-245-3/+62
* Add RetainedRef uses where needed.vmpstr2016-03-211-2/+2
* Implementation of subscription restrictions.harkness2016-03-212-10/+9
* Remove NetworkDelegate pointer from HttpNetworkSession.mmenke2016-03-181-2/+0
* Make kExposeInternalsForTesting usable again for interactive content_shell.lukasza2016-03-152-4/+4
* Replicating LayoutDumpFlags across OOPIFs.lukasza2016-03-142-12/+44
* Remove the ability of webpages to specify strings for the onbeforeunload dialog.avi2016-03-114-8/+3
* Move layout-test-specific switches from shell_switches to layout_test_switches.hlukasza2016-03-107-54/+41
* Replicate static layout test configuration to all renderers.lukasza2016-03-092-47/+39
* Quit BlinkTestRunner::TestFinished early if main frame is not local.lukasza2016-03-084-7/+7
* Revert of Partial implementation of subscription restrictions. (patchset #8 i...benwells2016-03-082-9/+10
* [DevTools] Skip non-utf8 chunks when loading resource for frontend.dgozman2016-03-071-3/+6
* Remove dump_line_box_trees and debug_render_tree from LayoutDumpFlags.lukasza2016-03-041-4/+0
* Partial implementation of subscription restrictions.harkness2016-03-032-10/+9
* Implement a test plugin for testing deprecated/private PPAPI interfaces.dcheng2016-03-021-0/+1
* mojo: Sketch a profile application.erg2016-03-021-0/+2
* Change Mojo URLs to structured names.ben2016-02-271-2/+2
* bluetooth: Implement Service.getCharacteristicsortuno2016-02-262-22/+57
* bluetooth: Add Web Bluetooth blacklist checks to readValue & writeValue.scheib2016-02-262-25/+121
* Add some missing std::move()s following a previous refactoringskyostil2016-02-262-4/+4
* Stop listening to destroyed RenderProcessHosts.lukasza2016-02-262-0/+7
* Remove duplication between TestRunner's fields and LayoutDumpFlags struct.lukasza2016-02-252-4/+9
* Clean-up DEPS related to components/test_runner.lukasza2016-02-251-3/+0
* Have layout tests harness monitor *all* renderer processes for crashes.lukasza2016-02-252-15/+57
* Remove some usages of BrowserThread::UnsafeGetMessageLoopForThreadskyostil2016-02-256-20/+20
* bluetooth: Add Web Bluetooth blacklist checks to getCharacteristic.scheib2016-02-252-10/+55
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* bluetooth: Only return allowed UUIDsortuno2016-02-232-11/+19
* Move TestInfoExtractor to content_shelljochen2016-02-233-4/+201
* Add a protocol handler to serve generated JS mojo bindings.sammc2016-02-231-0/+50
* Assign a initial value to local variables to avoid maybe-uninitialized warningtzik2016-02-201-1/+1
* Remove user_gesture parameters from content::PermissionManager interface.mlamouri2016-02-194-8/+0
* Simplify push' GetPermissionStatus codepeter2016-02-192-14/+9
* media: Support TestMojoMediaClient.xhwang2016-02-181-3/+3
* Fix load data with invalid base URLboliu2016-02-172-2/+47
* Move some more layout test related classes to the appropriate dirjochen2016-02-1717-45/+76
* Pass the frame instead of the WebContents through RunBluetoothChooser.jyasskin2016-02-176-23/+19
* Rename some AccessToken types for readability.mvanouwerkerk2016-02-172-7/+7
* Web MIDI: expose non-sysex request to content permission layertoyoshim2016-02-171-1/+3
* Moved TestBackgroundSyncController to MockBackgroundSyncControllernsatragno2016-02-162-4/+4
* bluetooth: Add Web Bluetooth blacklist checks to requestDevice.scheib2016-02-142-0/+41
* Use range-based for loops to iterate over RenderFrameHosts.lukasza2016-02-121-19/+8
* Grant Mojo bindings to all renderer processes during layout tests.creis2016-02-112-1/+11
* Move InterfaceProvider into the shell::mojom namespace like the rest of the s...ben2016-02-111-2/+2
* Rename ServiceProvider to InterfaceProvider.ben2016-02-101-2/+2
* Add layout tests for ServiceWorker's notificationclose event.nsatragno2016-02-094-0/+34
* Replicating layout test configuration to new renderer processes.lukasza2016-02-052-4/+29