- 09 Feb, 2015 6 commits
-
-
dbeam authored
It seems to be unnecessary now (tested against bugs: 256127, 256124) and messes with focus order (i.e. click on a <button>, press tab -> should go to next focusable item on the page but instead starts at top). In general I'd also just like to match the rest of the web if possible. R=tkent@chromium.org BUG=none TEST=manual Review URL: https://codereview.chromium.org/905433003 Cr-Commit-Position: refs/heads/master@{#315251}
-
calamity authored
This CL makes ShadowBorder depend on ShadowValue more rather than doing independent calculations. It also adds a constructor that takes a ShadowValue. BUG=None Review URL: https://codereview.chromium.org/900163002 Cr-Commit-Position: refs/heads/master@{#315250}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c2bfb1c..0c77726 TBR= Review URL: https://codereview.chromium.org/910593002 Cr-Commit-Position: refs/heads/master@{#315249}
-
tapted authored
failures on Win x64: TopControlsManagerTest.PinchBeginStartsAnimationIfNecessary TopControlsManagerTest.PartialShownHideAnimation TopControlsManagerTest.PartialShownWithAmbiguousThresholdHides Errors like TopControlsManagerTest.PartialShownHideAnimation (run #1): [ RUN ] TopControlsManagerTest.PartialShownHideAnimation top_controls_manager_unittest.cc(160): error: Expected: (manager->ControlsTopOffset()) \u003C (previous_offset), actual: -100 vs -100 [ FAILED ] TopControlsManagerTest.PartialShownHideAnimation (0 ms) Likely became flaky in r315216. BUG=456617 TBR=aelias@chromium.org Review URL: https://codereview.chromium.org/906103002 Cr-Commit-Position: refs/heads/master@{#315248}
-
tsergeant authored
The OSX interface guidelines suggest that this case should have a continuation, and a continuation is used for this option in chrome://apps. BUG=444813 Review URL: https://codereview.chromium.org/896693002 Cr-Commit-Position: refs/heads/master@{#315247}
-
bauerb authored
TBR=agl@chromium.org BUG=436459 Review URL: https://codereview.chromium.org/879993005 Cr-Commit-Position: refs/heads/master@{#315246}
-
- 08 Feb, 2015 27 commits
-
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#315245}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/738bfa1..c2bfb1c TBR= Review URL: https://codereview.chromium.org/911463002 Cr-Commit-Position: refs/heads/master@{#315244}
-
rtenneti authored
it is deleted. Did a one line fix to reset callback and commented out code that collected UMA histogram data. Will implement correct fix asap. TBR=rch@chromium.org BUG=456524 Review URL: https://codereview.chromium.org/892083006 Cr-Commit-Position: refs/heads/master@{#315243}
-
https://codereview.chromium.org/827123004/jww authored
because of the use of an uninitialized value in a function call. Fortunately, it turns out that call is completely unnecessary anyway, so this simply removes it. TBR=danakj@chromium.org,jhawkins@chromium.org Review URL: https://codereview.chromium.org/911453002 Cr-Commit-Position: refs/heads/master@{#315242}
-
fmalita authored
Rebaselines landed (a couple in progress). BUG=452219 TBR=senorblanco@chromium.org Review URL: https://codereview.chromium.org/906073002 Cr-Commit-Position: refs/heads/master@{#315241}
-
jww authored
The Web UI incorrectly states that the issued and expires dates for certificates is in UTC, when in fact it's in local time. Additionally, it appends UTC in a non-internationalized way. This patch fixes both issues by adding a new time_formatting.h utility function to produce a formatted time string with the local time zone appended. BUG=426909 Review URL: https://codereview.chromium.org/827123004 Cr-Commit-Position: refs/heads/master@{#315240}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ce6d54c..738bfa1 TBR= Review URL: https://codereview.chromium.org/909703002 Cr-Commit-Position: refs/heads/master@{#315239}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/067f8ab..b8d4635 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/906053002 Cr-Commit-Position: refs/heads/master@{#315238}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e426ccc..ce6d54c TBR= Review URL: https://codereview.chromium.org/906863002 Cr-Commit-Position: refs/heads/master@{#315237}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/772b5df..e426ccc TBR= Review URL: https://codereview.chromium.org/893053003 Cr-Commit-Position: refs/heads/master@{#315236}
-
bauerb authored
BUG=436459 Review URL: https://codereview.chromium.org/905763002 Cr-Commit-Position: refs/heads/master@{#315235}
-
bauerb authored
Add KeyedServiceShutdownNotifier for classes that depend on keyed services but can't be keyed services themselves. BUG=395391 Review URL: https://codereview.chromium.org/905703002 Cr-Commit-Position: refs/heads/master@{#315234}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/8698150..772b5df TBR= Review URL: https://codereview.chromium.org/903413002 Cr-Commit-Position: refs/heads/master@{#315233}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/6262aac..8698150 TBR= Review URL: https://codereview.chromium.org/902403002 Cr-Commit-Position: refs/heads/master@{#315232}
-
dmazzoni authored
When the user navigates to a new page, stop sending accessibility events on the old page. BUG=421116,450409 Committed: https://crrev.com/6ce40a1e561892849c1f6ac070dda140f6cc0115 Cr-Commit-Position: refs/heads/master@{#314812} Review URL: https://codereview.chromium.org/830053004 Cr-Commit-Position: refs/heads/master@{#315231}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/01d3319..067f8ab CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/866403010 Cr-Commit-Position: refs/heads/master@{#315230}
-
dmazzoni authored
Logging revealed the flakiness was in ::AccessibleObjectFromWindow. Replace that with an alternative method, and remove the logging. BUG=440579 TBR=dtseng,ananta Review URL: https://codereview.chromium.org/901183003 Cr-Commit-Position: refs/heads/master@{#315229}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#315228}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/873033003 Cr-Commit-Position: refs/heads/master@{#315227}
-
henryhsu authored
All arm platforms support V4L2 SVDA by default and use_v4l2_codec also governs V4L2 VDA/VEA now. Generates libv4l2 stub in GN file. This CL is re-landed because CL 828063009 is reverted by 902773003. BUG=449883,455545 TEST=build chrome and vda unittest on peach_pit, veyron_pinky, squawks, and panther_freon TBR=piman@chromium.org,posciak@chromium.org Review URL: https://codereview.chromium.org/902143002 Cr-Commit-Position: refs/heads/master@{#315226}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/884fc25..6262aac TBR= Review URL: https://codereview.chromium.org/906813002 Cr-Commit-Position: refs/heads/master@{#315225}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/57bdc6e..884fc25 TBR= Review URL: https://codereview.chromium.org/902373002 Cr-Commit-Position: refs/heads/master@{#315224}
-
siva.gunturi authored
1.)Populate failure strings for GPU info collection when context_info_state records fatal failure. 2.)The vendorid and deviceid of gpu should give data on all platforms where context fails to run. ex:On mac devices gpu info strings are not collected (vendor, renderer, driver version), so populate vendorid and deviceid while collecting webglinfo which should always be valid. In case vendor, renderer, driver version are not populated they will be indicated as "Not Available" on those platforms. BUG=412440 Review URL: https://codereview.chromium.org/800483002 Cr-Commit-Position: refs/heads/master@{#315223}
-
dpranke authored
Apparently ~15 months ago I introduced a bug that causes the 'test_report' step to crash on the chromium.webkit WebKit Android Nexus 4 bot to crash if more than 10 tests fail, flake, or pass unexpectedly, and no one has noticed or at least dealt with it until now :(. TBR=jbudodrick@chromium.org BUG= Review URL: https://codereview.chromium.org/891473007 Cr-Commit-Position: refs/heads/master@{#315222}
-
tommi authored
WebRTC 8220:8286 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/cfe4b49..e898b13 Libjingle 8221:8277 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/18f533d..e361ce8 TBR=magjed@chromium.org Review URL: https://codereview.chromium.org/905133002 Cr-Commit-Position: refs/heads/master@{#315221}
-
dpranke authored
This reverts commit 4cf59ffa. This patch appears to break the contentshell_instrumentation_tests on the chromium.webkit waterfall. I'm not sure what to do about this, as the .webkit tests appear to be run in a completely different way than the .linux (main waterfall) tests, but I'm reverting this for now and we can sort it out later. TBR=jbudorick@chromium.org, maruel@chromium.org BUG=400499 > Author: jbudorick <jbudorick@chromium.org> > Date: Fri Feb 6 16:43:24 2015 -0800 > > [Android] Convert ContentShellTest.apk to isolate. > > We were previously using --test-data to push files from > //content/test/data/android/device_files to > $EXTERNAL_STORAGE/chrome/test/data/content. Switching to isolate lets > us handle all of our instrumentation and gtest data dependencies in the > same way. It will also facilitate using isolate to optimize transfers > between builders and testers. > > BUG=400499 > TBR=maruel@chromium.org > > Review URL: https://codereview.chromium.org/878163004 > > Cr-Commit-Position: refs/heads/master@{#315148} Review URL: https://codereview.chromium.org/886993003 Cr-Commit-Position: refs/heads/master@{#315220}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/fad7ce8..57bdc6e TBR= Review URL: https://codereview.chromium.org/907673002 Cr-Commit-Position: refs/heads/master@{#315219}
-
- 07 Feb, 2015 7 commits
-
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/5cc0f6c..01d3319 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/907663002 Cr-Commit-Position: refs/heads/master@{#315218}
-
wittman authored
Revert of Temporary commit to evaluate perf impact of prototype CPU profiler (patchset #10 id:170001 of https://codereview.chromium.org/888923004/) Reason for revert: Reverting temporary commit. Original issue's description: > Temporary commit to evaluate perf impact of prototype CPU profiler > > Design doc: https://docs.google.com/document/d/1Bv-I1yM9AjgY3t27ixdyWHCAW9IpVx02YQ-nSbIqccc > > BUG= > > Committed: https://crrev.com/47c6093645b62fbc9f68cf50375fc0626e32516c > Cr-Commit-Position: refs/heads/master@{#315196} TBR=cpu@chromium.org,wfh@chromium.org,vadimt@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/904233002 Cr-Commit-Position: refs/heads/master@{#315217}
-
aelias authored
Since top controls height can now be changed, storing top controls offset as an absolute value causes problems. Normalizing its format to (0, 1) means we we don't need to adjust it when the height changes. It also improves readability and means TopControlsManager will compute correctly even when the height is currently 0. This patch also switches top controls to use SyncedProperty. See also Blink-side patch: https://codereview.chromium.org/882683003 BUG=430635 Review URL: https://codereview.chromium.org/901813002 Cr-Commit-Position: refs/heads/master@{#315216}
-
charliea authored
Follow-up to http://crrev.com/870053006 (which added the methods that accept user-supplied timestamps) and http://crrev.com/892463004 (which modified Blink to use the user-supplied timestamps). BUG=345845 Review URL: https://codereview.chromium.org/894913006 Cr-Commit-Position: refs/heads/master@{#315215}
-
ccameron authored
BUG=452592 Review URL: https://codereview.chromium.org/909633002 Cr-Commit-Position: refs/heads/master@{#315214}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/907643002 Cr-Commit-Position: refs/heads/master@{#315213}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5f27c14..fad7ce8 TBR= Review URL: https://codereview.chromium.org/903763005 Cr-Commit-Position: refs/heads/master@{#315212}
-