| Commit message (Expand) | Author | Age | Files | Lines |
* | Use InterstitialPage through a delegate interface instead of deriving from it. | jam@chromium.org | 2012-02-07 | 1 | -4/+5 |
* | ContentSettingsObserver::Allow*: Shortcuts for webkit permissions. | marja@chromium.org | 2011-12-14 | 1 | -15/+16 |
* | Revert 113591 - Revert 113579 - Content settings: allow scripts on interstiti... | dgozman@chromium.org | 2011-12-08 | 1 | -1/+12 |
* | Revert 113579 - Content settings: allow scripts on interstitial pages even if... | dgozman@chromium.org | 2011-12-08 | 1 | -12/+1 |
* | Content settings: allow scripts on interstitial pages even if JavaScript is b... | marja@chromium.org | 2011-12-08 | 1 | -1/+12 |
* | Update includes to new header locations. | abarth@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | Content settings: whitelist kExtensionScheme and kChromeInternalScheme on the... | marja@chromium.org | 2011-12-02 | 1 | -26/+36 |
* | Don't use the DOMStorageType for a chrome IPC, so that we can get rid of that... | jam@chromium.org | 2011-11-23 | 1 | -2/+1 |
* | Update callers of WebSecurityOrigin::isEmpty to call WebSecurityOrigin::isUnique | abarth@chromium.org | 2011-11-21 | 1 | -13/+13 |
* | chrome.loadTimes() shouldn't be affected by in-document navigation. | simonjam@chromium.org | 2011-11-17 | 1 | -2/+6 |
* | Take script URLs into account when applying script content settings. | marja@chromium.org | 2011-11-16 | 1 | -98/+78 |
* | DevTools: add chrome-devtools to the content settings whitelist. | pfeldman@chromium.org | 2011-11-14 | 1 | -0/+3 |
* | Revert 109213 - Take script URLs into account when applying script content se... | cmp@chromium.org | 2011-11-10 | 1 | -55/+23 |
* | Revert 109228 - ContentSettingsObserver (+ related classes) cleanup. | cmp@chromium.org | 2011-11-10 | 1 | -2/+71 |
* | ContentSettingsObserver (+ related classes) cleanup. | marja@chromium.org | 2011-11-09 | 1 | -71/+2 |
* | Take script URLs into account when applying script content settings. | marja@chromium.org | 2011-11-09 | 1 | -23/+55 |
* | Revert 109036 (speculative; seems to cause increased worker test flakiness) -... | thakis@chromium.org | 2011-11-08 | 1 | -55/+23 |
* | Take script URLs into account when applying script content settings. | marja@chromium.org | 2011-11-08 | 1 | -23/+55 |
* | Revert 109005 - Take script URLs into account when applying script content se... | marja@chromium.org | 2011-11-08 | 1 | -55/+23 |
* | Take script URLs into account when applying script content settings. | marja@chromium.org | 2011-11-08 | 1 | -23/+55 |
* | Remove static ContentSettingsObserver::default_settings_. | marja@chromium.org | 2011-11-02 | 1 | -5/+6 |
* | Delegating the "are images allowed" decision to renderer. | marja@chromium.org | 2011-10-27 | 1 | -8/+34 |
* | Check for default content setting pattern when requiring user authorization f... | bauerb@chromium.org | 2011-10-19 | 1 | -4/+2 |
* | Create a public header with the child_process_sandbox_support_linux functions... | jam@chromium.org | 2011-10-17 | 1 | -1/+0 |
* | Get rid of view_messages.h includes in chrome\renderer. | jam@chromium.org | 2011-10-15 | 1 | -1/+0 |
* | Make RenderView inherit from content::RenderView, and add missing functions t... | jam@chromium.org | 2011-10-10 | 1 | -3/+5 |
* | Move NavigationState to content\public\renderer and put it in the content nam... | jam@chromium.org | 2011-10-04 | 1 | -1/+2 |
* | Move RenderViewObserver and RenderViewObserverTracker to content\public\rende... | jam@chromium.org | 2011-10-03 | 1 | -2/+2 |
* | Revert 101944 - Experiment: Add a sync IPC call for every image load. | marja@chromium.org | 2011-09-20 | 1 | -37/+6 |
* | Experiment: Add a sync IPC call for every image load. | marja@chromium.org | 2011-09-20 | 1 | -6/+37 |
* | Update WebPermissionClient implementation to support image URLs | jochen@chromium.org | 2011-09-19 | 1 | -2/+5 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -7/+7 |
* | Don't reset blocked content for in-page navigations. | bauerb@chromium.org | 2011-08-02 | 1 | -6/+10 |
* | Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE | abarth@chromium.org | 2011-06-24 | 1 | -23/+25 |
* | Reset |plugins_temporarily_allowed_| flag in ContentSettingsObserver when nav... | bauerb@chromium.org | 2011-06-24 | 1 | -0/+1 |
* | Correctly apply content settings to data URLs. | abarth@chromium.org | 2011-06-17 | 1 | -8/+28 |
* | Cached response ContentSettingsObserver::AllowStorage | jochen@chromium.org | 2011-06-01 | 1 | -0/+8 |
* | Pass frame and toplevel frame security origin for all site data related conte... | jochen@chromium.org | 2011-05-25 | 1 | -10/+24 |
* | Explicitly allow plug-ins once we received a message to load all blocked plug... | bauerb@chromium.org | 2011-05-19 | 1 | -1/+14 |
* | Chrome side of having the WebKit FileSystem API use WebPermissionClient for c... | jam@chromium.org | 2011-05-12 | 1 | -0/+11 |
* | More work on removing content settings code from src\content. | jam@chromium.org | 2011-05-07 | 1 | -10/+12 |
* | Chrome side to allow WebKit layer to use WebPermissionClient to check if acce... | jam@chromium.org | 2011-05-04 | 1 | -4/+12 |
* | Start moving content_settings code out of content code. | jam@chromium.org | 2011-05-03 | 1 | -1/+1 |
* | Implement the new WebPermissionClient interface in Chrome code to get rid of ... | jam@chromium.org | 2011-04-30 | 1 | -0/+24 |
* | Correctly notify the browser about blocked plug-ins. | bauerb@chromium.org | 2011-04-27 | 1 | -1/+5 |
* | Move the content settings code out of RenderView, since it belongs in the Chr... | jam@chromium.org | 2011-04-18 | 1 | -0/+184 |