summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-1712-19/+22
* Ignore WM_MOUSEACTIVATE messages which occur in the context of touch events w...ananta@chromium.org2014-03-171-0/+12
* Move ScopedFILE to base namespace and scoped_file.hbrettw@chromium.org2014-03-172-2/+4
* Move CommandLine to base namespace.brettw@chromium.org2014-03-1724-57/+73
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-1714-8/+421
* Remove unused flag --enable-browser-plugin-drag-drop.lazyboy@chromium.org2014-03-172-5/+0
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-176-34/+31
* Move ftp_directory_listing_response_delegate.cc/h to content/child/pilgrim@chromium.org2014-03-174-2/+181
* Fix DCHECK error when invalid video constraints are set on gUM. If a video co...perkj@chromium.org2014-03-173-10/+32
* Do not reject AppCache requests for WebUI.eustas@chromium.org2014-03-171-1/+8
* Fix integer overflow in software compositorccameron@chromium.org2014-03-171-1/+10
* Fix a deadlock by dropping frames in RtcVideoEncoder.wuchengli@chromium.org2014-03-171-1/+32
* Dispatch FetchEvent from ServiceWorkerURLRequestkinuko@chromium.org2014-03-1710-15/+420
* Fix StatusChangeCallback's reentrancy issuekinuko@chromium.org2014-03-172-10/+46
* Added unittest to WebRtcAudioRenderer. This is to protect the use cases that ...xians@chromium.org2014-03-173-1/+156
* gpu media: Don't call unnecessary glFlush() and glInsertSyncPoint() on creati...dongseong.hwang@intel.com2014-03-163-17/+15
* trivial change to remove the hard coding to mono as the output channel layout...xians@chromium.org2014-03-161-1/+2
* Remove '--only-block-setting-third-party-cookies' flag.mkwst@chromium.org2014-03-161-2/+2
* Expose android.webkit.WebView as the web view's class name.dmazzoni@chromium.org2014-03-1659-58/+61
* Declare dependency on blink_headers in targets that use blink headersjamesr@chromium.org2014-03-165-0/+19
* Revert 252883 "Remove tests and code for showModalDialog"jamesr@chromium.org2014-03-169-3/+101
* Revert of Adds the ability for the renderer to create the mojo channel (https...jamesr@chromium.org2014-03-1513-409/+7
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-1513-7/+409
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-156-31/+34
* Move browser_test_utils's ExecuteScript* to use RenderFrameHost.avi@chromium.org2014-03-153-45/+151
* [telemetry] Add command_line.ArgumentHandlerMixIn class.dtu@chromium.org2014-03-155-30/+16
* Only inject the chrome.test namespace when actually running tests.mek@chromium.org2014-03-153-0/+5
* Make GLImage interface pure virtualsievers@chromium.org2014-03-152-0/+13
* When the auto-reload experiment is enabled ("enable-offline-auto-reload"), if...ellyjones@chromium.org2014-03-152-0/+5
* Remove CreatePlatformFile from content shell.rvargas@chromium.org2014-03-154-10/+20
* Browser Plugin: Fix uninitialized variablefsamuel@chromium.org2014-03-141-0/+1
* Fix screen orientation headers guard names.mlamouri@chromium.org2014-03-144-12/+12
* gl_helper: Always accept GL_RGBA/GL_UNSIGNED_BYTE as valid for readingrobert.bradford@intel.com2014-03-141-0/+4
* [webcrypto] JWK: Updated import(ext, key_ops) and added export of symmetric keyspadolph@netflix.com2014-03-145-110/+804
* Revert 257161 "Revert 256955 "Add shared bitmap managers for bro..."jbauman@chromium.org2014-03-1415-2/+619
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-1416-26/+35
* Chromium plumbing to use the selection root bounds.mlamouri@chromium.org2014-03-1415-0/+108
* Implement MediaCaptureDevices.michaelbai@chromium.org2014-03-149-59/+192
* Revert 252239 "Do not share a GL context between CoreAnimation a..."ccameron@chromium.org2014-03-142-8/+2
* Refactor ui::Clipboard::ObjectMap sanitization in ClipboardMsgFilter.zmo@chromium.org2014-03-141-1/+29
* Move wm/core to wm namespace.ben@chromium.org2014-03-141-0/+1
* Revert 257164 "Refactor ui::Clipboard::ObjectMap sanitization in..."zmo@chromium.org2014-03-141-29/+1
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-146-34/+31
* Disable KitKat-specific APIs.dmazzoni@chromium.org2014-03-142-4/+11
* Explain the reason why we don't have thread check in destructor of ByteStream...tyoshino@chromium.org2014-03-142-0/+10
* Add tap details to tap unconfirmed and double tap.tdresser@chromium.org2014-03-144-0/+19
* Refactor ui::Clipboard::ObjectMap sanitization in ClipboardMsgFilter.dcheng@chromium.org2014-03-141-1/+29
* Revert 256955 "Add shared bitmap managers for browser and render..."jbauman@chromium.org2014-03-1415-620/+2
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-142-25/+13
* Reland "Fix various issues in RedirectToFileResourceHandler."davidben@chromium.org2014-03-1413-141/+1048