- 30 Oct, 2015 40 commits
-
-
michaelbai authored
So, The license file doesn't need to be generated for each apk. The file could reused by downstream apk. BUG=546219 Review URL: https://codereview.chromium.org/1412633004 Cr-Commit-Position: refs/heads/master@{#357185}
-
twellington authored
Remove two unneeded lines from JNIArray's JavaArrayOfIntArrayToIntVector. BUG=529915 Review URL: https://codereview.chromium.org/1424363003 Cr-Commit-Position: refs/heads/master@{#357184}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/f93982a..498d7ac CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=djsollen@google.com Commits in this roll: 498d7ac robertphillips@google.com Dependencies are now added between the drawTargets in GrPipeline Review URL: https://codereview.chromium.org/1411723008 Cr-Commit-Position: refs/heads/master@{#357183}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e35721ee..bb3107ca 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/ This only works with a Google account. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1407093005 Cr-Commit-Position: refs/heads/master@{#357182}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/f7dafa91 BUG=524432 TBR=shanmuga.m@samsung.com Review URL: https://codereview.chromium.org/1427003007 . Cr-Commit-Position: refs/heads/master@{#357181}
-
avayvod authored
Landing this for Mounir due to the merge conflicts. * Properly set requestId to be used to track sequenceNumber. * Properly re-route names that are different outside and inside MEDIA namespace. BUG=549134,548822 TBR=mlamouri@chromium.org patch from issue 1420973009 at patchset 20001 (http://crrev.com/1420973009#ps20001) Review URL: https://codereview.chromium.org/1429833002 Cr-Commit-Position: refs/heads/master@{#357180}
-
sky authored
R=ben@chromium.org BUG=none Review URL: https://codereview.chromium.org/1410193009 Cr-Commit-Position: refs/heads/master@{#357179}
-
nick authored
- Fix possible O(n^4) worst case behavior (processes x widgets x frames x siteinstances) for stats gathering. - Show subframe-only processes in about:memory, which also causes them to be reported in SiteIsolation.CurrentRendererProcessCount. - Because SiteIsolation.CurrentRendererProcessCount is fixed, we need a new family of metrics, SiteIsolation.IsolateNothing*, which simulates the process-per-siteinstance process model. In tests, IsolateNothing is expected to have the value that CurrentRenderProcessCount used to. - Implement a more correct treatment of site isolation stats, which looks at parent/child transitions and handles ProcessPerSite properly. This is required for IsolateNothing to work correctly. Since options for walking the frame tree outside of content are pretty limited, this uses WebContents::ForEachFrame and (!) memoization. - Eliminate WebContents::GetSitesInTab; move its about:blank logic into the new frametree walking code in SiteDetails, which was the only caller. BUG=454526,542909 TEST=browser_tests Review URL: https://codereview.chromium.org/1406133002 Cr-Commit-Position: refs/heads/master@{#357178}
-
pmonette authored
BUG= Review URL: https://codereview.chromium.org/1428833002 Cr-Commit-Position: refs/heads/master@{#357177}
-
dglazkov authored
There was a potential for a subtle race built into these tests: if the timing of determining the language shifted, the observer may end up waiting forever. This is what's happening in https://codereview.chromium.org/1398823004, and the race becomes visible. Instead, let's reogranize observation of chrome::NOTIFICATION_TAB_LANGUAGE_DETERMINED to be managed at the test harness level and ensure that observation begins outside of the message loop pump. Also, let's move a very similar test from browser_browsertest and convert it to use the same machinery. Finally, refactor that test to remove another subtle race: it actually opens two tabs and receives two notifications, but that is only vaguely implied by the test logic. R=jam,jochen,toyoshim@chromium.org BUG=521166 Review URL: https://codereview.chromium.org/1420093004 Cr-Commit-Position: refs/heads/master@{#357176}
-
gab authored
This more or less reverts commit 735b8fd7. BUG=549161 Review URL: https://codereview.chromium.org/1422773003 Cr-Commit-Position: refs/heads/master@{#357175}
-
drott authored
BUG=528839 R=behdad,eae Review URL: https://codereview.chromium.org/1422503010 Cr-Commit-Position: refs/heads/master@{#357174}
-
dpapad authored
BUG=546840 Review URL: https://codereview.chromium.org/1418073008 Cr-Commit-Position: refs/heads/master@{#357173}
-
danakj authored
This changes the method to only do the unscaling. Callers use a ScopedCanvas instead. Then they don't need to call Restore() themselves. R=pkasting, sky Review URL: https://codereview.chromium.org/1425163002 Cr-Commit-Position: refs/heads/master@{#357172}
-
csharrison authored
give them the smaller upload progress job for now. BUG=548819 Review URL: https://codereview.chromium.org/1416003008 Cr-Commit-Position: refs/heads/master@{#357171}
-
pilgrim authored
This CL converts references to LayoutSVGInlineText* objects and some general LayoutObject* to the equivalent objects in the new line layout API (LineLayoutSVGInlineText and LineLayoutItem). No functional changes. BUG=499321 Review URL: https://codereview.chromium.org/1411123014 Cr-Commit-Position: refs/heads/master@{#357170}
-
avayvod authored
See the screenshot of all the notifications types I'm trying to align here: https://drive.google.com/a/google.com/file/d/0B44CKnXso82GQUstazR0b3ZxZVZHbkRXczdVX19Udlgtbnlv/view?usp=sharing Align the one and two button case with the existing video flinging notification (see remote_notification_bar.xml). Reduce the gap between the two buttons. BUG=541629 TBR=mlamouri@chromium.org Review URL: https://codereview.chromium.org/1427023003 Cr-Commit-Position: refs/heads/master@{#357169}
-
jialiul authored
We are pretty sure problem was fixed by https://codereview.chromium.org/1414603003/ BUG=542521 Review URL: https://codereview.chromium.org/1407203003 Cr-Commit-Position: refs/heads/master@{#357168}
-
chasej authored
BUG=482083 Review URL: https://codereview.chromium.org/1423313006 Cr-Commit-Position: refs/heads/master@{#357167}
-
mahmadi authored
R=jwd@chromium.org BUG=471815 Review URL: https://codereview.chromium.org/1411153006 Cr-Commit-Position: refs/heads/master@{#357166}
-
tommycli authored
This patch copies the SyncSetupHandler used in Options to the MD-Settings directory as well. It's basically a straight-copy with the options-specific code removed. BUG=537405 Review URL: https://codereview.chromium.org/1421893005 Cr-Commit-Position: refs/heads/master@{#357165}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/fc23940c BUG=549594 TBR=bungeman@chromium.org Review URL: https://codereview.chromium.org/1411463006 . Cr-Commit-Position: refs/heads/master@{#357164}
-
marpan authored
https://chromium.googlesource.com/webm/libvpx.git/+log/dc9d36c0a6c7..9645cd4826de $ git log dc9d36c0a..9645cd482 --date=short --no-merges --format='%ad %ae %s' 2015-10-28 aconverse Revert "Replace the zero handling in extend_to_full_distribution." 2015-10-26 hkuang Add more resize test videos that with larger resolution change intervals. 2015-10-22 hkuang Add several new test vectors with small resolution. 2015-10-27 marpan Update to vp9-denoising. 2015-10-27 johannkoenig Only set sysroot when alt_libc finds a directory 2015-10-27 marpan VP9-SVC: Allow frame dropping due to overshoot for spatial layers. 2015-10-26 marpan Adjustments to vp9-denoising. 2015-10-27 yaowu Reorder code to be consistent accross branches 2015-10-26 aconverse Fix VS build. 2015-10-26 johannkoenig Skip AS detection when using --enable-external-build 2015-10-08 aconverse Replace the zero handling in extend_to_full_distribution. R=tomfinegan@chromium.org BUG= Review URL: https://codereview.chromium.org/1424373002 Cr-Commit-Position: refs/heads/master@{#357163}
-
svaldez authored
Implementing default handlers from SpawnedTestServer to allow us to migrate more tests to EmbeddedTestServer. BUG=492672 R=bnc@chromium.org,mmenke@chromium.org Review URL: https://codereview.chromium.org/1406313002 Cr-Commit-Position: refs/heads/master@{#357162}
-
aurimas authored
BUG=482207 Review URL: https://codereview.chromium.org/1405993005 Cr-Commit-Position: refs/heads/master@{#357161}
-
oysteine authored
R=simonhatch BUG=548756 Review URL: https://codereview.chromium.org/1408243009 Cr-Commit-Position: refs/heads/master@{#357160}
-
jzern authored
bug fixes only. from NEWS: - 10/15/15: version 0.4.4 This is a binary compatible release. * rescaling out-of-bounds read fix (issue #254) * various build fixes and improvements (issues #253, #259, #262, #267, #268) * container documentation update * gif2webp transparency fix (issue #245) Review URL: https://codereview.chromium.org/1422493004 Cr-Commit-Position: refs/heads/master@{#357159}
-
treib authored
BUG=381251 Review URL: https://codereview.chromium.org/1411773002 Cr-Commit-Position: refs/heads/master@{#357158}
-
stuartmorgan authored
When guessing the tranistion type for a URL change: - When possible, use specific information from the last main frame load request. - Fall back to guessing based on whether there has been a touch since the last URL change, rather than the last document change. This prevents changes that happen after, e.g., a replaceState from being assumed to be user-initiated. BUG=548636 TEST=On an iPhone with WKWebView enabled, follow a link on yahoo.com, then go back via the browser back button. It should return to the main page. Review URL: https://codereview.chromium.org/1409033004 Cr-Commit-Position: refs/heads/master@{#357157}
-
qiangchen authored
For the frames using GPU memory buffer, the REFERENCE_TIME is lost, and then WebMediaPlayerMS will not be able to apply rendering algorithm to enhance the rendering smoothness. In this CL, we make those frames to carry over the REFERENCE_TIME from original frame. BUG=545165 Review URL: https://codereview.chromium.org/1418923006 Cr-Commit-Position: refs/heads/master@{#357156}
-
ssid authored
The actual physical memory usage of tcmalloc cannot be obtained by GetNumericProperty. This accounts for the current_allocated_bytes, fragmentation and malloc metadata, and excludes the unmapped memory regions. This helps the user to understand how much memory is actually being used for the allocations that were made. This change is done only in chromium tree since the metadata_unmapped_bytes is added only in the chromium's tcmalloc in CL: www.crrev.com/10499004. This is to be used by malloc dump provider for tracing. BUG=546491 Review URL: https://codereview.chromium.org/1410353005 Cr-Commit-Position: refs/heads/master@{#357155}
-
mcasas authored
Every now and then a bug report would include WebRtc logs with an error string: this is generated in VideoCaptureDevice::Client::OnError() and has no origin information. This CL adds that in a way that clients add the classical FROM_HERE, so that the error log includes the originating file and line. Review URL: https://codereview.chromium.org/1418263006 Cr-Commit-Position: refs/heads/master@{#357154}
-
liberato authored
Cause any change in network state in HTMLMediaElement to repaint the media controls, since they rely on it silently during painting. BUG=545704 Review URL: https://codereview.chromium.org/1417683004 Cr-Commit-Position: refs/heads/master@{#357153}
-
rbyers authored
document.scrollingElement was added in M44, but apparently the ref build is currently older than that. Provide a temporary fallback without loosing the benefit of https://codereview.chromium.org/1428733002. CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect BUG=549644 Review URL: https://codereview.chromium.org/1425723003 Cr-Commit-Position: refs/heads/master@{#357152}
-
fdoray authored
FILE_FLAG_SEQUENTIAL_SCAN is a hint to the system that a file will be read sequentially from beginning to end. It is required to pre-read modules efficiently. BUG=547794 Review URL: https://codereview.chromium.org/1424943006 Cr-Commit-Position: refs/heads/master@{#357151}
-
aelias authored
BUG= Review URL: https://codereview.chromium.org/1427133002 Cr-Commit-Position: refs/heads/master@{#357150}
-
rickyz authored
As far as I can tell, these have unused for at least the last 3 years. Review URL: https://codereview.chromium.org/1430763002 Cr-Commit-Position: refs/heads/master@{#357149}
-
wangxianzhu authored
We used it to pass GraphicsContext from PageOverlay to PageOverlay::Delegete implementors. Pass GraphicsContext directly. Skip cache in InspectorOverlay because view painted for the overlay may conflict with the view's real painting. BUG=536999 R=chrishtr@chromium.org TBR=dpranke@chromium.org (remove an extra include from src/components/test_runner.cc) Review URL: https://codereview.chromium.org/1412593003 Cr-Commit-Position: refs/heads/master@{#357148}
-
dalecurtis authored
Fails consistently on my Linux workstation and also seems to have trouble on a variety of bots that actually have camera hardware, so disable everywhere. The primary cause seems to be that this will flake other tests when run in parallel. BUG=417824 TEST=all media_unittests pass when a camera is attached. Review URL: https://codereview.chromium.org/1428853003 Cr-Commit-Position: refs/heads/master@{#357147}
-
bokan authored
I missed this null check in setScaleAndLocation. There's some edge cases, likely during loading, where we might get here without a frame. Also, until we figure out what to do with VisualViewport for OOPIF we could also have a null mainFrame. BUG=543945 Review URL: https://codereview.chromium.org/1431433005 Cr-Commit-Position: refs/heads/master@{#357146}
-