- 30 Oct, 2015 40 commits
-
-
tomhudson authored
indicate that other backends need equivalent functions, but they seem instead to just take an extra parameter to Create(). Review URL: https://codereview.chromium.org/1413993006 Cr-Commit-Position: refs/heads/master@{#357124}
-
eugenebut authored
That DCHECK was originally added to: 1.) Prevent issues with WKWebView cookie clearing on iOS8 (not supported by WKWebView anymore). 2.) Ensure correct Modal Data Partitioning (postponed work). BUG=537244 Review URL: https://codereview.chromium.org/1427003003 Cr-Commit-Position: refs/heads/master@{#357123}
-
skyostil authored
Previously we were using the presence of main thread input gestures (e.g., a mouse drag) as a hint that expensive loading and timer tasks are non-essential. This patch relaxes the policy to allow loading tasks in this use case to avoid starving loading work for the entire duration of the gesture, e.g., for loading new content in an infinite scrolling scenario. BUG=548606 Review URL: https://codereview.chromium.org/1420773003 Cr-Commit-Position: refs/heads/master@{#357122}
-
maxbogue authored
This was left in http://crrev.com/1421343002 to prevent downstream from breaking, but downstream has now been converted. BUG=547973 Review URL: https://codereview.chromium.org/1419073005 Cr-Commit-Position: refs/heads/master@{#357121}
-
fukino authored
Fixes compile error caused by https://codereview.chromium.org/1425033006. Although AudioPlayerElement's new property can be resolved by reading element's script directly, I fixes this in old style (using extern) for now. BUG=none TBR=yawano@chromium.org Review URL: https://codereview.chromium.org/1428983002 Cr-Commit-Position: refs/heads/master@{#357120}
-
alemate authored
This CL replaces API of user_manager::UserManager, thus modifying API of all child objects, and all calls to UserManager. This is part of transition to AccountId. BUG=468875 TEST=manual Review URL: https://codereview.chromium.org/1412813003 Cr-Commit-Position: refs/heads/master@{#357119}
-
Nico Weber authored
clang-cl complains: ..\..\third_party\WebKit\Source\core\html\HTMLSelectElement.cpp(80,23) : error: declaration requires a global constructor [-Werror,-Wglobal-constructors] static const unsigned maxListItems = std::numeric_limits<int>::max(); ^ See also thread "[chromium-dev] std::numeric_limits vs INTN_MAX" BUG=82385 TBR=tkent@chromium.org Review URL: https://codereview.chromium.org/1411323005 . Cr-Commit-Position: refs/heads/master@{#357118}
-
bungeman authored
BlinkOTSContext::GetTableAction currently uses a custom TABLE_TAG macro which is almost exactly the same as OTS_TAG, but OTS_TAG is the blessed way to create tags for use with OTS. Review URL: https://codereview.chromium.org/1416943004 Cr-Commit-Position: refs/heads/master@{#357117}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/13391dd..c2e2977 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=djsollen@google.com Commits in this roll: c2e2977 mtklein@chromium.org Dedup SkPaths by gen-ID when going to .skp Review URL: https://codereview.chromium.org/1415183003 Cr-Commit-Position: refs/heads/master@{#357116}
-
georgesak authored
This CL removes the remaining code related to discarding from TabStripModel to TabManager. It also cleans up the API exposed for discarding. Note that we still have one pending code in browser.cc that I'll investigate independently, as I'm not even convinced of it's usefulness. BUG=539504 Review URL: https://codereview.chromium.org/1427613002 Cr-Commit-Position: refs/heads/master@{#357115}
-
davidben authored
RC4 may still be re-enabled via the RC4Enabled administrative policy, until sometime around September. Also control it via a field trial so we still have an escape hatch should something catastrophic happen. Keep the deprecated cipher suite fallback around (rename the parameter since I got the naming convention wrong) since it's still got the IIS AES-GCM workaround in it, and it will be used in not too long for DHE_RSA instead. BUG=375342 TEST=Loading https://rc4.badssl.com/ fails with ERR_SSL_VERSION_OR_CIPHER_MISMATCH Relaunching Chrome with --force-fieldtrials=RC4Ciphers/Enabled/ makes that page succeed. Relaunching Chrome after setting the RC4Enabled polcy to true makes that page succeed. (Note: press refresh when loading the site to make sure it's not cached.) Review URL: https://codereview.chromium.org/1422293002 Cr-Commit-Position: refs/heads/master@{#357114}
-
oysteine authored
R=simonhatch BUG=546193 Review URL: https://codereview.chromium.org/1423133007 Cr-Commit-Position: refs/heads/master@{#357113}
-
timvolodine authored
The alwaysWatchForChanges parameter in NetworkChangeNotifierAutoDetect constructor has been replaced by the more generic RegistrationPolicy in crrev.com/1358163004. BUG=520088 Review URL: https://codereview.chromium.org/1411243013 Cr-Commit-Position: refs/heads/master@{#357112}
-
rbyers authored
Originally I used the value 0 for the default touch-action value (TouchActionAuto). But as touch-action has expanded, it would be a lot more convenient if we used a pure bit field (where "auto" was all flags set, and "none" was 0). This was hard to change before the blink merge, but is now pretty easy. BUG=None Review URL: https://codereview.chromium.org/1422513006 Cr-Commit-Position: refs/heads/master@{#357111}
-
robert.bradford authored
This was useful for debugging and early integration efforts in ChromeOS and is no longer required. BUG=549558 TEST=On amd64-generic_freon observe that loading from named .icc file functions correctly. Review URL: https://codereview.chromium.org/1428963002 Cr-Commit-Position: refs/heads/master@{#357110}
-
pauljensen authored
Also, add a test for the UrlResponseInfo API. R=mef Review URL: https://codereview.chromium.org/1419033006 Cr-Commit-Position: refs/heads/master@{#357109}
-
twellington authored
Increase the tab closure timeout for accessibility to allow enough time for the 'Reopen Closed Tab' text to be read and the user to take action. BUG=528386 Review URL: https://codereview.chromium.org/1420433008 Cr-Commit-Position: refs/heads/master@{#357108}
-
pauljensen authored
CriteriaHelper seems to be a carry-over from ContentShell testing code and isn't necessary for Cronet Sample instrumentation tests. R=xunjieli TEST=Instrumentation test CronetSampleTest Review URL: https://codereview.chromium.org/1419033005 Cr-Commit-Position: refs/heads/master@{#357107}
-
bungeman authored
svg/text/text-selection-ws-02-t.svg is now slightly more correct on OSX10.6. Request rebaseline. BUG=549594 TBR=pkasting NOTRY=true Review URL: https://codereview.chromium.org/1424363002 Cr-Commit-Position: refs/heads/master@{#357106}
-
davve authored
cachedImage->imageForLayoutObject() no longer returns BitmapImages. The surrounding code is still correct since cachedImage->imageForLayoutObject() may return a SVGImageForContainer which does not propagate the correct filename extension. NOTRY=true BUG=128055 Review URL: https://codereview.chromium.org/1429803002 Cr-Commit-Position: refs/heads/master@{#357105}
-
simonb authored
Code location addresses printed by debuggerd in pre-M Android are wrong where relocations are packed, because the libunwind on these targets does not understand non-zero min vaddrs in ELF LOAD segments. Fix by searching the APK staging directory for libraries with packed relocations, and adjusting the tombstone data on pre- processing so that code addresses printed for these libraries by debuggerd are offset by the min vaddr of the library that was included in the APK. This feature is hidden behind a new --packed-relocation-adjustments flag, and defines a new --chrome-apk-dir flag that can be used to indicate the location of the APK staging directory (defaults to ../chrome_apk/ within the chrome-symbols-dir). Uses the 'Build fingerprint' in the tombstone file to try to auto-detect whether packed relocation adjustment should be applied (that is, if the target is running pre-M Android). BUG=536847 Committed: https://crrev.com/a0773c285a4a3a1a77df987a187d83096feb635f Cr-Commit-Position: refs/heads/master@{#356858} Review URL: https://codereview.chromium.org/1412223008 Cr-Commit-Position: refs/heads/master@{#357104}
-
ahest authored
If a consumer type is not supported, it is not added to consumers_bitmask_ in AddConsumer. But in RemoveConsumer it is xored into the mask, because fetcher_->Stop normally returns true for valid consumer types; then this mask is passed into fetcher_->Fetch, and e.g. on mac the fetcher crashes. BUG= Review URL: https://codereview.chromium.org/1428533003 Cr-Commit-Position: refs/heads/master@{#357103}
-
fgorski authored
When offline pages are enabled, it updating NTP message OLD: Any files you download or bookmarks you create will be kept. NEW: Any downloaded files or saved pages will be kept. BUG=491352 Review URL: https://codereview.chromium.org/1407903004 Cr-Commit-Position: refs/heads/master@{#357102}
-
jaydasika authored
We were not clipping the render surface content rect computed using property trees with maximum supported texture size. That resulted in property tree verification failures on some PictureLayerImplTests. This CL fixes that. BUG=538260 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1418663006 Cr-Commit-Position: refs/heads/master@{#357101}
-
dongseong.hwang authored
Original CL: https://codereview.chromium.org/1315323006/ Revert: https://codereview.chromium.org/1418513016 Reason for revert: Reverting to address webgl_conformance_tests break in: https://build.chromium.org/p/chromium.gpu/builders/Android%20Debug%20%28Nexus%209%29/builds/3534 Reason for reland: There is a bug in glCopySubTextureCHROMIUM extension. GLES2DecoderImpl::DoCopySubTextureCHROMIUM/DoCompressedCopySubTextureCHROMIUM uses ValidForTexture to check dimensions of source texture. If the source texture is backed by GL Image, the decoder can report false positive error. This CL doesn't use Texture::ValidForTexture() for GL Image. TEST=WebglConformance.conformance_textures_video_tex_image_and_sub_image_2d_with_video_* BUG=349871, 504773, 549531 Review URL: https://codereview.chromium.org/1413833006 Cr-Commit-Position: refs/heads/master@{#357100}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2cbd59e3..b8500e4d 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/1404363006 Cr-Commit-Position: refs/heads/master@{#357099}
-
rnephew authored
Gives information about files and sizes in an apk using zipfile. BUG=546012 Review URL: https://codereview.chromium.org/1397553002 Cr-Commit-Position: refs/heads/master@{#357098}
-
jmadill authored
https://chromium.googlesource.com/angle/angle.git/+log/8182049..a5f64de BUG=525930,541550 TBR=geofflang@chromium.org TEST=bots Review URL: https://codereview.chromium.org/1426653006 Cr-Commit-Position: refs/heads/master@{#357097}
-
lof84 authored
BUG=543583 R=hendrikw Review URL: https://codereview.chromium.org/1410883008 Cr-Commit-Position: refs/heads/master@{#357096}
-
ruuda authored
These fields will return later on in the form of a trait set as proposed in the Task Traits proposal. The |AllocationContextTracker| will not keep track of general-purpose fields. BUG=524631 Review URL: https://codereview.chromium.org/1427953002 Cr-Commit-Position: refs/heads/master@{#357095}
-
bnc authored
BUG=539347 Review URL: https://codereview.chromium.org/1406923010 Cr-Commit-Position: refs/heads/master@{#357094}
-
bnc authored
Revert of Add new, unused methods to SpdyFramerVisitorInterface. (patchset #1 id:1 of https://codereview.chromium.org/1413683005/ ) Reason for revert: This CL broke the tree: https://build.chromium.org/p/chromium/builders/Linux/builds/68259/steps/compile/logs/stdio FAILED: /b/build/goma/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -Wl,-z,now -Wl,-z,relro -Wl,--fatal-warnings -Wl,-z,defs -pthread -Wl,-z,noexecstack -fPIC -B/b/build/slave/Linux/build/src/third_party/binutils/Linux_x64/Release/bin -Wl,--disable-new-dtags -m32 -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -o flip_in_mem_edsm_server -Wl,--start-group obj/net/tools/flip_server/flip_in_mem_edsm_server.flip_in_mem_edsm_server.o obj/base/libbase.a obj/net/libflip_in_mem_edsm_server_base.a obj/net/libnet.a obj/base/libbase_static.a obj/base/allocator/liballocator_extension_thunks.a obj/third_party/modp_b64/libmodp_b64.a obj/base/third_party/dynamic_annotations/libdynamic_annotations.a obj/base/libsymbolize.a obj/base/libxdg_mime.a obj/third_party/libevent/libevent.a obj/third_party/boringssl/libboringssl.a obj/net/libbalsa.a obj/base/libbase_i18n.a obj/third_party/icu/libicui18n.a obj/third_party/icu/libicuuc.a obj/third_party/protobuf/libprotobuf_lite.a obj/url/liburl_lib.a obj/net/libnet_quic_proto.a obj/base/libbase_prefs.a obj/crypto/libcrcrypto.a obj/sdch/libsdch.a obj/third_party/zlib/libchrome_zlib.a obj/third_party/zlib/libzlib_x86_simd.a obj/build/linux/libgio.a obj/net/libepoll_server.a -Wl,--end-group -lrt -ldl -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lnss3 -lnssutil3 -lsmime3 -lplds4 -lplc4 -lnspr4 -lgconf-2 -lgio-2.0 -lresolv obj/net/libflip_in_mem_edsm_server_base.a(obj/net/tools/flip_server/flip_in_mem_edsm_server_base.spdy_interface.o):../../net/tools/flip_server/spdy_interface.cc:vtable for net::SpdySM: error: undefined reference to 'net::SpdySM::OnHeaderFrameStart(unsigned int)' obj/net/libflip_in_mem_edsm_server_base.a(obj/net/tools/flip_server/flip_in_mem_edsm_server_base.spdy_interface.o):../../net/tools/flip_server/spdy_interface.cc:vtable for net::SpdySM: error: undefined reference to 'net::SpdySM::OnHeaderFrameEnd(unsigned int, bool)' clang: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. Original issue's description: > Add new, unused methods to SpdyFramerVisitorInterface. > > The new methods will allow SpdyFramer to pass headers to visitors through a > SpdyHeadersHandlerInterface. > > There are so many descendants of SpdyFramerVisitorInterface that I thought it > was best to start with the interface change, and add an unused stub > implementation everywhere. > > This CL lands server change 106411694 by birenroy. > > BUG=488484 > > Committed: https://crrev.com/5d0c7230e6d1e8da9597c5a967a7b92638a58442 > Cr-Commit-Position: refs/heads/master@{#357084} TBR=rch@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=488484 Review URL: https://codereview.chromium.org/1422623009 Cr-Commit-Position: refs/heads/master@{#357093}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/8a3760f..13391dd CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=djsollen@google.com Commits in this roll: 13391dd robertphillips@google.com Minor cleanup of clip mask manager Review URL: https://codereview.chromium.org/1408033009 Cr-Commit-Position: refs/heads/master@{#357092}
-
mlamouri authored
Log.d() are stripped on non-debug builds. This is adding a few such logs to find out which messages are sent/received. It is also moving some Log.d() to Log.e() so these messages will still be printed on release builds. BUG=None Review URL: https://codereview.chromium.org/1419663009 Cr-Commit-Position: refs/heads/master@{#357091}
-
droger authored
On iOS, BrowserState do not have names. The code to support names can be removed. Review URL: https://codereview.chromium.org/1411573009 Cr-Commit-Position: refs/heads/master@{#357090}
-
primiano authored
Follow-up CL to crrev.com/1425793002. Adds an extra |name| argument to the memory-infra RegisterDumpProvider methods. This allow to see the names of the dump providers in the trace and diagnose dump providers getting stuck or taking more time than usual. No further behavioral change is introduced by this CL. BUG=547764 TBR=xhwang@chromium.org,simonhatch@chromium.org,jochen@chromium.org,shess@chromium.org,piman@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1406213005 Cr-Commit-Position: refs/heads/master@{#357089}
-
emaxx authored
The crash is caused by the fact that during the ash::Shell destruction the SystemTrayDelegate object is destroyed before the child windows are closed - but apparently the VPNListView destructor accesses SystemTrayDelegate's members without any checks. BUG=542146 TEST=manual testing Review URL: https://codereview.chromium.org/1410033002 Cr-Commit-Position: refs/heads/master@{#357088}
-
alogvinov authored
Original issue: https://codereview.chromium.org/1107333002/ Original issue description: Wake Lock API implementation (Chromium part) This is Chromium part of Wake Lock API implementation as per specification: http://www.w3.org/TR/wake-lock/ The corresponding Blink part is submitted in issue 1084923002 Design document: https://docs.google.com/document/d/1KbIENP0wgxtSXDQFn9PbHZ_tAKZfR1Y8u4Hst8LpeaA/edit?usp=sharing R=tsepez@chromium.org R=nasko@chromium.org R=mlamouri@chromium.org R=jochen@chromium.org BUG=257511 Review URL: https://codereview.chromium.org/1393203004 Cr-Commit-Position: refs/heads/master@{#357087}
-
perkj authored
Revert of OOPIF: Route keyboard events to focused frame in the browser process. (patchset #11 id:200001 of https://codereview.chromium.org/1405293002/ ) Reason for revert: SitePerProcessBrowserTest.SubframeKeyboardEventRouting is flaky on Windows 7. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_browsertests&tests=SitePerProcessBrowserTest.SubframeKeyboardEventRouting http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%281%29/builds/43548/steps/content_browsertests/logs/stdio Original issue's description: > OOPIF: Route keyboard events to focused frame in the browser process. > > Previously, keyboard events were always routed to the top frame's > RenderWidgetHost. With OOPIF, the top frame then forwarded the event > to an appropriate subframe renderer if needed. The extra hop is > inefficient and leaks information; moreover, the forwarding broke when > mouse event hit-testing in the browser process was introduced. > > This CL adds logic to send keyboard events directly to the right > RenderWidgetHost in the browser process, using the currently focused > frame which is already tracked in each FrameTree. This should be > supported for Aura, Mac, and Android. > > BUG=530663, 339659 > > Committed: https://crrev.com/e2a1799925ea027bd71ea9367280ddfb4403987a > Cr-Commit-Position: refs/heads/master@{#357011} TBR=kenrb@chromium.org,creis@chromium.org,alexmos@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=false BUG=530663, 339659 Review URL: https://codereview.chromium.org/1407173005 Cr-Commit-Position: refs/heads/master@{#357086}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/71a9d820..2cbd59e3 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/1413833010 Cr-Commit-Position: refs/heads/master@{#357085}
-