summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/net
Commit message (Collapse)AuthorAgeFilesLines
* Plumb network stack information about existence of cached copyrdsmith@chromium.org2014-02-062-0/+3
| | | | | | | | | | | | | | | | | | | through to error page. Specifically, add a "stale_copy_in_cache" argument to all of (ordered from Browser->Renderer): * ResourceMsg_RequestComplete IPC message. * ResourceDispatcher::OnRequestComplete * ResourceLoaderBridge::Peer::OnCompletedRequest. * All subclasses of RLB::P::OnCompleted Request, including WebURLLoaderImpl::context::OnCompletedRequest. * Blink WebURLError and ResourceError classes (https://codereview.chromium.org/138493002). * LocalizedError::GetStrings. This is a paired commit with the blink CL https://codereview.chromium.org/138493002. That CL must be landed before this one. BUG=329620 Review URL: https://codereview.chromium.org/138513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249527 0039d316-1c4b-4281-b951-d872f2087c98
* RenderFrame: flesh out Observerellyjones@chromium.org2014-01-292-24/+29
| | | | | | | | | | | | | Add four new events to RenderFrameObserver: DidCreateDataSource, DidStartProvisionalLoad, DidFailProvisionalLoad, DidFinishLoad; add code to send the former three as needed. TEST=unit,trybot BUG=none Review URL: https://codereview.chromium.org/137463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247717 0039d316-1c4b-4281-b951-d872f2087c98
* ResourceFetcher: Add POST support and the ability to set headersmmenke@chromium.org2014-01-281-5/+6
| | | | | | | | | | | These are needed to use the new Link Doctor API. BUG=64832 R=darin@chromium.org, ttuttle@chromium.org Review URL: https://codereview.chromium.org/140823010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247445 0039d316-1c4b-4281-b951-d872f2087c98
* Move LinkDoctor out of content and into chrome.mmenke@chromium.org2014-01-136-622/+1895
| | | | | | | | | | | This is in preparation for using the new LinkDoctor API. BUG=308232 R=darin@chromium.org, tsepez@chromium.org, ttuttle@chromium.org Review URL: https://codereview.chromium.org/67283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244611 0039d316-1c4b-4281-b951-d872f2087c98
* Update uses of UTF conversions in chrome/installer, chrome/renderer, ↵avi@chromium.org2013-12-252-2/+2
| | | | | | | | | | | | chrome/service, chrome/test, chrome/third_party, chrome/tools, chrome/utility to use the base:: namespace. BUG=330556 TEST=no change TBR=ben@chromium.org Review URL: https://codereview.chromium.org/119103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242472 0039d316-1c4b-4281-b951-d872f2087c98
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-041-2/+2
| | | | | | | | TBR=sky Review URL: https://codereview.chromium.org/105493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238804 0039d316-1c4b-4281-b951-d872f2087c98
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-074-39/+39
| | | | | | | | | | | | This CL updates all references to the WebKit namespace in chrome and components. TBR=darin@chromium.org BUG=295096 Review URL: https://codereview.chromium.org/63273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233464 0039d316-1c4b-4281-b951-d872f2087c98
* Show IDN in error screens (DNS failure etc.)yuusuke@yandex-team.ru2013-10-042-1/+4
| | | | | | | | | BUG=2351 TEST=Visit unavailable IDN site and check no punycode is displayed in error screen. Review URL: https://codereview.chromium.org/24503004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227014 0039d316-1c4b-4281-b951-d872f2087c98
* Update offline page on ChromeOS to match standard error page.zork@chromium.org2013-09-241-7/+8
| | | | | | | | | BUG=263913 R=dpolukhin@chromium.org, thakis@chromium.org, xiyuan@chromium.org Review URL: https://codereview.chromium.org/23513067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225084 0039d316-1c4b-4281-b951-d872f2087c98
* Make relative file url parsing fail where there is a host:port in the ↵tsepez@chromium.org2013-09-181-0/+2
| | | | | | | | | | | | | relative URL. BUG=285720 R=brettw@chromium.org, jar@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223928 Review URL: https://codereview.chromium.org/23464046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223969 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 223928 "Make relative file url parsing fail where there i..."tsepez@chromium.org2013-09-181-2/+0
| | | | | | | | | | | | | | | > Make relative file url parsing fail where there is a host:port in the relative URL. > > BUG=285720 > R=brettw@chromium.org, jar@chromium.org > > Review URL: https://codereview.chromium.org/23464046 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/23702051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223940 0039d316-1c4b-4281-b951-d872f2087c98
* Make relative file url parsing fail where there is a host:port in the ↵tsepez@chromium.org2013-09-181-0/+2
| | | | | | | | | | | relative URL. BUG=285720 R=brettw@chromium.org, jar@chromium.org Review URL: https://codereview.chromium.org/23464046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223928 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/renderer/net/OWNERSthakis@chromium.org2013-09-161-0/+3
| | | | | | | | | BUG=none R=jar@chromium.org, mmenke@chromium.org Review URL: https://codereview.chromium.org/15809005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223375 0039d316-1c4b-4281-b951-d872f2087c98
* Improve DNS probe histogramsttuttle@chromium.org2013-08-011-0/+5
| | | | | | | | | | | | Remove a bunch of slice-and-dice histograms we don't need. Rename the remaining two to more reasonable names. Add a histogram for actual error page updates. BUG= Review URL: https://chromiumcodereview.appspot.com/20146002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214893 0039d316-1c4b-4281-b951-d872f2087c98
* Add --{disable,enable}-dns-probes switchesttuttle@chromium.org2013-07-261-1/+1
| | | | | | | | | | Add switches to override the field trial and force-enable or -disable DNS probes. (Will not override the user's privacy preference, though.) BUG=156415 Review URL: https://chromiumcodereview.appspot.com/19497007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213756 0039d316-1c4b-4281-b951-d872f2087c98
* Use a direct include of the message_loop header in chrome/app, ↵avi@chromium.org2013-07-171-1/+1
| | | | | | | | | | | | chrome/common, chrome/nacl/, chrome/renderer/, chrome/service/. BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19579004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212174 0039d316-1c4b-4281-b951-d872f2087c98
* Display DNS probe results.ttuttle@chromium.org2013-07-173-107/+639
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Modify the browser-side NetErrorTabHelper to send extra messages when it starts or declines to start a DNS probe. 2. Create a new error domain, "dnsprobe", with errors for "might run a DNS probe", "currently running a DNS probe", and all of the possible probe results. 3. Modify ChromeContentRendererClient to give the renderer-side NetErrorHelper a chance to choose the error strings before we call LocalizedError directly. 4. Catch DNS errors and provide the strings for the "might run a DNS probe" pseudo-error instead. 5. Add a function to neterror.html that lets us re-render the template with a new set of strings. 6. When we get a "probe started" message, replace the strings with those for the "currently running a DNS probe" pseudo-error. 7. When we get a "probe finished" message, replace the strings with those for the probe result. 8. When we get a "probe not run" message, replace the strings with those for the original error we received. BUG=156415 TEST=DnsProbeBrowserTest Review URL: https://chromiumcodereview.appspot.com/13270005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211950 0039d316-1c4b-4281-b951-d872f2087c98
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-2/+2
| | | | | | | | | | BUG=229660 TBR=thestig@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/18523004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210197 0039d316-1c4b-4281-b951-d872f2087c98
* Make chrome/common and chrome/renderer use base namespace for Value.brettw@chromium.org2013-06-181-2/+1
| | | | | | | | R=avi@chromium.org Review URL: https://codereview.chromium.org/16923013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207076 0039d316-1c4b-4281-b951-d872f2087c98
* Update Blink include pathsabarth@chromium.org2013-06-171-2/+2
| | | | | | | | | | | | | This CL changes the majority of include paths from the old Source/WebKit/chromium/public to the new public/web directory. TBR=darin BUG=239545 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17148003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206664 0039d316-1c4b-4281-b951-d872f2087c98
* Implement WebPrescientNetworking::prefetchDNS.kouhei@chromium.org2013-06-072-0/+21
| | | | | | | | | | | | This is to obsolete prefetchDNS() API which lives in platform API. I would like to move it under WebPrescientNetworking. The corresponding Blink patch is http://crrev.com/15699002 BUG=None Review URL: https://chromiumcodereview.appspot.com/15963006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204938 0039d316-1c4b-4281-b951-d872f2087c98
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-302-4/+4
| | | | | | | | | | | | | | These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates chrome's references to the old location to point to the new location. After this CL lands, I'll remove the forwarding headers that are letting these references still work. TBR=jamesr@chromium.org BUG=239545 Review URL: https://chromiumcodereview.appspot.com/16109004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203133 0039d316-1c4b-4281-b951-d872f2087c98
* Enable pre-connect via {mouse,gesture}-event triggers to limited users ↵kouhei@chromium.org2013-05-301-3/+36
| | | | | | | | | | controlled by Finch. BUG=240959 Review URL: https://chromiumcodereview.appspot.com/15725006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203120 0039d316-1c4b-4281-b951-d872f2087c98
* Implement WebPrescientNetworking to trigger preconnect from blink.kouhei@chromium.org2013-05-272-0/+41
| | | | | | | | | | | | | Note to gardener: This patch requires the following Blink patch to be landed first: https://codereview.chromium.org/14746002/ This API is to be triggered from {mouse,gesture}-events on HTMLAnchorElement. BUG=235361 Review URL: https://chromiumcodereview.appspot.com/14749005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202370 0039d316-1c4b-4281-b951-d872f2087c98
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-012-4/+3
| | | | | | | | | | | | It's no longer providing value as the MSVC warning is disabled during compilation. Refer to bug for details. BUG=234765 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/14712004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197552 0039d316-1c4b-4281-b951-d872f2087c98
* This is a reland of 194514, which was reverted in 195014 due tommenke@chromium.org2013-04-272-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dereferencing a NULL pointer when the alternate error page fetcher failed to load and passed it a NULL WebURLRequest. A separate CL (https://codereview.chromium.org/14273011/) made the alt error page fetcher send the real request, and another CL (https://codereview.chromium.org/14412002/) added a regression test for the case that was crashing. > New network error page: Fix resubmit warning when > navigating forward / back to a page generated by a > POST that can not be retrieved from the CACHE. > > This was broken (knowingly) in revision 191712 > (https://codereview.chromium.org/12277011/). > > BUG=174194,226909 > > Original Review URL: https://codereview.chromium.org/13811022 > > Revert Review URL: https://codereview.chromium.org/14369002 TBR=thakis@chromium.org BUG=174194,226909 Review URL: https://chromiumcodereview.appspot.com/14297027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196934 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 194514 - New network error page: Fix resubmit warning pagemmenke@chromium.org2013-04-182-9/+3
| | | | | | | | | | | | | | | | | | | | | | This was causing renderer crashes when the alternate error page passed in a NULL WebURLRequest. > New network error page: Fix resubmit warning when > navigating forward / back to a page generated by a > POST that can not be retrieved from the CACHE. > > This was broken (knowingly) in revision 191712 > (https://codereview.chromium.org/12277011/). > > BUG=174194,226909 > > Review URL: https://codereview.chromium.org/13811022 TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/14369002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195014 0039d316-1c4b-4281-b951-d872f2087c98
* New network error page: Fix resubmit warning whenmmenke@chromium.org2013-04-172-3/+9
| | | | | | | | | | | | | | navigating forward / back to a page generated by a POST that can not be retrieved from the CACHE. This was broken (knowingly) in revision 191712 (https://codereview.chromium.org/12277011/). BUG=174194,226909 Review URL: https://codereview.chromium.org/13811022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194514 0039d316-1c4b-4281-b951-d872f2087c98
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition.dcheng@chromium.org2013-04-061-1/+1
| | | | | | | | | | This changelist was automatically generated using a clang tool. BUG=171111 Review URL: https://codereview.chromium.org/13541005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192712 0039d316-1c4b-4281-b951-d872f2087c98
* Hide ContentClient getters from embedders so that they they don't reuse ↵jam@chromium.org2013-04-051-1/+0
| | | | | | | | | content's embedder API. The main reasons are that it makes content's embedder interfaces harder to change if they're reused by the embedder, and that its makes it confusing for embedder code when there are multiple ways to do the same thing. BUG=227047 Review URL: https://codereview.chromium.org/13409003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192649 0039d316-1c4b-4281-b951-d872f2087c98
* Start of updating error pages on DNS probe resultsttuttle@chromium.org2013-03-051-1/+51
| | | | | | | | | | | | This doesn't actually update the error page yet, but it maps the DNS probe result to a net error and then looks up the error strings for that net error. BUG=156415 Review URL: https://chromiumcodereview.appspot.com/12391026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186097 0039d316-1c4b-4281-b951-d872f2087c98
* Add NetErrorHelper to receive NetErrorInfo IPCttuttle@chromium.org2013-02-202-0/+182
| | | | | | | | | | | | | Add a renderer-side component (RenderViewObserver) to detect main frame loads that fail and receive any corresponding NetErrorInfo IPC from the browser. This does not yet update the error page with new info, but will eventually. BUG=156415 Review URL: https://chromiumcodereview.appspot.com/11818063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183621 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
| | | | | | | | | For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-3/+3
| | | | | | | | | | BUG=108171 TEST= Review URL: http://codereview.chromium.org/9233018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119321 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-3/+3
| | | | | | | | | | | | | | | | | | | | This change broke Linux and Mac bots. I would recommend to ask committers to run your next change on trybots. (*1) http://chromegw.corp.google.com/i/chromium/builders/Mac/builds/10788/steps/compile/logs/stdio (*2) http://chromegw.corp.google.com/i/chromium/builders/Linux/builds/19313/steps/compile/logs/stdio (*3) http://chromegw.corp.google.com/i/chromium/builders/Linux%20x64/builds/21385/steps/compile/logs/stdio R=brettw@chromium.org BUG=108171 TEST= Review URL: http://codereview.chromium.org/9185026 TBR=tedvessenes@gmail.com Review URL: http://codereview.chromium.org/9215005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117825 0039d316-1c4b-4281-b951-d872f2087c98
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+3
| | | | | | | | | | | R=brettw@chromium.org BUG=108171 TEST= Review URL: http://codereview.chromium.org/9185026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117824 0039d316-1c4b-4281-b951-d872f2087c98
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Over 341 CLs, in ~3 months, touching 3251 unique files! Top 5 most CLs: (121) jhawkins ( 45) dcheng ( 24) achuith ( 23) csilv ( 12) tfarina ( 12) groby ~1000 files touched: (918) jhawkins 100+ files touched: (486) ajwong (385) willchan (372) dcheng (126) csilv (123) fischman (112) sergeyu 49+ files touched: (65) tfarina (57) acolwell (52) adamk (49) tzik BUG=35223 TEST=existing Review URL: http://codereview.chromium.org/9114020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116748 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind migrations in chrome/renderercsilv@chromium.org2011-11-172-12/+16
| | | | | | | BUG=none Review URL: http://codereview.chromium.org/8523037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110570 0039d316-1c4b-4281-b951-d872f2087c98
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-5/+6
| | | | | | | BUG=98716,98375,10837 Review URL: http://codereview.chromium.org/8165013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104358 0039d316-1c4b-4281-b951-d872f2087c98
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ↵ananta@chromium.org2011-08-191-1/+1
| | | | | | | | | | | | | | | ChromeViewMsg_, ChromeViewHostMsg, etc. This makes it easier to identify which messages are specific to content and chrome. This is a preparation CL for bug http://code.google.com/p/chromium/issues/detail?id=87335 which requires IPC's to not span across content and chrome. When IPC's cross these boundaries they need to be handled as API calls. BUG=87335 Review URL: http://codereview.chromium.org/7631063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97536 0039d316-1c4b-4281-b951-d872f2087c98
* Move RenderThread to content\renderer.jam@chromium.org2011-04-141-1/+1
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6861005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81673 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the rest of the Chrome dependencies from RenderThread.jam@chromium.org2011-04-142-10/+0
| | | | | | Review URL: http://codereview.chromium.org/6853029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81666 0039d316-1c4b-4281-b951-d872f2087c98
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raw_scoped_refptr_mismatch_checker.h ref_counted.cc ref_counted.h ref_counted_memory.cc ref_counted_memory.h ref_counted_unittest.cc scoped_callback_factory.h scoped_comptr_win.h scoped_handle.h scoped_native_library.cc scoped_native_library.h scoped_native_library_unittest.cc scoped_nsobject.h scoped_open_process.h scoped_ptr.h scoped_ptr_unittest.cc scoped_temp_dir.cc scoped_temp_dir.h scoped_temp_dir_unittest.cc scoped_vector.h singleton.h singleton_objc.h singleton_unittest.cc linked_ptr.h linked_ptr_unittest.cc weak_ptr.cc weak_ptr.h weak_ptr_unittest.cc BUG=None TEST=Compile Review URL: http://codereview.chromium.org/6714032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79524 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity Fixlets: CHECKED_RETURNsscr@chromium.org2011-03-112-5/+7
| | | | | | | | | | CID=15628,1968,3877 BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6674006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77754 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-1/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5091005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66873 0039d316-1c4b-4281-b951-d872f2087c98
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
| | | | | | | | | put them in the base namespace. TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62510 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-012-2/+4
| | | | | | | | | | | | | | | | | - Adding/Moving dtors of objects that have CancelableRequestConsumers shaves three megs off browser.a. - Adding/Moving dtors of objects that have ScopedRunnableMethodFactories only shaved 100k off browser.a/renderer.a. - Adding/Moving dtors of objects that used some form of base::*Timer<> was negligible; there were only a few classes that had a Timer but had a ctor/dtor in the header after the previous cleanups. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3278006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58192 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-1/+0
| | | | | | | | | BUG=none TEST=builds Review URL: http://codereview.chromium.org/3179017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56171 0039d316-1c4b-4281-b951-d872f2087c98
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-262-0/+2
| | | | | | | | | BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-276-13/+13
| | | | | | | | | | | | We are now doing more than DNS pre-resolution, and want to do TCP/IP pre-warming. This change uses the updated class names etc., and tries to use Predictor as the common element in most names. r=mbelshe Review URL: http://codereview.chromium.org/2866026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50951 0039d316-1c4b-4281-b951-d872f2087c98