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 URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
1
-1
/
+1
*
Fix Linux Views build breakage.
willchan@chromium.org
2011-09-13
1
-1
/
+1
*
Move URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
1
-1
/
+1
*
Move IO op from UI thread to FILE in GpuBlacklistUpdater.
zmo@google.com
2011-09-08
1
-7
/
+14
*
Add support to download web store promo logos over https.
jstritar@chromium.org
2011-09-08
3
-44
/
+209
*
r99621 breaks sync tests.
loislo@chromium.org
2011-09-05
3
-209
/
+44
*
Add support to download web store promo logos over https.
jstritar@chromium.org
2011-09-05
3
-44
/
+209
*
Add channel and gl_vendor to GpuBlacklist.
zmo@google.com
2011-09-04
1
-1
/
+19
*
Fix crash on NTP related to multi-profile extensions.
jstritar@chromium.org
2011-08-30
2
-1
/
+5
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-3
/
+4
*
Relax software rendering list parsing.
zmo@google.com
2011-08-25
1
-2
/
+4
*
Add a command line switch for overriding the promo server URL.
jstritar@chromium.org
2011-08-22
1
-2
/
+14
*
Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...
ananta@chromium.org
2011-08-19
1
-3
/
+3
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+1
*
[Sync] Remove need for WideToUTF8 conversion for SyncBackendHost
akalin@chromium.org
2011-08-03
1
-0
/
+1
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
1
-8
/
+4
*
Move more files from chrome/test to chrome/test/base, part #5
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Move gpu preliminary info collection from IO thread to FILE thread.
zmo@google.com
2011-07-28
2
-0
/
+43
*
Revert 94426 - Removed wchat_t from Time::FromString.
morrita@chromium.org
2011-07-28
1
-4
/
+8
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-07-28
1
-8
/
+4
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
3
-11
/
+13
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
4
-11
/
+12
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-01
1
-1
/
+3
*
Change the WebResourceService to use SystemURLRequestContext, and fix leak th...
mirandac@chromium.org
2011-06-28
5
-16
/
+8
*
Move GetVersionStringModifier() and GetChannel() from platform_util_* to chro...
haraken@google.com
2011-06-24
3
-19
/
+23
*
Move UtilityProcessHost to content and move the message sending/dispatching t...
jam@chromium.org
2011-06-09
2
-8
/
+20
*
Revert 88400 (Probable breaker of XP Tests(dbg)(5), 10.6 Tests (dbg)(2), 10.5...
rsleevi@chromium.org
2011-06-09
5
-10
/
+17
*
[NTP] Refresh promo when users upgrade from M12 to M13.
jstritar@chromium.org
2011-06-08
1
-1
/
+1
*
Use the System URL Request Context in the web resource service instead of the...
mirandac@chromium.org
2011-06-08
5
-17
/
+10
*
Updates when the web store promo and apps section is displayed on NTP.
jstritar@chromium.org
2011-06-07
3
-5
/
+47
*
Move UrlFetcher to content. I originally thought that it's only used by chro...
jam@chromium.org
2011-06-01
1
-1
/
+1
*
Restore selective gpu feature blocking.
zmo@google.com
2011-05-31
2
-52
/
+36
*
Add ability to change web store promo logo at runtime.
jstritar@chromium.org
2011-05-29
3
-10
/
+23
*
Moved content/browser/gpu_* to content/browser/gpu/.
apatrick@chromium.org
2011-05-09
1
-2
/
+2
*
Refactor preference syncing.
zea@chromium.org
2011-05-09
2
-11
/
+31
*
net: Move ResponseCookies into the net namespace.
tfarina@chromium.org
2011-05-06
1
-1
/
+1
*
Make GpuBlacklistUpdater own a copy of the blacklist cache.
bauerb@chromium.org
2011-04-28
2
-54
/
+32
*
Move GpuProcessHostUIShim and GpuDataManager now that they don't depend on gr...
jam@chromium.org
2011-04-26
1
-1
/
+1
*
Revert r83048 "Removed wchar_t from Time::FromString."
maruel@chromium.org
2011-04-26
1
-4
/
+4
*
Removed wchar_t from Time::FromString.
shinyak@google.com
2011-04-26
1
-4
/
+4
*
Move the synchronous GPU messages to the IO thread to avoid deadlock.
jam@chromium.org
2011-04-26
2
-1
/
+84
*
Fix users of platform_util::GetVersionStringModifier that really only care
mark@chromium.org
2011-04-25
3
-45
/
+55
*
Add a ScopedTestingLocalState for unit tests which need Local State.
bauerb@chromium.org
2011-04-21
1
-51
/
+22
*
Create a content::ResourceContext.
willchan@chromium.org
2011-04-15
1
-0
/
+1
*
Fix chromeos unit tests by cleaning up the local state in PromoResourceServic...
jstritar@chromium.org
2011-04-15
1
-0
/
+6
*
Update the web store promo to be clearer and configurable at run-time.
jstritar@chromium.org
2011-04-15
4
-80
/
+363
*
Remove RDH from UtilityProcessHost.
willchan@chromium.org
2011-04-06
1
-4
/
+4
*
Revert 80702 - Remove RDH from UtilityProcessHost.The utility process should ...
isherman@chromium.org
2011-04-06
1
-4
/
+4
*
Remove RDH from UtilityProcessHost.
willchan@chromium.org
2011-04-06
1
-4
/
+4
[next]