- 19 Nov, 2015 40 commits
-
-
horo authored
After https://codereview.chromium.org/1192013003, when Chrome extension sends XHR request to "chrome-extension://*" to get the contents in the extension, the request goes to the page's ServiceWorker. This is breaking some extensions. (crbug.com/517181) And also it is causing ASSERT failure. (crbug.com/528818) The requests initiated from extensions should not go to the ServiceWorker. So this CL checks DOMWrapperWorld.isIsolatedWorld and sets the skipServiceWorker flag to bypass the SW. BUG=528818,517181 Review URL: https://codereview.chromium.org/1390943003 Cr-Commit-Position: refs/heads/master@{#360533}
-
eakuefner authored
This CL adds IsSvelte to AndroidPlatformBackend, and exposes it through AndroidPlatform, so that benchmarks can be disabled only on svelte devices. BUG=555167 Review URL: https://codereview.chromium.org/1455863004 Cr-Commit-Position: refs/heads/master@{#360532}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/1ac3f40b4350..fbe1c110acf2 $ git log 1ac3f40b4..fbe1c110a --date=short --no-merges --format='%ad %ae %s' 2015-11-18 fmalita [Reland] Fix NVPR assert for equivalent ovals 2015-11-18 bsalomon Make SkTLList prealloc its first block of nodes 2015-11-18 bsalomon Make block size a template parameter of SkTLList 2015-11-18 mtklein Revert SkBlitMask_opts.h back to hand-coded NEON. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=stephana@google.com Review URL: https://codereview.chromium.org/1460913003 Cr-Commit-Position: refs/heads/master@{#360531}
-
yosin authored
This patch makes following tests to use w3c test harness to simplify tests and reduce flakiness. This patch is a preparation of getting rid of synchronous code path for spellcheck. BUG=295722 TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1455413002 Cr-Commit-Position: refs/heads/master@{#360530}
-
cbiesinger authored
This behavior is incorrect because the content width of a CSS box *includes* the scrollbar width and should therefore not change. See the layout test change in this patch -- Because min-width: 100px includes the scrollbar, the clientWidth should be less than that. R=szager@chromium.org,skobes@chromium.org BUG=556717,512229,542197 Review URL: https://codereview.chromium.org/1459743002 Cr-Commit-Position: refs/heads/master@{#360529}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/49be7303 BUG=424119 TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/1463443002 . Cr-Commit-Position: refs/heads/master@{#360528}
-
agrieve authored
BUG=558194 Review URL: https://codereview.chromium.org/1451223004 Cr-Commit-Position: refs/heads/master@{#360527}
-
alancutter authored
This change migrates the following SVG attribute animations over to SVGIntegerInterpolationType and enables additive keyframe composite modes as well as neutral keyframes: - targetX - targetY - numOctaves This is a rebased reupload of: https://codereview.chromium.org/1406393006 BUG=530436 Review URL: https://codereview.chromium.org/1434573003 Cr-Commit-Position: refs/heads/master@{#360526}
-
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}
-