summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Revert 89201 - Added <TH> tag to infer label.rogerta@chromium.org2011-06-152-29/+1
* Added <TH> tag to infer label.Takano.Naoki@gmail.com2011-06-152-1/+29
* Print preview should use draft PDFs until it is ready to print to improve speed.kmadhusu@chromium.org2011-06-155-8/+21
* Use empty resource identifier unless --enable-resource-content-settings is set.bauerb@chromium.org2011-06-151-4/+4
* Extend access to webSocketProxyPrivate and decodeJPEG private APIs.dilmah@chromium.org2011-06-151-3/+8
* Initial CL to update the client model more frequently.noelutz@google.com2011-06-1410-122/+42
* Clean up autofill::FormManager interface.isherman@chromium.org2011-06-145-673/+523
* Use base::win::GetVersion for Windows run-time version checks in preference tomark@chromium.org2011-06-141-6/+7
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-143-0/+99
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.thestig@chromium.org2011-06-142-2/+3
* Change the infer label order between div table and definition list.Takano.Naoki@gmail.com2011-06-142-4/+48
* Get rid of the following dependencies from content:jam@chromium.org2011-06-144-7/+30
* Remove FLAKY designation as this test seems to always be passing now.levin@chromium.org2011-06-141-2/+1
* PrintPreview: Made code change to display the error messages that occurs whil...kmadhusu@chromium.org2011-06-112-7/+16
* Moving some of the webkit_glue functions from chrome\common\common_glue and c...ananta@chromium.org2011-06-104-6/+391
* Present infobar on mixed content denial. We may have caused the page to appe...tsepez@chromium.org2011-06-102-1/+58
* Handle extension webrequest API on the IO thread. This speeds up blocking eventmpcomplete@chromium.org2011-06-092-22/+48
* Added a check for the utf8 string input being empty (NULL).levin@chromium.org2011-06-092-8/+23
* Rewrite BrowserTest.PageLanguageDetection to use a new tab instead of the one...yoz@chromium.org2011-06-091-2/+2
* Content settings extension APIbauerb@chromium.org2011-06-094-34/+79
* In |InferLabelFromPrevious|, <b> tagged element is not considered as inferred...Takano.Naoki@gmail.com2011-06-092-6/+35
* Does not crash with unexpected function in debug build.mpcomplete@chromium.org2011-06-081-0/+24
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-081-4/+5
* roll clang 131935:132017thakis@chromium.org2011-06-081-1/+1
* Make content script stylesheets apply to existing renderers too.mihaip@chromium.org2011-06-071-2/+3
* Heuristics for grabber-google.com.outdhollowa@chromium.org2011-06-072-3/+28
* Revert 88142 to fix sync_integration_tests offline.msw@chromium.org2011-06-071-5/+4
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-071-4/+5
* Using the "prerender" state as the page visibility value when a page is inshishir@chromium.org2011-06-074-2/+15
* Revert 88068 (Mac 10.5 bots are failing) - No longer require nonzero content ...rsleevi@chromium.org2011-06-071-2/+2
* No longer require nonzero content to send it to the translate helper. In prac...yoz@chromium.org2011-06-071-2/+2
* Reduce one of the implicit dependencies of src\content on chrome\renderer by ...ananta@chromium.org2011-06-054-30/+103
* Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and Externa...jam@chromium.org2011-06-032-6/+11
* Restriction by extention ID added.glotov@google.com2011-06-031-3/+13
* Fix flaky crashing safe browsing tests.mattm@chromium.org2011-06-032-10/+2
* Renamed chrome.preferences.Preference to chrome.types.ChromeSettingsbattre@chromium.org2011-06-022-11/+12
* Do not inject JS scripts into view source frames.yoz@chromium.org2011-06-021-0/+4
* Extension API: Rename contentSettings.misc to .global and rename preferences ...bauerb@chromium.org2011-06-021-1/+1
* Cached response ContentSettingsObserver::AllowStoragejochen@chromium.org2011-06-013-0/+38
* Remove the SSL FalseStart field trial, since we've finished studying it.mbelshe@google.com2011-06-011-21/+0
* PhishingDOMFeatureExtractorTest.SubFrames is FLAKY on windowsmichaeln@google.com2011-06-011-1/+8
* Print Preview - Disable print preview on Mac.thestig@chromium.org2011-06-011-2/+2
* Enable in-browser thumbnailing for Linux and Chrome OS.satorux@chromium.org2011-06-011-2/+1
* Add comment requested in code review.mihaip@chromium.org2011-05-311-0/+3
* Use OVERRIDE for the ContentClients.avi@chromium.org2011-05-311-20/+21
* Improve print preview UMAs based on jar's feedback.vandebo@chromium.org2011-05-305-51/+55
* Fix clang complaint.vandebo@chromium.org2011-05-293-6/+9
* Add the rest of the print preview UMAs that we'd like.vandebo@chromium.org2011-05-295-6/+49
* Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...chromium@hybridsource.org2011-05-281-2/+2
* Use WebFrame::setIsolatedWorldSecurityOrigin to allow cross-origin XHRs in co...mihaip@chromium.org2011-05-274-11/+73