summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Histogram added: GPU.GPUProcessLaunchCausescheib@chromium.org2011-04-064-9/+22
* Remove some unneeded includes to chrome/ from within content/michaeln@google.com2011-04-052-5/+3
* Remove last extension related code in content\browser. Have the ExtensionSer...jam@chromium.org2011-04-054-91/+48
* Encourage reliability of code using browser thread.dmaclach@chromium.org2011-04-051-1/+10
* Move favicon from TabContents to TabContentsWrapper.avi@chromium.org2011-04-055-127/+32
* Only run the phishing classifier on HTML and XHTML documents.bryner@chromium.org2011-04-052-2/+14
* Make contents settable in RVHTH.avi@chromium.org2011-04-053-7/+13
* Move dispatching and sending of the last extension specific messages out of T...jam@chromium.org2011-04-058-138/+79
* In speech input, introduce a 'warm up' screen for slow audio capture devices.satish@chromium.org2011-04-054-2/+23
* Fix a misplaced comma in renderer log messages that has always bugged me.mdm@chromium.org2011-04-051-1/+1
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-10/+13
* Rename ConstrainedWindowWin to ConstrainedWindowViews in preparation for refa...ben@chromium.org2011-04-042-9/+0
* Get rid of extensions dependency from content\browser.jam@chromium.org2011-04-0416-202/+34
* Get rid of some dependencies on chrome from content.michaeln@google.com2011-04-0114-58/+59
* GPU.GPUProcessTerminationStatus histogram addedscheib@chromium.org2011-04-011-0/+5
* Better handling of disabling the GPU acceleration if the GPU process dies mor...amarinichev@chromium.org2011-04-013-21/+22
* kqueue implementation of FilePathWatcher on Mac.dmaclach@chromium.org2011-04-011-4/+4
* Remove knowledge about UserScriptListener from content.jam@chromium.org2011-04-016-17/+24
* Fix out-of-process pepper plugins when sandbox is on.piman@google.com2011-04-011-0/+1
* New Mac accelerometer data from thakis.avi@chromium.org2011-04-011-4/+5
* Move some pref registrations out of Browsertorne@chromium.org2011-04-011-0/+1
* Revert 80101 - kqueue implementation of FilePathWatcher on Mac.dmaclach@chromium.org2011-04-011-1/+2
* kqueue implementation of FilePathWatcher on Mac.dmaclach@chromium.org2011-03-311-2/+1
* Send the RENDER_VIEW_HOST_DELETED notification for all RenderViewHost, instea...jam@chromium.org2011-03-312-4/+5
* Rename some WebUI files to be clearer as to their purpose.dtseng@chromium.org2011-03-314-12/+12
* Cleanup: Move more print code out of RVH.thestig@chromium.org2011-03-314-31/+1
* Take out sending NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB from Rend...jam@chromium.org2011-03-311-8/+0
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-3137-78/+114
* WebUI nits; no real code changeestade@chromium.org2011-03-311-0/+2
* Provide one to one correspondence between WebUI tests on C++ and JS ends.dtseng@chromium.org2011-03-304-25/+45
* Avoid running unload handler on a cross-site 204 (no content) response.creis@google.com2011-03-302-2/+45
* Move WebUIFactory to chrome/, try 2.estade@chromium.org2011-03-3017-427/+332
* Adding prerender to task managerdominich@google.com2011-03-301-1/+5
* Move web_ui_util.* to chrome/ from content/estade@chromium.org2011-03-302-71/+0
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-0/+3
* Add OWNERS file for content/browser/device_orientation.hans@chromium.org2011-03-301-0/+3
* Remove some unneeded includes to chrome/ from within content/michaeln@google.com2011-03-305-7/+0
* Revert 79753 - Add log statements to ChromeURLAfterDownload to see where exac...jstritar@chromium.org2011-03-291-7/+3
* Add log statements to ChromeURLAfterDownload to see where exactly its timing ...jstritar@chromium.org2011-03-291-3/+7
* Revert 79747 - Re-enable, attempt to fix ChromeURLAfterDownload browsertestrafaelw@chromium.org2011-03-291-3/+5
* Re-enable, attempt to fix ChromeURLAfterDownload browsertestrafaelw@chromium.org2011-03-291-5/+3
* Revert 79703 - Revert 79690 - Disable RenderViewHostManagerTest.ChromeURLAfte...dhollowa@chromium.org2011-03-291-9/+3
* Revert 79704 - Revert 79680 - Mark ChromeURLAfterDownload as flaky.dhollowa@chromium.org2011-03-291-1/+2
* Revert 79680 - Mark ChromeURLAfterDownload as flaky.dhollowa@chromium.org2011-03-291-2/+1
* Revert 79690 - Disable RenderViewHostManagerTest.ChromeURLAfterDownload due t...dhollowa@chromium.org2011-03-291-3/+9
* Revert 79691 - Move WebUIFactory to chrome/browser.estade@chromium.org2011-03-2916-276/+411
* Move WebUIFactory to chrome/browser.estade@chromium.org2011-03-2916-411/+276
* Disable RenderViewHostManagerTest.ChromeURLAfterDownload due to hangs.jstritar@chromium.org2011-03-291-9/+3
* Replace a scoped_ptr with scoped_array, as identified by valgrind.satish@chromium.org2011-03-291-1/+1
* WebUI implementation of HTTP auth dialog.olege@google.com2011-03-291-1/+2