summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Disabling WorkerTest.SharedWorkerHttpAuth failing on webkit canaries.vsevik@chromium.org2011-12-051-1/+1
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-058-74/+87
* Chrome/Mac layout error on Google Docs Demo page (https://docs.google.com/demo)davidbarr@chromium.org2011-12-051-0/+3
* Support incremental-max and sample in Profiler datajar@chromium.org2011-12-041-1/+1
* Add glue for supporting custom MIME types in DataTransfer.dcheng@chromium.org2011-12-045-0/+23
* Revert r112885 and follow-up r112886.thakis@chromium.org2011-12-047-204/+53
* aura: Ask the WindowDelegate before a Window is Focus()ed.sadrul@chromium.org2011-12-032-0/+5
* Pass along the referrer policy (renderer side)jochen@chromium.org2011-12-0313-40/+111
* Fix shared build by adding CONTENT_EXPORT.dmazzoni@chromium.org2011-12-031-2/+2
* Relanding http://codereview.chromium.org/8416034dmazzoni@chromium.org2011-12-037-53/+204
* Fix shared builderjam@chromium.org2011-12-031-3/+3
* Initial implementation of IAccessible2 scrollTo and setTextSelection anddmazzoni@chromium.org2011-12-034-35/+318
* Remove dead code for gpu blacklist auto-update.zmo@google.com2011-12-032-45/+4
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-0319-234/+318
* Simplify BrowserChildProcessHost in preparation for refactoring it so that co...jam@chromium.org2011-12-033-17/+4
* Improve support for multiselect list box accessibility on Windows.dmazzoni@chromium.org2011-12-035-31/+159
* base::Bind: Convert ServerSocket::Accept.jhawkins@chromium.org2011-12-033-13/+21
* Revert 112812 - Add xinput1_3.dll redist to final package.thestig@chromium.org2011-12-031-24/+0
* Fix gyp warnings about missing files.thestig@chromium.org2011-12-031-1/+1
* Add a preference for enabling the TLS origin-bound certificates extension.wtc@chromium.org2011-12-031-2/+0
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-0320-37/+263
* Update includes to new header locationsabarth@chromium.org2011-12-0379-147/+147
* Plumb executable flag through proxy to base::SharedMemory::Create.mcgrathr@chromium.org2011-12-023-6/+13
* Add IPCs to allow assistive technology to scroll the pagedmazzoni@chromium.org2011-12-029-0/+163
* Make accessible scroll position attributes more generic anddmazzoni@chromium.org2011-12-021-3/+2
* Add xinput1_3.dll redist to final package.scottmg@google.com2011-12-021-0/+24
* fix shared library buildjam@chromium.org2011-12-021-1/+2
* base::Bind fixesgroby@chromium.org2011-12-021-19/+9
* Implement SetVisuallyDeemphasized in ChromeRenderViewObserver.xiyuan@chromium.org2011-12-0210-182/+12
* IndexedDB: Add support for IDBIndex multientry flagjsbell@chromium.org2011-12-024-1/+7
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-0218-225/+210
* Fix use-after-free. OnChildDied deletes the current object, so we shouldn't c...jam@chromium.org2011-12-021-2/+4
* Improve GPU tests to fail when GPU drawing fails.jbates@chromium.org2011-12-023-9/+17
* Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...jam@chromium.org2011-12-029-378/+7
* Fix a possible renderer hang due to an WebAccessibilityObject becoming invalid.dtseng@chromium.org2011-12-021-10/+17
* Add autoresize capability to chromium.levin@chromium.org2011-12-029-6/+74
* Fix tab backgroundingdavemoore@chromium.org2011-12-022-0/+67
* Get more information about types of images being downloaded.cbentzel@chromium.org2011-12-021-2/+44
* Remove deprecated TabContentsDelegate::OpenURLFromTab variantjochen@chromium.org2011-12-023-39/+4
* Upgrade all call sites of PageNavigator::OpenURL that pass a referrer to use ...jochen@chromium.org2011-12-021-0/+2
* Remove IOThread::message_loop().joi@chromium.org2011-12-022-2/+25
* Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...dpolukhin@chromium.org2011-12-029-7/+378
* Start/stop WebKitThread from BrowserMainLoop like other BrowserThreads.joi@chromium.org2011-12-028-27/+33
* IndexedDB: Cursor pre-fetching.hans@chromium.org2011-12-0210-1/+301
* Disabling GamepadProviderTest.PollingAccess as it crashesjochen@chromium.org2011-12-021-1/+2
* Add content API for DevTools HTTP handleryurys@chromium.org2011-12-025-95/+151
* Don't call CancelPendingRequest for synchronously answered requestsbattre@chromium.org2011-12-021-2/+7
* Add CHECK on file descriptor in various IPC::ChannelHandle passed in.xhwang@chromium.org2011-12-026-1/+27
* Remove views dependencies in content_browser.gypialicet@chromium.org2011-12-021-5/+0
* Add GamepadService, owns 1 gamepad bg threadscottmg@chromium.org2011-12-029-54/+233