- 17 Feb, 2015 40 commits
-
-
meacer authored
This CL adds |GetWifiSSID| to net_util to get the SSID of the associated WiFi access point's, if there is one. The function is currently only implemented for Linux (including ChromeOS and Android). On Linux, it retrieves WiFi SSIDs for each interface and if all interfaces have the same SSID, returns it as the current SSID. This is similar to what https://codereview.chromium.org/739983005/ does. BUG=451272 Review URL: https://codereview.chromium.org/878513008 Cr-Commit-Position: refs/heads/master@{#316623}
-
sdefresne authored
Instead of using the factories to retrieve the dependended upon keyed service, pass them explicitly to WebHistoryService from the WebHistoryServiceFactory. Fix the dependency of WebHistoryService to add the service used and to remove the service unused. Move file into //components/history/core/browser, remove unnecessary #include and fix files that did not #include all the files they used. BUG=371835,454524 Review URL: https://codereview.chromium.org/897423003 Cr-Commit-Position: refs/heads/master@{#316622}
-
megjablon authored
Adds the blocking page and resources for the Data Reduction Proxy bypass interstitials. This intersitial is shown when the user loads a resource that returns a data reduction proxy bypass on http. The user can choose to continue loading the page or go back to the previous page. If the user accepts loading the page, the intertitial will not be shown again for another 5 minutes. BUG=428408 Review URL: https://codereview.chromium.org/830503004 Cr-Commit-Position: refs/heads/master@{#316621}
-
mbarbella authored
R=inferno@chromium.org Review URL: https://codereview.chromium.org/937433002 Cr-Commit-Position: refs/heads/master@{#316620}
-
rmcilroy authored
The OnMemoryPressureListener can happen at any time after it is registered, which may be before Blink is initialized. If this happens then pruneAll() will call WTF::current_time(), which calls the uninitialized currentTimeFunction, causing a crash. BUG=447208 Review URL: https://codereview.chromium.org/933713002 Cr-Commit-Position: refs/heads/master@{#316619}
-
boliu authored
This never worked in webview and usually fails at run time during context creation. Just disable it for now. BUG= Review URL: https://codereview.chromium.org/928613004 Cr-Commit-Position: refs/heads/master@{#316618}
-
rdevlin.cronin authored
Previously, we never showed context menus for component extensions, but this just looks weird when it's in the browser actions toolbar. Give component extensions a context menu if the redesign is on. BUG=428996 Review URL: https://codereview.chromium.org/919733002 Cr-Commit-Position: refs/heads/master@{#316617}
-
rtenneti authored
Change the initial maximum packet size for a QUIC server to 1000 bytes instead of 1350 bytes. Protected by FLAGS_quic_small_default_packet_size which is enabled by default. When the server receives the CHLO from the client, if the CHLO packet is larger, the server will increase its max packet length to match. Merge internal change: 86310847 https://codereview.chromium.org/916143004/ Adding DCHECKS in the crypto stream constructors to make sure is_server is set correctly, and fixing up tests accordingly. Merge internal change: 86300482 https://codereview.chromium.org/929033003/ Enable QUIC's pacing by default on all QUIC connections by setting FLAGS_quic_enable_pacing to true by default. Merge internal change: 86286914 https://codereview.chromium.org/933653003/ Fully qualify std::* names being exported internally by using declarations in third_party/stl/*. These using declarations are a historical artifact and they hinder portability and toolchain changes. Merge internal change: 86267997 https://codereview.chromium.org/925423004/ Adding an option to the quic client to not respect GOAWAYS. Didn't make this change in Chromium's QuicClientSession. Merge internal change: 86198166 https://codereview.chromium.org/930983002/ Deprecating FLAGS_quic_ack_notifier_informed_on_serialized. Merge internal change: 86177949 https://codereview.chromium.org/927173002/ Change QuicFramer so it accepts a QuicDataWriter rather than allocating one. Saves a full packet allocation by putting it on the stack. Merge internal change: 86104715 https://codereview.chromium.org/921883003/ Deprecate FLAGS_quic_use_std_cbrt. Merge internal change: 86087014 https://codereview.chromium.org/928163004/ R=rch@chromium.org Review URL: https://codereview.chromium.org/932723002 Cr-Commit-Position: refs/heads/master@{#316616}
-
ckehoe authored
Review URL: https://codereview.chromium.org/923533003 Cr-Commit-Position: refs/heads/master@{#316615}
-
creis authored
TBR=janx@chromium.org BUG=396414 TEST=Tree stays green. Review URL: https://codereview.chromium.org/931213003 Cr-Commit-Position: refs/heads/master@{#316614}
-
wnwen authored
Review URL: https://codereview.chromium.org/900053003 Cr-Commit-Position: refs/heads/master@{#316613}
-
rockot authored
Revert of Allow silent update for default-installed apps. (patchset #1 id:1 of https://codereview.chromium.org/863743002/) Reason for revert: After landing, we've decided there's a better way to do this. The change history on the bug will be less confusing if we just revert this change first. Original issue's description: > Allow silent update for default-installed apps. > > 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 > > Committed: https://crrev.com/92c7f7b3d0974547a628b5d21838c20b0f37839a > Cr-Commit-Position: refs/heads/master@{#316608} TBR=asargent@chromium.org,kalman@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=450300 Review URL: https://codereview.chromium.org/935663002 Cr-Commit-Position: refs/heads/master@{#316612}
-
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}
-