- 19 Nov, 2015 40 commits
-
-
sigbjornf authored
Oilpan header files are included across most of Blink, so tidy up various downstream code that implicitly assumed WTFString.h's offerings to be in scope. R=haraken BUG= Review URL: https://codereview.chromium.org/1460523004 Cr-Commit-Position: refs/heads/master@{#360525}
-
tzik authored
Review URL: https://codereview.chromium.org/1460883003 Cr-Commit-Position: refs/heads/master@{#360524}
-
halliwell authored
This allows CMA backend implementations to notify us when keys have expired. We will need a corresponding internal CL to handle this event in the CDM and send keystatuseschange event upward to JS. BUG=internal b/22702612 Review URL: https://codereview.chromium.org/1407253007 Cr-Commit-Position: refs/heads/master@{#360523}
-
ben authored
Revert of Define MOJO_SHELL_CLIENT uniformly across content (patchset #3 id:40001 of https://codereview.chromium.org/1462753002/ ) Reason for revert: Not needed. Original issue's description: > Define MOJO_SHELL_CLIENT uniformly across content > > Separated out of https://codereview.chromium.org/1452823003/ > > TBR=jam@chromium.org > http://crbug.com/551253 > > Committed: https://crrev.com/5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee > Cr-Commit-Position: refs/heads/master@{#360514} TBR=jam@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1455423002 Cr-Commit-Position: refs/heads/master@{#360522}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/5aaef1ff1a18..1ac3f40b4350 $ git log 5aaef1ff1..1ac3f40b4 --date=short --no-merges --format='%ad %ae %s' 2015-11-18 stephana Revert of Fix NVPR assert for equivalent ovals (patchset #1 id:1 of https://codereview.chromium.org/1457073002/ ) CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=stephana@google.com Review URL: https://codereview.chromium.org/1460693003 Cr-Commit-Position: refs/heads/master@{#360521}
-
maruel authored
https://chromium.googlesource.com/external/swarming.client.git/+log/8fce79620b04..05e17879accc $ git log 8fce79620..05e17879a --date=short --no-merges --format='%ad %ae %s' 2015-11-18 maruel Improve tools/count.py to add sum per year and total. 2015-11-18 maruel Add Endpoints API to count tasks. 2015-11-17 maruel Fix typo in previous commit. 2015-11-16 maruel Report an error when triggering fails. 2015-11-11 maruel Add support to unset an environment variable. 2015-10-23 maruel Add support for extra arguments to swarming.py reproduce. R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/1456293002 Cr-Commit-Position: refs/heads/master@{#360520}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#360519}
-
aizatsky authored
BUG= Review URL: https://codereview.chromium.org/1462653002 Cr-Commit-Position: refs/heads/master@{#360518}
-
dpranke authored
R=sky@chromium.org BUG=552146 Review URL: https://codereview.chromium.org/1453423002 Cr-Commit-Position: refs/heads/master@{#360517}
-
jaydasika authored
layer_tree_impl.cc and layer_tree_host_impl.cc make calls to LayerImpl::screen_space_transform. When we use property trees, only the layers that are in render surface layer list(RSLL) have the correct cached screen space transform. For other layers, we need to calculate it directly from property trees. BUG=557942 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1457803003 Cr-Commit-Position: refs/heads/master@{#360516}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8fb1fca2..f931913e 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/1458603008 Cr-Commit-Position: refs/heads/master@{#360515}
-
ben authored
Separated out of https://codereview.chromium.org/1452823003/ TBR=jam@chromium.org http://crbug.com/551253 Review URL: https://codereview.chromium.org/1462753002 Cr-Commit-Position: refs/heads/master@{#360514}
-
ccameron authored
Track the region that is covered by overlays and ensure that that is included in the damage rect of future frames. This fixes bugs where something that was previously an overlay becomes a non-overlay due to reasons that didn't involve doing damage to the frame in that quad's region (e.g, creating a slightly overlapping overlay quad). Move the removal of overlays from the damage rect to being done in the OverlayProcessor instead of being done in each individual strategy. BUG=551861 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1452943002 Cr-Commit-Position: refs/heads/master@{#360513}
-
dyen authored
This reverts commit 60af6a51. Reverting previous CL because it was causing bot failures. Replaced blink sync points with new sync tokens. Original Issue's description: > BUG=514815 > Committed: https://crrev.com/60af6a5108d5bfb1b1eeb64fb1881097a889d70a > Cr-Commit-Position: refs/heads/master@{#360442} BUG=514815 TBR=piman@chromium.org, haraken@chromium.org, jochen@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1459043003 Cr-Commit-Position: refs/heads/master@{#360512}
-
fukino authored
This is a reland of crrev.com/1451143002, with updating externs file. The diff in externs has already been included in upstream (cl/108204037) New MD player uses system header, so we need to set inner window size rather than outer one. Along with the fix, we moved to innerBounds and outerBounds since resizeTo and moveTo is deprecated. BUG=556394 TEST=manually Review URL: https://codereview.chromium.org/1457993002 Cr-Commit-Position: refs/heads/master@{#360511}
-
dpranke authored
This flips the Linux x64 bot on the chromium waterfall to GN, and cleans up some mistakes in the MB config (the builders should've been setting linux_dump_symbols=0, which is the default, not linux_dump_symbols=1). TBR=phajdan.jr@chromium.org, brettw@chromium.org BUG=530733, 432959 Review URL: https://codereview.chromium.org/1461453002 Cr-Commit-Position: refs/heads/master@{#360510}
-
bruening authored
Revert of [Cronet] Add QUIC experimental params (patchset #7 id:140001 of https://codereview.chromium.org/1448583003/ ) Reason for revert: [MemSheriff] Reverting CL that contains uninitialized reads that show up in multiple tests on MSan and Valgrind MFYI bots, e.g.: http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20MSan%20Tests/builds/11562/steps/browser_tests/logs/ExtensionPreferenceApiTest.DataReductionProxy Original issue's description: > [Cronet] Add QUIC experimental params > > This CL plumbs four QUIC experimental params ( > quic_store_server_configs_in_properties, > quic_delay_tcp_race, > quic_max_number_of_lossy_connections, > quic_packet_loss_threshold) from Cronet's > setExperimentalOptions API to net::HttpNetworkSession. > > This CL also adds a unittests target to run the unittests. > A followup CL will enable the unittests on the cronet bots. > > BUG=545118 > > Committed: https://crrev.com/fde0b72c603cd111c36ca4cc416d82a7395bcf6c > Cr-Commit-Position: refs/heads/master@{#360454} TBR=rtenneti@google.com,rtenneti@chromium.org,mef@chromium.org,xunjieli@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=545118 Review URL: https://codereview.chromium.org/1454333002 Cr-Commit-Position: refs/heads/master@{#360509}
-
chcunningham authored
Fixes null ref crash in matroska_read_seek. Summary of changes available at: https://chromium.googlesource.com/chromium/third_party/ffmpeg/+log/4b95e27..1de28af BUG=484423 TEST=Manual verification of clusterfuzz test case. Review URL: https://codereview.chromium.org/1454283002 Cr-Commit-Position: refs/heads/master@{#360508}
-
davidben authored
https://boringssl.googlesource.com/boringssl/+log/d7421ebf6cae07051caf657016f160585b64f8a6..3ac32b1eda0da7a99d9c2b6c605fe50af80ccd90 In doing so, switch crypto/curve25519.h to use the new BoringSSL curve25510 code to avoid shipping two copies. This includes a small subgroup check, so callers need to be tweaked slightly. BUG=none Review URL: https://codereview.chromium.org/1459783002 Cr-Commit-Position: refs/heads/master@{#360507}
-
weisert authored
BUG=554289 R=justinlin@chromium.org Review URL: https://codereview.chromium.org/1452513002 Cr-Commit-Position: refs/heads/master@{#360506}
-
bruening authored
BUG=558179 TBR=lazyboy@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1459053002 Cr-Commit-Position: refs/heads/master@{#360505}
-
tfarina authored
In order to roll GN 8b4796b5..e8853384 (r359874:r360325) and pick up the following changes: 354261e7 Sort "deps" and "public_deps" when running the "gn format" command. 5b67bfea fix gn bootstrap once again 45e4d295 tools/gn: mark first TestTarget parameter as const TBR=dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_dbg;tryserver.chromium.win:win8_chromium_gn_dbg,win_chromium_gn_x64_rel Review URL: https://codereview.chromium.org/1460633003 Cr-Commit-Position: refs/heads/master@{#360504}
-
fukino authored
This CL includes following patches. crrev.com/1415953006 Fix accessibility issues in AudioPlayer. crrev.com/1413713013 AudioPlayer: Update header design. crrev.com/1416373006 Read Polymer elements' properties directly in closure compilation of Files/AudioPlayer. crrev.com/1431523003 AudioPlayer: Start playing a track when play icon on the track list is clicked. crrev.com/1403303011 AudioPlayer: Update control panel with playback progress bar. crrev.com/1410093005 AudioPlayer: Update color, font, and playlist. crrev.com/1415923008 AudioPlayer: Update buttons on control panel. crrev.com/1417983003 AudioPlayer: Update app icons. BUG=488229 TBR=mtomasz@chromium.org TEST=manually Review URL: https://codereview.chromium.org/1458733003 Cr-Commit-Position: refs/heads/master@{#360503}
-
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}
-