summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sync: Print FakeServer contents on test failurepvalenzuela2015-03-241-2/+21
| | | | | | | | | | | This CL adds additional logging to the FakeServer verification methods of FakeServerVerifier. BUG=NONE Review URL: https://codereview.chromium.org/1008983002 Cr-Commit-Position: refs/heads/master@{#321914}
* Path 1 of 4: Move blink image resources to blink.erg2015-03-244-102/+103
| | | | | | | | | | | | | This first patch allocates resource ids for the image structures in blink. It then temporarily renames current usage of all these symbols from IDR_* to IDR2_* so that we don't conflict on names once we land part 2. BUG=467176 Review URL: https://codereview.chromium.org/1030743002 Cr-Commit-Position: refs/heads/master@{#321913}
* Use a separate window to notify the user that permissions are required.jamiewalch2015-03-248-9/+62
| | | | | | | | | | This also moves the in-DOM equivalent under crd/ since it's no longer cross-application. BUG=b/19484255 Review URL: https://codereview.chromium.org/1023943004 Cr-Commit-Position: refs/heads/master@{#321912}
* Bind open firewall ports to visible application windows.reillyg2015-03-248-51/+315
| | | | | | | | | | | | | | To prevent an application from continuing to listen for TCP connections or incoming UDP packets when the user is not aware that it is still running this patch observes the state of its associated AppWindows and opens and closes ports as necessary. The socket itself is left open so that state is not lost. BUG=435404 Review URL: https://codereview.chromium.org/1022663003 Cr-Commit-Position: refs/heads/master@{#321911}
* Add backslashes to "Adreno (TM) 3xx" canvas/ganesh whitelist entry.aelias2015-03-241-2/+2
| | | | | | | | | | | | | | This entry didn't match because the parens were interpreted as regexp grouping instead of literal characters. I didn't notice the problem before given that K+ Adreno 3xx devices are also covered by the OpenGL ES 3.0 policy. This should actually expand the Ganesh whitelist to all pre-K Adreno 3xx devices as originally intended by r307526. BUG=467581,424970 Review URL: https://codereview.chromium.org/1025803003 Cr-Commit-Position: refs/heads/master@{#321910}
* Roll src/third_party/WebKit 315737e:f5744a3 (svn 192381:192390)blink-deps-roller2015-03-241-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/315737e..f5744a3 TBR=dglazkov@chromium.org,alph@chromium.org Review URL: https://codereview.chromium.org/1003363007 Cr-Commit-Position: refs/heads/master@{#321909}
* Removed implicit cast from size_t to int, prevent an unlikely but ↵fahl2015-03-242-11/+8
| | | | | | | | | | theoretically possible integer overflow. BUG=none Review URL: https://codereview.chromium.org/1025523004 Cr-Commit-Position: refs/heads/master@{#321908}
* Roll libvpx 00cf1b:2c8730johannkoenig2015-03-241-1/+1
| | | | | | | | | | | | | | Pull from upstream: https://codereview.chromium.org/1029663003 Fix include path: https://codereview.chromium.org/1027273004 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/1032543002 Cr-Commit-Position: refs/heads/master@{#321907}
* Remove java import of org.apache.httpqinmin2015-03-241-21/+28
| | | | | | | | | | | The org.apache.http package is being deprecated. Android Dev page suggests using HttpURLConnection instead. BUG=468867 Review URL: https://codereview.chromium.org/1023033002 Cr-Commit-Position: refs/heads/master@{#321906}
* Change the OIB security summary phrase to reflect SHA-1 deprecation.lgarron2015-03-242-1/+6
| | | | | | | | BUG=469853 Review URL: https://codereview.chromium.org/1020953003 Cr-Commit-Position: refs/heads/master@{#321905}
* leveldb: Env no longer implicitly syncs dir for all newly created files.cmumford2015-03-243-103/+9
| | | | | | | | | | | | | | | | | A while back ChromiumEnv was enhanced to sync a directory the first time a newly created file was written to. This was a speculative change added in an attempt to resolve database corruptions caused by missing files. Since no improvements were seen as a result of this change it is now being removed. Additionally leveldb's implicit contract for WritableFile::Sync() is that it shall sync the directory if that WritableFile is for a manifest - ChromiumEnv did not do that. BUG=417769 Review URL: https://codereview.chromium.org/1022983004 Cr-Commit-Position: refs/heads/master@{#321904}
* [Chromoting] Convert VideoFrameRecorder into a proper protocol extension.garykac2015-03-243-48/+67
| | | | | | | | BUG=465878 Review URL: https://codereview.chromium.org/1028803002 Cr-Commit-Position: refs/heads/master@{#321903}
* Re-enable CrossSiteIframeBecomesSameSite.nick2015-03-241-4/+1
| | | | | | | | | | This test passes now because bug 433012 has been fixed in blink. BUG=433012 Review URL: https://codereview.chromium.org/1004593004 Cr-Commit-Position: refs/heads/master@{#321902}
* Include host-logs in browser-test results even if all tests pass.anandc2015-03-231-8/+10
| | | | | | | | | | This should help with diff-ing the contents of the host-logs when tests fail. BUG= Review URL: https://codereview.chromium.org/1016273004 Cr-Commit-Position: refs/heads/master@{#321901}
* Fix to run instrumentation tests on Work Chrome.mikecase2015-03-231-1/+4
| | | | | | | | | | | | Work Chrome will instantly crash when running instrumentation tests unless we whitelist the etp_native/ folder to not be removed. BUG=452143 Review URL: https://codereview.chromium.org/1023443006 Cr-Commit-Position: refs/heads/master@{#321900}
* Adding Mojo C thunks headers to be used by html_viewer. Note that the Mojo ↵alhaad2015-03-231-3/+19
| | | | | | | | | | | shell can register an implementation only when this is rolled into the Mojo repo. R=jamesr@chromium.org,piman@chromium.org BUG=453591 Review URL: https://codereview.chromium.org/1023673009 Cr-Commit-Position: refs/heads/master@{#321899}
* DevTools: Enable network emulation on Service Workersksakamoto2015-03-239-50/+44
| | | | | | | | | | | | | This patch moves the functionality of RenderFrameDevToolsAgentHost::DispatchProtocolMessage() to DevToolsAgentHostImpl so that SW agent host can handle the emulateNetworkConditions message. BUG=444820 Review URL: https://codereview.chromium.org/1029523002 Cr-Commit-Position: refs/heads/master@{#321898}
* Revert of Revert of Revert of Enable ServiceWorkerPerfTest ↵horo2015-03-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/1027743004/) Reason for revert: Failing on Android One perf bot which doesn't have "screenrecord". http://crbug.com/469841 Original issue's description: > Revert of Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/959793002/) > > Reason for revert: > avconv is available on Nexus 10. > https://code.google.com/p/chromium/issues/detail?id=433943#c37 > > Original issue's description: > > Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/954663002/) > > > > Reason for revert: > > Failing on Nexus 10. > > > > Original issue's description: > > > Enable ServiceWorkerPerfTest (service_worker.service_worker) > > > > > > I think https://codereview.chromium.org/884573004/ fixed the ServiceWorker test flakiness. > > > > > > BUG=433943 > > > TEST=./tools/perf/run_benchmark --browser-executable=~/chromium/src/out/Debug/chrome --also-run-disabled-tests service_worker.service_worker > > > > > > Committed: https://crrev.com/adaa44fc1275085c09fff18d8f2dfbddd88bc186 > > > Cr-Commit-Position: refs/heads/master@{#317807} > > > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,horo@chromium.org > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=433943 > > > > Committed: https://crrev.com/6aa34fa4e41d77e92d86f3f0c5f80fab9bdda749 > > Cr-Commit-Position: refs/heads/master@{#318066} > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=433943 > > Committed: https://crrev.com/e3f37ac21edb64dcf805007a382aff9405642948 > Cr-Commit-Position: refs/heads/master@{#321759} TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=433943 Review URL: https://codereview.chromium.org/1000273003 Cr-Commit-Position: refs/heads/master@{#321897}
* Install warning message code for extensions that use chrome.mdns API.reddaly2015-03-236-2/+24
| | | | | | | | BUG=451526 Review URL: https://codereview.chromium.org/999933005 Cr-Commit-Position: refs/heads/master@{#321896}
* Use a less compiler-specific way for preventing inlining / tail-call ↵thakis2015-03-231-8/+5
| | | | | | | | | | | | | | optimization. The current method is MSVS-specific. With just NOINLINE, clang still does a tail call, which also prevents a stack frame, so also add some dummy machinery that makes the tail-call optimization impossible. BUG=469813 Review URL: https://codereview.chromium.org/1029183002 Cr-Commit-Position: refs/heads/master@{#321895}
* [Mac] Use the app's version as the app shim bundle version.jackhou2015-03-237-4/+38
| | | | | | | | | | | | | | This sets CFBundleShortVersionString to the app's version_name. It was previously the version of Chrome that built the shim. The Chrome version is now stored in CrBundleVersion. This also adds |version_for_display| to ShortcutInfo. BUG=465617 Review URL: https://codereview.chromium.org/1016543004 Cr-Commit-Position: refs/heads/master@{#321894}
* Move upstreamed calls to FirstRunActivity.aurimas2015-03-232-13/+19
| | | | | | | | BUG=428842 Review URL: https://codereview.chromium.org/1015833005 Cr-Commit-Position: refs/heads/master@{#321893}
* Switch HidDeviceId from IORegistry path to IORegistry entry ID.reillyg2015-03-235-27/+49
| | | | | | | | | | | | As of OS X Yosemite the IORegistry paths for Bluetooth HID devices are no longer unique. This change switches to using the entry IDs instead, which appear to remain unique. BUG=452172 Review URL: https://codereview.chromium.org/1025553004 Cr-Commit-Position: refs/heads/master@{#321892}
* Upstream VariationsSessionpkotwicz2015-03-235-0/+109
| | | | | | | | BUG=428904 Review URL: https://codereview.chromium.org/1024993003 Cr-Commit-Position: refs/heads/master@{#321891}
* [net] Remove logic for fixing up Gzip encoding type for downloads.asanka2015-03-2311-456/+9
| | | | | | | | | | | | | | | | | | | | | | | Some servers incorrectly send 'Content-Encoding: gzip' for responses that should be downloaded as gzipped files. UMA indicates that the number of servers that exhibit this incorrect behavior is vanishingly small. Hence the network stack will no longer perform this encoding fixup. What an embedder of the network stack does with a response often depends on the response headers and the capabilities of the embedder. The current implementation was based on an inaccurate prediction of the inteded disposition of the response. In addition to the inaccuracy, the implementation was also becoming a maintenance burden. With this change, resources downloaded with the incorrect Content-Encoding will be saved uncompressed. BUG=318217 Review URL: https://codereview.chromium.org/1008873006 Cr-Commit-Position: refs/heads/master@{#321890}
* Update External Clear Key to support CDM_8jrummell2015-03-233-58/+75
| | | | | | | | | BUG=450861 TEST=layout tests for ECK pass Review URL: https://codereview.chromium.org/1023333002 Cr-Commit-Position: refs/heads/master@{#321889}
* Files.app: Fix a jscompiler error.kenobi2015-03-231-2/+3
| | | | | | | | | | | Fix a type error introduced in https://codereview.chromium.org/1032513002/ BUG=None TBR=smckay@chromium.org Review URL: https://codereview.chromium.org/1020003004 Cr-Commit-Position: refs/heads/master@{#321888}
* Autofill card unmasking - never store locally in incognitoestade2015-03-236-26/+69
| | | | | | | | BUG=469780 Review URL: https://codereview.chromium.org/1011503004 Cr-Commit-Position: refs/heads/master@{#321887}
* Modify build_gles2_cmd_buffer.py to generate a class that implements ↵alhaad2015-03-2312-2824/+5287
| | | | | | | | | | | | | | | | gpu::GLES2Interace and for each entry point either defers to Mojo C thunk if we expose an entry point or check fails. The code in its current form makes use of MojoGLES2GetGLES2Interface if html_viewer makes use but we do not have a Mojo C thunk. I'll be adding Mojo C thunks for other functions used by html_viewer and eventually remove MojoGLES2GetGLES2Interface. R=jamesr@chromium.org,davemoore@chromium.org BUG=453591 Review URL: https://codereview.chromium.org/993253003 Cr-Commit-Position: refs/heads/master@{#321886}
* add SK_SUPPORT_LEGACY_INT_COLORMATRIX to stage skia changereed2015-03-231-0/+4
| | | | | | | | | | Will support this skia change: https://codereview.chromium.org/967943002/ BUG= Review URL: https://codereview.chromium.org/1031713003 Cr-Commit-Position: refs/heads/master@{#321885}
* Fix bug number typo in comment.nick2015-03-231-1/+1
| | | | | | | | | | | TaskManagerBrowserTest.NavigateAwayFromHungRenderer is a test for bug 444945, not bug 444722. BUG=444945 Review URL: https://codereview.chromium.org/1016943003 Cr-Commit-Position: refs/heads/master@{#321884}
* Make some changes to the QuicInMemory server to clarify the interface.rch2015-03-237-184/+119
| | | | | | | | | | | | Specifically that the cache is indexed by host and path, not by method nor scheme, nor full URL, nor request headers, etc. In preparation for making the chrome version more similar. Merge internal change: 89092881 Review URL: https://codereview.chromium.org/1028923002 Cr-Commit-Position: refs/heads/master@{#321883}
* mojo: Use nullptr instead of NULL.reveman2015-03-231-3/+3
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1023813004 Cr-Commit-Position: refs/heads/master@{#321882}
* libusb: Fix composite_close to close HID handles as well.reillyg2015-03-233-0/+40
| | | | | | | | | | | | When opening a composite device some combination of the WinUSB and HID APIs may be used. This patch fixes composite_close to close both WinUSB file handles and HID file handles. BUG=466578 Review URL: https://codereview.chromium.org/1032563002 Cr-Commit-Position: refs/heads/master@{#321881}
* Files.app: Improve importer error catcher.kenobi2015-03-231-10/+8
| | | | | | | | | | | - Fix a bug where stacks weren't getting printed. - Remove throwing of errors - the error catcher should catch but not re-throw errors. BUG=None Review URL: https://codereview.chromium.org/1005693008 Cr-Commit-Position: refs/heads/master@{#321880}
* Roll src/third_party/WebKit 1f99128:315737e (svn 192377:192381)blink-deps-roller2015-03-231-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1f99128..315737e TBR=dglazkov@chromium.org,alph@chromium.org Review URL: https://codereview.chromium.org/1010973009 Cr-Commit-Position: refs/heads/master@{#321879}
* Drop queued IPC messages if the child process dies while spawning.lfg2015-03-235-1/+89
| | | | | | | | BUG=464633 Review URL: https://codereview.chromium.org/1018043004 Cr-Commit-Position: refs/heads/master@{#321878}
* Removing chrome.pushMessaging API and related tests.fgorski2015-03-2351-2456/+50
| | | | | | | | BUG=448165 Review URL: https://codereview.chromium.org/1018643003 Cr-Commit-Position: refs/heads/master@{#321877}
* Autofill: Refactor some FormFieldData pickling code.thestig2015-03-232-103/+106
| | | | | | Review URL: https://codereview.chromium.org/1023413002 Cr-Commit-Position: refs/heads/master@{#321876}
* Remove support for type A touchscreens from TouchEventConverterEvdevpkotwicz2015-03-233-36/+0
| | | | | | | | | BUG=None TEST=None Review URL: https://codereview.chromium.org/1022673006 Cr-Commit-Position: refs/heads/master@{#321875}
* cros: Update new Gaia path to embedded/setup/chromeos.xiyuan2015-03-231-2/+2
| | | | | | | | | BUG= TBR=dpolukhin@chromium.org Review URL: https://codereview.chromium.org/1033513002 Cr-Commit-Position: refs/heads/master@{#321874}
* Roll harfbuzz-ng to 0.9.40eae2015-03-2328-723/+849
| | | | | | | | | | | Update the bundled version of harfbuzz-ng in third_party to 0.9.40 which is the latest release. This includes a variety of fixes and also has the two MacOS CoreText reverse_range fixes that we've already cherry picked. TBR=behdad@chromium.org Review URL: https://codereview.chromium.org/1005693006 Cr-Commit-Position: refs/heads/master@{#321873}
* Roll WebRTC 8829:8837, Libjingle 8821:8836tommi2015-03-232-3/+3
| | | | | | | | | | | | | | | WebRTC 8829:8837 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/56dc67d..2112dbb Libjingle 8821:8836 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/629d39a..fed547e TBR= BUG= Review URL: https://codereview.chromium.org/1027283003 Cr-Commit-Position: refs/heads/master@{#321872}
* With the introduction of CVO, VideoRendererInterface implementation should ↵guoweis2015-03-232-12/+10
| | | | | | | | | | handle rotation frame by either rotating in renderer or calling into GetCopyWithRotationApplied. BUG=webrtc:4145 Review URL: https://codereview.chromium.org/1025653004 Cr-Commit-Position: refs/heads/master@{#321871}
* Check null java object when request vsyncboliu2015-03-231-1/+4
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1028953002 Cr-Commit-Position: refs/heads/master@{#321870}
* [Extensions Page] Fix the flicker of "No extensions" before extension data loadsrdevlin.cronin2015-03-234-62/+100
| | | | | | | | | | | | | There was a flicker caused because we remove the 'loading' class from the page before the extensions list finishes updating itself (asynchronously). BUG=469053 BUG=469332 Review URL: https://codereview.chromium.org/1025703003 Cr-Commit-Position: refs/heads/master@{#321869}
* Roll src/third_party/skia b8a1d30:92d04daskia-deps-roller2015-03-231-1/+1
| | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/skia/+log/b8a1d30..92d04da CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1030663003 Cr-Commit-Position: refs/heads/master@{#321868}
* net: update SpiderOak pinning.agl2015-03-233-12/+14
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/969433002 Cr-Commit-Position: refs/heads/master@{#321867}
* Use ZoomValuesEqual() instead of ==.wjmaclean2015-03-231-1/+1
| | | | | | | | | | Replace an unsafe comparison of zoom level values. BUG=none Review URL: https://codereview.chromium.org/1032503003 Cr-Commit-Position: refs/heads/master@{#321866}
* Enable hi-dpi support on Linux.stapelberg2015-03-232-3/+3
| | | | | | | | | | | With the recent bugfixes (see BUG=), hi-dpi support on Linux works well enough to enable it by default. BUG=143619 Review URL: https://codereview.chromium.org/1028703004 Cr-Commit-Position: refs/heads/master@{#321865}