- 17 Oct, 2014 40 commits
-
-
pneubeck authored
During a refactoring (https://codereview.chromium.org/402403004/) by mistake a dependency of chromeos_unittests on test_support_content was added. This increased the number of files to compile from ~2200 to ~11000. BUG=NONE Review URL: https://codereview.chromium.org/600753002 Cr-Commit-Position: refs/heads/master@{#300113}
-
nasko authored
This is an another attempt at landing https://codereview.chromium.org/536143002. When a frame is navigating cross-process, its existing document will be completely destroyed and all child frames will be gone. This means that we don't need to create proxy objects for the new SiteInstance in the subtree of the navigating frame. BUG=357747, 417030 Review URL: https://codereview.chromium.org/600483003 Cr-Commit-Position: refs/heads/master@{#300112}
-
mtklein authored
SkRecord backs SkPictureRecorder::beginRecording() (the normal path) now. BUG= Review URL: https://codereview.chromium.org/664583002 Cr-Commit-Position: refs/heads/master@{#300111}
-
igsolla authored
It is very common to go fullscreen on a div containing a video element with custom html controls, so we test that scenario. We also rename AwContentsClientFullScreenVideoTest to AwContentsClientFullScreenTest as this class is now testing the fullscreen API for all types of elements. This change depends on: https://codereview.chromium.org/618013003/ BUG=398485 Review URL: https://codereview.chromium.org/639923003 Cr-Commit-Position: refs/heads/master@{#300110}
-
vadimt authored
Mechanical change that adds instrumentation required to locate the source of jankiness (i.e. a long-running fragment of code executed as a part of the task that causes jank) in the code. See the bug for details on what kind of jank we are after. A number of similar CLs were landed, and none of them caused issues. The code of the instrumentation is highly optimized and is not expected to affect performance. The code simply creates a diagnostic task which is identical to ones created by PostTask or IPC message handlers. Landing as TBR since this is a mechanical, safe and temporary change. BUG=422489 TBR=gavinp@chromium.org, yoz@chromium.org, danakj@chromium.org, michaeln@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/653863003 Cr-Commit-Position: refs/heads/master@{#300109}
-
chrome://media-internalsburnik authored
video capture devices and supported formats. Each change to the list of devices (e.g. plug/unplug) automatically refreshes that part of the page. Also allows copying the data in JSON format via window prompt. BUG=344882 Review URL: https://codereview.chromium.org/643343004 Cr-Commit-Position: refs/heads/master@{#300108}
-
earthdok authored
BUG=403007 TBR=yurys@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/660303002 Cr-Commit-Position: refs/heads/master@{#300107}
-
anandc authored
BUG=424376 Review URL: https://codereview.chromium.org/662713002 Cr-Commit-Position: refs/heads/master@{#300106}
-
sebmarchand authored
BUG=330260 Review URL: https://codereview.chromium.org/660753003 Cr-Commit-Position: refs/heads/master@{#300105}
-
johnme authored
This will make it easier to log these statuses to UMA. BUG=401438 Review URL: https://codereview.chromium.org/658783002 Cr-Commit-Position: refs/heads/master@{#300104}
-
earthdok authored
BUG=424575 TBR=morrita@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/650773004 Cr-Commit-Position: refs/heads/master@{#300103}
-
vkuzkokov authored
BUG=405566 Review URL: https://codereview.chromium.org/645033005 Cr-Commit-Position: refs/heads/master@{#300102}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/5bb9700..6fedd3a CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=rmistry@google.com Review URL: https://codereview.chromium.org/666463002 Cr-Commit-Position: refs/heads/master@{#300101}
-
vkuzkokov authored
BUG=387067 Review URL: https://codereview.chromium.org/612913002 Cr-Commit-Position: refs/heads/master@{#300100}
-
ygorshenin authored
BUG=405876 TEST=existing unit_tests and browser_tests Review URL: https://codereview.chromium.org/647043004 Cr-Commit-Position: refs/heads/master@{#300099}
-
Gordana.Cmiljanovic authored
(libyuv r1125) BUG=400684 Review URL: https://codereview.chromium.org/643123002 Cr-Commit-Position: refs/heads/master@{#300098}
-
peter authored
This starts splitting off layout-test specific bits from the ShellContentBrowserClient in a separate class. More patches will follow for moving the other features. BUG=420994 Review URL: https://codereview.chromium.org/639293005 Cr-Commit-Position: refs/heads/master@{#300097}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/660223003 Cr-Commit-Position: refs/heads/master@{#300096}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#300095}
-
xunjieli authored
BUG=411377 Review URL: https://codereview.chromium.org/624443003 Cr-Commit-Position: refs/heads/master@{#300094}
-
merkulova authored
BUG=394771,396628 Review URL: https://codereview.chromium.org/659063002 Cr-Commit-Position: refs/heads/master@{#300093}
-
torne authored
This reverts commit 96256bfe, returning the webview build to using Chrome's copy of ICU. BUG=409851 NOTRY=true Review URL: https://codereview.chromium.org/661983002 Cr-Commit-Position: refs/heads/master@{#300092}
-
serya authored
Basic functionality for android's server and tests. Isolated from GCD code. New button in the debugging activity causes equivalent result with previous one (tunnels a real DevTools socket to a fake one) but uses android service for that (2 ways of tasting may help in bug triaging). It lets test service life cycle and UI (foreground notification). BUG=383418 TEST=DevToolsBridgeServerTest, new button in debugging activity for manual testing Review URL: https://codereview.chromium.org/540383002 Cr-Commit-Position: refs/heads/master@{#300091}
-
merkulova authored
BUG=355073 Review URL: https://codereview.chromium.org/653393002 Cr-Commit-Position: refs/heads/master@{#300090}
-
https://codereview.chromium.org/658593002/jochen authored
Reason for revert: regresses BSS size (doubles it). also, no try for a roll?? Original issue's description: > Roll WebRTC 7390:7447. > > NOTRY=true > BUG=N/A > > Committed: https://crrev.com/45b1f8d30351657be732e73cf1975f4a8a06fae6 > Cr-Commit-Position: refs/heads/master@{#299695} TBR=mikhal@chromium.org,hellner@chromium.org NOTREECHECKS=true NOTRY=true BUG=N/A Review URL: https://codereview.chromium.org/641203005 Cr-Commit-Position: refs/heads/master@{#300089}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/6693a48..2e49896 TBR=dstockwell@chromium.org,aboxhall@chromium.org Review URL: https://codereview.chromium.org/661043002 Cr-Commit-Position: refs/heads/master@{#300088}
-
ricea authored
Up until now, HttpResponseHeaders::IsKeepAlive() only looked at the first value of the Connection header. Since for a WebSocket response a header like Connection: Upgrade, close is valid we should check other values past the first value. BUG=371759 TEST=net_unittests Review URL: https://codereview.chromium.org/640213002 Cr-Commit-Position: refs/heads/master@{#300087}
-
jbudorick authored
BUG=423025 Review URL: https://codereview.chromium.org/656803002 Cr-Commit-Position: refs/heads/master@{#300086}
-
mostynb authored
BUG=417463 Review URL: https://codereview.chromium.org/652103003 Cr-Commit-Position: refs/heads/master@{#300085}
-
picksi authored
To help guide development and track performance improvements in specific areas this new metric will compile the top-10 slowest tasks across all the pages in a page-set. Part of the scheduling effort is to move long-running tasks into 'idle' periods or refactor them to make them more nibble-able. Knowing which tasks we need to concentrate on is the first step in this. It is hoped that this code will also be built-on to create a metric to find out which long-running tasks most frequently block high priority tasks (e.g. Does GC often block user input being processed?) so we can move them out of the way. BUG=421434 Review URL: https://codereview.chromium.org/636203002 Cr-Commit-Position: refs/heads/master@{#300084}
-
vogelheim authored
This writes CSV, with each line containing one value + metadata. Essentially, this is a de-normalized output of the test results which makes it easier to use for some kinds of analysis, and particularly with "pivot tables" in common spreadsheet programs. Use with: --output-format=csv-pivot-table BUG= Review URL: https://codereview.chromium.org/631213003 Cr-Commit-Position: refs/heads/master@{#300083}
-
jochen authored
The name is misleading, as e.g. a request for a top-level resource in a new window won't have the flag set, even if it was triggered by a user gesture The flag is exposed via the webvia API, so we can't just rip it out. BUG=420649 R=mkosiba@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/650043002 Cr-Commit-Position: refs/heads/master@{#300082}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d1c56f0..6693a48 TBR=dstockwell@chromium.org,aboxhall@chromium.org Review URL: https://codereview.chromium.org/660133006 Cr-Commit-Position: refs/heads/master@{#300081}
-
yyanagisawa authored
Install libstdc++:amd64 to be used by 64bit goma inside 32bit env. BUG=https://code.google.com/p/chromium/issues/detail?id=409482 Review URL: https://codereview.chromium.org/647193004 Cr-Commit-Position: refs/heads/master@{#300080}
-
horo authored
LayoutTest is here: https://codereview.chromium.org/663723002 BUG=424464 TEST=http/tests/serviceworker/registration.html Review URL: https://codereview.chromium.org/660973002 Cr-Commit-Position: refs/heads/master@{#300079}
-
mcasas authored
Saw failing media_unittests. Introduced by me in https://codereview.chromium.org/649023002/ (surprised it landed in the first place :/ ) BUG= Review URL: https://codereview.chromium.org/660003002 Cr-Commit-Position: refs/heads/master@{#300078}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4a32005..d1c56f0 TBR=cbiesinger@chromium.org,dstockwell@chromium.org Review URL: https://codereview.chromium.org/658253003 Cr-Commit-Position: refs/heads/master@{#300077}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#300076}
-
hidehiko authored
This CL is to build base/ for nacl_helper_nonsfi. The library is similar to base_nacl, but slightly different: - For rand_util, rand_util_posix should be used, instead of rand_util_nacl, because nacl_helper_nonsfi will be running under Linux directly. - MessageLoopForIO should be based on MessagePumpLibevent rather than MessagePumpDefault, to support IPC. - GetKnownDeadTerminationStatus, GetTerminationStatus, UnixDomainSocket::SendMsg and RecvMsg are included, as these are used to implement nacl_helper_nonsfi binary. - GLIB is not supported. It is unnecessary for nacl_helper_nonsfi. Note that this library is not used yet from any binary, because this CL is just a preparation, but the library is built actually. BUG=358465 TEST=Ran trybot. Implement nacl_helper_nonsfi on top of this CL, and made sure it is working. Review URL: https://codereview.chromium.org/659513004 Cr-Commit-Position: refs/heads/master@{#300075}
-
reveman authored
BUG= TBR=piman@chromium.org Review URL: https://codereview.chromium.org/660993002 Cr-Commit-Position: refs/heads/master@{#300074}
-