| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactors DeviceOrientation to make it more extensible | aousterh@chromium.org | 2012-08-03 | 1 | -1/+7 |
* | Upstreaming Select Action | aurimas@chromium.org | 2012-08-01 | 1 | -0/+2 |
* | ContentShell rendering support on Android. | sievers@chromium.org | 2012-08-01 | 1 | -0/+5 |
* | DuplicateContentResourceHandler to monitor resources and track how many times... | frankwang@google.com | 2012-08-01 | 1 | -0/+3 |
* | Add DeviceMonitorLinux in BrowserMainLoop. | wjia@chromium.org | 2012-07-31 | 1 | -0/+2 |
* | Moving file_metadata files under content/browser/download | cristian.patrasciuc@gmail.com | 2012-07-28 | 1 | -2/+2 |
* | Added functionality such that on Linux, after downloading a file, | cristian.patrasciuc@gmail.com | 2012-07-27 | 1 | -0/+2 |
* | Linux: Refactor udev device monitoring code into its own class so it can be r... | thestig@chromium.org | 2012-07-27 | 1 | -0/+2 |
* | Move zygote_host_impl_linux.* to content/browser/zygote_host | jln@chromium.org | 2012-07-24 | 1 | -2/+2 |
* | use Loadlibrary/GetProcAddress for XInput, rather than /DELAYLOAD | scottmg@chromium.org | 2012-07-24 | 1 | -1/+0 |
* | Remove all the OS X 10.6 SDK forward declarations. | rsesek@chromium.org | 2012-07-18 | 1 | -1/+0 |
* | Upstream ContentVideoView.java content_video_view.* media_metadata_android.* | cramya@chromium.org | 2012-07-18 | 1 | -0/+2 |
* | Aura: Remove some unnecessary dependencies. | backer@chromium.org | 2012-07-17 | 1 | -13/+0 |
* | Revert 146923 - Aura: Remove some unnecessary dependencies. | erg@google.com | 2012-07-16 | 1 | -0/+13 |
* | Aura: Remove some unnecessary dependencies. | backer@chromium.org | 2012-07-16 | 1 | -13/+0 |
* | Wire up a PPAPI host in content/browser. | brettw@chromium.org | 2012-07-16 | 1 | -0/+2 |
* | Expose a benchmark-only beginSmoothScroll API to JS. | nduca@chromium.org | 2012-07-13 | 1 | -1/+1 |
* | Adds helper methods for WebView. | aurimas@chromium.org | 2012-07-13 | 1 | -0/+2 |
* | Aura: Have ui::Layer implement WebKit::WebExternalTextureLayerClient | backer@chromium.org | 2012-07-13 | 1 | -7/+0 |
* | Change DownloadManagerImpl to operate on DownloadItemImpl | rdsmith@chromium.org | 2012-07-13 | 1 | -0/+2 |
* | Share the zygote's fopen overrides with nacl_helper. | ncbray@chromium.org | 2012-07-13 | 1 | -0/+1 |
* | Support partitioning of storage contexts based on render_id. | ajwong@chromium.org | 2012-07-12 | 1 | -23/+27 |
* | Histograms - Support histograms for Plugins, GPU | rtenneti@google.com | 2012-07-12 | 1 | -0/+10 |
* | Add RemoteDebuggingController.java and its (native) dependencies. | pliard@chromium.org | 2012-07-12 | 1 | -0/+4 |
* | This CL moves the contents of ui_resources_standard.grd into ui_resources.grd... | benrg@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Revert "Revert 146000 - Split out ContentViewCore from ContentView for embedd... | tedchoc@chromium.org | 2012-07-11 | 1 | -3/+3 |
* | Revert 146000 - Split out ContentViewCore from ContentView for embedders. | ericu@google.com | 2012-07-11 | 1 | -3/+3 |
* | Split out ContentViewCore from ContentView for embedders. | tedchoc@chromium.org | 2012-07-11 | 1 | -3/+3 |
* | Move DeviceInfo to common to prevent a DEPS failure. | leandrogracia@chromium.org | 2012-07-05 | 1 | -2/+0 |
* | Prevent the inclusion of the wrong <dxgi.h> | cpu@chromium.org | 2012-07-04 | 1 | -3/+5 |
* | Move Pepper files in renderer_host to new subdir. | brettw@chromium.org | 2012-07-03 | 1 | -11/+11 |
* | Register JNI for content_unittests. | nileshagrawal@chromium.org | 2012-06-29 | 1 | -0/+2 |
* | Rename MessageFilter to OrientationMessageFilter in device_orientation | aousterh@chromium.org | 2012-06-28 | 1 | -2/+2 |
* | Upstream Android RenderWidgetHostView and WebContentsView. | sievers@chromium.org | 2012-06-27 | 1 | -0/+1 |
* | [Android] Rename WebSettings to ContentSettings. | mkosiba@chromium.org | 2012-06-27 | 1 | -4/+4 |
* | Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t... | primiano@chromium.org | 2012-06-27 | 1 | -2/+2 |
* | mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON. | thakis@chromium.org | 2012-06-26 | 1 | -0/+1 |
* | Avoid dependency on flac, speex and ffmpeg on Android | steveblock@chromium.org | 2012-06-25 | 1 | -5/+5 |
* | ContentViewClient keyboard handling and IME (content shell bringup) | cramya@chromium.org | 2012-06-22 | 1 | -0/+2 |
* | Introduced experimental support for interacting with the google remote stream... | primiano@chromium.org | 2012-06-22 | 1 | -0/+2 |
* | Revert 143294 - Provides a real implementation of GetDefaultPrintSettings. | raymes@google.com | 2012-06-21 | 1 | -3/+0 |
* | Provides a real implementation of GetDefaultPrintSettings. | raymes@chromium.org | 2012-06-20 | 1 | -0/+3 |
* | Upstream WebSettings and ZoomManager for ContentShell. | tedchoc@chromium.org | 2012-06-20 | 1 | -0/+2 |
* | Add the link option 'jnigraphics' for Android | yongsheng.zhu@intel.com | 2012-06-20 | 1 | -0/+5 |
* | Moving LoadFromMemoryCacheDetails to content/public/browser and making it a s... | shishir@chromium.org | 2012-06-20 | 1 | -2/+2 |
* | Android: native targets shouldn't depend on java targets. | torne@chromium.org | 2012-06-19 | 1 | -1/+0 |
* | Adding java TouchPoint class for android | qinmin@chromium.org | 2012-06-18 | 1 | -0/+2 |
* | Upstream some more content/ DEPS-related cleanup. | sievers@chromium.org | 2012-06-18 | 1 | -6/+0 |
* | Browser Plugin: Move to old directories | fsamuel@chromium.org | 2012-06-18 | 1 | -4/+4 |
* | Incrementally add some more browser startup code. | yfriedman@chromium.org | 2012-06-15 | 1 | -0/+2 |