- 02 Oct, 2014 40 commits
-
-
bokan authored
When a text field is focused on Android, the keyboard comes up and the field is zoomed into the viewport. The page scale animation that is created would happen in LayerTreeHostImpl, however, the resized viewport layers were still in the sync_tree until it got activated. This led to incorrect clamping of the viewport when the text field was near the bottom of the document and becomes more visible when virtual viewport pinch to zoom is turned on. BUG=364217,419450 Review URL: https://codereview.chromium.org/615953005 Cr-Commit-Position: refs/heads/master@{#297913}
-
gunsch authored
R=lcwu@chromium.org,asvitkine@chromium.org BUG=400925 Review URL: https://codereview.chromium.org/602393004 Cr-Commit-Position: refs/heads/master@{#297912}
-
dtrainor authored
Move to Theme.Holo.Light to try to avoid crash on certain devices BUG=416692 NOTRY=true Review URL: https://codereview.chromium.org/617073009 Cr-Commit-Position: refs/heads/master@{#297911}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/08d02d1..3d06386 TBR=eustas@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/620233002 Cr-Commit-Position: refs/heads/master@{#297910}
-
chrome://bookmarksvitalyp authored
R=dbeam@chromium.org BUG=393873 NOTRY=true TEST=GYP_GENERATORS=ninja gyp --depth . third_party/closure_compiler/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/619393002 Cr-Commit-Position: refs/heads/master@{#297909}
-
chrome://welcomeaurimas authored
BUG=388043 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/619263002 Cr-Commit-Position: refs/heads/master@{#297908}
-
brettw authored
BUG= Review URL: https://codereview.chromium.org/613683006 Cr-Commit-Position: refs/heads/master@{#297907}
-
slamm authored
BUG=412826 Review URL: https://codereview.chromium.org/617353007 Cr-Commit-Position: refs/heads/master@{#297906}
-
brettw authored
Remove myself from base/owners. Add some new people. Review URL: https://codereview.chromium.org/624693002 Cr-Commit-Position: refs/heads/master@{#297905}
-
xians authored
BUG= TEST=bots. Review URL: https://codereview.chromium.org/621093002 Cr-Commit-Position: refs/heads/master@{#297904}
-
John Abd-El-Malek authored
Disable AutofillInteractiveTest.OnSelectOptionFromDatalist as it fails locally all the time on 10.8. Also fix disabling of OutOfProcessPPAPITest FlashDRM BUG=419868,419863 TBR=ziran.sun@samsung.com Review URL: https://codereview.chromium.org/622903002 Cr-Commit-Position: refs/heads/master@{#297903}
-
creis authored
This updates the CommitPending logic now that swap out happens at commit time, ensuring that the old RFH is kept alive until the SwapOut ACK is received. It is now also possible to swap out without creating a proxy. BUG=407160 TEST=Cross-site iframe is visible in --site-per-process mode. Review URL: https://codereview.chromium.org/525583002 Cr-Commit-Position: refs/heads/master@{#297902}
-
John Abd-El-Malek authored
Disable OutOfProcessPPAPITest FlashDRM as it flakes locally all the time and on swarming bot for debug builds. BUG=419863 TBR=raymes@chromium.org Review URL: https://codereview.chromium.org/624713002 Cr-Commit-Position: refs/heads/master@{#297901}
-
jdduke authored
Routing gestures from the FilteredGestureProvider to the GestureTextSelector is clumsy, confusing and unnecessary. Instead, have each GestureTextSelector lazily create its own GestureDetector, simplifying the touch and gesture event flow from the embedder. Also move all gesture detection-related listeners into their own files, decoupling include dependencies. BUG=419550 Review URL: https://codereview.chromium.org/617423002 Cr-Commit-Position: refs/heads/master@{#297900}
-
John Abd-El-Malek authored
The ifdef was reversed. BUG=180759 TBR=yoz@chromium.org Review URL: https://codereview.chromium.org/620253002 Cr-Commit-Position: refs/heads/master@{#297899}
-
gunsch authored
R=dougsteed@chromium.org,lcwu@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/618863002 Cr-Commit-Position: refs/heads/master@{#297898}
-
tdanderson authored
Instead of returning a NULL target for a ET_GESTURE_END in the case where no default gesture handler has been established, prevent processing in RootView::OnEventProcessingStarted() by marking the event as handled. BUG=417771 TEST=ViewTargeterTest.ViewTargeterForGestureEvents changed, WidgetTest.GestureEndEvents changed, WidgetTest.GestureEventsNotProcessed changed, WidgetTest.DisabledGestureEventTarget changed Review URL: https://codereview.chromium.org/619183002 Cr-Commit-Position: refs/heads/master@{#297897}
-
John Abd-El-Malek authored
BUG=414808 R=maruel@chromium.org Review URL: https://codereview.chromium.org/620213003 Cr-Commit-Position: refs/heads/master@{#297896}
-
brettw authored
Review URL: https://codereview.chromium.org/627433003 Cr-Commit-Position: refs/heads/master@{#297895}
-
jkarlin authored
The old CL needed a rebase before landing. Trying again. Reland of: https://codereview.chromium.org/580063003/ BUG=392621 Review URL: https://codereview.chromium.org/622783003 Cr-Commit-Position: refs/heads/master@{#297894}
-
lgarron authored
BUG=413057 NOTRY=true Review URL: https://codereview.chromium.org/620793004 Cr-Commit-Position: refs/heads/master@{#297893}
-
mek authored
BUG=383125 Review URL: https://codereview.chromium.org/476293002 Cr-Commit-Position: refs/heads/master@{#297892}
-
sky authored
Otherwise the sides may be clipped out. BUG=417493 TEST=see bug R=ananta@chromium.org Committed: https://crrev.com/d1ab0241ee29c70bd08531d1f038964664b124b6 Cr-Commit-Position: refs/heads/master@{#296608} Review URL: https://codereview.chromium.org/604463003 Cr-Commit-Position: refs/heads/master@{#297891}
-
yzshen authored
With this CL you can do: // It is safe to call even if foo.is_null() is true. FooStructPtr foo_clone = foo.Clone(); Array<Bar> bar_array_clone = bar_array.Clone(); If you call Clone() with a struct or array type which (transitively) contains handles, you will get a compile-time error: 'Clone' : is not a member of 'FooStruct'. BUG=None TEST=Newly added tests in array_unittest and struct_unittest Review URL: https://codereview.chromium.org/615063003 Cr-Commit-Position: refs/heads/master@{#297890}
-
earthdok authored
BUG=416420 R=abarth@chromium.org Review URL: https://codereview.chromium.org/612413002 Cr-Commit-Position: refs/heads/master@{#297889}
-
quiche authored
Pick up latest system_api for cros, including the SecurityClass property for shill Services, and the FindMatchingServices method of the shill Manager object. BUG=chromium:419831 TEST=manual (per instructions at top of DEPS file) Review URL: https://codereview.chromium.org/621083002 Cr-Commit-Position: refs/heads/master@{#297888}
-
rdevlin.cronin authored
Change from 238, 238, 238 to 250, 250, 250 (#FAFAFA). before and after: http://imgur.com/rAotOUN,rEUR68f BUG=419202 Review URL: https://codereview.chromium.org/617023005 Cr-Commit-Position: refs/heads/master@{#297887}
-
mlamouri authored
Chromium side of https://codereview.chromium.org/625443004/ BUG=162827 Review URL: https://codereview.chromium.org/612323012 Cr-Commit-Position: refs/heads/master@{#297886}
-
kundaji authored
Make client an enum instead of string. BUG=412982 Review URL: https://codereview.chromium.org/596053003 Cr-Commit-Position: refs/heads/master@{#297885}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/6bd4196..3b8af07 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/614103008 Cr-Commit-Position: refs/heads/master@{#297884}
-
lazyboy authored
This is similar to what ScreenAsh::GetDisplayNearestWindow() is doing. There can be cases when NativeView is NULL. BUG=419611 Test=See bug description. Review URL: https://codereview.chromium.org/618413002 Cr-Commit-Position: refs/heads/master@{#297883}
-
chrome://settingsvitalyp authored
R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/604373006 Cr-Commit-Position: refs/heads/master@{#297882}
-
stgao authored
Two bug fixed: 1. NormalizePath for components. 2. Add expected line separators in reasons. NOTRY=true Review URL: https://codereview.chromium.org/617073010 Cr-Commit-Position: refs/heads/master@{#297881}
-
enne authored
WebViewImpl always makes a root layer in layout, but not all RenderWidgets do. Instead, only DCHECK if there's a readback request. R=jamesr@chromium.org BUG=397321,419644 Review URL: https://codereview.chromium.org/622823002 Cr-Commit-Position: refs/heads/master@{#297880}
-
John Abd-El-Malek authored
BUG=414808 R=maruel@chromium.org Review URL: https://codereview.chromium.org/626553002 Cr-Commit-Position: refs/heads/master@{#297879}
-
avayvod authored
BUG=418653 NOTRY=true The change to report the histogram is here: https://chrome-internal-review.googlesource.com/#/c/178316/ Review URL: https://codereview.chromium.org/620893004 Cr-Commit-Position: refs/heads/master@{#297878}
-
mathp authored
BUG=None Review URL: https://codereview.chromium.org/626513002 Cr-Commit-Position: refs/heads/master@{#297877}
-
ranj authored
Sync wallpaper in storage onchange events, will also upload wallpapers to server when user set custom wallpaper BUG=416566 Review URL: https://codereview.chromium.org/597503007 Cr-Commit-Position: refs/heads/master@{#297876}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/9ccd091..08d02d1 TBR=eustas@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/622433004 Cr-Commit-Position: refs/heads/master@{#297875}
-
fsamuel authored
This test coverage already exists in chrome and extensions now. BUG=330264 Review URL: https://codereview.chromium.org/617123005 Cr-Commit-Position: refs/heads/master@{#297874}
-