- 19 Nov, 2015 40 commits
-
-
erikchen authored
There are two implementations of SharedMemory on OSX: Mach and POSIX. Some consumers of SharedMemory currently require the POSIX implementation. The default is going to become Mach. This CL updates some consumers of SharedMemory to force the construction of a POSIX fd-backed SharedMemory region. BUG=466437 Review URL: https://codereview.chromium.org/1420503010 Cr-Commit-Position: refs/heads/master@{#360502}
-
sky authored
This is basically a fork of various portions of ash frame code. I left parts we have no support for yet out, but kept some things that we'll need to support eventually. BUG=548426 TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1459653002 Cr-Commit-Position: refs/heads/master@{#360501}
-
brianderson authored
This patch: 1) Adds a critical_begin_main_frame_to_activate_is_fast flag. 2) Separates impl_latency_takes_priority_ into tree_priority_ and a scroll_handler_state_. 3) Replaces impl_latency_takes_priority with ImplLatencyTakesPriority(), which is now a function of the above and is now true when the main thread is too slow. There is also a small change to the latency recovery logic that estimates the main thread response time depending on whether the the BeginMainFrame is critical or not. BUG=469953 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1425973003 Cr-Commit-Position: refs/heads/master@{#360500}
-
estade authored
BUG=501377 Review URL: https://codereview.chromium.org/1452923002 Cr-Commit-Position: refs/heads/master@{#360499}
-
wwigham authored
Migrated from https://codereview.chromium.org/1360943002/ This work was split from https://codereview.chromium.org/1264133002/ BUG=484261 Review URL: https://codereview.chromium.org/1418293002 Cr-Commit-Position: refs/heads/master@{#360498}
-
lgarron authored
BUG= TBR=agl@chromium.org Review URL: https://codereview.chromium.org/1455263004 Cr-Commit-Position: refs/heads/master@{#360497}
-
chrishtr authored
Review URL: https://codereview.chromium.org/1447273003 Cr-Commit-Position: refs/heads/master@{#360496}
-
ianwen authored
Undo is a per-activity setting, not a per-device setting. Therefore it is not appropriate to let DeviceClassManager singleton to handle whether undo is allowed. Also it turns out that as long as TabModelImpl is only used in ChromeTabbedActivity, undo is always going to to be enabled, so there is no point that ENABLE_HIGH_END_UI_UNDO should exist. BUG=555500 Review URL: https://codereview.chromium.org/1460573002 Cr-Commit-Position: refs/heads/master@{#360495}
-
lushnikov authored
Whitelist selectable elements to avoid excessive text "selectability". BUG=554454 R=pfeldman, dgozman Review URL: https://codereview.chromium.org/1433903002 Cr-Commit-Position: refs/heads/master@{#360494}
-
xidachen authored
instead of PassRefPtr<Image> Also, move the implementation of "imageForCurrentFrame()" to .cpp file. Review URL: https://codereview.chromium.org/1460653003 Cr-Commit-Position: refs/heads/master@{#360493}
-
dgozman authored
BUG=555939 Review URL: https://codereview.chromium.org/1448903004 Cr-Commit-Position: refs/heads/master@{#360492}
-
sergeyu authored
This is an initial portion of the new WebRTC-based protocol. The new Transport implementation can establish connection but doesn't send any data yet. BUG=547158 Review URL: https://codereview.chromium.org/1427003009 Cr-Commit-Position: refs/heads/master@{#360491}
-
tbansal authored
ExternalDataUseObserver receives package names and labels from the matching rules, and provides an API to get the matching label for a given package name. BUG=557832 Review URL: https://codereview.chromium.org/1447363006 Cr-Commit-Position: refs/heads/master@{#360490}
-
lgarron authored
BUG=534681 Review URL: https://codereview.chromium.org/1358063002 Cr-Commit-Position: refs/heads/master@{#360489}
-
alph authored
Review URL: https://codereview.chromium.org/1455243003 Cr-Commit-Position: refs/heads/master@{#360488}
-
alancutter authored
This change ensures we clamp animated numbers to the range representable by ComputedStyle objects instead of overflowing. BUG=557102 Review URL: https://codereview.chromium.org/1457623003 Cr-Commit-Position: refs/heads/master@{#360487}
-
chrishtr authored
This is a feature used by Android WebView to paint the entire webview in legacy scenarios. BUG=552545 Review URL: https://codereview.chromium.org/1457133002 Cr-Commit-Position: refs/heads/master@{#360486}
-
yunchao.he authored
fixed the bugs of getSyncParameter in gl-object-get-calls.html. BUG=527249 TEST=conformance2/state/gl-object-get-calls.html, gpu_unittests Review URL: https://codereview.chromium.org/1439913005 Cr-Commit-Position: refs/heads/master@{#360485}
-
nasko authored
BUG=542921 Review URL: https://codereview.chromium.org/1453193004 Cr-Commit-Position: refs/heads/master@{#360484}
-
wittman authored
BUG=464929 Review URL: https://codereview.chromium.org/1461843002 Cr-Commit-Position: refs/heads/master@{#360483}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/4ca2e6034365..5aaef1ff1a18 $ git log 4ca2e6034..5aaef1ff1 --date=short --no-merges --format='%ad %ae %s' 2015-11-18 bsalomon simplify insertion methods for SkTLList 2015-11-18 fmalita Fix NVPR assert for equivalent ovals 2015-11-18 mtklein Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chromium.org/1455163004/ ) 2015-11-18 benjaminwagner In BUILD.public, remove compile-time dependency on GL. 2015-11-18 jvanverth Add small paths GM 2015-11-18 joshualitt Make has GrBatchAtlas::ID() inlineable 2015-11-18 joshualitt Initial implementation of GPU no filter NinePatch 2015-11-18 benjaminwagner Remove Lua from the Google3 build. 2015-11-18 benjaminwagner Fix GOOGLE3 Android build. 2015-11-18 djsollen Update debugger UI to auto-refresh the directory listing 2015-11-18 robertphillips [debugger] Add visualization of center rect for drawBitmapNine calls 2015-11-18 bsalomon Fix has_aligned_samples helper for SkGpuDevice::drawTextureProducer 2015-11-18 msarett Fix BMP RLE bug 2015-11-18 jcgregorio Add an example of embedding a Skia Perf graph to the site docs. 2015-11-18 mtklein restore dump_record 2015-11-18 bsalomon Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer 2015-11-18 herb Convert drawText to using the find and place code. BUG=skia: 2015-11-18 herb Fix buffer overrun, bit overrun and add a test. 2015-11-18 mtklein Fix UB in SkDivBits 2015-11-18 mtklein Clean up dead code: PictureRenderer CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=stephana@google.com Review URL: https://codereview.chromium.org/1458873003 Cr-Commit-Position: refs/heads/master@{#360482}
-
jschuh authored
This will eliminate TSAN warnings on some benign races, and help ensure that they remain benign. BUG=556469 Review URL: https://codereview.chromium.org/1461743002 Cr-Commit-Position: refs/heads/master@{#360481}
-
tzik authored
Review URL: https://codereview.chromium.org/1457153002 Cr-Commit-Position: refs/heads/master@{#360480}
-
chrome://tcmalloc/dbeam authored
R=isherman@chromium.org BUG=none Review URL: https://codereview.chromium.org/1460643002 Cr-Commit-Position: refs/heads/master@{#360479}
-
stevenjb authored
This CL introduces a base Prototype and some simple tests for the main page to ensure that the correct sections are present. We should add additional tests for each section as we make any changes to them (and for any new sections of course). BUG=425627 Review URL: https://codereview.chromium.org/1457543004 Cr-Commit-Position: refs/heads/master@{#360478}
-
rdevlin.cronin authored
Items are sorted (unpacked first, then alphabetical by name, then alphabetical by id). Move this sorting to the manager, since there are now sections (so sorting them in the service doesn't make sense). BUG=529395 Review URL: https://codereview.chromium.org/1447183005 Cr-Commit-Position: refs/heads/master@{#360477}
-
thestig authored
https://pdfium.googlesource.com/pdfium.git/+log/3f14891..76b0104 BUG=556808 TBR=ochang@chromium.org Review URL: https://codereview.chromium.org/1454103003 Cr-Commit-Position: refs/heads/master@{#360476}
-
sgurun authored
We call to printmanager the failure if webview is destroyed and a print job is in progress. However it is possible that binder is already finalized. In this case simply swallow the exception. BUG= Review URL: https://codereview.chromium.org/1456203002 Cr-Commit-Position: refs/heads/master@{#360475}
-
fqj authored
BUG=208378 Review URL: https://codereview.chromium.org/1461823002 Cr-Commit-Position: refs/heads/master@{#360474}
-
mukai authored
Crashes are reported, but single CHECK_NE isn't helpful because the variable actually comes from either of two -- script_item_break and style. Things will become clearer by adding a CHECK for script_item_break. BUG=403892 R=oshima@chromium.org, msw@chromium.org Review URL: https://codereview.chromium.org/1456183002 Cr-Commit-Position: refs/heads/master@{#360473}
-
afakhry authored
When the #touch-events flag is set to Automatic, we ought to check whether there's actually a touch device present. BUG=555390,555746,556390 Review URL: https://codereview.chromium.org/1453813003 Cr-Commit-Position: refs/heads/master@{#360472}
-
sky authored
R=ben@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/1456233002 Cr-Commit-Position: refs/heads/master@{#360471}
-
dtseng authored
TEST=turn on VoiceOver on a Mac and run ChromeVox (in Next mode); verify navigation across pages and from node to node works properly. BUG=557452 Review URL: https://codereview.chromium.org/1455813003 Cr-Commit-Position: refs/heads/master@{#360470}
-
lionel.g.landwerlin authored
BUG=461222 Review URL: https://codereview.chromium.org/1348563003 Cr-Commit-Position: refs/heads/master@{#360469}
-
lhchavez authored
The condition of one of the DCHECKs to check that the code is running on the correct thread was wrong. BUG=554214 Review URL: https://codereview.chromium.org/1452013006 Cr-Commit-Position: refs/heads/master@{#360468}
-
pilgrim authored
There are just a few calls and one comparison. No functional changes. This CL is not dependent on any other pending CLs. BUG=499321 Review URL: https://codereview.chromium.org/1441443003 Cr-Commit-Position: refs/heads/master@{#360467}
-
davidben authored
BoringSSL may currently only be initialized by one piece of code, so full initialization must happen in Chromium code, rather than WebRTC. Historically, this was because the locking callbacks needed to be configured. This is gone, but EnsureOpenSSLInit still configures NEON support on Android and detects a CPU with known broken NEON support. Until that's moved to inside the library (https://crbug.com/542879), Chromium must initialize some of the stack ourselves. BUG=556462 Review URL: https://codereview.chromium.org/1462443003 Cr-Commit-Position: refs/heads/master@{#360466}
-
rune authored
Gets rid of SubtreeStyleChange which relies on sibling tree recalcs. R=tkent@chromium.org,ericwilligers@chromium.org BUG=557440 Review URL: https://codereview.chromium.org/1459553002 Cr-Commit-Position: refs/heads/master@{#360465}
-
rjkroege authored
This patch forces mus+ash Chrome to software composite the ui and content region into a single bitmap that is uploaded to the mus window server. The approach here is similar to how Chrome paints to X11 when hardware acceleration is not available. BUG=554699 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/e482a6010424204e7c8e313c5922acc38506be5c Cr-Commit-Position: refs/heads/master@{#360289} Review URL: https://codereview.chromium.org/1438903002 Cr-Commit-Position: refs/heads/master@{#360464}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fa52ce51..8fb1fca2 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/1457893002 Cr-Commit-Position: refs/heads/master@{#360463}
-