- 17 Feb, 2015 40 commits
-
-
mlamouri authored
BUG=459240 Review URL: https://codereview.chromium.org/930223003 Cr-Commit-Position: refs/heads/master@{#316611}
-
gab authored
This is effectively a revert of http://crrev.com/297947 while a better long term solution is put together. BUG=325447, 455647 Review URL: https://codereview.chromium.org/936483002 Cr-Commit-Position: refs/heads/master@{#316610}
-
s.singapati authored
It is possible that all the pointers in a given TouchMove may have state as StateMoved, even though none of the pointers have not changed in real. Now, TouchEventQueue filters these events and avoids sending the events to the renderer. BUG=452032 Review URL: https://codereview.chromium.org/916103002 Cr-Commit-Position: refs/heads/master@{#316609}
-
rockot authored
This suppresses the automatic-disabling and requirement for explicit user consent when upgrading the permissions of a default-installed app. BUG=450300 R=asargent@chromium.org Review URL: https://codereview.chromium.org/863743002 Cr-Commit-Position: refs/heads/master@{#316608}
-
xiaohuic authored
debug_daemon_client.h used to define its own duplicate enum. This cl unifies it to use the enum defined in debugd. BUG=444146 TEST=locally on chromebook. Review URL: https://codereview.chromium.org/925903006 Cr-Commit-Position: refs/heads/master@{#316607}
-
mlerman authored
BUG=458903 TEST=You can sign into chrome, and your signin credential also gets pushed into the cookie jar (for gmail). Also, if you re-auth in the browser after changing your password, your signin credential for the content area still also (still) gets updated. Review URL: https://codereview.chromium.org/936503002 Cr-Commit-Position: refs/heads/master@{#316606}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/a24a8b1..2d4f323 TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/931893002 Cr-Commit-Position: refs/heads/master@{#316605}
-
alexmos authored
Until now, the FrameOwner for remote frames with a remote parent was a PlaceholderFrameOwner, which couldn't store sandbox flags. The Blink side of this CL replaces PlaceholderFrameOwner with a RemoteBridgeFrameOwner, which does store sandbox flags, and with this change, we will initialize them using the replicated state that's already passed in to CreateFrameProxy. Corresponding Blink patch (needs to land first): https://codereview.chromium.org/910313004/ BUG=426512 Review URL: https://codereview.chromium.org/886923004 Cr-Commit-Position: refs/heads/master@{#316604}
-
sullivan authored
Review URL: https://codereview.chromium.org/930343002 Cr-Commit-Position: refs/heads/master@{#316603}
-
rouslan authored
Tapping near the edge of an input field focuses the field, but does not bring up the autofill popup. The issue is taking the tap width into account when handling field focus, but not when checking which element was tapped. The fix is to take the tap width and height into account when checking which field was tapped. This is the Chrome part of the fix. The Blink part is: http://crrev.com/913323004 BUG=430318 Review URL: https://codereview.chromium.org/884583002 Cr-Commit-Position: refs/heads/master@{#316602}
-
peter authored
These features will be available on all versions of Windows, Mac, Linux and Chrome OS, on Android since the JellyBean release, but not yet in WebView. This was covered in the two intent to ships. Web Notifications for Service Workers: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Cr7_GRSd2zM Push API: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/UdGlL9PtBLo This is patch of a two-sided patch, where the first enables the feature by default on all platforms. [1] https://codereview.chromium.org/919033003/ [2] This patch. BUG=432527, 350378, 90795 Review URL: https://codereview.chromium.org/914373003 Cr-Commit-Position: refs/heads/master@{#316601}
-
fsamuel authored
Listen to the drop handler, check if it's a URL, and navigate the tab if so. BUG=449912 TBR=xiyuan@chromium.org Review URL: https://codereview.chromium.org/931033002 Cr-Commit-Position: refs/heads/master@{#316600}
-
estade authored
The feature is controlled by the sync experiment now. BUG=none Review URL: https://codereview.chromium.org/926653004 Cr-Commit-Position: refs/heads/master@{#316599}
-
eakuefner authored
This patch fixes a specific metric that was adding values with descriptions accidentally being inserted in the important field's position. It also adds an assert to prevent values with non-bool important fields from being constructed. R=sullivan,nednguyen@google.com,dtu BUG=458523 Review URL: https://codereview.chromium.org/914083005 Cr-Commit-Position: refs/heads/master@{#316598}
-
yyanagisawa authored
Moved description just before import, and it should make the file description more looks like so. Review URL: https://codereview.chromium.org/932813002 Cr-Commit-Position: refs/heads/master@{#316597}
-
jvoung authored
This pulls in the following Native Client changes: 18dbc93: (jfb@chromium.org) Update revision for PNaCl 6b9d8cf: (jvoung@chromium.org) Workaround for linking nacl_helper_nonsfi w/ newer LLVM gold plugin. 6b9d8cf requires an adjustment to the nacl_helper_nonsfi link_flags (start-group, end-group supplied from the nacl side). BUG=https://code.google.com/p/nativeclient/issues/detail?id=4067 TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_arm_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/933993002 Cr-Commit-Position: refs/heads/master@{#316596}
-
jbudorick authored
BUG=458658 Review URL: https://codereview.chromium.org/929603002 Cr-Commit-Position: refs/heads/master@{#316595}
-
mmeade authored
BUG=453679 Review URL: https://codereview.chromium.org/870103005 Cr-Commit-Position: refs/heads/master@{#316594}
-
mbarbella authored
BUG=450268 R=inferno@chromium.org,tsepez@chromium.org Review URL: https://codereview.chromium.org/931153003 Cr-Commit-Position: refs/heads/master@{#316593}
-
tfarina authored
Nobody seems to be using this target and it seems to be just an alias for blink_tests: https://code.google.com/p/chromium/codesearch#search/&q=webkit_builder_win&sq=package:chromium&type=cs BUG=None TEST=trybots R=thakis@chromium.org Review URL: https://codereview.chromium.org/932763002 Cr-Commit-Position: refs/heads/master@{#316592}
-
abarth authored
Without GenerateMipmap, the gl_bindings_skia_in_process don't work because Skia fails to intialize the GrContext. With this change, the GrContext intializes and works properly. I found this issue when trying to use this code on Android as a backend for Ganesh. R=kbr@chromium.org Review URL: https://codereview.chromium.org/930173002 Cr-Commit-Position: refs/heads/master@{#316591}
-
k.czech authored
Re-baseline after the Blink(crbug.com/457687) change goes in. BUG=457687 Review URL: https://codereview.chromium.org/929023002 Cr-Commit-Position: refs/heads/master@{#316590}
-
pauljensen authored
necessary as they at most restrict to IPv4 results which doesn't change the resolver's result for IPv4 literals. BUG=453456 Review URL: https://codereview.chromium.org/926593003 Cr-Commit-Position: refs/heads/master@{#316589}
-
merkulova authored
BUG=151287 NOTRY=true Review URL: https://codereview.chromium.org/931883002 Cr-Commit-Position: refs/heads/master@{#316588}
-
vivek.vg authored
[gcc] Fix compiler warning turned into errors with gcc while compiling extension_sync_data_unittest.cc With gcc toolchain, we get following error with EXPECT_FALSE error: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Werror=conversion-null] Changing EXPECT_EQ(...) to EXPECT_FALSE() fixes the error. R=kalman@chromium.org, rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/928003002 Cr-Commit-Position: refs/heads/master@{#316587}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/87b7f9d..a24a8b1 TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/933983002 Cr-Commit-Position: refs/heads/master@{#316586}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/54fac8b..d1371a6 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=scroggo@google.com Review URL: https://codereview.chromium.org/934823003 Cr-Commit-Position: refs/heads/master@{#316585}
-
droger authored
snapshots_util is also moved from ui/ to snapshots/ as part of this CL. NOPRESUBMIT=true Review URL: https://codereview.chromium.org/862693003 Cr-Commit-Position: refs/heads/master@{#316584}
-
mseaborn authored
Now that NaClValidationCache is declared in src/public/, we can use that declaration from the Chromium side and remove a non-public #include. BUG=https://code.google.com/p/nativeclient/issues/detail?id=2832 TEST=build Review URL: https://codereview.chromium.org/929613002 Cr-Commit-Position: refs/heads/master@{#316583}
-
mstrum authored
There was a typo where a '/' was used instead of a ':'. components_unittests is found in components/BUILD.gn. Review URL: https://codereview.chromium.org/931653002 Cr-Commit-Position: refs/heads/master@{#316582}
-
dmazzoni authored
Subscribe nektar@chromium.org and je_julie.kim@samsung.com, and simplify the file paths to just catch any file that includes one of these keywords in the path rather than trying to enumerate every path: accessibility, braille, chromevox, iaccessible2, isimpledom, liblouis Let me know if I missed any keywords! In particular, are there any accessibility-related files in the code tree that don't contain one of these keywords as a substring? (This doesn't count Blink.) BUG=none NOTRY=true Review URL: https://codereview.chromium.org/927683002 Cr-Commit-Position: refs/heads/master@{#316581}
-
Paweł Hajdan, Jr authored
Run it on Android bots (depends on https://codereview.chromium.org/930233002). BUG=459147, 422235 R=mnaganov@chromium.org Review URL: https://codereview.chromium.org/929223002 Cr-Commit-Position: refs/heads/master@{#316580}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d4be2fd..87b7f9d TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/932853002 Cr-Commit-Position: refs/heads/master@{#316579}
-
mseaborn authored
BUG=https://code.google.com/p/nativeclient/issues/detail?id=2832 TEST=build Review URL: https://codereview.chromium.org/933733003 Cr-Commit-Position: refs/heads/master@{#316578}
-
fukino authored
- Color the progress bar green. - Use Material Design's expand icon to open/shrink progress panel. - Show expand button slightly higher than the progress bar. (Cancel button should stay in the same level as progress bar.) BUG=402344 TEST=manually checked Review URL: https://codereview.chromium.org/931123002 Cr-Commit-Position: refs/heads/master@{#316577}
-
mlamouri authored
The current design is violating the coding style (public member variables) and is breaking some implicit functions used by some STL implementations. BUG=443228 Review URL: https://codereview.chromium.org/931113003 Cr-Commit-Position: refs/heads/master@{#316576}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/066d1633..b85cd710 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/934783002 Cr-Commit-Position: refs/heads/master@{#316575}
-
droger authored
BUG=452490 Review URL: https://codereview.chromium.org/927373002 Cr-Commit-Position: refs/heads/master@{#316574}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/db3909a..d4be2fd TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/927233004 Cr-Commit-Position: refs/heads/master@{#316573}
-
peter authored
Android won't be able to support this reliably, and hasn't yet shipped this feature, so this is the time to take it out. This is part of a two-sided patch: [1] https://codereview.chromium.org/901843006 [2] This patch. BUG=441828 Review URL: https://codereview.chromium.org/920153002 Cr-Commit-Position: refs/heads/master@{#316572}
-