- 02 Sep, 2014 40 commits
-
-
ahernandez.miralles authored
NOTRY=True Review URL: https://codereview.chromium.org/509253003 Cr-Commit-Position: refs/heads/master@{#292987}
-
hubbe authored
.. and switch evil network profile for bad network profile BUG=356842 Review URL: https://codereview.chromium.org/511393007 Cr-Commit-Position: refs/heads/master@{#292986}
-
stgao authored
BUG= NOTRY=true Review URL: https://codereview.chromium.org/525433003 Cr-Commit-Position: refs/heads/master@{#292985}
-
wez authored
Review URL: https://codereview.chromium.org/530523002 Cr-Commit-Position: refs/heads/master@{#292984}
-
tdanderson authored
If no gesture handler has been established prior to RootView receiving a ui::ET_GESTURE_END event, do not perform any targeting based on the event's location (and therefore do not dispatch this event to any view); GESTURE_END should only ever be targeted and dispatched to the gesture handler set by a previous gesture. BUG=409918 TEST=ViewTargeterTest.ViewTargeterForGestureEvents, WidgetTest.GestureBeginAndEndEvents, WidgetTest.DisabledGestureEventTarget Review URL: https://codereview.chromium.org/533793002 Cr-Commit-Position: refs/heads/master@{#292983}
-
tmoniuszko authored
Remove redundant data member and include. Followup after https://codereview.chromium.org/493363006 BUG=388084 Review URL: https://codereview.chromium.org/527103003 Cr-Commit-Position: refs/heads/master@{#292982}
-
Dominic Mazzoni authored
This reverts commit fe2ae5fb. BUG=368834,409965 TBR=zea,scottmg Review URL: https://codereview.chromium.org/534733002 Cr-Commit-Position: refs/heads/master@{#292981}
-
bnc authored
Cleanup: This member has been obsoleted by https://crrev.com/516443002. BUG=334602 Review URL: https://codereview.chromium.org/520613004 Cr-Commit-Position: refs/heads/master@{#292980}
-
Brett Wilson authored
R=scottmg@chromium.org Review URL: https://codereview.chromium.org/533853002 Cr-Commit-Position: refs/heads/master@{#292979}
-
Brett Wilson authored
This fixes all non-RTC-related linker errors for Chrome. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/533743004 Cr-Commit-Position: refs/heads/master@{#292978}
-
pkotwicz authored
BUG=407561 TEST=Tests pass in Nexus 5 Review URL: https://codereview.chromium.org/521393002 Cr-Commit-Position: refs/heads/master@{#292977}
-
Brett Wilson authored
This also reworks visibility so both it and the testonly flag are checked when a target is marked resolved, rather than when it is written out. The previous code would not check visibility when doing non-"gen" commands like "check", which is counterintuitive. This change required OnResolved to be able to report a failure, which required updating many callers. But it makes visibility mush easier to test, so I added some additional visibility tests. BUG=357779 R=hclam@chromium.org Review URL: https://codereview.chromium.org/524623005 Cr-Commit-Position: refs/heads/master@{#292976}
-
jbudorick authored
BUG=406596 Review URL: https://codereview.chromium.org/467363004 Cr-Commit-Position: refs/heads/master@{#292975}
-
felt authored
The old prefs are no longer needed; M39 should be a sufficiently long transition time period. BUG=384668 R=mattm@chromium.org Review URL: https://codereview.chromium.org/512083002 Cr-Commit-Position: refs/heads/master@{#292974}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/871dca8ea99f49b8bbf118d0ccbd9da0c59467c3..98d709bc8d0761df8e0ad35e92c06e500f0be50d CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/529083002 Cr-Commit-Position: refs/heads/master@{#292973}
-
bnc authored
SpdySession::SendInitialData() now only retrieves and sends server-persisted SPDY settings for SPDY/3.1 and below. BUG=408348 Review URL: https://codereview.chromium.org/515353002 Cr-Commit-Position: refs/heads/master@{#292972}
-
ajith.v authored
Currently there is not enough unit test cases available to cover the functionality of Text Selection Action Bar. In this patch covering essentail unit test cases for the same. BUG= Review URL: https://codereview.chromium.org/521583003 Cr-Commit-Position: refs/heads/master@{#292971}
-
scottmg authored
Revert of Add Keys() function to ServiceWorkerCache. (patchset #13 id:280001 of https://codereview.chromium.org/477973002/) Reason for revert: Failing on content_unittests EmptyKeys_1 TwoKeys_1 TwoKeysThenOne_1 on Linux ASAN LSAN Original issue's description: > Add Keys() function to ServiceWorkerCache. > > Other changes: > * Introduced a ReadHeaders helper function which reads headers from a cache entry into a protobuf. This is used by Match() and Keys(). > > > BUG=392621 > > Committed: https://chromium.googlesource.com/chromium/src/+/02812f0a3edcacca1f7e05ea0a47cb3d8c6025e1 TBR=michaeln@chromium.org,gavinp@chromium.org,jkarlin@chromium.org NOTREECHECKS=true NOTRY=true BUG=392621 Review URL: https://codereview.chromium.org/534683002 Cr-Commit-Position: refs/heads/master@{#292970}
-
smut authored
BUG=388749 Review URL: https://codereview.chromium.org/520913004 Cr-Commit-Position: refs/heads/master@{#292969}
-
flackr authored
Updates the type used when delivering accelerometer updates in ash to: - support a variable number of accelerometers - be measured in m/s^2 - use axes consistent with the web device motion API. BUG=380831 TEST=MaximizeModeController unit tests still pass. TEST=Run on a touchview device and verify that entering / exiting touchview as well as screen rotation still works. Review URL: https://codereview.chromium.org/500613003 Cr-Commit-Position: refs/heads/master@{#292968}
-
guohui authored
1. the ruler lines in the "not claire" view on mac is not full width. 2. the title cards on windows has extra padding at the top. BUG=406618 Review URL: https://codereview.chromium.org/516163003 Cr-Commit-Position: refs/heads/master@{#292967}
-
alemate authored
BUG=407375 TEST=manual Review URL: https://codereview.chromium.org/527353002 Cr-Commit-Position: refs/heads/master@{#292966}
-
nyquist authored
This CL adds a new dependency on the protocol buffer compiler from the android source tree, since this compiler supports generating Java files using the nano runtime. The initial version of this dependency is 2.2.0a, but checked out as what the Android 4.4.4 Release 2.0.1 tag points to. This CL adds a new protoc binary (for compiling protos) that supports this, and also adds a Java library with the runtime. To simplify use of this, it also updates build/protoc_java.gypi to support generating nano protos by specifying an optional proto_runtime argument. The argument defaults to 'lite' which does the same thing as before this change, and setting it to 'nano' generates the new style Java files. The plan is to quickly deprecate the 'lite' runtime for Java, since it is too big and uses too many methods. BUG=377891 Review URL: https://codereview.chromium.org/511283003 Cr-Commit-Position: refs/heads/master@{#292965}
-
Adam Langley authored
net: add a batch of HSTS preloads. Cr-Commit-Position: refs/heads/master@{#292964}
-
agable authored
Now that the DMServer has been fixed to accept 'agent' strings longer than 64 characters (http://crbug.com/406948), we can re-lengthen the string produced by lastchange.py to include both the full git hash and the Cr-Commit-Position. R=joaodasilva@chromium.org, scottmg@chromium.org BUG=406783 Review URL: https://codereview.chromium.org/527103004 Cr-Commit-Position: refs/heads/master@{#292963}
-
zea authored
The DataTypeManager now maintains its own status table, which it posts a copy of on each configuration completion. This makes testing configuration results easier as we can now just check the type status table, and makes the DTM more self contained. To make this work a HistoryDeleteDirectives datatype controller was added to encapsulate the encryption dependency the type has. Additionally, the PSS is now able to tell the DTM to reset type errors (e.g. when the user is attempting to re-configure with or without certain types). BUG=368834 Review URL: https://codereview.chromium.org/523043005 Cr-Commit-Position: refs/heads/master@{#292962}
-
qsr authored
Update python API to use mixed case identifier for method to conform to the chromium python style guide. R=pkl@chromium.org Review URL: https://codereview.chromium.org/522483006 Cr-Commit-Position: refs/heads/master@{#292961}
-
rdevlin.cronin authored
POD members of RequestContentScript::ScriptData weren't being initialized, which a) is really bad because who knows what they might have been, and b) is bad because it makes Dr. Memory unhappy. Fix it (and pull ScriptData into the .cc while we're at it). BUG=409865 Review URL: https://codereview.chromium.org/531823002 Cr-Commit-Position: refs/heads/master@{#292960}
-
dtrainor authored
-Stop all media playback on an undoable tab close BUG=388600 Review URL: https://codereview.chromium.org/493253002 Cr-Commit-Position: refs/heads/master@{#292959}
-
xhwang authored
BUG=349211 TEST=All existing tests pass. Review URL: https://codereview.chromium.org/416393003 Cr-Commit-Position: refs/heads/master@{#292958}
-
rdevlin.cronin authored
Page actions in the location bar have been somewhat loosely tested as a side- effect of the page actions api testing, but (near as I can tell), we never explicity test the ui for page actions. This is a problem because the extensions tests shouldn't care about the UI, and soon won't, since where the page actions are in the UI may change (i.e., location bar vs toolbar). Fix this by adding a few basic UI tests for page actions in the location bar. BUG=408261 Review URL: https://codereview.chromium.org/512693003 Cr-Commit-Position: refs/heads/master@{#292957}
-
fsamuel authored
Apparently this code was being hit on Android. This CL implements the scroll offset the same way it's implemented on other platforms. BUG=409792 NOTRY=true TBR=aelias@chromium.org Review URL: https://codereview.chromium.org/533483004 Cr-Commit-Position: refs/heads/master@{#292956}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/ed82c4e822dff3405b0a6ba9c9d054825cb03b13..871dca8ea99f49b8bbf118d0ccbd9da0c59467c3 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/530993004 Cr-Commit-Position: refs/heads/master@{#292955}
-
tonyg authored
Maps folks have confirmed that it is public data, the same you'd get by visiting the site. BUG= Review URL: https://codereview.chromium.org/526833003 Cr-Commit-Position: refs/heads/master@{#292954}
-
mkosiba authored
It shouldn't matter much but the onMeasure method should be overridden without calling super. BUG=None TEST=None Review URL: https://codereview.chromium.org/531583002 Cr-Commit-Position: refs/heads/master@{#292953}
-
rkc authored
The initializer for the Copresence permission is malformed. It specifies the message id instead of the flag. R=kalman@chromium.org BUG=408843 Committed to pending queue: https://chromium.googlesource.com/chromium/src/+/c2a41e8 Review URL: https://codereview.chromium.org/523433002 Cr-Commit-Position: refs/heads/master@{#292952}
-
jochen authored
The TestWebKitPlatformSupport will initialize it for us anyway, so use it. BUG=none R=andrewhayden@chromium.org,haraken@chromium.org Review URL: https://codereview.chromium.org/526973003 Cr-Commit-Position: refs/heads/master@{#292951}
-
sullivan authored
Revert of Revert of Add support for codepen to form_based_credentials_background (patchset #9 of https://codereview.chromium.org/485743002/) Reason for revert: I believe the flakiness may have been fixed by https://codereview.chromium.org/520683002 BUG= Review URL: https://codereview.chromium.org/531733004 Cr-Commit-Position: refs/heads/master@{#292950}
-
shuchen authored
Fix the issue that GetFrameWindow() may change between AddObserver and RemoveObserver in KeyboardController. BUG=408995 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/527153002 Cr-Commit-Position: refs/heads/master@{#292949}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/3337740376fe24b813a4ce1dd9f3817edcd9bfa3..07cfde2700209d53893a4f7be2b52a3a25355740 TBR=hclam@chromium.org,tkent@chromium.org Review URL: https://codereview.chromium.org/531073002 Cr-Commit-Position: refs/heads/master@{#292948}
-