- ad50def5 Make NotificationService an interface in the content namespace, and switch callers to use it. Move the implementation to content/browser. Stop creating it in all child processes since it's only used in the browser. by [email protected] · 14 years ago
- 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
- 0d6e9bd Move content_notification_types.h from content\common to content\public\browser. I dropped the "content" from the name to match other files whose chrome version adds a "chrome_" prefix. I also moved it to the browser directory since notifications are only used in the browser process. I will move the other notification files in future changes. by [email protected] · 14 years ago
- 8a27abf Use new callbacks for SSL UI. by [email protected] · 14 years ago
- 0d5f3307 Don't crash if DontProceed is chosen on the SSL interstitial page after Proceed is chosen. by [email protected] · 14 years ago
- 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
- 8ec2647 Remove the remaining Chrome SSL dependencies from content. by [email protected] · 14 years ago
- 848dd04 Get rid of some SSL dependencies by talking to SSLBlockingPolicy through a callback. by [email protected] · 14 years ago
- 74b962a Move most of the core SSL code from chrome to content. The UI code that's specific to Chrome (i.e. interstitial, dialogs) stays behind. This change just moves code, and so adds a bunch of files to DEPS. I'll add proper interfaces in a follow up cl, but keeping the move simple at first. by [email protected] · 14 years ago
- ef1cef9 Adopt InterstitialPage to RenderViewHost message changes which were introduced by http://codereview.chromium.org/6883177. by [email protected] · 14 years ago
- ebbbb9f Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
- a01efd2 Delete the temporary headers left behind in chrome\browser. I've left browser_thread.h for another change, since 450 files include it. by [email protected] · 14 years ago
- c051a1b Move l10n_util to ui/base by [email protected] · 14 years ago
- 42ce29d Move ResourceBundle, DataPack to ui/base by [email protected] · 14 years ago
- 4e425be4 Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage. by [email protected] · 14 years ago
- a8c229cc Cleanup: Remove unneeded chrome/browser/ui/browser.h usage. by [email protected] · 14 years ago
- ceac997 Cleanup: Remove unneeded includes of pref_names.h by [email protected] · 14 years ago
- 42197a2 Remove wstring from l10n_util. Part 2. by [email protected] · 14 years ago
- 8e8bb6d Rename all methods accessing Singleton<T> as GetInstance(). by [email protected] · 14 years ago
- 7b5dc00 Cleanup: Include browser.h -> ui/browser.h [Part 3]. by [email protected] · 15 years ago
- 835d7c8 Move Stats, histograms, and field trial into a metrics subdirectory of base and by [email protected] · 15 years ago
- 37858e5 Move prefs-related files under chrome/browser/ into a prefs/ subdir. by [email protected] · 15 years ago
- 9992266 Remove remaining deprecated wstring methods from base/values.{cc,h}. by [email protected] · 15 years ago
- 266869f Add an SSLBlockingPage::ErrorLevel enum type to make the by [email protected] · 15 years ago
- faf9cd6 Use the same code to handle both overridable and fatal by [email protected] · 15 years ago
- 7cf1b6ce Move RTL related functions from app/l10n_util to base/i18n/rtl by [email protected] · 15 years ago
- 052313b Move pref_{member,service} and important_file_writer from chrome/common by [email protected] · 15 years ago
- 8cb5d5b [GTTF] Reduce header dependencies in chrome. by [email protected] · 15 years ago
- 2753b39 Cleanup histogram classes mixing SetFlags into FactoryGet arguments by [email protected] · 15 years ago
- e8829a19 Use factory to create histograms, and refcounts to track lifetimes by [email protected] · 16 years ago
- 1db6ff15 Header dependency cleanup in chrome/ by [email protected] · 16 years ago
- 8a16266e Move StringPiece into the base namespace. It is colliding by [email protected] · 16 years ago
- 76543b9 Replace the RenderProcessHost.PID function that returns the OS-generated by [email protected] · 16 years ago
- 7cd22a5 This provides a simpler js template engine than JsTemplate. It has been by [email protected] · 16 years ago
- 1d89a82f Refactor the inner classes from SSLManager to their own files to reduce the complexity of SSLManager. Heading towards unit testability of this code. by [email protected] · 16 years ago
- a92b864 Move l10n_util to app/ by [email protected] · 16 years ago
- 9929da9 Adds toplevel app/ directory and moves ResourceBundle into it. by [email protected] · 16 years ago
- 57c6a65 Replace all occurrances of WebContents with TabContents. by [email protected] · 16 years ago
- 49f3d55 Add some histograms to see how often users click through blocking pages. by [email protected] · 16 years ago
- 1d2d22b1 Revert 14569 by [email protected] · 16 years ago
- 7b0aeea Add some histograms to see how often users click through blocking pages. by [email protected] · 16 years ago
- ce3fa3c Re-land my change to clean up TabContents/WebContents ownership. This by [email protected] · 16 years ago
- 1ef5ad42 Reverting 14005. by [email protected] · 16 years ago
- 59b49a6 Fix the ownership model of TabContents and NavigationController. Previously the by [email protected] · 16 years ago
- 3bd3b2b Remove more reliance on tab contents types. by [email protected] · 16 years ago
- ea29a8a Add missing file. by [email protected] · 16 years ago
- 4566f13 Stop having renderers use both pids and a monotonically increasing "host_id". This allows ResourceDispatcher to be used by child processes other than renderers. I've done minor related cleanup on the way to make the code simpler. by [email protected] · 16 years ago
- a5ded24 Enable interstitial pages for SSL certificate errors on Linux. by [email protected] · 16 years ago
- 8e50b60 revert broken change 10833 by [email protected] · 16 years ago
- 3a79b3c Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
- 6470ee8f Revert dsh's change 10818 by [email protected] · 16 years ago
- 32c1471 Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
- 34ac8f3 Update include paths for grit files. Go ahead and resort the headers too. by [email protected] · 16 years ago
- e24b70c Reapply of Tony's r9656 (Add chrome/browser/ssl/ssl_manager.cc to the build.) by [email protected] · 16 years ago
- 1bce0b66 Move browser_resources.rc into a a grd file. While I'm at it, by [email protected] · 16 years ago
- bfd04a6 Remove most header file dependencies on the notification type list. It is by [email protected] · 16 years ago
- 3b073b2 Move all the SSL stuff into its own subdir by [email protected] · 16 years ago[Renamed (97%) from chrome/browser/ssl_blocking_page.cc]
- f3ec774 Move a bunch of TabContents related files into a tab_contents subdir by [email protected] · 16 years ago
- a3a1d14 by [email protected] · 16 years ago
- 7cef64b Reverting 7149. Review URL: http://codereview.chromium.org/15004 by [email protected] · 16 years ago
- a072967 Revamp of the interstitial pages. by [email protected] · 16 years ago
- cbab76d This is the first pass at refactoring the interstitial page. by [email protected] · 17 years ago
- e9ba447 This is almost a complete rewrite of DidNavigate and the associated NavigationController logic. The approach is that the NavigationController should be responsible for the logic and memory management of navigation. Previously, half the logic and memory management lived in WebContents which made it very hard to figure out what was going on. by [email protected] · 17 years ago
- d08cd21d Closing a tab with a constrained pop-up showing an SSL interstitial would crash the browser. by [email protected] · 17 years ago
- ecd9d870 Make a step on refactoring navigation. The eventual plan is to have the NavigationController create and commit the new NavigationEntries (currently WebContents does a bunch of the details of this which is hard to understand and not easily testable). by [email protected] · 17 years ago
- 1e5645ff Cleanup navigation_entry.h. I made the accessors consistent and in Google style, and organized and commented all the entries. Hopefully it will be much easier to find things and deal with this class. by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- eb34392b Factor the SSL state out of the main NavigationEntry into a helper class. This by [email protected] · 17 years ago
- 534e54b First, this removes the dependency of NavigationController on the by [email protected] · 17 years ago
- b6e09ac Move RenderViewHost management out of WebContents into a new by [email protected] · 17 years ago
- 09911bf Add chrome to the repository. by initial.commit · 17 years ago