summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Move readback to present thread.nick@chromium.org2012-11-171-4/+4
* <webview>: Arrange event names and attribute names in browser plugin and its ...lazyboy@chromium.org2012-11-173-194/+350
* Revert r168414 "Make power state override refcounted."maruel@chromium.org2012-11-171-3/+3
* Make power state override refcounted.rkc@chromium.org2012-11-171-3/+3
* Remove calls to setVersion from browser testsdgrogan@chromium.org2012-11-1719-322/+152
* Changing Autofill implementation for android.aurimas@chromium.org2012-11-171-2/+35
* Implement the ability to obliterate a storage partition from disk.creis@chromium.org2012-11-179-56/+290
* Remove dependency on enablePointerLock.scheib@chromium.org2012-11-171-2/+0
* Initialize NSS in the PPAPI process for ClearKey CDM.jorgelo@chromium.org2012-11-171-0/+7
* Remove rc file for scaled resource pak. They're already repacked inoshima@chromium.org2012-11-172-2/+0
* overscroll: Make sure the overscroll gesture interacts properly with touch ev...sadrul@chromium.org2012-11-173-2/+77
* Android: SurfaceTexture-based image transportsievers@chromium.org2012-11-1610-72/+388
* Extend the GPU test config to handle OSX 10.8 and Win8.zmo@google.com2012-11-164-9/+29
* Browser Plugin: Enter error state if partition attribute is invalidfsamuel@chromium.org2012-11-164-13/+82
* Allow WebMediaPlayerMS to be created on Android when URL is derived from medi...wjia@chromium.org2012-11-161-11/+11
* overscroll: Add experimental overscroll navigation support for aura.sadrul@chromium.org2012-11-168-7/+276
* Support Java resources within content.newt@chromium.org2012-11-163-0/+13
* Merge branch 'master' into perms_printbrettw@chromium.org2012-11-162-17/+18
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-1619-38/+38
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-162-0/+14
* Revert 168239 - Extract SIGPIPE ignoring code to a common place.dmichael@google.com2012-11-161-1/+1
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-166-407/+484
* Extract SIGPIPE ignoring code to a common place.phajdan.jr@chromium.org2012-11-161-1/+1
* Fix Android webview instrumentation tests.sievers@chromium.org2012-11-161-5/+0
* This patch implements a device selection UI to chrome content setting, and th...xians@chromium.org2012-11-166-58/+86
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-163-2/+4
* Add empty constructor/destructor to ResourceContext on iOSstuartmorgan@chromium.org2012-11-162-22/+5
* Fix findbugs uncalled private method in WebContentsDelegateAndroidjknotten@chromium.org2012-11-162-2/+2
* Workaround for IOSurface leak.ccameron@chromium.org2012-11-162-0/+36
* Run the Chromoting client plugin out-of-process.wez@chromium.org2012-11-164-47/+78
* Making it easier to hook a ContentViewCore to the SurfaceView.jcivelli@chromium.org2012-11-1624-254/+184
* Refactor video capture to new design, as part of the whole Pepper resource re...victorhsieh@chromium.org2012-11-166-69/+589
* Plug IOSurface leak at context tear-down.ccameron@chromium.org2012-11-162-11/+16
* Specify jar name for apks in java_apk.gypicjhopman@chromium.org2012-11-161-12/+4
* Rolling libjingle r235mallinath@chromium.org2012-11-168-59/+13
* Increase Windows XP hardware buffer size to 4096.dalecurtis@google.com2012-11-161-0/+1
* cc: Accelerated animation isn't being set based on the --disable-threaded-ani...danakj@chromium.org2012-11-161-1/+1
* content: Add stub implementation for overscroll gesture.sadrul@chromium.org2012-11-169-1/+702
* Don't wait endlessly for flushing the batched queries sent to the GPU driverananta@chromium.org2012-11-161-7/+25
* Fix Cross-Process Redirect Navigationirobert@chromium.org2012-11-1517-45/+106
* Switch swappedout:// CHECK to DCHECK.creis@chromium.org2012-11-151-3/+4
* Disable intversion-and-setversion to not block a webkit rolldgrogan@chromium.org2012-11-151-1/+3
* Duplicate file names for 'Save Page As' does not handle case-only differences...MHX348@motorola.com2012-11-153-3/+25
* Initialize device scale factor correctly on Androidskyostil@chromium.org2012-11-156-14/+76
* Implement the Flash menu as a new-style Pepper resource.brettw@chromium.org2012-11-158-90/+76
* Ensure that the foreground tab's process has high prioritycjhopman@chromium.org2012-11-152-10/+86
* Stop watchdog thread before sandbox initialization.zmo@chromium.org2012-11-151-0/+4
* Moved extension installation from FILE thread. CrxInstaller and friends are n...zelidrag@chromium.org2012-11-155-14/+21
* [Android] Add API to init ContentSettings from an existing one.benm@chromium.org2012-11-151-1/+40
* [android_webview] onPageStarted should happen after shouldIgnoreNavigation.mkosiba@chromium.org2012-11-156-23/+101