- 21 Jan, 2016 40 commits
-
-
sky authored
BUG=579645 TEST=none R=yzshen@chromium.org Review URL: https://codereview.chromium.org/1614553002 Cr-Commit-Position: refs/heads/master@{#370741}
-
newt authored
This adds a width restriction on infobars. If the webpage is wider than the infobar max width (600dp), the infobars will "float" in the middle bottom of the page with shadows on the left, top, and right edges of each infobar. BUG=396223 Review URL: https://codereview.chromium.org/1587403002 Cr-Commit-Position: refs/heads/master@{#370740}
-
jaydasika authored
Need to remove it as it uses layer tree hierarchy information. It is used for computing surface draw opacity which can be computed directly from effect tree. BUG=568799 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1613583002 Cr-Commit-Position: refs/heads/master@{#370739}
-
olivierrobin authored
This effictively revert CL https://codereview.chromium.org/1567973002 to fix crash reporting on iOS. BUG=569158 Review URL: https://codereview.chromium.org/1611283002 Cr-Commit-Position: refs/heads/master@{#370738}
-
knn authored
BUG=579712 Review URL: https://codereview.chromium.org/1613933002 Cr-Commit-Position: refs/heads/master@{#370737}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/1611c9b28 BUG=231612 TBR=fs@opera.com Review URL: https://codereview.chromium.org/1616063002 . Cr-Commit-Position: refs/heads/master@{#370736}
-
brettw authored
In order to roll GN 4e73e432..6a9b6b43 (r367870:r370714) and pick up the following changes: 65e89854 Allow .o files for GN generated inputs. d039a9f4 Remove enable_wifi_bootstrapping from doc b541f710 [gn] Fix typos in the documentation. 8e5f41b2 tools/gn: delete generate_test_gn_data tool ff69eea6 Change cookbook to map target_arch to target_cpu 21aff0d0 tools/gn: rename char_offset to column_number 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/1619683003 Cr-Commit-Position: refs/heads/master@{#370735}
-
isherman authored
BUG=none TEST=none R=mpearson@chromium.org Review URL: https://codereview.chromium.org/1584733003 Cr-Commit-Position: refs/heads/master@{#370734}
-
beaufort.francois authored
BUG=507415 Review URL: https://codereview.chromium.org/1611443002 Cr-Commit-Position: refs/heads/master@{#370733}
-
Walter Korman authored
These expectations break the Blink auto-rebaseline bot. Disable them while we're debugging to unblock other rebaselines. BUG=577300,495750 TBR=oshima Review URL: https://codereview.chromium.org/1611323002 . Cr-Commit-Position: refs/heads/master@{#370732}
-
dschuff authored
This pulls in the following Native Client changes: 95163bf: (stichnot@chromium.org) Update revision for PNaCl abee7c9: (petarj@mips.com) PNaCl: Update llvm revision in pnacl/COMPONENT_REVISIONS b44e8dc: (petarj@mips.com) [MIPS] Make $t8 point to the address of TLS pointers 11ff949: (thakis@chromium.org) clang/win: Fix -Wsign-compare warning in platform_impl.cc f39aa44: (mseaborn@chromium.org) PNaCl: Update llvm revision in pnacl/COMPONENT_REVISIONS: add ConvertToPSO aebc3c4: (mcgrathr@chromium.org) Update chrome_rev c4c237c: (erikchen@chromium.org) Back dynamic text regions with a Mach memory region. 6c30fab: (sbc@chromium.org) untrusted.gypi: Remove support for old gcc newlib toolchain dd69634: (stichnot@chromium.org) Subzero: Add pnacl-translate support for Subzero+NonSFI+x8632. 2d5bba18: (dschuff@chromium.org) [PNaCl Toolchain] Use static libc++ from Chrome toolchain on Mac bdd3ffa: (dschuff@chromium.org) Revert of [PNaCl Toolchain] Use static libc++ from Chrome toolchain on Mac (patchset #2 id:20001 of https://codereview.chromium.org/1586243003/ ) a52204c: (dschuff@chromium.org) Revert of [PNaCl toolchain] Stop building and using custom libc++ for OSX hosts (patchset #2 id:20001 of https://codereview.chromium.org/1572753002/ ) 7f31837: (dschuff@chromium.org) PNaCl toolchain: Add 'nostdinc++' to build of host tools against libc++ d8cbca8: (dschuff@chromium.org) Update revision for PNaCl 1ba2a7f: (mseaborn@chromium.org) PNaCl dynamic linking: Add initial test of ConvertToPSO pass d6d5f6f: (mseaborn@chromium.org) Revert of untrusted.gypi: Remove support for old gcc newlib toolchain (patchset #2 id:20001 of https://codereview.chromium.org/1581193006/ ) Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/26c7e6ae1327a43c948f4666fef9e84fe351ab7c..d6d5f6f2ca4cf89084547b0aaf1829980b37b43f BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/1613223002 Cr-Commit-Position: refs/heads/master@{#370731}
-
jennyz authored
BUG=466768 Review URL: https://codereview.chromium.org/1584613003 Cr-Commit-Position: refs/heads/master@{#370730}
-
hta authored
Reason for revert: Re-landing with fixed tests. Original rollback description: > Revert of Remove MockConstraints (patchset #1 id:1 of https://codereview.chromium.org/1605513002/ ) > > Reason for revert: > Appears to be causing fast/mediastream/RTCPeerConnection.html to fail across all bots. Original issue's description: Remove MockConstraints The purpose of the MockConstraints class was to verify that only legal constraint names were passed. This is now done inside Blink in MediaConstraintsImpl.cpp, so this class isn't needed any more. BUG=543997 Review URL: https://codereview.chromium.org/1614733002 Cr-Commit-Position: refs/heads/master@{#370729}
-
mnaganov authored
Just two of them: WebViewFactoryProvider.Statics.clearClientCertPreferences WebViewFactoryProvider.Statics.enableSlowWholeDocumentDraw Review URL: https://codereview.chromium.org/1614053002 Cr-Commit-Position: refs/heads/master@{#370728}
-
jbudorick authored
BUG= TBR=stip@chromium.org Review URL: https://codereview.chromium.org/1615833003 Cr-Commit-Position: refs/heads/master@{#370727}
-
shrike authored
In El Capitan there are Dock settings governing what happens when you double-click in a window's title. This change allows browser windows to behave like other windows on the system that respect this setting. BUG=576520 Review URL: https://codereview.chromium.org/1588073005 Cr-Commit-Position: refs/heads/master@{#370726}
-
rtenneti authored
This times tells when a QUIC stream could have been bound to the request vs when it was actually bound. Net.HttpStreamFactory.Job.StreamReadyCallbackTime Will revert this change after getting some real world data. R=asvitkine@chromium.org, rch@chromium.org Review URL: https://codereview.chromium.org/1618443002 Cr-Commit-Position: refs/heads/master@{#370725}
-
primiano authored
Practical reason of this CL: This is causing a breakage in the Mac Valgrind builder after crrev.com/1616793003: https://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20Mac%20Builder%20%28valgrind%29/builds/91232/steps/runhooks/logs/stdio Longer explanation: crrev.com/1616793003 made allocator target toolset: host, target (which itself should be OK) A very old condition was forcing use_allocator=tcmalloc on all OS when build_for_tool=memcheck. This causes problems now on the Mac valgrind bot when building the chromium_builder_dbg_valgrind_mac target. In the last change that touched this line, crrev.com/258433005, the original condition was linux_use_tcmalloc=1. This was mistakenly translated in a blanket allocator==tcmalloc. Rationale for removing this line: allocator=tcmalloc is the default on linux these days. I don't see a reason why re-enforcing this condition, as use_allocator=tcmalloc by default on the right (Linux/Android) platforms. BUG=564618,580108 TEST=gyp_chromium -Dbuild_for_tool=memcheck && ninja chromium_builder_dbg_valgrind_mac Review URL: https://codereview.chromium.org/1613183002 Cr-Commit-Position: refs/heads/master@{#370724}
-
bnc authored
|max_concurrent_streams == 0| means no more stream can be created. It does not mean there is no limit on the number of streams. Also add regression test. I locally verified that the test fails without the fix. Also remove SpdySession::max_concurrent_streams() accessor that was only used in one place, in a test that is friends with SpdySession anyway so it can directly access the member in question. BUG=481009 Review URL: https://codereview.chromium.org/1611703003 Cr-Commit-Position: refs/heads/master@{#370723}
-
xiyuan authored
BUG=577779 TEST=KioskModeInfoManifestTest.RequiredPlatformVersion* Review URL: https://codereview.chromium.org/1595483004 Cr-Commit-Position: refs/heads/master@{#370722}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/dba573440906..1a7eb266644d $ git log dba573440..1a7eb2666 --date=short --no-merges --format='%ad %ae %s' 2016-01-21 caryclark resolution dependent path measure 2016-01-21 caryclark fix skp fuzz 2016-01-21 senorblanco Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). 2016-01-21 reed detect bad/corrupt flattenable factory indices 2016-01-21 bsalomon Make colorimagefilter GM not crash when resource path not specified GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1619723002 BUG=skia: 2016-01-21 mtklein fuzz: list API fuzzing options if -t api and -n matches nothing. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=benjaminwagner@google.com Review URL: https://codereview.chromium.org/1617073002 Cr-Commit-Position: refs/heads/master@{#370721}
-
mmenke authored
BUG=none Review URL: https://codereview.chromium.org/1607473010 Cr-Commit-Position: refs/heads/master@{#370720}
-
ajuma authored
The equivalent bug for attached canvases was fixed in http://crrev.com/370047, but unattached canvases were ignored there. BUG=561045 Review URL: https://codereview.chromium.org/1613193002 Cr-Commit-Position: refs/heads/master@{#370719}
-
magjed authored
WebRTC 11309:11337 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/4cb6ce4..6f75714 Libjingle 11304:11332 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/e05d86d..16d7ba3 TBR=tommi@chromium.org Review URL: https://codereview.chromium.org/1619743002 Cr-Commit-Position: refs/heads/master@{#370718}
-
shreyasv authored
This is no longer needed. BUG=579249 Review URL: https://codereview.chromium.org/1609293003 Cr-Commit-Position: refs/heads/master@{#370717}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4a8157d1..6adc8c02 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues 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/1611183003 Cr-Commit-Position: refs/heads/master@{#370716}
-
mattcary authored
Changes analyze.py to use loading_trace methods. Moved old files to deprecated/, I think we're all done with them but we may need them for reference. Updated loading_model graph drawing to account for new content-types; what I've done seems sub-optimal & suggestions are welcome. Fixed at least one minor bug (the request end units problem Benoit found). Review URL: https://codereview.chromium.org/1619713002 Cr-Commit-Position: refs/heads/master@{#370715}
-
nzolghadr authored
Set "2" in buttons to indicate right button pressed in both mousedown and contextmenu originiated from a long press action. BUG=576281 Review URL: https://codereview.chromium.org/1602443006 Cr-Commit-Position: refs/heads/master@{#370714}
-
xiyuan authored
BUG=577765 Review URL: https://codereview.chromium.org/1590103004 Cr-Commit-Position: refs/heads/master@{#370713}
-
jbroman authored
Firstly, change the type passed to the allocator to always be BaseElementType. Otherwise, the buffer will be ascribed to whatever derived type was being allocated when the buffer overflowed. Secondly, confine the typeName parameter to only those places where the type is passed from the ContiguousContainer template, through the base class, to the allocator. (There are two entry points: initial capacity and new allocation.) Review URL: https://codereview.chromium.org/1609423002 Cr-Commit-Position: refs/heads/master@{#370712}
-
miguelg authored
BUG=580091 Review URL: https://codereview.chromium.org/1614993002 Cr-Commit-Position: refs/heads/master@{#370711}
-
drott authored
We often need to touch this file for text & layout work. It has a big overlap with work in Source/platform/fonts. I would like to avoid being slowed down by waiting for wtf/ OWNERs for these changes. Thanks. BUG= Review URL: https://codereview.chromium.org/1618823002 Cr-Commit-Position: refs/heads/master@{#370710}
-
drott authored
Needed for determining emoji presentation options. BUG=549517 Review URL: https://codereview.chromium.org/1604323002 Cr-Commit-Position: refs/heads/master@{#370709}
-
henrika authored
BUG=549021 Review URL: https://codereview.chromium.org/1612943003 Cr-Commit-Position: refs/heads/master@{#370708}
-
junov authored
TBR=alancutter@chromium.org NOTRY=true BUG=580101 Review URL: https://codereview.chromium.org/1618863002 Cr-Commit-Position: refs/heads/master@{#370707}
-
zqzhang authored
BUG=None Review URL: https://codereview.chromium.org/1617053003 Cr-Commit-Position: refs/heads/master@{#370706}
-
sunxd authored
BUG=568830 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1611713002 Cr-Commit-Position: refs/heads/master@{#370705}
-
perezju authored
This CL includes two fixes: - Ensure the app was not running after trying to launch. - Be more specific when matching process names for the app. These were split off from: https://codereview.chromium.org/1510833002/ BUG= Review URL: https://codereview.chromium.org/1606243002 Cr-Commit-Position: refs/heads/master@{#370704}
-
kojii authored
This patch changes the system font fallback logic on Windows to take lang attributes into account. When a code point is missing in all specified fonts, Blink determines fonts to use by using Unicode properties for the character. The UI locale is also used for characters of Asian scripts where multiple scripts share a large set of the code points. This patch takes the specified lang attribute to take precedence over the UI locale. When language tag does not help to determine the script for the unified ideographs, subtags such as script or country are also used. All test rebaselines are where lang attributes are used, and new results use the correct font for the specified lang. BUG=579492 Review URL: https://codereview.chromium.org/1607943004 Cr-Commit-Position: refs/heads/master@{#370703}
-
peter authored
These tests have been rebased multiple times now, only to start failing again a (few) days later. The other tests, including pixel tests, are much more stable. Let's remove these tests to reduce the burden on sheriffs. BUG=563448 Review URL: https://codereview.chromium.org/1487683005 Cr-Commit-Position: refs/heads/master@{#370702}
-