summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/page_load_histograms.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in chrome/renderer/dcheng2014-08-291-1/+1
| | | | | | | | | | | This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/506773002 Cr-Commit-Position: refs/heads/master@{#292509}
* 1. Adds action-parsing functionality for data reduction proxy header.xingx@chromium.org2014-08-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | 2. Adds a couple of functions to return different fingerprint value for tamper detection. 3. Adds a function to remove Chrome-Proxy header's fingerprint from its header values, and return the rest of header values. 4. Changes HasDataReductionProxyViaHeader to also tell whether data reduction proxy Via header occurs at the last or not. BUG=381907 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287561 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287855 Review URL: https://codereview.chromium.org/387353003 Cr-Commit-Position: refs/heads/master@{#288272} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288272 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 287855 "1. Adds action-parsing functionality for data red..."hashimoto@chromium.org2014-08-071-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Causing timeout on "Win7 Tests (dbg)(1)" http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/30316 > 1. Adds action-parsing functionality for data reduction proxy header. > > 2. Adds a couple of functions to return different fingerprint value for tamper detection. > > 3. Adds a function to remove Chrome-Proxy header's fingerprint from its header values, and return the rest of header values. > > 4. Changes HasDataReductionProxyViaHeader to also tell > whether data reduction proxy Via header occurs at the last > or not. > > > BUG=381907 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287561 > > Review URL: https://codereview.chromium.org/387353003 TBR=xingx@chromium.org Review URL: https://codereview.chromium.org/445323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287975 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Adds action-parsing functionality for data reduction proxy header.xingx@chromium.org2014-08-061-1/+2
| | | | | | | | | | | | | | | | | | | 2. Adds a couple of functions to return different fingerprint value for tamper detection. 3. Adds a function to remove Chrome-Proxy header's fingerprint from its header values, and return the rest of header values. 4. Changes HasDataReductionProxyViaHeader to also tell whether data reduction proxy Via header occurs at the last or not. BUG=381907 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287561 Review URL: https://codereview.chromium.org/387353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287855 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of Modify data_reduction_proxy_header to support tamper detection ↵robliao@chromium.org2014-08-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logic. (https://codereview.chromium.org/387353003/) Reason for revert: Causes DataReductionProxyHeadersTest.GetDataReductionProxyHeaderWithFingerprintRemoved to timeout on the bots. TBR=bengr1@chromium.org, tonyg@chromium.org, bolian@chromium.org, yfriedman@chromium.org NOTREECHECKS=true NOTRY=true BUG=381907 Original issue's description: > 1. Adds action-parsing functionality for data reduction proxy header. > > 2. Adds a couple of functions to return different fingerprint value for tamper detection. > > 3. Adds a function to remove Chrome-Proxy header's fingerprint from its header values, and return the rest of header values. > > 4. Changes HasDataReductionProxyViaHeader to also tell > whether data reduction proxy Via header occurs at the last > or not. > > > BUG=381907 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287561 Review URL: https://codereview.chromium.org/444723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287608 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Adds action-parsing functionality for data reduction proxy header.xingx@chromium.org2014-08-051-1/+2
| | | | | | | | | | | | | | | | | 2. Adds a couple of functions to return different fingerprint value for tamper detection. 3. Adds a function to remove Chrome-Proxy header's fingerprint from its header values, and return the rest of header values. 4. Changes HasDataReductionProxyViaHeader to also tell whether data reduction proxy Via header occurs at the last or not. BUG=381907 Review URL: https://codereview.chromium.org/387353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287561 0039d316-1c4b-4281-b951-d872f2087c98
* Removed another DCHECK from deprecated code that's been causing bot failureszmo@chromium.org2014-07-291-6/+10
| | | | | | | | | | BUG=383963 TBR=tonyg@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/419023005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286310 0039d316-1c4b-4281-b951-d872f2087c98
* Removed a DCHECK from deprecated code that's been causing bot failuresbajones@chromium.org2014-07-291-7/+11
| | | | | | | | | | BUG=383963 TBR=tonyg@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/421043004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286224 0039d316-1c4b-4281-b951-d872f2087c98
* remove PLT.BeginToFinish{,Doc}_AfterPreconnectRequestkouhei@chromium.org2014-07-181-6/+0
| | | | | | | | | | The experiment is no longer active, marking the PLT histograms as obsolete. BUG=386888 Review URL: https://codereview.chromium.org/392823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284013 0039d316-1c4b-4281-b951-d872f2087c98
* Drop histograms suffixes for the SpdyCwnd field trial.ppi@chromium.org2014-07-081-24/+0
| | | | | | | | | | | | | This CL drops recording histogram suffixes for SpdyCwnd field trial from 2010. These are based on depracated timing information recorded in DocumentState and have no indicated owner. BUG=384330 R=isherman@chromium.org, tonyg@chromium.org Review URL: https://codereview.chromium.org/375503005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281748 0039d316-1c4b-4281-b951-d872f2087c98
* Drop the PLT.StartToFinish.(Proxy / NoProxy) histograms.ppi@chromium.org2014-07-081-19/+0
| | | | | | | | | | | | These histograms are based on deprecated timing information from DocumentState and have no indicated owner. BUG=384330 R=isherman@chromium.org, tonyg@chromium.org Review URL: https://codereview.chromium.org/370273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281739 0039d316-1c4b-4281-b951-d872f2087c98
* Drop broken abandonment PLT metrics.ppi@chromium.org2014-06-301-65/+6
| | | | | | | | | | | | | | | | | | | Abandonment metrics based on the old PLT tracking infrastructure assume that the page load is abandoned if the doc_finish_time is null. This wasn't working because the doc_finish_time is recorded upon cancellation as well as completion, hence almost 100% finish rate recorded in these metrics, inconsistently with other data sources. We might introduce these again in some better form, for now killing the broken metrics as they're part of the old infrastructure that is going away. BUG=384330 R=asvitkine@chromium.org, tonyg@chromium.org, vabr@chromium.org Review URL: https://codereview.chromium.org/360473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280595 0039d316-1c4b-4281-b951-d872f2087c98
* Move old-type PLT histograms to DumpDeprecatedHistograms().ppi@chromium.org2014-06-211-58/+80
| | | | | | | | | | | | | | | The timing recordings kept in DocumentState are now deprecated as we transition to PLT metrics backed by the Navigation Timing records. This patch documents the deprecated status of PLT histograms based on the legacy timing recordings, discouraging from introducing new metrics of this type. BUG=384330 Review URL: https://codereview.chromium.org/335863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278920 0039d316-1c4b-4281-b951-d872f2087c98
* Remove proxy checking while evaluating via headers.ksimbili@chromium.org2014-06-191-8/+1
| | | | | | | | BUG=385990 Review URL: https://codereview.chromium.org/334983008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278417 0039d316-1c4b-4281-b951-d872f2087c98
* Delete two broken SiteIsolation.* histograms.ppi@chromium.org2014-06-161-15/+1
| | | | | | | | | | | | | | SiteIsolation.PageLoadsWithSameSiteFrameAccess and SiteIsolation.PageLoadsWithCrossSiteFrameAccess have been recording only zeros for at least two years. The patch deletes the broken code for recording these. BUG=384330 Review URL: https://codereview.chromium.org/331883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277419 0039d316-1c4b-4281-b951-d872f2087c98
* Moved data reduction proxy header processing out of netbengr@chromium.org2014-06-151-1/+2
| | | | | | | | BUG=367221 Review URL: https://codereview.chromium.org/318753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277314 0039d316-1c4b-4281-b951-d872f2087c98
* Remove extension-specific page load time histogram support for webrequestvabr@chromium.org2014-06-131-140/+8
| | | | | | | | | | | | This CL removes the code responsible for providing PLT histogram data for specific extensions using the WebRequest API. Code providing such data not bound to specific extensions is kept. BUG=100411 Review URL: https://codereview.chromium.org/335573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277096 0039d316-1c4b-4281-b951-d872f2087c98
* Correct Preview plt UMA logging. Preview doesn't use data_compression_proxy ↵ksimbili@chromium.org2014-05-141-83/+28
| | | | | | | | | | | | anymore. But the current logging is completely based on that flag. This change removes the dependency on that flag. Also removing PREVIEW_WAS_SHOWN, as we have no way of figuring out that the url came from preview. BUG=371892 Review URL: https://codereview.chromium.org/252363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270402 0039d316-1c4b-4281-b951-d872f2087c98
* Collect data reduction proxy UMA on all platformsbengr@chromium.org2014-05-111-8/+1
| | | | | | | | | | | | | | UMA for the data reduction proxy was gated behind preprocessor directives that resticted the logic to Android and iOS. This change opens UMA calculations and collection up to all platforms. BUG=369619 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269026 Review URL: https://codereview.chromium.org/266033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269670 0039d316-1c4b-4281-b951-d872f2087c98
* Moved data reduction proxy chrome code to componentbengr@chromium.org2014-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Platform-inspecific code was moved from chrome/browser/net/spdyproxy to components/data_reduction_proxy. Names that include variations on SpdyProxyAuth have been changed to DataReductionProxy. Significant changes include: (1) InitChromeProxySettings now takes |PrefService|s and a URLRequestContextGetter. (2) All switches and prefs have been moved to components/data_reduction_proxy/common. (3) data_reduction_proxy_settings_unittest.[cc,h] was split into itself and data_reduction_proxy_settings_test_util.[cc,h]. (4) proxy configuration via prefs is embedded. BUG=359340 Review URL: https://codereview.chromium.org/214343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263728 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the via header string for Google Instant feature.ksimbili@google.com2014-02-261-3/+4
| | | | | | Review URL: https://codereview.chromium.org/171233006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253364 0039d316-1c4b-4281-b951-d872f2087c98
* Support for new data reduction proxy via headerbengr@chromium.org2014-02-141-6/+25
| | | | | | | | | | | | This new header conforms to RFC 2616. With this change, both the old and new header will be supported. Eventually, support for the old header will be removed. BUG=340333 Review URL: https://codereview.chromium.org/156373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251256 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build error when SPDY_PROXY_AUTH_ORIGIN is turned on.ksimbili@google.com2014-01-291-13/+13
| | | | | | | | | | BUG=none NOTRY=True TBR=bengr1 Review URL: https://codereview.chromium.org/133793006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247781 0039d316-1c4b-4281-b951-d872f2087c98
* Change the detection of preview request to via header.ksimbili@google.com2014-01-291-48/+29
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/125303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247726 0039d316-1c4b-4281-b951-d872f2087c98
* Record PLT in UMA for previewed pages.ksimbili@google.com2014-01-031-45/+158
| | | | | | | | | | | This will be used to measure the impact of showing preview for search results. BUG= Review URL: https://codereview.chromium.org/109793007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242934 0039d316-1c4b-4281-b951-d872f2087c98
* Update uses of UTF conversions in chrome/installer, chrome/renderer, ↵avi@chromium.org2013-12-251-1/+1
| | | | | | | | | | | | 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
* Record GWS-Chrome joint experiment ID in PLT UMA.ymatsumoto@google.com2013-12-131-58/+137
| | | | | | | | | | | We will use this to measure the impact of <link rel=prefetch> and <link rel=dns-prefetch>. In GWS side, we embed these <link> elements in a search results page. In UMA side, we track PLT metrics of pages which are accelerated by these prefetch hints. BUG=328172 R=pmeenan@chromium.org Review URL: https://codereview.chromium.org/106103008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240574 0039d316-1c4b-4281-b951-d872f2087c98
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-4/+4
| | | | | | | | | | | | 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
* Remove the chrome namespace around ChromeContent[Renderer]Client.wez@chromium.org2013-11-061-5/+5
| | | | | | Review URL: https://codereview.chromium.org/24544004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233373 0039d316-1c4b-4281-b951-d872f2087c98
* Added websearch-specific version of PLT Histogramspmeenan@chromium.org2013-11-051-4/+84
| | | | | | | | | | | | | | | | | | This adds variations for the key page load timing metrics to track the performance of pages that were loaded as a result of navigating to them from a Google web search. It also filled in a few gaps in the existing PLT.PT_* metrics to match metrics that are normally captured by sites and synthetic testing: PT_RequestToCommit - Equivalent to TTFB (Time to First Byte) PT_RequestToDomContentLoaded - Time from navigation to DOMContentLoaded PT_RequestToFinishDoc - Traditional load time (to the start of onload) BUG=309021 Review URL: https://codereview.chromium.org/49353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233081 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaned up the Overlapped Reads field trial where wepmeenan@chromium.org2013-08-261-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | compared the existing method for reading from sockets on Windows (using overlapped I/O) with using non-blocking I/O. This was the "OverlappedReadImpact" field trial that started in November 2012 and ended in June of 2013. The original patch for implementing the trial was here: https://chromiumcodereview.appspot.com/10916016 The non-blocking I/O code path resolved the issue we were seeing in lab testing but did not show a marked improvement in the field (nor did it show a degradation). The results for 3 months of data from the field trial showed effectively no change in the page load time or HTTP Job times (differences are within the noise variation). Since the non-blocking code path is a little cleaner, doesn't rely on growing buffer sizes and fixed the issue we were seeing in the lab, the decision was made to keep the non-blocking implementation and eliminate the overlapped read code path. Review URL: https://chromiumcodereview.appspot.com/22188002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219607 0039d316-1c4b-4281-b951-d872f2087c98
* Add the UMA PLT.BeginToFinish{,Doc}_AfterPreconnectRequest to measure PLT ↵kouhei@chromium.org2013-07-301-0/+6
| | | | | | | | | | | | | | just after mouseevent preconnect triggers. [Note to sheriff] This patch requires blink patch http://crrev.com/18598003 to be landed first. This UMA aims to measure PLT on link navigations with {mouse,gesture}-event preconnects. The PLT is to be compared between experiment/control groups using Finch. BUG=235361 Review URL: https://chromiumcodereview.appspot.com/18601004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214313 0039d316-1c4b-4281-b951-d872f2087c98
* Remove via spdy checking for deciding data reduction proxy being used.bolian@chromium.org2013-07-181-3/+1
| | | | | | | | | BUG=261272 The data reduction proxy could run over https as well. Review URL: https://chromiumcodereview.appspot.com/19574008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212412 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA for more page load phases based on performance timing.bolian@chromium.org2013-07-181-1/+99
| | | | | | | | | | | | | BUG=258995 Added new set of preformace timing based UMA metrics with name "PLT.NT_*" Note that the new metric descriptions are put the in public histograms.xml file as we are moving things to there. jar: histograms.xml Review URL: https://chromiumcodereview.appspot.com/18416006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212314 0039d316-1c4b-4281-b951-d872f2087c98
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
| | | | | | | | | | 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
* Use a direct include of time headers in chrome/common/, chrome/installer, ↵avi@chromium.org2013-06-281-1/+1
| | | | | | | | | | | | chrome/renderer/, chrome/service/. BUG=254986 TEST=none TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/18147002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209157 0039d316-1c4b-4281-b951-d872f2087c98
* Update Blink include pathsabarth@chromium.org2013-06-171-4/+4
| | | | | | | | | | | | | 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
* Use a direct include of utf_string_conversions.h in chrome/renderer/, ↵avi@chromium.org2013-06-071-1/+1
| | | | | | | | | | | | chrome/service/, chrome/test/, chrome/third_party/, chrome/tools/. BUG=none TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/15709008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204931 0039d316-1c4b-4281-b951-d872f2087c98
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-301-2/+2
| | | | | | | | | | | | | | 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
* Delete long-expired GlobalSdch field trial.asvitkine@chromium.org2013-05-291-39/+0
| | | | | | | | BUG=229940 Review URL: https://chromiumcodereview.appspot.com/16115002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202728 0039d316-1c4b-4281-b951-d872f2087c98
* Interpret Via header to determine if using data reduction proxy.bengr@chromium.org2013-05-061-12/+63
| | | | | | | | BUG=232983 Review URL: https://chromiumcodereview.appspot.com/14772011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198399 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid logging page load time histogram data if no requestStart timing data ↵nasko@chromium.org2013-04-261-2/+11
| | | | | | | | | | is present. BUG=172479 Review URL: https://chromiumcodereview.appspot.com/14471038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196884 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the SpdyCwnd FieldTrial and histograms.stevet@chromium.org2013-04-241-19/+13
| | | | | | | | BUG=229940 Review URL: https://chromiumcodereview.appspot.com/14100008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196221 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify prerender and network/cache stats histograms by removing the field ↵tburkard@chromium.org2013-04-121-80/+10
| | | | | | | | | | | | trial group. This is no longer necessary, because Finch can be used to drill down on histograms on a per field trial basis. R=shishir, gavinp CC=odean, stevet Review URL: https://codereview.chromium.org/14005003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193955 0039d316-1c4b-4281-b951-d872f2087c98
* Remove remnants from SpdyImpact and DnsParallelism field trials.stevet@chromium.org2013-04-101-107/+0
| | | | | | | | | BUG=229940 Review URL: https://chromiumcodereview.appspot.com/13866036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193472 0039d316-1c4b-4281-b951-d872f2087c98
* Moves fields only accessed from content::DocumentState to ↵sky@chromium.org2013-04-091-0/+1
| | | | | | | | | | | | | content::InternalDocumentStateData. BUG=none TEST=none (cleanup). R=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/13722005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193107 0039d316-1c4b-4281-b951-d872f2087c98
* Hide ContentClient getters from embedders so that they they don't reuse ↵jam@chromium.org2013-04-051-9/+9
| | | | | | | | | 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
* Support spdy proxy origin settings via gyp.bengr@chromium.org2013-02-211-2/+9
| | | | | | | | | BUG=176057,175895 Review URL: https://chromiumcodereview.appspot.com/12294048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183832 0039d316-1c4b-4281-b951-d872f2087c98
* Update some #includes in chrome/renderer for headers in the new Platform ↵pilgrim@chromium.org2013-01-151-1/+1
| | | | | | | | directory Review URL: https://chromiumcodereview.appspot.com/11817032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176812 0039d316-1c4b-4281-b951-d872f2087c98
* Histogram first paint PLT's for Cache Sensitivity Analysis.tburkard@chromium.org2012-12-051-2/+17
| | | | | | | R=rvargas@chromium.org, jhawkins@chromium.org Review URL: https://codereview.chromium.org/11419319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171091 0039d316-1c4b-4281-b951-d872f2087c98