- 17 Feb, 2015 40 commits
-
-
orenb authored
The latest <paper-radio-button> matches the Material Design spec. The MD-Settings page will make use of the cr-checkbox which wraps a paper-checkbox which extends paper-radio-button. Since paper-radio-button isn't currently used in Chromium there shouldn't be any side effects for this change. BUG=457513 Review URL: https://codereview.chromium.org/924623002 Cr-Commit-Position: refs/heads/master@{#316638}
-
mbarbella authored
Addresses comments from https://codereview.chromium.org/931153003/ R=tsepez@chromium.org,inferno@chromium.org BUG=450268 Review URL: https://codereview.chromium.org/920433003 Cr-Commit-Position: refs/heads/master@{#316637}
-
benwells authored
This change sets the accessibility state of the bubble correctly, and also adds an accessible name for the name edit. The question mark is also removed from the bubble title. BUG=363372 Review URL: https://codereview.chromium.org/931643003 Cr-Commit-Position: refs/heads/master@{#316636}
-
benwells authored
BUG=458232 Review URL: https://codereview.chromium.org/934673002 Cr-Commit-Position: refs/heads/master@{#316635}
-
holte authored
BUG=381380 Review URL: https://codereview.chromium.org/925753002 Cr-Commit-Position: refs/heads/master@{#316634}
-
jmadill authored
With fixes for the Clang-Win bot. https://chromium.googlesource.com/angle/angle/+log/592ab9dd91e6..d2d21dcadcc BUG=391957, 436191, 450257, 447419, 452587, 453543 R=thakis@chromium.org,kbr@chromium.org,bajones@chromium.org Review URL: https://codereview.chromium.org/934773004 Cr-Commit-Position: refs/heads/master@{#316633}
-
zachr authored
Due to the introduction of VGEM, /dev/dri/card0 is not necessarily capable of display. This patch adds a procedure that opens each card in order starting from card0 and returns an open fd of the first card usable for display. Also, the defaults are taken out of the ozone_platforms and dri_wrapper will use the new procedure when no default card path is given. Usability for the purposes of display is determined by success of the DRM_IOCTL_MODE_GETRESOURCES ioctl. TEST=run chromiumos freon in qemu BUG= R=dnicoara@chromium.org Review URL: https://codereview.chromium.org/913273006 Cr-Commit-Position: refs/heads/master@{#316632}
-
paulirish authored
screenshot: http://i.imgur.com/TxlvMWQ.png BUG= Review URL: https://codereview.chromium.org/930993002 Cr-Commit-Position: refs/heads/master@{#316631}
-
qyearsley authored
BUG= Review URL: https://codereview.chromium.org/916543002 Cr-Commit-Position: refs/heads/master@{#316630}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/2d4f323..0a1a0a2 TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/934803004 Cr-Commit-Position: refs/heads/master@{#316629}
-
rockot authored
This is a small change to the logic underlying auto permission grants for default-installed extensions. This causes permissions to actually be granted as intended, rather than simply bypassing the prompt. BUG=450300 R=kalman@chromium.org Review URL: https://codereview.chromium.org/934753005 Cr-Commit-Position: refs/heads/master@{#316628}
-
tfarina authored
BUG=None TEST=perf_tests and content_perftests R=thestig@chromium.org,avi@chromium.org Review URL: https://codereview.chromium.org/931503002 Cr-Commit-Position: refs/heads/master@{#316627}
-
sergeyv authored
Blink-side patch: https://codereview.chromium.org/932523003/ BUG=458035 Review URL: https://codereview.chromium.org/930113002 Cr-Commit-Position: refs/heads/master@{#316626}
-
nednguyen authored
BUG=439497 Review URL: https://codereview.chromium.org/926833002 Cr-Commit-Position: refs/heads/master@{#316625}
-
jbudorick authored
BUG=267773 Review URL: https://codereview.chromium.org/924003003 Cr-Commit-Position: refs/heads/master@{#316624}
-
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}
-