summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 47.0.2501.347.0.2501.3chrome-tpm2015-09-041-681/+581
|
* Incrementing VERSION to 47.0.2501.3chrome-tpm2015-09-041-1/+1
| | | | | Cr-Commit-Position: refs/branch-heads/2501@{#3} Cr-Branched-From: e35c4f7b0579cb239c9229f9a0878d5355a3d3f4-refs/heads/master@{#347299}
* Incrementing VERSION to 47.0.2501.2chrome-tpm2015-09-041-1/+1
| | | | | Cr-Commit-Position: refs/branch-heads/2501@{#2} Cr-Branched-From: e35c4f7b0579cb239c9229f9a0878d5355a3d3f4-refs/heads/master@{#347299}
* Incrementing VERSION to 47.0.2501.1chrome-tpm2015-09-041-1/+1
| | | | | Cr-Commit-Position: refs/branch-heads/2501@{#1} Cr-Branched-From: e35c4f7b0579cb239c9229f9a0878d5355a3d3f4-refs/heads/master@{#347299}
* Update GN target for angle_unittests in the gn_isolate map.dpranke2015-09-041-2/+2
| | | | | | | | | | | | | | | | | In the GN builds, we need to maintain a mapping from ninja build target ("angle_unittests") to the GN build label used to build the targets, since the way we figure out the runtime deps needed for the isolate is keyed off of the build label. When we updated the angle_unittests location, we failed to update the mapping. TBR=cwallez@chromium.org, phajdan.jr@chromium.org BUG=519778 Review URL: https://codereview.chromium.org/1323293006 Cr-Commit-Position: refs/heads/master@{#347299}
* Do not trigger action mode actions after being destroyed.tedchoc2015-09-041-0/+5
| | | | | | | | | | | | | | | After calling destroy on the action mode, you can still click on the view as it is being torn down. This can cause you to call methods on a defunct CVC in certain cases causing a crash. To work around this, track if destroy has been called and stop calling our handler in that case. BUG=525365 Review URL: https://codereview.chromium.org/1323263004 Cr-Commit-Position: refs/heads/master@{#347298}
* Show a better string in the OIB when the site ran mixed script.palmer2015-09-044-14/+16
| | | | | | | | | | Make GetSecuritySummary more accurate. BUG=517589 Review URL: https://codereview.chromium.org/1324073002 Cr-Commit-Position: refs/heads/master@{#347297}
* Roll src/third_party/WebKit 9989217:f27034c (svn 201752:201754)blink-deps-roller2015-09-041-1/+1
| | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/9989217..f27034c Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=pilgrim@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1327863003 Cr-Commit-Position: refs/heads/master@{#347296}
* Fix cronet crash on calling IsDataReductionProxyEnabledmegjablon2015-09-041-2/+2
| | | | | | | | BUG=526776 Review URL: https://codereview.chromium.org/1308923003 Cr-Commit-Position: refs/heads/master@{#347295}
* Trim WebUSB URL descriptors when representing only an origin.reillyg2015-09-041-9/+9
| | | | | | | | | | Per the WebUSB specification, when an origin is specified by a URL only the scheme, host and port components must be considered. This patch trims off the unconsidered portions if the device provides them. Review URL: https://codereview.chromium.org/1310713005 Cr-Commit-Position: refs/heads/master@{#347294}
* Roll src/third_party/WebKit 5eaffbd:9989217 (svn 201751:201752)blink-deps-roller2015-09-041-1/+1
| | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5eaffbd..9989217 Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=pilgrim@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1308573008 Cr-Commit-Position: refs/heads/master@{#347293}
* [Telemetry] Add pyfakefs to telemetry/third_partynednguyen2015-09-0422-0/+8011
| | | | | | | | | | BUG about pyfakefs/setup.py's license header: https://github.com/jmcgeheeiv/pyfakefs/issues/50 BUG=527952 Review URL: https://codereview.chromium.org/1310343005 Cr-Commit-Position: refs/heads/master@{#347292}
* Add devil dir to telemetry isolate files for GN builds of gpu_tests.dpranke2015-09-042-1/+2
| | | | | | | | | TBR=jbudorick@chromium.org BUG=476719 Review URL: https://codereview.chromium.org/1317713007 Cr-Commit-Position: refs/heads/master@{#347291}
* Adds components/web_view to list of files to run gn check oversky2015-09-031-0/+1
| | | | | | | | | | | BUG=521186 TEST=none R=ben@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/1319393003 Cr-Commit-Position: refs/heads/master@{#347290}
* Roll src/third_party/WebKit 98fad94:5eaffbd (svn 201750:201751)blink-deps-roller2015-09-031-1/+1
| | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/98fad94..5eaffbd Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=pilgrim@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1308683007 Cr-Commit-Position: refs/heads/master@{#347289}
* More logs to debug AVPrerollVideoEndsWhilePrerolling on bottimav2015-09-036-8/+58
| | | | | | | | | | I need more log to see what happens. BUG=526755 Review URL: https://codereview.chromium.org/1325153005 Cr-Commit-Position: refs/heads/master@{#347288}
* Remove finishAllRendering, nothing uses it.esprehn2015-09-036-15/+0
| | | | | | | | | | | Nothing calls this method inside blink, lets remove it. Note that several things use the capitalized version of this inside cc: FinishAllRendering(), but the method exposed to blink through WebLayerTreeView is not used. Review URL: https://codereview.chromium.org/1321203010 Cr-Commit-Position: refs/heads/master@{#347287}
* Suppress all the uses of org.apache.http.* in ChromeInstrumentationTestRunner.aurimas2015-09-031-31/+22
| | | | | | | | BUG=488192 Review URL: https://codereview.chromium.org/1327593004 Cr-Commit-Position: refs/heads/master@{#347286}
* Use FormatUrlForSecurityDisplay to show the site in JavaScript alert boxes.palmer2015-09-032-20/+7
| | | | | | | | | | | | Instead of FormatUrl. Showing the URL in alert boxes give people a chance to associate the alert with the origin that opened it; FormatUrlForSecurityDisplay is the canonical function for showing the security-relevant parts of URLs. BUG=496965 Review URL: https://codereview.chromium.org/1328663004 Cr-Commit-Position: refs/heads/master@{#347285}
* Fixing URL on footer when print previewing selection onlyMateus Vendramini2015-09-031-3/+1
| | | | | | | | | | | | | | | | After selecting some text in any webpage, opening up print preview and then checking Selection only, the URL on the print preview area's footer is no longer the original URL, but an internal representation instead. BUG=516778 R=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/1274653003 . Patch from Mateus Vendramini <mvendramini@hp.com>. Cr-Commit-Position: refs/heads/master@{#347284}
* Removes dated TODOsky2015-09-031-1/+0
| | | | | | | | | | | | | | I don't think there is anything special that needs to be done here, so nuking TODO. BUG=479172,490221 TEST=none R=ben@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/1326133002 Cr-Commit-Position: refs/heads/master@{#347283}
* Roll src/third_party/WebKit c2a9034:98fad94 (svn 201749:201750)blink-deps-roller2015-09-031-1/+1
| | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c2a9034..98fad94 Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=pilgrim@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1306693009 Cr-Commit-Position: refs/heads/master@{#347282}
* Remove layoutViewportSize and deviceViewportSize, nothing uses them.esprehn2015-09-036-25/+0
| | | | | | | | Nothing uses these methods inside Blink, lets remove them. Review URL: https://codereview.chromium.org/1319183005 Cr-Commit-Position: refs/heads/master@{#347281}
* Roll src/third_party/WebKit b2873fd:c2a9034 (svn 201747:201749)blink-deps-roller2015-09-031-1/+1
| | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b2873fd..c2a9034 Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=pilgrim@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1315543008 Cr-Commit-Position: refs/heads/master@{#347280}
* Roll GYP to 2b17e0 to fix bug 527935.dpranke2015-09-031-1/+1
| | | | | | | | | | | | | 2b17e0b Fix paths with different seperators being compared in the analyzer on Windows. Which fixes a regression that broke the analyzer on Windows. TBR=scottmg@chromium.org, geofflang@chromium.org, thakis@chromium.org BUG=527935 Review URL: https://codereview.chromium.org/1327963002 Cr-Commit-Position: refs/heads/master@{#347279}
* [Contextual Search] Commit all tab closures when the panel is showntwellington2015-09-031-0/+3
| | | | | | | | | | | Commit all tab closures when the Contextual Search panel is shown so that the undo SnackBar is dismissed if present. BUG=527024 Review URL: https://codereview.chromium.org/1322733003 Cr-Commit-Position: refs/heads/master@{#347278}
* Add command_buffer_gles2hendrikw2015-09-035-84/+188
| | | | | | | | | | | | | | | | | | | | | | This is a very simple library that exposes some egl-like functions that can be used by skia to use the command buffer as a backend for their tests Committed: https://crrev.com/604b615373e4e9f873db37cef9c6416176fc35f3 Cr-Commit-Position: refs/heads/master@{#346251} Committed: https://crrev.com/efa3a446183fbbff2034a03989f12543d0713e39 Cr-Commit-Position: refs/heads/master@{#346840} Committed: https://crrev.com/d65c55dac3f47e9a237579eb6f5fe31e19ca4704 Cr-Commit-Position: refs/heads/master@{#347013} Committed: https://crrev.com/a89ffff5113b3feb0c905f7ddc50da84a4ed577b Cr-Commit-Position: refs/heads/master@{#347103} Review URL: https://codereview.chromium.org/1220883008 Cr-Commit-Position: refs/heads/master@{#347277}
* Roll src/third_party/WebKit 53c6441:b2873fd (svn 201746:201747)blink-deps-roller2015-09-031-1/+1
| | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/53c6441..b2873fd Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=pilgrim@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1316063007 Cr-Commit-Position: refs/heads/master@{#347276}
* Add metrics for CBD dialog initiated deletion of cookies and cache.msramek2015-09-034-10/+35
| | | | | | | | | | | | The metric added in https://codereview.chromium.org/1259953003 is measured in BrowsingDataRemover, and includes deletions initiatied from anywhere. This new metric focuses specifically on deletions initiated from the Clear Browsing Data dialog. BUG=527372 Review URL: https://codereview.chromium.org/1325083002 Cr-Commit-Position: refs/heads/master@{#347275}
* Autofill: Port r307337 to iOS.thestig2015-09-032-6/+26
| | | | | | | | | | https://crrev.com/307337: ignore role="presentation" BUG=427614 Review URL: https://codereview.chromium.org/1309973005 Cr-Commit-Position: refs/heads/master@{#347274}
* Update message shown when an offline copy failed to be savedjianli2015-09-032-3/+6
| | | | | | | | | | The strings are updated based on latest UI discussion BUG=491352 Review URL: https://codereview.chromium.org/1310713004 Cr-Commit-Position: refs/heads/master@{#347273}
* Add more vertical spacing between items in Saved offline viewjianli2015-09-032-0/+44
| | | | | | | | BUG=491352 Review URL: https://codereview.chromium.org/1306313009 Cr-Commit-Position: refs/heads/master@{#347272}
* Roll PDFium 7c9e452..640c395thestig2015-09-031-1/+1
| | | | | | | | | | | https://pdfium.googlesource.com/pdfium.git/+log/7c9e452..640c395 BUG=522131 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1307343004 Cr-Commit-Position: refs/heads/master@{#347271}
* Update V8 to version 4.7.26.v8-autoroll2015-09-031-1/+1
| | | | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5d4e229c..72a62e2a Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1305223009 Cr-Commit-Position: refs/heads/master@{#347270}
* Simulate turning on PluginPowerSaver via Finchdbeam2015-09-036-68/+88
| | | | | | | | | R=rkaplow@chromium.org BUG=478918 Review URL: https://codereview.chromium.org/1301373006 Cr-Commit-Position: refs/heads/master@{#347269}
* Add a missing braille message.plundblad2015-09-031-0/+3
| | | | | | | | | | | | This caused no braille output to be displayed in a corner case in chromevox classic. R=dtseng@chromium.org BUG= Review URL: https://codereview.chromium.org/1318933007 Cr-Commit-Position: refs/heads/master@{#347268}
* Roll src/third_party/WebKit f601782:53c6441 (svn 201745:201746)blink-deps-roller2015-09-031-1/+1
| | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f601782..53c6441 Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=pilgrim@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1311393009 Cr-Commit-Position: refs/heads/master@{#347267}
* Crash fix for window closed during Aura window capture.miu2015-09-032-4/+4
| | | | | | | | | | | | | The root cause was that while the code *did* have a WindowObserver to stop capture when the window was destroyed, it erroneously did so by posting a task that would be executed too late. This change makes the stop operation synchronous. BUG=513103 Review URL: https://codereview.chromium.org/1327673006 Cr-Commit-Position: refs/heads/master@{#347266}
* cc: Add support for continuing an iteration after erasing from a QuadList.andresantoso2015-09-034-30/+55
| | | | | | | | | | | | | | | | | | EraseAndInvalidateAllPointers() now return a valid Iterator that can be used to continue the iteration. ListContainerBase::end() is modified so that it stays valid after insertion or deletion. This is needed for https://codereview.chromium.org/1304053016. BUG=527222 TEST=ListContainerTest.DeletionWhileIterating CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1305343004 Cr-Commit-Position: refs/heads/master@{#347265}
* Revert of Mandoline: Lazily update Surface binding on SubmitCompositorFrame ↵yzshen2015-09-032-42/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (patchset #3 id:40001 of https://codereview.chromium.org/1309973008/ ) Reason for revert: It may be causing quite a lot of CHECK failures on the Mandoline Windows Perf bot: http://build.chromium.org/p/chromium.mojo/builders/Chromium%20Mojo%20Windows%207%20Perf/builds/574 The CHECK failure looks like this: [3860:1140:0903/144855:FATAL:resource_provider.cc(1275)] Check failed: resource->exported_count >= returned.count (0 vs. 1) Original issue's description: > Mandoline: Lazily update Surface binding on SubmitCompositorFrame > > Currently, when we create a ViewSurface we bind the new MessagePipe > to an existing ServerView. That had the effect of clearing the view's > surface ID and requesting a new frame to be generated. This is necessary to > ensure that resources are returned to the old html_viewer. > > This is one of the causes of white flashes on navigation. > > This CL is a partial mitigation. We store the new binding in ServerView > as a pending binding, and we don't return resources to the old client until > the new client has submitted a compositor frame. Note that this doesn't fully > solve white flashes because the first compositor frame submitted from the new > html_viewer is a blank page. This issue will be addressed in a separate CL. > > This CL also returns resources on destruction. > > BUG=492389 > > Committed: https://crrev.com/080efad71e6c0babfe7dfb4074cda670babac060 > Cr-Commit-Position: refs/heads/master@{#347239} TBR=sky@chromium.org,fsamuel@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=492389 Review URL: https://codereview.chromium.org/1305353009 Cr-Commit-Position: refs/heads/master@{#347264}
* Roll libvpx a208ec:4aca44johannkoenig2015-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Pull from upstream: https://codereview.chromium.org/1302353004 Fix missing VPXMAX definition in mr_dissim.c https://codereview.chromium.org/1309263003 Pull from upstream: https://codereview.chromium.org/1328593002 Fix GN build for [P]NaCL: https://codereview.chromium.org/1326043003 Modify quantize_ssse3_x86_64.asm to work around missing goma build dependency: https://codereview.chromium.org/1317753005 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/1312353005 Cr-Commit-Position: refs/heads/master@{#347263}
* Fix more aspects of the NaCl build configs.dpranke2015-09-034-14/+13
| | | | | | | | | | | | | | | | As part of the un-forking of the NaCl GN build configs, we need to be a little more careful about which NaCl toolchains are considered to be "clang" or not and whether some of the clang-specific compiler settings need to be applied in the NaCl contexts. Also, remove more stray references to the old Nacl build configs. R=brettw@chromium.org, mcgrathr@chromium.org, thakis@chromium.org BUG=433528 Review URL: https://codereview.chromium.org/1307653008 Cr-Commit-Position: refs/heads/master@{#347262}
* Roll src/third_party/WebKit 7774e6e:f601782 (svn 201744:201745)blink-deps-roller2015-09-031-1/+1
| | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7774e6e..f601782 Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=pilgrim@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1312083003 Cr-Commit-Position: refs/heads/master@{#347261}
* cc: Use 90th percentile for scheduler estimates and add fudge factor.brianderson2015-09-032-16/+23
| | | | | | | | | | | | | | | | | | | | | Using the 100th percentile was effectively disabling latency recovery in some cases, such as when activations sometimes blocks on the GPU service. This also makes the main thread estimates use the 90th percentile too instead of the 50th to keep our tradeoffs in line. Now that the CompositorTimingHistory rejects the first few frames that are often slower, there is less reason to use the median. BUG=525318 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/042e6df00fb7cee8b14f823811c2c2bd52d61151 Cr-Commit-Position: refs/heads/master@{#347204} Review URL: https://codereview.chromium.org/1324193002 Cr-Commit-Position: refs/heads/master@{#347260}
* DevTools: [security] allow opening certificate viewer from devtools (chrome)pfeldman2015-09-038-0/+42
| | | | | | | | BUG=506468 Review URL: https://codereview.chromium.org/1325023002 Cr-Commit-Position: refs/heads/master@{#347259}
* Roll src/third_party/WebKit 4596511:7774e6e (svn 201743:201744)blink-deps-roller2015-09-031-1/+1
| | | | | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4596511..7774e6e Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=pilgrim@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1308193005 Cr-Commit-Position: refs/heads/master@{#347258}
* [Media Router] Add iconType field to MediaSink.apacible2015-09-0320-45/+228
| | | | | | | | | | This adds the iconType field so the Media Router UI can show different icons for each Sink based on its device type. Android will not use iconType, so the Android MediaSinks will always have a "generic" iconType. BUG=526251 Review URL: https://codereview.chromium.org/1313043004 Cr-Commit-Position: refs/heads/master@{#347257}
* Add SocketPerformanceWatcher and associated classestbansal2015-09-038-3/+155
| | | | | | | | | | | | | | | | | SocketPerformanceWatcherFactory creates socket specific performance watchers. NetworkQualityEstimator implements SocketPerformanceWatcherFactory. Next CL will plumb SocketPerformanceWatcherFactory from HttpNetworkSession params all the way down to the socket level. BUG=498380,497899 Review URL: https://codereview.chromium.org/1286433005 Cr-Commit-Position: refs/heads/master@{#347256}
* Add GN swarming support for mojo_public_system_unittests and ↵dpranke2015-09-033-2/+26
| | | | | | | | | | | | | mojo_public_utility_unittests These were running under swarming on the GYP bots but not the GN bots. R=jam@chromium.org BUG= Review URL: https://codereview.chromium.org/1305343005 Cr-Commit-Position: refs/heads/master@{#347255}
* Certificate Transparency: Add STH Fetching capability.eranm2015-09-0311-0/+746
| | | | | | | | | | | This will be used by the CT's Tree State Tracker to fetch STHs and consistency proofs from CT logs. BUG=506227 Review URL: https://codereview.chromium.org/1222953002 Cr-Commit-Position: refs/heads/master@{#347254}