summaryrefslogtreecommitdiffstats
path: root/content/public
Commit message (Expand)AuthorAgeFilesLines
* For unit tests, track additions to AtExitManager and warn.scottbyer@chromium.org2012-06-271-3/+1
* Adding support for the SpeechRecognition.maxAlternatives JS API parameter (Sp...primiano@chromium.org2012-06-272-0/+6
* [Android] Rename WebSettings to ContentSettings.mkosiba@chromium.org2012-06-273-36/+36
* Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t...primiano@chromium.org2012-06-271-4/+2
* Make chrome.appWindow.create() provide access to the child window at a predic...jeremya@chromium.org2012-06-271-0/+8
* Restructure error handling in downloads to be driven by DownloadItemImpl.rdsmith@chromium.org2012-06-262-11/+4
* mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON.thakis@chromium.org2012-06-262-0/+13
* Move java files into src parent directory.navabi@google.com2012-06-2632-1/+1
* Reland: Start consolidating non-port specific code to ui/base/dialogs.erg@google.com2012-06-262-41/+5
* [Android] Remove pepper flash initialization code.yfriedman@chromium.org2012-06-262-10/+0
* Revert 144199 - win_aura failure -Start consolidating non-port specific code ...erg@google.com2012-06-262-5/+41
* Start consolidating non-port specific code to ui/base/dialogs.erg@google.com2012-06-262-41/+5
* Revert 144072 - Make chrome.appWindow.create() provide access to the child wi...nkostylev@chromium.org2012-06-261-8/+0
* Remove --disable-interactive-form-validation flag and about:flags UI for it.tkent@chromium.org2012-06-262-5/+0
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-262-4/+0
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-265-12/+15
* Generate param traits even when shared by mutliple message files.tsepez@chromium.org2012-06-263-138/+46
* Make chrome.appWindow.create() provide access to the child window at a predic...jeremya@chromium.org2012-06-261-0/+8
* Revert 144012 - Revert 143931 - Enable Pointer Lock by default, change about:...scheib@chromium.org2012-06-252-0/+4
* Speculative resource prefetching for URLs CL.shishir@chromium.org2012-06-252-0/+4
* Revert 143931 - Enable Pointer Lock by default, change about:flags option to ...scheib@chromium.org2012-06-252-4/+0
* Convert to using new JNINamespace for content files.tedchoc@chromium.org2012-06-252-0/+4
* All visibility change functions (WasRestored/ShowContents/DidBecomeSelected a...scshunt@google.com2012-06-253-13/+6
* Enable Pointer Lock by default, change about:flags option to multi-select.scheib@chromium.org2012-06-252-0/+4
* Provide a common interface for all Android app resources.leandrogracia@chromium.org2012-06-253-18/+60
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-06-251-4/+5
* Add support for basic web_contents methods in ContentView (android).tedchoc@chromium.org2012-06-222-10/+148
* Revert 143590 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...mrossetti@chromium.org2012-06-222-5/+0
* ContentViewClient keyboard handling and IME (content shell bringup)cramya@chromium.org2012-06-221-0/+4
* Session restore: Store and restore persistent IDs for sessionStorage.marja@chromium.org2012-06-222-4/+12
* Change DownloadManagerImpl::downloads_ from a set to a map, and expose it as ...benjhayden@chromium.org2012-06-222-0/+5
* Introduced experimental support for interacting with the google remote stream...primiano@chromium.org2012-06-224-2/+14
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-222-0/+5
* Refactor GetCrashSignalFD to be more generic.yfriedman@chromium.org2012-06-222-9/+10
* Add support for namespace in static JNI methods.bulach@chromium.org2012-06-221-1/+4
* Browser Plugin: Guests should be in their own BrowsingInstance/SiteInstances,...fsamuel@chromium.org2012-06-226-0/+12
* Undo the startup_helper_win.h change in r143501 because that breaks the sandb...jam@chromium.org2012-06-221-3/+3
* Make full gpu info collection on Linux optional.zmo@chromium.org2012-06-222-0/+4
* Enable incremental linking on browser_tests and unit_tests.jam@chromium.org2012-06-221-1/+4
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-9/+0
* Cleanup: DeleteTask() no longer exists. Update BrowserThread comments and rem...thestig@chromium.org2012-06-211-1/+1
* Browser Plugin: Enable by default for platform apps and remove option to disa...fsamuel@chromium.org2012-06-202-12/+0
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-2019-53/+56
* Transfer user agent info between browser and rendererdfalcantara@chromium.org2012-06-204-0/+25
* Upstream WebSettings and ZoomManager for ContentShell.tedchoc@chromium.org2012-06-203-30/+1143
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Implement a ResourceThrottle for URL overriding in Chrome on Android.mkosiba@chromium.org2012-06-202-1/+15
* Moving LoadFromMemoryCacheDetails to content/public/browser and making it a s...shishir@chromium.org2012-06-202-0/+67
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-191-296/+0
* Http auth code in ContentViewClient (content shell bringup)cramya@chromium.org2012-06-192-1/+27