summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_resource/notification_promo.cc
Commit message (Expand)AuthorAgeFilesLines
* Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator in chrom...pneubeck@chromium.org2013-02-261-8/+8
* Fix prefs registration in promo code.joi@chromium.org2013-02-251-5/+8
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-2/+2
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-4/+6
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-061-3/+3
* google_apis: Move AppendQueryParameter() etc. from common/net/url_util.h totfarina@chromium.org2013-01-311-2/+2
* Stop static_cast<StringValue*>'ing from TYPE_STRING values.kinaba@chromium.org2013-01-291-3/+1
* Fix some pecularities in my C++ style for achuith@.dbeam@chromium.org2013-01-091-0/+1
* Move PromoResourceService from Profile to BrowserProcessImpl/local_state().dbeam@chromium.org2013-01-041-26/+19
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-2/+2
* Add os version to promo url.achuith@chromium.org2012-10-231-6/+11
* Remove unused promo preferences.achuith@chromium.org2012-10-151-90/+0
* Support simultaneous notification and bubble promos.achuith@chromium.org2012-09-191-1/+2
* Support for ntp promo bubble.achuith@chromium.org2012-09-111-4/+3
* Split JSON processing of parameters that needs to be handled by thearuslan@chromium.org2012-08-241-131/+143
* Support for promo_type.achuith@chromium.org2012-08-071-28/+48
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-9/+9
* Fix regression due to deprecated promo preference.achuith@chromium.org2012-07-311-0/+1
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-2/+2
* Tidy up Android's is-tablet functionality.benm@chromium.org2012-07-241-1/+1
* Preferences support for multiple promos.achuith@chromium.org2012-07-241-122/+184
* Separate the mobile promo action from the messagearuslan@chromium.org2012-07-131-7/+110
* Allow max_group = 0 to pass all groups.achuith@chromium.org2012-07-111-6/+10
* Extracted inner class doing process dispatch.noyau@chromium.org2012-07-091-0/+2
* Support for multi-promo json format in M21.achuith@chromium.org2012-06-151-7/+12
* Minor fixes based on review feedback.achuith@chromium.org2012-06-091-0/+3
* Purge Logo/WebstoreSignal.achuith@chromium.org2012-06-081-1/+3
* NotificationPromo refactoring.achuith@chromium.org2012-06-051-179/+17
* Allow NTP promos to be targeted to signed-in G+ users.caitkp@chromium.org2012-06-011-9/+21
* Change promo server URL to secure version.dbeam@chromium.org2012-05-181-1/+1
* Add a unit test for increments.achuith@chromium.org2012-05-161-1/+0
* Revert 137328 - Add a unit test for increments.vrk@google.com2012-05-161-1/+1
* Add a unit test for increments.achuith@chromium.org2012-05-161-1/+1
* Moved url_utils from chrome/browser/net to chrome/common/net.groby@chromium.org2012-05-091-4/+4
* Support for M20 promo json.achuith@chromium.org2012-05-051-67/+189
* Purge GPlus promo stuff.achuith@chromium.org2012-05-021-88/+23
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-1/+1
* [Clean up] Rename NTP -> Ntp for readability / convention.dbeam@chromium.org2012-02-021-56/+56
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-3/+5
* Count user dismissals of notification promo.achuith@chromium.org2011-12-071-0/+5
* Only show G+ promo for users logged into G+caitkp@chromium.org2011-11-301-18/+111
* Support for platform filters in notification promo.achuith@chromium.org2011-11-071-36/+53
* NotificationPromo.achuith@chromium.org2011-10-011-0/+309