summaryrefslogtreecommitdiffstats
path: root/content/public
Commit message (Expand)AuthorAgeFilesLines
* Remove --use-surfaces and --disable-surfaces command-line flags.jbauman2016-01-222-8/+0
* Refactor ChildProcessService in preparation for the background download process.qinmin2016-01-224-50/+82
* Catch runtime exception when creating MediaThrottlerqinmin2016-01-211-0/+2
* Re-enable ContentViewPopupZoomerTesttrchen2016-01-211-5/+4
* Revert of Have each SandboxedProcessLauncherDelegate maintain a zygote. (patc...kerrnel2016-01-215-57/+6
* This patch moves find-in-page code from RenderView to RenderFrame. This works...paulmeyer2016-01-212-9/+9
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-5/+5
* Make sure IME doesn't enter fullscreen modechangwan2016-01-213-0/+15
* android: Fix select popup dialog Context edge caseboliu2016-01-212-2/+7
* Add feature for wheel event scrolling to be gesture based.dtapuska2016-01-202-0/+4
* Have each SandboxedProcessLauncherDelegate maintain a zygote.kerrnel2016-01-205-6/+57
* readback_types.h: Improve documentation. Now with 100% fewer hapax legomena.nick2016-01-201-1/+4
* Mark testSelectActionBarInputPaste() as flaky againianwen2016-01-201-2/+7
* Decouple ResizeParams from Chrome IPCfsamuel2016-01-204-9/+10
* Duck playback volume when receiving AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCKzqzhang2016-01-203-42/+54
* Don't request audio focus when receiving an AUDIO_FOCUS_GAIN signalzqzhang2016-01-201-3/+1
* net: move more functions out of net_util.htfarina2016-01-201-1/+1
* Delete code involving overdraw bottom height.aelias2016-01-202-15/+2
* Rename ContentVideoViewClient to ContentVideoViewEmbedderwatk2016-01-205-17/+18
* Convert commitText("\n") to synthetic Enter key press.aelias2016-01-202-1/+26
* Revert of Consider newCursorPosition better when composing or commiting text ...aelias2016-01-203-122/+11
* Refactor ContentVideoView to have a native client interfacewatk2016-01-191-79/+23
* Removal of geolocation APIs on insecure originsjww2016-01-194-4/+8
* [Downloads] Mark download resumption as disabled by default.asanka2016-01-191-1/+1
* Add resume button to paused download notifications and support download resum...qinmin2016-01-193-8/+26
* Fix possible out-of-range access in setComposingText().kinaba2016-01-192-2/+12
* Disable startup priority of renderers on Windows.georgesak2016-01-162-2/+9
* [Android] Allow passing child service creation paramsmnaganov2016-01-152-14/+65
* Making SendToAllFrames return the number of messages it has sent.lukasza2016-01-151-3/+4
* Fixing the flaky testSelectActionBarInputPaste.cblume2016-01-151-8/+2
* Enable SlimmingPaintV2 from the command-line switch instead of from WebPrefer...jbroman2016-01-153-3/+0
* Fix ImeTest not to be flakychangwan2016-01-143-1/+18
* Remove Pepper Flash hw video field trial.ihf2016-01-142-7/+0
* Make sure there is wrapped activity in WindowAndroid for SelectPopUpyusufo2016-01-142-10/+12
* Remove unused transferred_global_request_id parameter.creis2016-01-141-4/+0
* This is the second of three CLs for desktop chrome tab capture.gyzhou2016-01-144-30/+225
* Check url path as well as document title to detect formless autofill pagejoenotcharles2016-01-142-22/+103
* Adding test for "Silent video does not gain audio focus"zqzhang2016-01-141-0/+16
* Use the screen info's scale factor to scale the drag imageoshima2016-01-141-0/+3
* Fix PhoneNumberDetectionTestjinsukkim2016-01-141-16/+15
* blimp: Route web gesture events to the renderer on the engine.khushalsagar2016-01-131-0/+2
* Simplify joystick scrolling code and reenable test.aelias2016-01-133-55/+21
* Remove about://gesturetdresser2016-01-131-2/+0
* Fix threading of IOThreadTestaberent2016-01-132-29/+73
* Add a Field Trial for User-Agent Intervention of WebFontstoyoshim2016-01-132-0/+5
* Attempt to re-enable WebContents android tests.tedchoc2016-01-131-17/+19
* Add popup layout tests with device scale factoroshima2016-01-121-0/+3
* Nit: fix comment in content/public/browser/web_contents_user_data.hjohnme2016-01-121-1/+1
* Revert 3 CLs for shouldOverrideUrlLoading implementation.gsennton2016-01-122-0/+33
* Consider newCursorPosition better when composing or commiting textchangwan2016-01-123-11/+112