| Commit message (Expand) | Author | Age | Files | Lines |
* | In addition to the request URL we now also pass the first party URL (the URL ... | markusheintz@chromium.org | 2012-04-05 | 1 | -2/+5 |
* | Tiny typo in browser/ui/content_settings/OWNERS | mkwst@chromium.org | 2012-04-05 | 1 | -1/+1 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 2 | -3/+5 |
* | Re-factor location bar/toolbar code to get rid of the browser dependency. Thi... | altimofeev@chromium.org | 2012-03-16 | 3 | -29/+57 |
* | Revert 126959 - Re-factor location bar/toolbar code to get rid of the browser... | thestig@chromium.org | 2012-03-16 | 3 | -57/+29 |
* | Update net/base/cookie_*.h includes to net/cookies/cookie_*.h . | erikwright@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Re-factor location bar/toolbar code to get rid of the browser dependency. Thi... | altimofeev@chromium.org | 2012-03-15 | 3 | -29/+57 |
* | Introduce abstractions to allow embedders to test RenderViewHost | joi@chromium.org | 2012-03-12 | 1 | -2/+2 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -1/+2 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -1/+1 |
* | Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par... | erg@chromium.org | 2012-02-13 | 1 | -2/+3 |
* | Move click-to-play out of chrome://flags. | bauerb@chromium.org | 2012-01-31 | 1 | -2/+1 |
* | Add OWNERS file for chrome/browser/ui/content_settings. | bauerb@chromium.org | 2012-01-30 | 1 | -0/+3 |
* | Coverity: Fix uninitialized member variables. | kmadhusu@chromium.org | 2012-01-24 | 1 | -2/+4 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 1 | -1/+1 |
* | Remove some more tab_contents.h includes from Chrome. | jam@chromium.org | 2012-01-05 | 1 | -7/+6 |
* | Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW... | jam@chromium.org | 2012-01-03 | 3 | -18/+22 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -4/+6 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -3/+4 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -1/+1 |
* | Lock the GTK UI of the content settings bubble if the corresponding content s... | markusheintz@chromium.org | 2011-11-08 | 2 | -11/+37 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 2 | -0/+4 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 2 | -4/+4 |
* | Adding CookieSettings for storing cookie content settings. | marja@chromium.org | 2011-10-28 | 1 | -8/+10 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Take the content settings set by extensions into account in the default setti... | marja@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 2 | -15/+18 |
* | Fixed interaction of JavascriptEnabled and DefaultJavascriptSetting policies. | joaodasilva@chromium.org | 2011-10-12 | 4 | -5/+8 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -2/+3 |
* | Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t... | jochen@chromium.org | 2011-09-14 | 2 | -11/+11 |
* | content: Move collected cookies constrained window to TabContentsWrapper. | erg@chromium.org | 2011-09-07 | 1 | -1/+1 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA... | thakis@chromium.org | 2011-09-01 | 1 | -2/+1 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -1/+1 |
* | Migrate geolocation settings to host content settings map and remove the geol... | markusheintz@chromium.org | 2011-08-15 | 2 | -10/+18 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 2 | -2/+2 |
* | Removal of Profile from content part 4. | avi@chromium.org | 2011-08-01 | 1 | -4/+4 |
* | content_settings: Delete content_settings_combo_model.* now that native optio... | tfarina@chromium.org | 2011-07-28 | 2 | -110/+0 |
* | FileManagerDialogTest.SelectFileAndCancel flaky. | grt@chromium.org | 2011-07-19 | 8 | -0/+1330 |
|\ |
|
* | | Roll ANGLE r704:r705 | jbauman@chromium.org | 2011-07-19 | 8 | -1330/+0 |
* | | Migrate default geolocation content setting to host content settings map. | markusheintz@chromium.org | 2011-07-19 | 1 | -2/+4 |
|/ |
|
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 2 | -8/+9 |
* | Watch for profile destruction in ContentSettingBubbleModel. | bauerb@chromium.org | 2011-06-22 | 1 | -9/+22 |
* | Add methods to support item_pattern, top_level_frame_pattersn to host_content... | markusheintz@chromium.org | 2011-06-16 | 2 | -2/+12 |
* | Remove prerender content settings. | cbentzel@chromium.org | 2011-06-16 | 2 | -49/+0 |
* | In memory map to store |Value| objects for | markusheintz@chromium.org | 2011-06-09 | 1 | -0/+4 |