- 22 Sep, 2014 40 commits
-
-
jmedley authored
BUG=none R= TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/588723002 Cr-Commit-Position: refs/heads/master@{#296033}
-
hartmanng authored
This script attempts to automate a lot of the waterfall-staring that pixel wranglers need to do. A version is already published and documented at http://www.chromium.org/developers/how-tos/gpu-wrangling/check_gpu_bots-script. This script is intended to be a temporary measure to help out pixel wranglers until such functionality (or better) is incorporated into tools like the sheriff-o-matic. BUG= Review URL: https://codereview.chromium.org/588603003 Cr-Commit-Position: refs/heads/master@{#296032}
-
mukai authored
BUG=None R=cmasone@chromium.org TBR=jamescook@chromium.org TEST=gn gen Review URL: https://codereview.chromium.org/586213002 Cr-Commit-Position: refs/heads/master@{#296031}
-
estade authored
BUG=416326 Review URL: https://codereview.chromium.org/590223002 Cr-Commit-Position: refs/heads/master@{#296030}
-
igsolla authored
The documentation for WebView#destroy() reads "This method should be called after this WebView has been removed from the view system. No other methods may be called on this WebView after destroy". However, some apps do not respect that restriction so this change ensures that we fail gracefully in that case and do not crash. BUG=415666 Review URL: https://codereview.chromium.org/581423002 Cr-Commit-Position: refs/heads/master@{#296029}
-
Ben Smith authored
BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/594503003 Cr-Commit-Position: refs/heads/master@{#296028}
-
Cem Kocagil authored
BUG=354261 R=brettw@chromium.org, brettw Review URL: https://codereview.chromium.org/589753005 Cr-Commit-Position: refs/heads/master@{#296027}
-
kundaji authored
Move data_reduction_proxy_* field declarations from profile_impl_io_data.h to profile_io_data.h, before chrome_network_delegate. This guarantees that chrome_network_delegate is destroyed before the data reduction proxy objects. BUG=414806 Committed: https://chromium.googlesource.com/chromium/src/+/d463f6b84e8a56d44904ec1418c99d7b47ea26dc Review URL: https://codereview.chromium.org/575143003 Cr-Commit-Position: refs/heads/master@{#296026}
-
holte authored
BUG=400927 Review URL: https://codereview.chromium.org/511623002 Cr-Commit-Position: refs/heads/master@{#296025}
-
mukai authored
BUG=384870 R=jochen@chromium.org TEST=build succeeds Review URL: https://codereview.chromium.org/584753003 Cr-Commit-Position: refs/heads/master@{#296024}
-
pkotwicz authored
Remove 'feature' where the animations get slowed down when a user clicks one of the window controls (minimize, maximize, close) while holding shift. This is intended for debugging only but affects behavior in stable too BUG=None TEST=None Review URL: https://codereview.chromium.org/586813004 Cr-Commit-Position: refs/heads/master@{#296023}
-
geofflang authored
Contains fixes for depth texture detection in D3D9. BUG=416053,angle:750 Review URL: https://codereview.chromium.org/593793002 Cr-Commit-Position: refs/heads/master@{#296022}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/78324b1..8b5f7b4 TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org Review URL: https://codereview.chromium.org/594493004 Cr-Commit-Position: refs/heads/master@{#296021}
-
thestig authored
TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/587823003 Cr-Commit-Position: refs/heads/master@{#296020}
-
wjmaclean authored
BUG=352293 Review URL: https://codereview.chromium.org/584143002 Cr-Commit-Position: refs/heads/master@{#296019}
-
jbauman authored
This forces the Display containing it to redraw and satisfy the request. BUG= Review URL: https://codereview.chromium.org/582173003 Cr-Commit-Position: refs/heads/master@{#296018}
-
jmedley authored
Copy edit Learn Basics section. Includes first group of new illustrations to make overall site images look googly and at the same time part of a single design process. BUG=none R= TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/581643004 Cr-Commit-Position: refs/heads/master@{#296017}
-
vitalyp authored
R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/print_preview/compiled_resources.gyp && ninja -C out/Default | grep WARNING Review URL: https://codereview.chromium.org/574193002 Cr-Commit-Position: refs/heads/master@{#296016}
-
dmazzoni authored
This is 10/11 tests from upstream. All uses of setTimeout were removed to hopefully eliminate any flakiness. Fixes bug where live region removals weren't spoken. BUG=371692 Review URL: https://codereview.chromium.org/582123002 Cr-Commit-Position: refs/heads/master@{#296015}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/a29b5d8..4401a1f CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=borenet@google.com Review URL: https://codereview.chromium.org/587263003 Cr-Commit-Position: refs/heads/master@{#296014}
-
dtseng authored
Review URL: https://codereview.chromium.org/572373002 Cr-Commit-Position: refs/heads/master@{#296013}
-
jmadill authored
Recent changes caused the Android Debug GPU bot to fail this test. This could possibly be due to anti-aliasing changes. BUG=416450 Review URL: https://codereview.chromium.org/592743003 Cr-Commit-Position: refs/heads/master@{#296012}
-
zea authored
Two cases are now improved: 1. Errors during model loading. Previously this would trigger a reconfiguration despite being in the middle of an existing configuration. 2. Errors after model loading but before association. Previously these would do nothing. BUG=415757 Review URL: https://codereview.chromium.org/585643003 Cr-Commit-Position: refs/heads/master@{#296011}
-
hanxi authored
Introduce WebRequestEventRouterDelegate to resolve the dependency of chrome in web_request_api.cc(.h). BUG=352293 Review URL: https://codereview.chromium.org/568583002 Cr-Commit-Position: refs/heads/master@{#296010}
-
sdefresne authored
Unregister BookmarkImageService observer from BookmarkModel in the Shutdown method instead of the destructor to follow the two step shutdown of the profile. Fix a typo in the EnhancedBookmarkModel override of KeyedService Shutdown method (could have been caught by using the OVERRIDE keyword). BUG=None Review URL: https://codereview.chromium.org/588233002 Cr-Commit-Position: refs/heads/master@{#296009}
-
msw authored
Just use RenderText's cap-height vertical centering. Do not use one-off naive font-height vertical centering. BUG=411908 TEST=views::Label and gfx::Canvas::DrawString* text baselines look good and match Textfields. R=sky@chromium.org Review URL: https://codereview.chromium.org/585053002 Cr-Commit-Position: refs/heads/master@{#296008}
-
anujk.sharma authored
Changing in the intialization order of WeakPtrFactory in src/chrome/browser module such that all member variables should appear before the WeakPtrFactory to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. BUG=303818 Review URL: https://codereview.chromium.org/582633002 Cr-Commit-Position: refs/heads/master@{#296007}
-
dyen authored
R=vmiura@chromium.org BUG= https://code.google.com/p/chromium/issues/detail?id=397294 TEST= Trace gpu.service,gpu.device on android device Review URL: https://codereview.chromium.org/586503003 Cr-Commit-Position: refs/heads/master@{#296006}
-
anujk.sharma authored
Changing the initialization order of WeakPtrFactory such that all member variables should appear before the WeakPtrFactory to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. BUG=303818 Review URL: https://codereview.chromium.org/591993002 Cr-Commit-Position: refs/heads/master@{#296005}
-
tfarina authored
That way we can stop building it within unit_tests and gfx_unittests and share with them through gfx_test_support target. This way is much more standard in chromium code. BUG=354137 TEST=unit_tests, gfx_unittests R=sky@chromium.org Review URL: https://codereview.chromium.org/590873002 Cr-Commit-Position: refs/heads/master@{#296004}
-
kmarshall authored
Delete redundant non-proto ReadState/WriteState/ConnectState enums. Add cast protogen rule to extension registration deps. BUG= Review URL: https://codereview.chromium.org/589663002 Cr-Commit-Position: refs/heads/master@{#296003}
-
caseq authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/08e97a9:78324b1 TBR=pdr@chromium.org,wjmaclean@chromium.org Review URL: https://codereview.chromium.org/588123003 Cr-Commit-Position: refs/heads/master@{#296002}
-
jamiewalch authored
Various browser tests currently have to make a connection to a host in order to test features that only make sense in that context (eg, bump-scroll). These tests would be more robust if the we could mock the client plugin so that a real connection isn't needed. For the most part, I've changed only what I had to to make it possible to mock these classes; there's a lot more clean-up that could be done, but I don't want to make it hard to merge things back into trunk. Review URL: https://codereview.chromium.org/552403004 Cr-Commit-Position: refs/heads/master@{#296001}
-
mlerman authored
BUG=NONE Review URL: https://codereview.chromium.org/584663002 Cr-Commit-Position: refs/heads/master@{#296000}
-
marja authored
allow-hotplug instead of auto means that ifupdown won't wait for 2 min for the interface to come up, but it'll bring it up as soon as it appears. R=tonyg@chromium.org,fmeawad@chromium.org BUG= Review URL: https://codereview.chromium.org/593623002 Cr-Commit-Position: refs/heads/master@{#295999}
-
jdduke authored
Each enqueued event in the browser-side touch queue maintains a vector of events that must be ack'ed, allowing each enqueued event to coalesce with subsequent events delivered from the platform. Currently, the vector is always populated with the first event, even if no coalescing occurs. Instead, defer population until coalescing occurs, optimizing the common case for most events by avoiding an extra heap allocation for every touch. This can save ~5-10us per forwarded touch event on a typical Android device. BUG=384562 Review URL: https://codereview.chromium.org/565033002 Cr-Commit-Position: refs/heads/master@{#295998}
-
jiayl authored
BUG=413853 Review URL: https://codereview.chromium.org/585133002 Cr-Commit-Position: refs/heads/master@{#295997}
-
jmedley authored
BUG=none R= TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/590693002 Cr-Commit-Position: refs/heads/master@{#295996}
-
scottmg authored
The previous patch https://codereview.chromium.org/584513004 ran on all metro viewer shutdowns, which would lead to Alt-F4 not being processed which means that the proper metro process shutdown wouldn't happen, potentially leaving the "ghost" icon. Instead, only do the aggressive termination from the process_host side and only when running test binaries (where we're concerned about having the viewer be able to run again immediately.) R=ananta@chromium.org BUG=411147,416356 Review URL: https://codereview.chromium.org/584213002 Cr-Commit-Position: refs/heads/master@{#295995}
-
avi authored
This is already how the bookmark editor sheet behaves. The xib changes: - Turn off "headers". - Set the column autoresizing style to "last column only". BUG=414266 TEST=as in bug Review URL: https://codereview.chromium.org/586543002 Cr-Commit-Position: refs/heads/master@{#295994}
-