- 09 Sep, 2015 40 commits
-
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ab6f1f01..242115ba 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/ TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1312193005 Cr-Commit-Position: refs/heads/master@{#347882}
-
leilei authored
issue/1303993003 renames Media Router route "title" field to "description". BUG= Review URL: https://codereview.chromium.org/1305163009 Cr-Commit-Position: refs/heads/master@{#347881}
-
maxbogue authored
This CL doesn't touch ModelTypeProcessorImpl in DataTypeController because ModelTypeProcessor doesn't have the functionality for it. Those uses will be removed in a separate refactor. Also fixes a bunch of incorrect variable names. BUG=517953 Review URL: https://codereview.chromium.org/1321613003 Cr-Commit-Position: refs/heads/master@{#347880}
-
dbeam authored
R=tommycli@chromium.org BUG=526577 Review URL: https://codereview.chromium.org/1328263004 Cr-Commit-Position: refs/heads/master@{#347879}
-
nhiroki authored
This is a quick fix for http://crbug.com/507110 BUG=507110 Review URL: https://codereview.chromium.org/1325143004 Cr-Commit-Position: refs/heads/master@{#347878}
-
loyso authored
We have a situation with DeprecatedPaintLayerCompositor where it will never be in "compositingMode" (for a page with SVGImageChromeClient/EmptyClient) BUG=394777 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1322853003 Cr-Commit-Position: refs/heads/master@{#347877}
-
jbudorick authored
This is a reland of https://codereview.chromium.org/1328093006 BUG= Review URL: https://codereview.chromium.org/1328303004 Cr-Commit-Position: refs/heads/master@{#347876}
-
jochen authored
Just ignore the call (which is what would happen anyways), and upload a minidump BUG=516690 R=creis@chromium.org,dbeam@chromium.org,estade@chromium.org Review URL: https://codereview.chromium.org/1332513002 Cr-Commit-Position: refs/heads/master@{#347875}
-
sergeyu authored
Previously android app was using key code when sending keyboard events. That approach doesn't work well with physical keyboard when using layout other than QWERTY. Fixed the client to use scan codes, so that the events are always send correctly and layout mapping is applied only on the client. BUG=475713 Review URL: https://codereview.chromium.org/1321223003 Cr-Commit-Position: refs/heads/master@{#347874}
-
bshe authored
BUG=524291 Review URL: https://codereview.chromium.org/1315233006 Cr-Commit-Position: refs/heads/master@{#347873}
-
treib authored
BUG=516618 Review URL: https://codereview.chromium.org/1314493013 Cr-Commit-Position: refs/heads/master@{#347872}
-
rtenneti authored
packets are lost) for 4 consecutive crypto handshakes. For a session, during crypto handshake if there is a bad packet loss rate, then we mark that QUIC is recently broken for that host/port. We disable QUIC and close that connections if 4 consecutive handshakes have bad packet loss rate. QUIC was disabled for 0.002% of the time. We have been running the above experiment in M45 (in Canary, Dev and Beta). In M45 Beta, Net.HttpJob.TotalTimeNotCached.Quic's mean is faster by 4.4% (for data aggreagted for 28 days) when this experiment was enabled. R=rch@chromium.org Review URL: https://codereview.chromium.org/1326763007 Cr-Commit-Position: refs/heads/master@{#347871}
-
fukino authored
paste command's hidden property is set true when one directory is focused. However, it will not be reset when an input is focused just after on directory is focused, because different handler (forceDefaultHandler) handles canExecute event when inputs are focused. All cut/copy/paste/delete commands should be shown in input element, so this CL reset the hidden property of them. BUG=528843 TEST=manually tested on rename input, search input, and filename input on save-as dialog. Review URL: https://codereview.chromium.org/1312583009 Cr-Commit-Position: refs/heads/master@{#347870}
-
tedchoc authored
BUG=529543 Review URL: https://codereview.chromium.org/1310663007 Cr-Commit-Position: refs/heads/master@{#347869}
-
rch authored
When channel IDs are deleted, QUIC sessions need to be close to avoid reusing the old channel ID. Review URL: https://codereview.chromium.org/1320423011 Cr-Commit-Position: refs/heads/master@{#347868}
-
tapted authored
views::Combobox currently does its own menu-building rather than using a ui::MenuModel. However, the only thing missing from MenuModel is the ability to set a minimum menu width. (Combobox currently does this by adding an invisible SubmenuView with a given width.) Moving the menu building out of Combobox allows Mac to build a native menu instead, which gives a much nicer menu experience there. In particular, Comboboxes on Mac center the menu over the button vertically, and have fancy scrolling/repositioning mechanisms when the menu is shown near the edge of the screen. This CL adds an Adapter class that adapts a ui::ComboboxModel to the ui::MenuModel interface, allowing views:Comboxbox to be simplified elsewhere. MenuRunnerImplCocoa will be extended to support comboboxes in a follow-up. For the minimum width, MenuController::CalculateMenuBounds() can just use the width of the anchor rectangle for the same effect. Note that TranslateBubbleView is the only user of Combobox::STYLE_ACTION. TranslateBubbleView puts a separator after the first item which Combobox always removes. MenuModel::IsVisibleAt() isn't checked for separators, so simply don't add the separator to keep things simple. BUG=522365 Review URL: https://codereview.chromium.org/1310903004 Cr-Commit-Position: refs/heads/master@{#347867}
-
juncai authored
This patch added webusb notification UI unit tests code. BUG=492204 Review URL: https://codereview.chromium.org/1326003006 Cr-Commit-Position: refs/heads/master@{#347866}
-
afakhry authored
This CL designs a framework for deprecated accelerators. In this CL we deprecate the following accelerators: - Lock Screen: Ctrl+Shift+L --> Search+L - Task Manager: Shift+Esc --> Search+Esc The old accelerators are still enabled, but the user is shown a notification message telling him about the new accelerator. UMA stats are recorded for both old and new accelerators. Keyboard overlay has been updated. BUG=492454,486198,498565,405317,503351 TEST=manually, ash_unittests --gtest_filter=DeprecatedAcceleratorTester.*, ash_unittests --gtest_filter=AcceleratorTableTest.CheckDeprecatedAccelerators Committed: https://crrev.com/c2b81c9fca4abc10cafdc75d2e7b4f15314e2e5b Cr-Commit-Position: refs/heads/master@{#335410} Review URL: https://codereview.chromium.org/1177773002 Cr-Commit-Position: refs/heads/master@{#347865}
-
andresantoso authored
Enhance MaybeCreateHardwareFrame() to be able to create a NV12 hardware frame backed by a YUV_420_BIPLANAR GpuMemoryBuffer. This code path is not enabled yet. BUG=524582 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1307853003 Cr-Commit-Position: refs/heads/master@{#347864}
-
yhirano authored
BUG=523228 Review URL: https://codereview.chromium.org/1310853004 Cr-Commit-Position: refs/heads/master@{#347863}
-
yawano authored
BUG=514853 TEST=unit_tests:SearchMetadataTest.*;SearchMetadataSimpleTest.* Review URL: https://codereview.chromium.org/1321553003 Cr-Commit-Position: refs/heads/master@{#347862}
-
mcasas authored
This format is already supported in the rest of the capture path. Bluefish 444 is the capture card using it. BUG=508413 TEST=Capture using a Bluefish 444 capture card Review URL: https://codereview.chromium.org/1325303004 Cr-Commit-Position: refs/heads/master@{#347861}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/036fd8e..a5783ae CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=jcgregorio@google.com Commits in this roll: a5783ae msarett@google.com Provides various implementations of Android's SkBitmapRegionDecoder. Review URL: https://codereview.chromium.org/1326383002 Cr-Commit-Position: refs/heads/master@{#347860}
-
kalman authored
They're triggering for hosted apps, which is a bug. It's still not correct and that will be fixed soon, but in the meantime don't crash. BUG=525965, 529516 R=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/1328313002 Cr-Commit-Position: refs/heads/master@{#347859}
-
stevet authored
BUG=527500 Review URL: https://codereview.chromium.org/1321543010 Cr-Commit-Position: refs/heads/master@{#347858}
-
liamjm authored
Warm up locales in LowerToken() after RevertToSelf() as existing warmup was not working on Win 8.1 x64. Remove existing warmup which was done outside of LowerToken(). BUG=464430 Review URL: https://codereview.chromium.org/1324523008 Cr-Commit-Position: refs/heads/master@{#347857}
-
shadi authored
Tests would request a new Gaia account only when running against external servers AND when no --sync-user-for-test flag is present. BUG=525165 Review URL: https://codereview.chromium.org/1306163003 Cr-Commit-Position: refs/heads/master@{#347856}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#347855}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/46b16a4..9e49999 Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=alph@chromium.org,eae@chromium.org Review URL: https://codereview.chromium.org/1321293004 Cr-Commit-Position: refs/heads/master@{#347854}
-
yusufo authored
These tests depend on prerender feature which is disabled on svelte devices. BUG=529490 Review URL: https://codereview.chromium.org/1305063010 Cr-Commit-Position: refs/heads/master@{#347853}
-
ashokvardhan authored
Ethersuggest++ stopped working on CR44. https://codereview.chromium.org/1189033002/patch/20001/30002 made the change in such a way that current URL is not sent to GWS. More details can be found in the bug. BUG=529447 Review URL: https://codereview.chromium.org/1305163010 Cr-Commit-Position: refs/heads/master@{#347852}
-
dbeam authored
This reduces the DOM nodes in the page roughly in half, and I haven't even started on the dangerous ones yet :). R=tommycli@chromium.org BUG=526577 Review URL: https://codereview.chromium.org/1325853006 Cr-Commit-Position: refs/heads/master@{#347851}
-
chrisha authored
This makes final integration with the MemoryPressureMonitor easier, as it will own a single TickClock which can be injected down the entire stack of dependencies. BUG=520962 Review URL: https://codereview.chromium.org/1317353006 Cr-Commit-Position: refs/heads/master@{#347850}
-
aurimas authored
When a spell checker service is not available on a device (e.g. Samsung S4) Android will return a null object and thus SpellCheckerSessionBride will return null. This CL adds early returns for such cases. BUG=529355 Review URL: https://codereview.chromium.org/1310093007 Cr-Commit-Position: refs/heads/master@{#347849}
-
estade authored
[!] instead of [x] badge BUG=505953 Review URL: https://codereview.chromium.org/1309063006 Cr-Commit-Position: refs/heads/master@{#347848}
-
tapted authored
They're already disabled on Beta and Stable channels. Leaving them enabled in Dev/Canary confuses users and makes people suspect regressions. After this, panels are only enabled when --enable-panels is set in chrome://flags and for the whitelist (Hangouts). CL also tries to consolidate all the Hangouts extension IDs scattered around the codebase. BUG=467808, 526708 Review URL: https://codereview.chromium.org/1329033002 Cr-Commit-Position: refs/heads/master@{#347847}
-
fbarchard authored
J420ToABGR is impliemented using I420ToABGR with a jpeg color matrix parameter. BUG=libyuv:470 Review URL: https://codereview.chromium.org/1321023006 Cr-Commit-Position: refs/heads/master@{#347846}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/dd364bc..46b16a4 Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=alph@chromium.org,eae@chromium.org Review URL: https://codereview.chromium.org/1320563005 Cr-Commit-Position: refs/heads/master@{#347845}
-
zmo authored
Blink side CL: https://codereview.chromium.org/1303343009/ BUG=527249 TEST=conformance2/state/gl-object-get-calls.html related parts pass R=piman@chromium.org Review URL: https://codereview.chromium.org/1319453010 Cr-Commit-Position: refs/heads/master@{#347844}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b34cb4e..dd364bc Sheriffs: In case of breakage, do NOT revert this roll, revert the offending commit in the blink repository instead. NOTRY=true TBR=alph@chromium.org,eae@chromium.org Review URL: https://codereview.chromium.org/1312833012 Cr-Commit-Position: refs/heads/master@{#347843}
-