summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Offload disk accesses to WorkerPool in ExtensionProtocolHandlerpaivanof@gmail.com2012-07-235-19/+28
* ash: Record some additional information about the gestures.sadrul@chromium.org2012-07-232-8/+4
* mac: Components build fix after r147843thakis@chromium.org2012-07-231-2/+3
* Initialize the shared memory to appease Valgrind.tommi@chromium.org2012-07-232-4/+32
* Use cached composition bounds for firstRectForCharacterRange if possible.nona@chromium.org2012-07-233-5/+508
* Move VideoRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-231-2/+0
* Copy the test data in chrome\test\data\npapi to content\test\data\npapi in pr...jam@chromium.org2012-07-2347-0/+1418
* Revert 147799 - landed without owners approvaljam@chromium.org2012-07-212-25/+2
* Prevent loading libffmpegsumo.so to python (autotests) process.glotov@google.com2012-07-212-2/+25
* Add more unit tests for AudioDevice.tommi@chromium.org2012-07-213-38/+194
* Set GestureEvent.globalX/Y properly in popup windows.girard@chromium.org2012-07-211-4/+14
* Add new text input types for android (step 1 of 3).japhet@chromium.org2012-07-211-1/+1
* Move more files into the content namespace.darin@chromium.org2012-07-2153-378/+429
* Enable global GL context sharing on Android.sievers@chromium.org2012-07-211-1/+1
* use NOTIFICATION_RENDERER_PROCESS_TERMINATED, not CLOSED for gamepad notifica...scottmg@chromium.org2012-07-212-9/+10
* Move input event simulation functions from ui_test_utils.h to browser_test_ut...jam@chromium.org2012-07-203-3/+115
* mac: Remove code that was only needed on 10.5thakis@chromium.org2012-07-205-39/+9
* Make delegate checks consistent in WebContentsImpl.leandrogracia@chromium.org2012-07-201-7/+24
* Remove AURA ifdefs around AcceleratedSurfaceNew/Release.sievers@chromium.org2012-07-203-27/+5
* content: Make sure the renderer notifies the browser about touch-event handle...sadrul@chromium.org2012-07-205-0/+16
* Adding WAKE_LOCK permission to content_shell_apk.aurimas@chromium.org2012-07-201-0/+1
* Fix failing GpuMemoryManagerTest.StubMemoryStatsForLastManageTests on Android.mmocny@chromium.org2012-07-201-3/+12
* Make ContentBrowserTest look for the title. This is now a basic test that ens...jam@chromium.org2012-07-201-2/+8
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-202-3/+1
* views: Does not need net/ in order to compile/link anymore.tfarina@chromium.org2012-07-201-0/+1
* Add net library for content unit test and enable related test cases on Android.shouqun.liu@intel.com2012-07-202-0/+4
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-204-4/+4
* Pass the RVH to RVHD::OnMessageReceived and make WCImpl forward it for load s...jochen@chromium.org2012-07-206-14/+44
* [cros/aura] Prevent white splash on boot for OOBE WebUI.nkostylev@chromium.org2012-07-201-1/+1
* Use display_name in webdropdata if it already has non-empty namekinuko@chromium.org2012-07-201-2/+6
* Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r...jam@chromium.org2012-07-209-14/+140
* Fix the invalid jni header in native_test_launcher on Android.shouqun.liu@intel.com2012-07-201-1/+1
* [Mac] In all the plists, define the LSMinimumSystemVersion based on MACOSX_DE...rsesek@chromium.org2012-07-202-2/+2
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-2013-88/+258
* Pass intVersion along with the rest of the IDB metadatadgrogan@chromium.org2012-07-203-0/+3
* [Mac] Change PowerSaveBlocker to not use the deprecated IOPMAssertionCreate f...rsesek@chromium.org2012-07-191-5/+3
* InProcessBrowserTest.Empty is only valid for browser_tests, so ask the test d...jam@chromium.org2012-07-193-29/+29
* Allow blacklisting just sharing textures between processes.jbauman@chromium.org2012-07-193-2/+7
* DevTools: stopping in debugger should not prevent RenderWidget::Close from be...pfeldman@chromium.org2012-07-192-6/+8
* Tweak the way we use the third_party\amd videocard codecpu@chromium.org2012-07-192-2/+2
* Uses gyp "rules" rather than "actions" templates for the JNI generator.bulach@chromium.org2012-07-1924-76/+51
* Update media OWNERS.scherkus@chromium.org2012-07-194-12/+8
* Fixes bug where RenderWidgetHostViewAura could drop an update requestsky@chromium.org2012-07-192-9/+14
* Initialize StatisticsRecorder in Child Process to holdrtenneti@chromium.org2012-07-193-12/+4
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-1913-18/+18
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-196-41/+11
* Revert 147474 - Added ARB_get_program_binary extension to the bindings, now w...gman@chromium.org2012-07-191-6/+6
* Fix memory leak in TraceSubscriberStdioImpl.husky@chromium.org2012-07-191-3/+6
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+10
* Provide stub implementations of GetStubStats and related functions in GpuMemo...mmocny@chromium.org2012-07-194-17/+199