- 26 Jan, 2016 40 commits
-
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/c73b1bb7d94d..b8a1bdb86947 $ git log c73b1bb7d..b8a1bdb86 --date=short --no-merges --format='%ad %ae %s' CQ_INCLUDE_TRYBOTS= TBR=catapult-sheriff@chromium.org Review URL: https://codereview.chromium.org/1634953002 Cr-Commit-Position: refs/heads/master@{#371422}
-
cernekee authored
This allows ARC to request the list of visible wifi networks. BUG=b:26369403 TEST=manual Signed-off-by:
Abhishek Bhardwaj <abhishekbh@chromium.org> Signed-off-by:
Kevin Cernekee <cernekee@chromium.org> Review URL: https://codereview.chromium.org/1572483002 Cr-Commit-Position: refs/heads/master@{#371421}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/3a119440b BUG=390040,568559 TBR=tkent@chromium.org Review URL: https://codereview.chromium.org/1638723002 . Cr-Commit-Position: refs/heads/master@{#371420}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/ce3dce9ff BUG=390040 TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/1631173002 . Cr-Commit-Position: refs/heads/master@{#371419}
-
rob authored
BUG=581148 Review URL: https://codereview.chromium.org/1632963002 Cr-Commit-Position: refs/heads/master@{#371418}
-
maxbogue authored
These flags are independent. BUG=577385 Review URL: https://codereview.chromium.org/1586563004 Cr-Commit-Position: refs/heads/master@{#371417}
-
alokp authored
BUG=577403 Review URL: https://codereview.chromium.org/1635913002 Cr-Commit-Position: refs/heads/master@{#371416}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/0aea8a9a1 BUG=369979 TBR=nainar@chromium.org Review URL: https://codereview.chromium.org/1634913003 . Cr-Commit-Position: refs/heads/master@{#371415}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/9b798d936 BUG=579816 TBR=reed@google.com Review URL: https://codereview.chromium.org/1639663002 . Cr-Commit-Position: refs/heads/master@{#371414}
-
vmpstr authored
This patch ensures that when processing images we don't try to allocate 0 bytes of discardable memory. For now, allocate 1 byte with a TODO to skip these images altogether. R=enne BUG=579498 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1633933002 Cr-Commit-Position: refs/heads/master@{#371413}
-
pasko authored
The test failed because the child process was not properly initialized and crashed. Made the child process wait in connection setup until being killed. A similar scenario can make testServiceCrashedAfterSetup() fail. Updated it to wait as well. BUG=483089 Review URL: https://codereview.chromium.org/1634753002 Cr-Commit-Position: refs/heads/master@{#371412}
-
ben authored
BUG= Review URL: https://codereview.chromium.org/1630823002 Cr-Commit-Position: refs/heads/master@{#371411}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/1162178b9 BUG=578663 TBR=reed@google.com Review URL: https://codereview.chromium.org/1639653002 . Cr-Commit-Position: refs/heads/master@{#371410}
-
newt authored
On OnePlus2 Lollipop devices, the network location provider incorrectly requires the FINE_LOCATION permission, instead of just the COARSE_LOCATION permission. Those devices also allow users to disable location on a per-app basis, which leads to crashes when users disable fine location for Chrome, but not coarse location. This CL avoids a crash by checking both permissions on pre-M devices. BUG=580733 Review URL: https://codereview.chromium.org/1626403003 Cr-Commit-Position: refs/heads/master@{#371409}
-
haraken authored
This CL adds an Oilpan's GC before tearing down the extensions_unittests. BUG=581092 Review URL: https://codereview.chromium.org/1632763003 Cr-Commit-Position: refs/heads/master@{#371408}
-
kozyatinskiy authored
Method evaluateWithExceptionDetails was changed in https://codereview.chromium.org/1617393002/ TBR=dgozman@chromium.org Review URL: https://codereview.chromium.org/1631113002 Cr-Commit-Position: refs/heads/master@{#371407}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/778efc539 BUG=580101 TBR=junov@chromium.org Review URL: https://codereview.chromium.org/1633053002 . Cr-Commit-Position: refs/heads/master@{#371406}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/9ab3e68a0 BUG=579492 TBR=kojii@chromium.org Review URL: https://codereview.chromium.org/1632163003 . Cr-Commit-Position: refs/heads/master@{#371405}
-
newt authored
This cleans up the DateDialogNormalizer, fixing three issues in the process: 1. The date picker is now way faster on L devices. This works around a performance issue with the Android DatePicker in L, where large min/max ranges consume tons of memory and time (many seconds). The workaround is simply to limit the date picker's range to at most 5000 years before and after the initial selected date. In practice, this doesn't affect users since manually scrolling through 5000 years is infeasible. 2. This fixes a crash when the min date is after 2100 on pre-L devices. On KK and earlier, calling DatePicker.setMinDate() with a date that's greater than the current max date (which defaults to 2100) causes a crash. The fix is to set the DatePicker's min and max dates in such an order that the min is always less than the max. 3. This fixes an issue where min/max dates before 1582 were off by 10 days due to incorrect handling of the Gregorian/Julian switch. This also revamps DateDialogNormalizerTest and converts it to a Robolectric test. BUG=441060,580385,580388 Review URL: https://codereview.chromium.org/1622773002 Cr-Commit-Position: refs/heads/master@{#371404}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/7869bbff26b7..e9573317d35d $ git log 7869bbff2..e9573317d --date=short --no-merges --format='%ad %ae %s' 2016-01-25 bsalomon Make A8 readbacks work from non-A8 surfaces 2016-01-25 robertphillips Remove SkLerpXfermode 2016-01-25 msarett Revert of Initial support for turning Skia draws into a JSON document and vice versa. (patchset #3 id:80001 of https://codereview.chromium.org/1636563002/ ) 2016-01-25 ethannicholas Initial support for turning Skia draws into a JSON document and vice versa. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1636563002 2016-01-25 msarett Disable RAW test when SkRawCodec is not compiled 2016-01-25 benjaminwagner Add pre_log option to nanobench; make this option default true in nanobench_flags.py and dm_flags.py. 2016-01-25 bungeman Work around vs2013sp2-3 bug in skstd::unique_ptr. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=msarett@google.com Review URL: https://codereview.chromium.org/1631083003 Cr-Commit-Position: refs/heads/master@{#371403}
-
danakj authored
One of these really wants to be an enum, and then it stays SHOUT_CASE, the others are consts, and should be UsualConstCase. BUG=578344 Review URL: https://codereview.chromium.org/1625763002 Cr-Commit-Position: refs/heads/master@{#371402}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/c9a634c52 BUG=579381 TBR=tkent@chromium.org Review URL: https://codereview.chromium.org/1635803003 . Cr-Commit-Position: refs/heads/master@{#371401}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/d85790590 BUG=576589 TBR=tkent@chromium.org Review URL: https://codereview.chromium.org/1633023002 . Cr-Commit-Position: refs/heads/master@{#371400}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/3c65391ef BUG=576589,568559 TBR=tkent@chromium.org Review URL: https://codereview.chromium.org/1632163002 . Cr-Commit-Position: refs/heads/master@{#371399}
-
grt authored
BUG=550983,581133 Review URL: https://codereview.chromium.org/1631903002 Cr-Commit-Position: refs/heads/master@{#371398}
-
kkimlabs authored
Fixed the followings: 1. Bookmark row text was aligned to the top. (regression from https://crrev.com/2cb98653338e23e4f31ade78de2ef872e697b2bc) 2. On offline section, selection-highlighting was not symmetric vertically. BUG=577996 Review URL: https://codereview.chromium.org/1636773002 Cr-Commit-Position: refs/heads/master@{#371397}
-
william.xie authored
BUG=None Review URL: https://codereview.chromium.org/1598573002 Cr-Commit-Position: refs/heads/master@{#371396}
-
mek authored
This also involves updating the various ServiceWorkerVersion unit tests to not depend on actual push events. BUG=570820 Review URL: https://codereview.chromium.org/1579413004 Cr-Commit-Position: refs/heads/master@{#371395}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/f0d35b58a BUG=580442 TBR=ishell@chromium.org Review URL: https://codereview.chromium.org/1632133004 . Cr-Commit-Position: refs/heads/master@{#371394}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/d12b659e6 BUG=231612 TBR=fs@opera.com Review URL: https://codereview.chromium.org/1631013003 . Cr-Commit-Position: refs/heads/master@{#371393}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/3c0035e47 BUG=568345 TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/1635563004 . Cr-Commit-Position: refs/heads/master@{#371392}
-
davidben authored
There are two targets with crash_keys.cc, both of which need kasko_features.h generated. Otherwise, building chrome_nacl_win64 in a fresh build directory doesn't work. BUG=none Review URL: https://codereview.chromium.org/1637513004 Cr-Commit-Position: refs/heads/master@{#371391}
-
rnephew authored
BUG= Review URL: https://codereview.chromium.org/1632083002 Cr-Commit-Position: refs/heads/master@{#371390}
-
robertocn authored
crbug.com/581147 and crbug.com/581119 R=sullivan,eakuefner,nednguyen CC=bashi BUG=581119 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect Review URL: https://codereview.chromium.org/1638493003 Cr-Commit-Position: refs/heads/master@{#371389}
-
wangxianzhu authored
- Add LayoutBoxRareData::m_percentHeightContainer to track percent height containers. (rare rate: 1.52% based on top 10k sites -- Run 402 https://ct.skia.org/chromium_perf_runs/ ) - Still use global maps to track percent height descendants, positioned descendants and positioned containers, but add bit field to indicate if descendants set exists for a LayoutBlock to avoid hash lookups if the block doesn't have percent-height or positioned descendants. - As a positioned box has only one positioned container at a time, positioned container map is simplified to HashMap<LayoutBox*, LayoutBlock*> instead of HashMap<LayoutBox*, HashSet<LayoutBlock*>>. Also modify code to handle previously (unnecessarily) multiple containers situation. This will improve blink_perf.layout tests performance by 0%~20%: http://storage.googleapis.com/chromium-telemetry/html-results/results-2016-01-10_00-31-59 http://storage.googleapis.com/chromium-telemetry/html-results/results-2016-01-10_11-52-52 More discussions: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/xWMmQfD_X0A Review URL: https://codereview.chromium.org/1544423002 Cr-Commit-Position: refs/heads/master@{#371388}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/0d2259ca3 BUG=231612 TBR=fs@opera.com Review URL: https://codereview.chromium.org/1624413005 . Cr-Commit-Position: refs/heads/master@{#371387}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/de5b559df615..c73b1bb7d94d $ git log de5b559df..c73b1bb7d --date=short --no-merges --format='%ad %ae %s' CQ_INCLUDE_TRYBOTS= TBR=catapult-sheriff@chromium.org Review URL: https://codereview.chromium.org/1636763002 Cr-Commit-Position: refs/heads/master@{#371386}
-
apacible authored
This change handles route creation where the initially resolved route is not marked for display. This keeps track of the route id and checks if the route is updated to be ready for display. In the case where the route is never ready for display, route creation times out and fails. The MRP will send an issue to the Media Router if this happens. Updated reporting for relevant UMA metric. BUG=579138 Review URL: https://codereview.chromium.org/1605133002 Cr-Commit-Position: refs/heads/master@{#371385}
-
michaelbai authored
This is no corresponding gyp change, because the ant apkbuilder doesn't support uncompress shared libraries, to only have GN support this meets our requirement. BUG=579610 Review URL: https://codereview.chromium.org/1619553003 Cr-Commit-Position: refs/heads/master@{#371384}
-
gogerald authored
This CL is part of the work to mordernize autofill popup design as mentioned in issue 567755. BUG=567755 Review URL: https://codereview.chromium.org/1522563002 Cr-Commit-Position: refs/heads/master@{#371383}
-