- 18 Sep, 2014 40 commits
-
-
mazda authored
ppb_opengles2.h and ppb_opengles2ext_dev.h are no longer generated by build_gles2_cmd_buffer.py, so it is not necessary to format these files. TEST=trybots BUG=411799 Review URL: https://codereview.chromium.org/575423002 Cr-Commit-Position: refs/heads/master@{#295492}
-
jbudorick authored
This patch also removes a call to AdbInterface.StartInstrumentation and implements some of the functionality of am_instrument_parser.py. BUG=408585 Review URL: https://codereview.chromium.org/558883003 Cr-Commit-Position: refs/heads/master@{#295491}
-
earthdok authored
The snapshot pixels come from shared memory, which is initialized in the GPU process. MSan doesn't know what goes on in other processes, so we need to explicitly mark the pixels as initialized to silence MSan warnings. BUG=364724 TBR=piman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/583703002 Cr-Commit-Position: refs/heads/master@{#295490}
-
xunjieli authored
This CL detects whether a PAC url is set in Android's system settings. If there is a PAC url, use that PAC url to construct a ProxyConfig. BUG=372475 Review URL: https://codereview.chromium.org/573013002 Cr-Commit-Position: refs/heads/master@{#295489}
-
je_julie.kim authored
It is handled as 'IA2_ROLE_CAPTION' for IA2. The Related CL: https://codereview.chromium.org/533893004/ BUG=282035 Review URL: https://codereview.chromium.org/535893002 Cr-Commit-Position: refs/heads/master@{#295488}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/03ea54c4..87e28d4 TBR=dpranke@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/579313002 Cr-Commit-Position: refs/heads/master@{#295487}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/53d2562..a0537de CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/583543003 Cr-Commit-Position: refs/heads/master@{#295486}
-
xiyuan authored
Revert of easy-unlock: Only show "Set up" UI for en-US. (patchset #1 id:1 of https://codereview.chromium.org/567643003/) Reason for revert: en-US only is meant for M38. Revert to re-enable setup for all locales. Original issue's description: > easy-unlock: Only show "Set up" UI for en-US. > > BUG=414467 > > Committed: https://crrev.com/78d93d0e19bbb635c4bfe6cb7dab0db26d04598c > Cr-Commit-Position: refs/heads/master@{#295156} TBR=isherman@chromium.org NOTREECHECKS=true NOTRY=true BUG=414467 Review URL: https://codereview.chromium.org/580143002 Cr-Commit-Position: refs/heads/master@{#295485}
-
scheib authored
Review URL: https://codereview.chromium.org/576323002 Cr-Commit-Position: refs/heads/master@{#295484}
-
bartfab authored
Device policy pushing requires a connected invalidation service. When a user logs in, an invalidation service is typically spun up for the user. Device policy pushing can reuse this service instead of running its own invalidation service to conserve server resources. This CL ensures that for privacy reasons, device policy pushing only reuses the user's invalidation service if the user is affiliated with the device. BUG=415094 TEST=New unit test Review URL: https://codereview.chromium.org/567393006 Cr-Commit-Position: refs/heads/master@{#295483}
-
derat authored
Tell UserActivityDetector to ignore mouse events received soon after notification that displays have been changed. Previously, the events were only ignored after making requests to configure displays, but this appears to be insufficient in some cases where configuration takes longer than a second. BUG=360634 Review URL: https://codereview.chromium.org/570303003 Cr-Commit-Position: refs/heads/master@{#295482}
-
paulmeyer authored
Review URL: https://codereview.chromium.org/581743004 Cr-Commit-Position: refs/heads/master@{#295481}
-
qsr authored
BUG=415486 R=sdefresne@chromium.org,cmasone@chromium.org Review URL: https://codereview.chromium.org/573253002 Cr-Commit-Position: refs/heads/master@{#295480}
-
jamescook authored
They don't need to run in Chrome's unit_tests suite. * Move FileHandlersManifestTest * Move ExternallyConnectableManifestTest * Migrate some _manifest_features.json entries that should have been under src/extensions a while ago. BUG=397165 TEST=extensions_unittests, unit_tests Review URL: https://codereview.chromium.org/565423003 Cr-Commit-Position: refs/heads/master@{#295479}
-
qsr authored
BUG=415491 R=sdefresne@chromium.org,cmasone@chromium.org Review URL: https://codereview.chromium.org/578263003 Cr-Commit-Position: refs/heads/master@{#295478}
-
fsamuel authored
This CL plumbs out the swapped out RenderView's routing ID out to the content embedder which then uses it to expose its contentWindow to an optional callback in the AttachGuest API Method. This patch also makes it fairly trivial to support a contentWindow in other GuestViews. BUG=330264 Review URL: https://codereview.chromium.org/564973004 Cr-Commit-Position: refs/heads/master@{#295477}
-
dmichael authored
When permission for a webcam has not yet been granted, we still allow enumerating the devices, but omit the name. Some Flash content can't deal with an empty string for the webcam name. This turns the empty string in to a space to work around the problem. BUG=408404 Review URL: https://codereview.chromium.org/577983002 Cr-Commit-Position: refs/heads/master@{#295476}
-
fdegans authored
Fastbuild does not imply "faster build". Setting it to 1 or 2 on Android implies no debug information is generated and nothing more. BUG=411909 Review URL: https://codereview.chromium.org/583593004 Cr-Commit-Position: refs/heads/master@{#295475}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/612de4f7070b0c62ad819afce2b48d646f157dca..03ea54c4243588013393293bef5c992f3d3f2b9f TBR=dpranke@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/585433003 Cr-Commit-Position: refs/heads/master@{#295474}
-
mlamouri authored
ScreenOrientationValues and Referrer are being moved there. Another class regarding shortcuts and default orientaiton will also be added. BUG=366145 TBR=avi@chromium.org (for content/content.gyp) Review URL: https://codereview.chromium.org/584523003 Cr-Commit-Position: refs/heads/master@{#295473}
-
pkotwicz authored
BUG=414224, 414995 TEST=RenderWidgetHostViewAuraTest.PopupRetainsCaptureAfterMouseRelease Review URL: https://codereview.chromium.org/574583002 Cr-Commit-Position: refs/heads/master@{#295472}
-
rch authored
Also, add a comment to SetAlternateProtocolProbabilityThreshold. Review URL: https://codereview.chromium.org/577103002 Cr-Commit-Position: refs/heads/master@{#295471}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/69f6f00..53d2562 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/579263002 Cr-Commit-Position: refs/heads/master@{#295470}
-
lfg authored
BUG=352293 Review URL: https://codereview.chromium.org/574793003 Cr-Commit-Position: refs/heads/master@{#295469}
-
spang authored
Having these types disappear under chromeos=0 is a problem for platforms under ui/ozone, which also want to support embedded builds. There's no reason not to provide these everywhere. R=derat@chromium.org BUG=none TESt=build TBR=darin Review URL: https://codereview.chromium.org/558253003 Cr-Commit-Position: refs/heads/master@{#295468}
-
pneubeck authored
This adds the object "WiMAX" to ONC, which contains the basic properties AutoConnect (read/write) EAP (write-only) SignalStrength (read-only). Also all general network properties like Name or ConnectionState are supported. BUG=414417 Review URL: https://codereview.chromium.org/578823003 Cr-Commit-Position: refs/heads/master@{#295467}
-
chrome://inspectdgozman authored
BUG=none Review URL: https://codereview.chromium.org/568403002 Cr-Commit-Position: refs/heads/master@{#295466}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/613d579471a4515dae60bdf7e3ab25cb3977fa01..69f6f00fd975823e825c5aa0b1b8f4416e7c812b CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/582693002 Cr-Commit-Position: refs/heads/master@{#295465}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/b5d9a40e564f6d983466b3e57b9676b9631cc000..612de4f7070b0c62ad819afce2b48d646f157dca TBR=dpranke@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/575383003 Cr-Commit-Position: refs/heads/master@{#295464}
-
sky authored
BUG=412106 TEST=none R=ananta@chromium.org Review URL: https://codereview.chromium.org/576323003 Cr-Commit-Position: refs/heads/master@{#295463}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#295462}
-
ankit2.kumar authored
When context menu is invoked for mailto schemes context menu should show 'copy email address' instead of 'copy link address'. BUG=415459 Review URL: https://codereview.chromium.org/583593002 Cr-Commit-Position: refs/heads/master@{#295461}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/fa645b3a2b378067e47ad33ee49c7d06749acfc4..b5d9a40e564f6d983466b3e57b9676b9631cc000 TBR=dpranke@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/583613002 Cr-Commit-Position: refs/heads/master@{#295460}
-
simonb authored
Current packing sets the spliced LOAD segment's memsz to larger than its filesz. This causes the runtime linker to create a 'zero' mapping to pad from filesz to memsz. This isn't a problem -- the mapping sits on already reserved address space and uses no real memory -- but 'null' mappings like this appear in /proc/pid/maps and can disrupt or confuse tools which read and parse it, for example Breakpad. This change makes the spliced LOAD segment's memsz and filesz equal. It also tidies code a little so that it is now more obvious when filesz is equal to memsz, and vaddr is equal to paddr. Also, rebuild test data to match. BUG=385553 Review URL: https://codereview.chromium.org/571333003 Cr-Commit-Position: refs/heads/master@{#295459}
-
timvolodine authored
StopFetchingDeviceData() may not be used in the destructor of this class because it can call the pure virtual Stop() method. This patch fixes this issue by introducing a StopFetchingAllDeviceData() method and calling it from the derived DataFetcherSharedMemory class. BUG=414632 Review URL: https://codereview.chromium.org/578863002 Cr-Commit-Position: refs/heads/master@{#295458}
-
mlamouri authored
The display property will be used only if properly set and parsed. If used, it will override the signal sent by the 'apple-web-app-capable' and 'mobile-web-app-capable' meta tags. This CL is implemented on top of https://codereview.chromium.org/563083004/ BUG=366145 Review URL: https://codereview.chromium.org/576153002 Cr-Commit-Position: refs/heads/master@{#295457}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/745f4126ebd8d4235f56cfe6be13739493149e8c..fa645b3a2b378067e47ad33ee49c7d06749acfc4 TBR=dpranke@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/583563003 Cr-Commit-Position: refs/heads/master@{#295456}
-
vasilii authored
Move content_settings_observer.h, content_settings_provider.h, content_settings_rule.* to the component. BUG=384872,384865 Review URL: https://codereview.chromium.org/579673003 Cr-Commit-Position: refs/heads/master@{#295455}
-
keishi authored
BUG=409503 Review URL: https://codereview.chromium.org/508063002 Cr-Commit-Position: refs/heads/master@{#295454}
-
ericwilligers authored
The following supressions are no longer needed: bug_82717 bug_83609 bug_83609b bug_87232 bug_89304 bug_89311 bug_90057c bug_90400 bug_90487b bug_90496b bug_90496c bug_90496d bug_91199 bug_92571 bug_92741c BUG=82717,83609,87232,89304,89311,90057,90400,90487,90496,91199,92571,92741 TBR=groby@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/577173003 Cr-Commit-Position: refs/heads/master@{#295453}
-