- 27 Aug, 2014 40 commits
-
-
chrome://extensionsvitalyp authored
BUG=393873 R=dbeam@chromium.org TEST=gyp --depth . chrome/browser/resources/extensions/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/475633006 Cr-Commit-Position: refs/heads/master@{#292195}
-
yfriedman authored
Picked up changes: 078e633 Add support for outputting debug info in result. 0cc1705 Instrument DomDistiller with timing information. 73e3327 rejiggle 1 table classification heuristic BUG=368941 Review URL: https://codereview.chromium.org/505183003 Cr-Commit-Position: refs/heads/master@{#292194}
-
sullivan authored
BUG= Review URL: https://codereview.chromium.org/507723002 Cr-Commit-Position: refs/heads/master@{#292193}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/4473be874f70d4a8833180a7aebcc9d8a0b1de9e..6b0d6b43cf662735dc804d8142383452c7f246f9 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel TBR=djsollen@google.com Review URL: https://codereview.chromium.org/509053002 Cr-Commit-Position: refs/heads/master@{#292192}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/503353002 Cr-Commit-Position: refs/heads/master@{#292191}
-
dhnishi authored
BUG=372607 Review URL: https://codereview.chromium.org/501063002 Cr-Commit-Position: refs/heads/master@{#292190}
-
mtklein authored
Revert of Try backing SkPicture with SkRecord in Chromium. (patchset #2 of https://codereview.chromium.org/504823003/) Reason for revert: Appears to leak bitmaps. Original issue's description: > Try backing SkPicture with SkRecord in Chromium. > > This is our first attempt, mostly to feel this out. Performance and > correctness problems are both possible. Please revert this if a benchmark even > smells funny. > > That said, we've been working on this a while, are pretty confident it's good > stuff, and have had Skia's internal testing entirely switched over for a week. > Parts of Chromium that serialize and deserialize SkPictures are already > switched over. This CL finishes things off by switching the default > recorded-from-scratch SkPicture to use SkRecord too. > > BUG= > > Committed: https://chromium.googlesource.com/chromium/src/+/f7450daaf38f4951b23fabaaaf659c6af33a705c TBR=reed@google.com,senorblanco@chromium.org,eroman@chromium.org,mtklein@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/513793003 Cr-Commit-Position: refs/heads/master@{#292189}
-
prasadv authored
Always use Git hash to post build request since Commit positions are not supported by builders to build. BUG=407898 NOTRY=true Review URL: https://codereview.chromium.org/508723004 Cr-Commit-Position: refs/heads/master@{#292188}
-
scheib authored
BUG=396340 Review URL: https://codereview.chromium.org/447783003 Cr-Commit-Position: refs/heads/master@{#292187}
-
tommycli authored
This is step 3 of this: 1) Copy the binary files into components/test/data. 2) Move the tests. 3) Delete the (now unused) old binary files in chrome/test/data. BUG=371463 Review URL: https://codereview.chromium.org/497163002 Cr-Commit-Position: refs/heads/master@{#292186}
-
xiyuan authored
BUG=407693 Review URL: https://codereview.chromium.org/508743002 Cr-Commit-Position: refs/heads/master@{#292185}
-
yusufo authored
To be able to use thumbnail store related code, we need to be able to use UIResourceProviders in ContentViewRenderView. This add the necessary API and pipes it to java. BUG=404500 CQ_TRYBOTS=tryserver.chromium.linux:android_aosp,android_clang_dbg,android_dbg. Review URL: https://codereview.chromium.org/493853005 Cr-Commit-Position: refs/heads/master@{#292184}
-
vmpstr authored
This patch changes which tiles we report on. Previously, we logged all of the available tiles. Now, we only log tiles that are active. That is, only tiles that are on either active or pending trees are logged. The way this is done is as follows: - Walk the tree, layers, tilings - Insert all tiles from a tiling into a set - Stuff those into a trace. BUG=403094 Review URL: https://codereview.chromium.org/493543002 Cr-Commit-Position: refs/heads/master@{#292183}
-
jri authored
BUG= Review URL: https://codereview.chromium.org/502243002 Cr-Commit-Position: refs/heads/master@{#292182}
-
Adam Langley authored
net: add a batch of HSTS preloads. Cr-Commit-Position: refs/heads/master@{#292181}
-
jkarlin authored
Change the ServiceWorkerCacheStorage's loader from a ref ptr to scoped and guarantee that callbacks passed to the loader are called by making functions static and passing WeakPtrs. Part of the following CL chain to guarantee callbacks are called throughout ServiceWorkerCacheStorage: * 1. Guarantee CacheLoader callbacks: https://codereview.chromium.org/504233003/ 2. Guarantee LazyInit callbacks: https://codereview.chromium.org/512743002/ 3. Guarantee Create/Delete callbacks: https://codereview.chromium.org/511893002/ 4. Reorganize the methods: https://codereview.chromium.org/510813002/ BUG=392621 Review URL: https://codereview.chromium.org/504233003 Cr-Commit-Position: refs/heads/master@{#292180}
-
Ben Smith authored
We are relying on lastchange.FetchVersionInfo in build_sdk.py. The revision changed from being an SVN revision to a git sha, but we want to be able to compare the values numerically. This change modifies build_version.py to get "Cr-Commit-Position", which for our purposes is functionally equivalent to the SVN revision. BUG=none R=bradnelson@google.com, bradnelson@chromium.org Review URL: https://codereview.chromium.org/507883003 Cr-Commit-Position: refs/heads/master@{#292179}
-
rogerta authored
BUG=341408 Review URL: https://codereview.chromium.org/471333003 Cr-Commit-Position: refs/heads/master@{#292178}
-
rdevlin.cronin authored
Since we've consolidated most of the extension action execution code, this object is rather unneeded. Remove it. BUG=407665 Review URL: https://codereview.chromium.org/508563003 Cr-Commit-Position: refs/heads/master@{#292177}
-
xians authored
Revert of Used native deinterleaved and float point format for the input streams. (patchset #5 of https://codereview.chromium.org/501823002/) Reason for revert: It broke the mac asan bot, http://build.chromium.org/p/chromium.memory/builders/Mac%20ASan%2064%20Tests%20%281%29/builds/1976 Original issue's description: > Used native deinterleaved and float point format for the input streams. > > If we call GetProperty of kAudioUnitProperty_StreamFormat before setting the format, the device will report kAudioFormatFlagsNativeFloatPacked | kLinearPCMFormatFlagIsNonInterleaved as the native format of the device, which is the same as the output. > > This patch changes the format to use kAudioFormatFlagsNativeFloatPacked | kLinearPCMFormatFlagIsNonInterleaved to open the device, so that we will avoid format flipping back and forth. Hope this optimization will help increase the stability of the input audio on Mac. > > > BUG=404884 > TEST=media_unittests && https://webrtc.googlecode.com/svn-history/r5497/trunk/samples/js/demos/html/pc1.html, https://www.google.com/intl/en/chrome/demos/speech.html > > Committed: https://chromium.googlesource.com/chromium/src/+/1a9ce977642c7f2cc2e30d83757c42264f052f0b TBR=dalecurtis@chromium.org,eroman@chromium.org NOTREECHECKS=true NOTRY=true BUG=404884 Review URL: https://codereview.chromium.org/514773002 Cr-Commit-Position: refs/heads/master@{#292176}
-
dongseong.hwang authored
Mesa GL driver supports GL_ARB_texture_storage extensions, not GL_EXT_texture_storage. GLES3 supports glTexStroage2D by default. GLES3 doesn't support BGRA format for immutable texture without GL_APPLE_texture_format_bgra8888 extension. We prefer BGRA support to immutable texture support, so GLES3 enables immutable texture only if it supports GL_APPLE_texture_format_bgra8888. In addition, currently the compositor blindly uses BGRA on glTexStorage2D. It can cause a potential bug so this CL checks BGRA format support to use BGRA on glTexStorage2D. This CL makes Intel GPU (e.g. Intel Chromebook) and GLES3 devices with GL_APPLE_texture_format_bgra8888 extension take advantage of immutable texture. BUG=407034 Review URL: https://codereview.chromium.org/499283002 Cr-Commit-Position: refs/heads/master@{#292175}
-
horo authored
BUG=402387 Review URL: https://codereview.chromium.org/492603002 Cr-Commit-Position: refs/heads/master@{#292174}
-
davidben authored
The 'ssl_lib_error' value reported is rather uninteresting. OpenSSL is has two levels of errors. The one we were logging is almost always 1. Make the error callback SSL-implementation-specific and include the library code, reason code, file name, and line number, all of which OpenSSL already tracks. BUG=286480 Review URL: https://codereview.chromium.org/494913002 Cr-Commit-Position: refs/heads/master@{#292173}
-
vmpstr authored
R=nduca Review URL: https://codereview.chromium.org/507103002 Cr-Commit-Position: refs/heads/master@{#292172}
-
mlamouri authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=%2Ftrunk&range=180956%3A180973&mode=html TBR=gavinp@chromium.org BUG=None Review URL: https://codereview.chromium.org/508153002 Cr-Commit-Position: refs/heads/master@{#292171}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/506163002 Cr-Commit-Position: refs/heads/master@{#292170}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/506883003 Cr-Commit-Position: refs/heads/master@{#292169}
-
starodub authored
Re-recording other tests may be required. BUG=370977 Review URL: https://codereview.chromium.org/491863003 Cr-Commit-Position: refs/heads/master@{#292168}
-
yhirano authored
blink::WebSocket assumes that any APIs won't be called once disconnect is called, but PepperWebSocketHost didn't keep the contract. Note that PepperWebSocketHost can receive SEND* / CLOSE messages even if it sends a CLOSED message to the ppapi process, because these IPCs are asynchronous. BUG=407885 R=ricea@chromium.org Review URL: https://codereview.chromium.org/510663002 Cr-Commit-Position: refs/heads/master@{#292167}
-
machenbach authored
TBR=vogelheim@chromium.org Review URL: https://codereview.chromium.org/510653003 Cr-Commit-Position: refs/heads/master@{#292166}
-
igsolla authored
exitFullScreen() might be call without a prior call to enterFullScreen() if a "misbehave" app overrides onShowCustomView but does not add the custom view to the window. This fixes a crash by returning early from exitFullScreen in that case. BUG=408133 Review URL: https://codereview.chromium.org/501093007 Cr-Commit-Position: refs/heads/master@{#292165}
-
Steven Bennetts authored
BUG=none R=xiyuan@chromium.org Review URL: https://codereview.chromium.org/506313003 Cr-Commit-Position: refs/heads/master@{#292164}
-
skare authored
BUG=407860 NOTRY=True Review URL: https://codereview.chromium.org/480563003 Cr-Commit-Position: refs/heads/master@{#292163}
-
Robert Sesek authored
In the near future, Crashpad (the new Mac crash reporter) will be integrated, and it should be integrated/exposed transparently to the users of this component. BUG=406410 R=blundell@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/485893007 Cr-Commit-Position: refs/heads/master@{#292162}
-
mcasas authored
BUG=408089 Review URL: https://codereview.chromium.org/511863002 Cr-Commit-Position: refs/heads/master@{#292161}
-
marja authored
It's trying to use a member variable which doesn't exist, and thus throwing an exception every time it's used. The brokenness was introduced by r290923 ( https://codereview.chromium.org/404803003/ ). BUG= Review URL: https://codereview.chromium.org/508923002 Cr-Commit-Position: refs/heads/master@{#292160}
-
jiangj authored
Missing GL_TEXTURE_RECTANGLE_ARB definition if gl.h or glext.h is not included. Review URL: https://codereview.chromium.org/511793002 Cr-Commit-Position: refs/heads/master@{#292159}
-
rdevlin.cronin authored
It looks like a SetBorder(NULL) crept into https://codereview.chromium.org/324393002, and the result is that the chevron hover effect (i.e., draw a border) is overridden. Remove the call to SetBorder(). BUG=407518 Review URL: https://codereview.chromium.org/492373004 Cr-Commit-Position: refs/heads/master@{#292158}
-
mtklein authored
This is our first attempt, mostly to feel this out. Performance and correctness problems are both possible. Please revert this if a benchmark even smells funny. That said, we've been working on this a while, are pretty confident it's good stuff, and have had Skia's internal testing entirely switched over for a week. Parts of Chromium that serialize and deserialize SkPictures are already switched over. This CL finishes things off by switching the default recorded-from-scratch SkPicture to use SkRecord too. BUG= Review URL: https://codereview.chromium.org/504823003 Cr-Commit-Position: refs/heads/master@{#292157}
-
nasko authored
This CL adds support for collecting tracing data during the execution of browser tests. It is currently not possible to do so, yet it is very useful to be able to collect this data and analyze it without having to step through with debugger. BUG= Review URL: https://codereview.chromium.org/506113002 Cr-Commit-Position: refs/heads/master@{#292156}
-