index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
web_resource
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
2
-2
/
+2
*
Moved url_utils from chrome/browser/net to chrome/common/net.
groby@chromium.org
2012-05-09
1
-4
/
+4
*
Support for M20 promo json.
achuith@chromium.org
2012-05-05
6
-159
/
+409
*
Purge GPlus promo stuff.
achuith@chromium.org
2012-05-02
4
-207
/
+36
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-9
/
+9
*
Add OWNERS file to chrome/browser/web_resources with some people that have
dbeam@chromium.org
2012-04-09
1
-0
/
+4
*
Do not send cookies with WebResourceService requests.
bauerb@chromium.org
2012-03-19
1
-0
/
+1
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
1
-1
/
+1
*
Add content/public/browser/resource_dispatcher_host.h
darin@chromium.org
2012-03-12
1
-9
/
+5
*
Don't throttle NTP sign in link
sail@chromium.org
2012-02-09
3
-310
/
+1
*
Create an API around UtilityProcessHost and use that from chrome.
jam@chromium.org
2012-02-03
1
-7
/
+10
*
[Clean up] Rename NTP -> Ntp for readability / convention.
dbeam@chromium.org
2012-02-02
3
-145
/
+145
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
2
-4
/
+4
*
Add a Content API around BrowserChildProcessHost, similar to what was done wi...
jam@chromium.org
2012-01-20
1
-0
/
+1
*
Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...
jam@chromium.org
2012-01-20
1
-1
/
+0
*
Add a Content API around BrowserChildProcessHost, similar to what was done wi...
jam@chromium.org
2012-01-20
1
-0
/
+1
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
2
-4
/
+4
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-16
2
-4
/
+4
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-11
1
-1
/
+2
*
Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...
jam@chromium.org
2012-01-10
3
-16
/
+11
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-10
3
-11
/
+16
*
Go through NotificationService interface in the remaining places.
tfarina@chromium.org
2011-12-19
1
-0
/
+1
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
2
-4
/
+6
*
Clean up WebResourceService:
bauerb@chromium.org
2011-12-13
5
-218
/
+179
*
Remove debug code that accidentally got committed with promo_service changes.
caitkp@chromium.org
2011-12-13
1
-7
/
+4
*
Convert calls to the utility process in service code to use the zygote on Linux.
jorgelo@chromium.org
2011-12-13
1
-0
/
+1
*
Count user dismissals of notification promo.
achuith@chromium.org
2011-12-07
1
-0
/
+5
*
Small tweak to http://codereview.chromium.org/8520009/:
caitkp@chromium.org
2011-12-05
1
-6
/
+11
*
Remove dead code for gpu blacklist auto-update.
zmo@google.com
2011-12-03
2
-154
/
+0
*
Only show G+ promo for users logged into G+
caitkp@chromium.org
2011-11-30
5
-70
/
+302
*
Move GPU preliminary info collection back to UI thread.
zmo@google.com
2011-11-23
2
-46
/
+6
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-1
/
+1
*
chrome: Remove 14 exit time destructors and 2 static initializers.
thakis@chromium.org
2011-11-16
1
-1
/
+1
*
Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...
kmadhusu@chromium.org
2011-11-16
1
-1
/
+1
*
chrome: Remove 14 exit time destructors and 2 static initializers.
thakis@chromium.org
2011-11-16
1
-1
/
+1
*
Update URL for GPU blacklist.
kerz@chromium.org
2011-11-12
1
-1
/
+1
*
Remove GPU blacklist auto-update.
zmo@google.com
2011-11-12
1
-1
/
+0
*
Random base::Bind migrations (low hanging fruit).
csilv@chromium.org
2011-11-09
1
-1
/
+2
*
Support for platform filters in notification promo.
achuith@chromium.org
2011-11-07
4
-50
/
+216
*
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
3
-3
/
+3
*
NTP4/Sync Promo:
dbeam@chromium.org
2011-10-27
3
-100
/
+100
*
Add a command-line switch --skip-gpu-data-loading.
zmo@chromium.org
2011-10-26
1
-6
/
+6
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
1
-4
/
+3
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
1
-6
/
+6
*
Fix crasher due to const-ref to non-existing variable
battre@chromium.org
2011-10-25
1
-2
/
+2
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
1
-9
/
+7
*
Sync promo: Clean-up outstanding nits on promo resource service sync promo si...
dbeam@chromium.org
2011-10-19
1
-15
/
+28
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
3
-9
/
+11
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
3
-8
/
+8
[next]