- 19 May, 2015 2 commits
-
-
sergeyu authored
Previously the picker was allowing multiple source selection. Now DesktopMediaPickerController sets allowsMultipleSelection to NO in IKImageBrowserView to disable this feature. BUG=466997 Review URL: https://codereview.chromium.org/1128353005 Cr-Commit-Position: refs/heads/master@{#330453}
-
michaelpg authored
BUG=485381 R=jlklein@chromium.org Review URL: https://codereview.chromium.org/1140393002 Cr-Commit-Position: refs/heads/master@{#330452}
-
- 18 May, 2015 38 commits
-
-
Hans Wennborg authored
It seems Bash didn't like the -o variant: + [[ -n '' ]] src/tools/clang/scripts/update.sh: line 701: syntax error in conditional expression BUG=452726 R=thakis@chromium.org Review URL: https://codereview.chromium.org/1148483002 Cr-Commit-Position: refs/heads/master@{#330451}
-
nednguyen authored
BUG=487800 Review URL: https://codereview.chromium.org/1139743005 Cr-Commit-Position: refs/heads/master@{#330450}
-
hendrikw authored
Added VisibleContentOpaqueRegion() to the VideoLayerImpl, if a frame hasn't been set yet, then we don't have an opaque region. + test BUG=460612 Review URL: https://codereview.chromium.org/1134663005 Cr-Commit-Position: refs/heads/master@{#330449}
-
vmpstr authored
This patch changes the hash function for the tile map key to use 16 least significant bits from each index. This makes it faster on systems where sizeof(size_t) == 4. The collisions would only start happening after a large enough index. This makes the TilingSetRasterQueueConstructAndIterate test do about 10% more iterations per second on N4. BUG=488636 R=enne, danakj Review URL: https://codereview.chromium.org/1133243010 Cr-Commit-Position: refs/heads/master@{#330448}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3b8b14a..45cd7b0 TBR=kbr@chromium.org,yhirano@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1142873003 Cr-Commit-Position: refs/heads/master@{#330447}
-
dyen authored
Bugs which simply require disabling of extensions no longer need any extra work. Simply add the bug description to the GPU Bug list JSON file and list the extension to disable under "disabled_extensions". This CL also disabled GL_EXT_disjoint_timer_query for the Nexus 5 and Nexus 6 under lollypop as a test to be sure it works. Tracing the GPU no longer causes a crash on these devices under lollypop. R=zmo@chromium.org BUG=477514,482067 Review URL: https://codereview.chromium.org/1129693004 Cr-Commit-Position: refs/heads/master@{#330446}
-
ddorwin authored
BUG=489429 Review URL: https://codereview.chromium.org/1139823007 Cr-Commit-Position: refs/heads/master@{#330445}
-
tommycli authored
This patch removes a lot of plugin placeholder code from builds that don't support plugins (enable_plugins==0). BUG= Review URL: https://codereview.chromium.org/1126073003 Cr-Commit-Position: refs/heads/master@{#330444}
-
michaeln authored
BUG=487286 Review URL: https://codereview.chromium.org/1137463006 Cr-Commit-Position: refs/heads/master@{#330443}
-
hubbe authored
When connecting to a port on localhost which is not yet open, connect fails and udp_socket crashes when trying to send packets. This fixes that. Review URL: https://codereview.chromium.org/967723002 Cr-Commit-Position: refs/heads/master@{#330442}
-
rouslan authored
1) Select the correct preference name for synced data type. 2) Set the correct field name when converting Wallet specifics to dictionary. BUG=481595 Review URL: https://codereview.chromium.org/1147753002 Cr-Commit-Position: refs/heads/master@{#330441}
-
tfarina authored
According to comment in base/port.h, in Chromium, we force-define __STDC_CONSTANT_MACROS, so we can just use the regular (U)INTn_C macros from <stdint.h>. BUG=138542 TEST=base_unittests R=danakj@chromium.org Review URL: https://codereview.chromium.org/1128203010 Cr-Commit-Position: refs/heads/master@{#330440}
-
kkimlabs authored
BUG=487391 Review URL: https://codereview.chromium.org/1136273003 Cr-Commit-Position: refs/heads/master@{#330439}
-
msramek authored
There is no functionality behind this flag yet. I kept the name "force-saving", since this name of the feature is quite established now, although I wonder whether saying "manually save" wouldn't be more understandable in the description. BUG=484891 Review URL: https://codereview.chromium.org/1140043003 Cr-Commit-Position: refs/heads/master@{#330438}
-
tbarzic authored
chrome.printerProvider API's going to stable, so this is not needed anymore. BUG=439448, 488661 Review URL: https://codereview.chromium.org/1130933005 Cr-Commit-Position: refs/heads/master@{#330437}
-
dtseng authored
Review URL: https://codereview.chromium.org/1134383002 Cr-Commit-Position: refs/heads/master@{#330436}
-
creis authored
Revert of Remove a HistoryNode's children when it navigates to a new document. (patchset #1 id:1 of https://codereview.chromium.org/1139033002/) Reason for revert: Caused a large spike in crashes across several bugs: https://crbug.com/426658 https://crbug.com/488382 https://crbug.com/488421 https://crbug.com/488434 https://crbug.com/488470 Original issue's description: > Remove a HistoryNode's children when it navigates to a new document. > > When a reload occurs (or other inert commits), we leave the history tree alone. However, if iframes are dynamically created, we end up with both the old iframes and the new iframes in the history tree, and we never prune them. Instead, if a different-document inert commit occurs, remove the committing node's children, since the corresponding frames are no longer in the frame tree. > > BUG=485385 > > Committed: https://crrev.com/9f3e29c910ce2c2a9c3a60b2675db59d95b8ad3a > Cr-Commit-Position: refs/heads/master@{#329763} TBR=japhet@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=485385 Review URL: https://codereview.chromium.org/1148473002 Cr-Commit-Position: refs/heads/master@{#330435}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d804fe3..3b8b14a TBR=kbr@chromium.org,yhirano@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1147733003 Cr-Commit-Position: refs/heads/master@{#330434}
-
msw authored
The Chromium Linux Mojo bot's app_tests step started failing here: http://build.chromium.org/p/chromium.mojo/builders/Chromium%20Mojo%20Linux/builds/7090 Related to https://codereview.chromium.org/1130353008/ The mojo:view_manager_apptests all crash after passing with: [0518/132408:FATAL:x11_event_source.cc(80)] Check failed: display_. These tests are run headless and shouldn't need an event source. BUG=NONE TEST=Bot goes green. R=jam@chromium.org Review URL: https://codereview.chromium.org/1125423005 Cr-Commit-Position: refs/heads/master@{#330433}
-
Nico Weber authored
The oilpan plugin requires trunk clang on Windows, but the asan lkgr bot uses a pinned, slightly older clang and it times out when using head clang. Disable the plugin on asan until we have resolved this. BUG=489123,489123 R=hans@chromium.org, rnk@chromium.org Review URL: https://codereview.chromium.org/1142733003 Cr-Commit-Position: refs/heads/master@{#330432}
-
joelo authored
Layout tests generate results in the webkit/ folder which was recently removed from the chromium tree. BUG=488288 Review URL: https://codereview.chromium.org/1137683004 Cr-Commit-Position: refs/heads/master@{#330431}
-
jyquinn authored
JS messaging to native code for UIWebView is accomplished by adding and removing an iframe to the window. Some pages interact badly with this mechanism, including iforgot.apple.com. To circumvent this for such pages, the functionality in message_dynamic.sendQueue is wrapped in a function and invoked from window.requestAnimationFrame to delay message sending. BUG=470595 Review URL: https://codereview.chromium.org/1132163007 Cr-Commit-Position: refs/heads/master@{#330430}
-
ellyjones authored
BUG=488495 R=brucedawson TBR=jam Review URL: https://codereview.chromium.org/1147533005 Cr-Commit-Position: refs/heads/master@{#330429}
-
michaelpg authored
BUG=485381 TEST=manual R=jlklein@google.com Review URL: https://codereview.chromium.org/1137873006 Cr-Commit-Position: refs/heads/master@{#330428}
-
reveman authored
4 raster threads improve performance on 8 core machines. 8 core machines might not be a priority but it seems like an unnecessary limitation to have. BUG= Review URL: https://codereview.chromium.org/1143473002 Cr-Commit-Position: refs/heads/master@{#330427}
-
jdduke authored
Browser-based widgets that overlay content have a shot at consuming touch events, e.g., selection handles. Such touches are reported as consumed to the View chain, however, embedding apps still have the opportunity to intercept those touch sequences. This can lead to double-handling, e.g., when dragging a selection handle left or right and triggering a View side swipe. Prevent this by calling requestDisallowInterceptTouchEvent() for touches that are consumed by such browser-based widgets. Note that we cannot call this method for all touch events as touch dispatch is often asynchronous and the disposition of the touch handling result cannot be immediately known when the touch is received from the Android platform. BUG=489337 Review URL: https://codereview.chromium.org/1140693004 Cr-Commit-Position: refs/heads/master@{#330426}
-
davidben authored
Some fraction of successful connections use the fallback, but only due to a spurious network failure. To estimate this fraction, compare handshakes to Google servers which succeed against those that fail with an inappropriate_fallback alert. Google servers are known to implement FALLBACK_SCSV, so a spurious network failure while connecting would trigger the fallback, successfully connect, but fail with this alert. BUG=459690 Review URL: https://codereview.chromium.org/1147453003 Cr-Commit-Position: refs/heads/master@{#330425}
-
michaelpg authored
BUG=none Review URL: https://codereview.chromium.org/1124053009 Cr-Commit-Position: refs/heads/master@{#330424}
-
brucedawson authored
There are two possible race conditions in walking the heaps returned by GetProcessHeaps and on Windows XP we hit one of these race conditions, manifested in a crash, on 42 of the last 200 base unittests. Disabling the test entirely until a better fix is found (or perhaps forever). The unreliability of the underlying code is acceptable for tracing, although perhaps not acceptable for tracing on XP given the failure rate. TBR=sebmarchand@chromium.org,primiano@chromium.org BUG=487291 Review URL: https://codereview.chromium.org/1140943006 Cr-Commit-Position: refs/heads/master@{#330423}
-
jbudorick authored
Broken by https://codereview.chromium.org/1015333002 BUG=489160 Review URL: https://codereview.chromium.org/1123263006 Cr-Commit-Position: refs/heads/master@{#330422}
-
reveman authored
BUG=323304 Review URL: https://codereview.chromium.org/1140523005 Cr-Commit-Position: refs/heads/master@{#330421}
-
pavely authored
WriteNode::SetTitle copies title into bookmark specifics title for bookmark entries. When title for newly created bookmark is empty WriteNode::SetTitle exits early and doesn't update BookmarkSpecifics.title. This change ensures that title is updated. BUG=486407 R=zea@chromium.org TEST= - Import bookmarks file attached in the bug. There should be 2 bookmarks with empty titles. - Create new client for the same account and make sure that both bookmarks get synced. Review URL: https://codereview.chromium.org/1134793006 Cr-Commit-Position: refs/heads/master@{#330420}
-
kkimlabs authored
BUG=487016 Review URL: https://codereview.chromium.org/1127133009 Cr-Commit-Position: refs/heads/master@{#330419}
-
juncai authored
This patch removes declarative_user_script_manager accessor from ExtensionSystem. DeclarativeUserScriptManager is now a browser context keyed service. Review URL: https://codereview.chromium.org/1132113008 Cr-Commit-Position: refs/heads/master@{#330418}
-
davidben authored
Per review comment on https://codereview.chromium.org/1127623005/, sparse histograms are preferred. BUG=none Review URL: https://codereview.chromium.org/1140273002 Cr-Commit-Position: refs/heads/master@{#330417}
-
estade authored
BUG=487866 Review URL: https://codereview.chromium.org/1141983002 Cr-Commit-Position: refs/heads/master@{#330416}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/9b77796..404b3b2 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1130663007 Cr-Commit-Position: refs/heads/master@{#330415}
-
mdempsky authored
The Linux sandbox performance implications that made using recvmsg()/sendmsg() slower than read()/write() have not applied for a long time, since we switched from seccomp (v1) to seccomp-bpf. Review URL: https://codereview.chromium.org/1139703005 Cr-Commit-Position: refs/heads/master@{#330414}
-