- 25 Feb, 2015 40 commits
-
-
jvoung authored
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4031 Review URL: https://codereview.chromium.org/938673003 Cr-Commit-Position: refs/heads/master@{#318100}
-
morrita authored
The original naive implementation ignores sandboxing limitation. It should ask underlying channel to do it correctly. TEST=IPCChannelMojoTest.VerifyGlobalPid R=agl@chromium.org, viettrungluu@chromium.org BUG=451553 Review URL: https://codereview.chromium.org/942933005 Cr-Commit-Position: refs/heads/master@{#318099}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/9e03af6..3f21dc6 TBR=arv@chromium.org,timvolodine@chromium.org Review URL: https://codereview.chromium.org/958613005 Cr-Commit-Position: refs/heads/master@{#318098}
-
mvanouwerkerk authored
This intent comes from two places. Since Android L there is a settings cog on two UI surfaces: (1) On the rear side (after long press) of notifications. (2) In the "App notifications" screen in Android Settings. Touching the cog on a flipped notification takes the user to the site specific preferences screen which displays (among others) the notification preference for the site origin. Touching he cog on the App notifications screen takes the user to Chrome's notifications preferences list for all sites. BUG=436594,461885 Review URL: https://codereview.chromium.org/942103003 Cr-Commit-Position: refs/heads/master@{#318097}
-
fsamuel authored
BrowserPluginHostMsg_Attach_Params took in both a size and an origin before this patch. It seems simpler to pass a view_rect instead. BUG=none TBR=kenrb@chromium.org for trivial browser_plugin_messages.h change. Review URL: https://codereview.chromium.org/953243002 Cr-Commit-Position: refs/heads/master@{#318096}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/fbe0edf..63d0024 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/959633003 Cr-Commit-Position: refs/heads/master@{#318095}
-
aurimas authored
BUG=266140 TBR=jbudorick@chromium.org Review URL: https://codereview.chromium.org/923803003 Cr-Commit-Position: refs/heads/master@{#318094}
-
ajuma authored
This adds an opacity tree, computes draw opacity using the property tree, and verifies that the computed draw opacity matches what's computed by CDP. BUG=386810 Review URL: https://codereview.chromium.org/953093002 Cr-Commit-Position: refs/heads/master@{#318093}
-
aurimas authored
BUG=404834 Review URL: https://codereview.chromium.org/951553003 Cr-Commit-Position: refs/heads/master@{#318092}
-
dnicoara authored
For platforms where /dev/dri/card0 isn't the default card we need to figure what the default is on the Browser side so we can ignore hotplug events for it. BUG=427959 TEST=Ran on link freon Review URL: https://codereview.chromium.org/953363003 Cr-Commit-Position: refs/heads/master@{#318091}
-
chrome://extensionshcarmona authored
Make the list of extensions into a FocusGrid. This will make the extensions page consistent with history and downloads. BUG=427672 Review URL: https://codereview.chromium.org/916243002 Cr-Commit-Position: refs/heads/master@{#318090}
-
wjmaclean authored
In Browser::OnZoomChanged() we currently filter on both (1) the event having been generated by the active webcontents, and (2) the browser window being active. However, the window can receive <ctrl>-<scrollwheel> events even when it is not active, and these will result in zoom changing without a zoom bubble being shown. This CL removes the check for window_->IsActive() so that the zoom bubble always shows if the zoom changes for the active web contents by a means other than the wrench menu. TEST= Open chrome, make window inactive, hover over window and zoom with the mouse scroll-wheel; the zoom bubble should appear. BUG=459322 Review URL: https://codereview.chromium.org/940673002 Cr-Commit-Position: refs/heads/master@{#318089}
-
rdevlin.cronin authored
Add the developerPrivate extension API to closure compiler externs so that it can be used in chrome://extensions. BUG=461039 Review URL: https://codereview.chromium.org/952823004 Cr-Commit-Position: refs/heads/master@{#318088}
-
enne authored
After https://codereview.chromium.org/935193002 landed, the GpuCrash.GPUProcessCrashesExactlyOnce should be passing again. Revert https://codereview.chromium.org/928453002 that added these expectations. As http://crbug.com/392891 is already fixed, remove that expectation as well. BUG=457217,392891 Review URL: https://codereview.chromium.org/953963002 Cr-Commit-Position: refs/heads/master@{#318087}
-
gayane authored
As ProfilerMetricsProvider is used in same cases where network connection type is irrelevant, a constructor without the connection type callback is added to support those cases. Constructor with a callback was introduced in CL/937263002. BUG=455847 Review URL: https://codereview.chromium.org/953403002 Cr-Commit-Position: refs/heads/master@{#318086}
-
asvitkine authored
BUG=461565 Review URL: https://codereview.chromium.org/945603003 Cr-Commit-Position: refs/heads/master@{#318085}
-
mlerman authored
Also test closing a guest browser and ensuring the cookies get cleared. BUG=360118, 450903, 445036 Review URL: https://codereview.chromium.org/871893003 Cr-Commit-Position: refs/heads/master@{#318084}
-
brettw authored
Changes process_version template. In GYP this is used in two ways and the GN version only supported one of these. This change also deletes an unnecessary fork of the template file, and fixes the dependencies for the extra files (previously they were just passed with "-f" and not added to the inputs of the target. Adds a cdm_adapter template which basically matches the GYP version. Uses this for the media clearkey adapter and the widevine one in the official build. Fixes for the crypto targets when compiling with the official build's checked-in sysroots. Review URL: https://codereview.chromium.org/949233003 Cr-Commit-Position: refs/heads/master@{#318083}
-
vitalybuka authored
Mac implementation just one line, and it probably should gone after MAC implementation of LocalDomainResolver is done. BUG=461504 Review URL: https://codereview.chromium.org/954883003 Cr-Commit-Position: refs/heads/master@{#318082}
-
kelvinp authored
This CL enables bump scrolling browser test on the Chromoting Waterfall. It also fixes the test logic of retrieving the plugin position for testing. BUG=461538 TEST=New test passed in Chromoting waterfall https://chromium-swarm.appspot.com/user/task/25d71d39de843110 Review URL: https://codereview.chromium.org/951773005 Cr-Commit-Position: refs/heads/master@{#318081}
-
jdduke authored
Currently, PopupWindow-based selection handles are hidden when scrolling begins. However, WebView uses an entirely separate code path for flings, about which PopupWindow knows nothing. Thus, the handles could re-appear in the middle of a View-driven fling. Expose whether such a fling is active via the ContentViewClient, making such information available to the selection handle visibility logic. This ensures the handles stay hidden for the duration of the fling. Review URL: https://codereview.chromium.org/958673003 Cr-Commit-Position: refs/heads/master@{#318080}
-
rdevlin.cronin authored
ExtensionFunction::GetAssociatedWebContents() is defined to return the "current" web contents, but doesn't specify what that is. It's also defined in a bunch of different ways. Make one GetSenderWebContents() that returns the web contents of the associated render view host, and update a couple of APIs to use it. BUG=461394 Review URL: https://codereview.chromium.org/950403002 Cr-Commit-Position: refs/heads/master@{#318079}
-
jam authored
BUG=461044 Review URL: https://codereview.chromium.org/954873002 Cr-Commit-Position: refs/heads/master@{#318078}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/a1ed6cd..9e03af6 TBR=arv@chromium.org,timvolodine@chromium.org Review URL: https://codereview.chromium.org/955083002 Cr-Commit-Position: refs/heads/master@{#318077}
-
sbc authored
The goal is to get this config into the CQ so it can then become a tree closer on the main waterfall. The bot has been pretty reliable, and it only compiles without running any tests so is relatively quick: http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_arm_compile BUG=384104 Review URL: https://codereview.chromium.org/956743002 Cr-Commit-Position: refs/heads/master@{#318076}
-
dmazzoni authored
BUG=405174 Review URL: https://codereview.chromium.org/923173003 Cr-Commit-Position: refs/heads/master@{#318075}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fbb26b21..ee908a2b Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/955023003 Cr-Commit-Position: refs/heads/master@{#318074}
-
kalman authored
R=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/950023005 Cr-Commit-Position: refs/heads/master@{#318073}
-
palmer authored
BUG=444244 Review URL: https://codereview.chromium.org/919823002 Cr-Commit-Position: refs/heads/master@{#318072}
-
ssid authored
We have synthetic scroll. But this feature doesn’t work in google maps in desktop version. To move around the maps we need to use click and drag on mouse. This CL adds only the background functions for synthetic click and drag and unittests. feature for telemety tests. In case of touch screens, the drag is identical to synthetic scroll already implemented, except for adding slop. The functions of class synthetic_smooth_scroll_gesture is moved to synthetic_smooth_move_gesture, with additional features of drag drop. Classes synthetic_smooth_scroll_gesture and synthetic_smooth_drag_gesture use the features with an instance of synthetic_smooth_move_gesture. In the next CLs The API and javascript interfaces will be added. BUG=457148 Review URL: https://codereview.chromium.org/929333002 Cr-Commit-Position: refs/heads/master@{#318071}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/5a23a14..fbe0edf CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/960583002 Cr-Commit-Position: refs/heads/master@{#318070}
-
sbc authored
Also remove oldest SDK version (pepper_34). Review URL: https://codereview.chromium.org/952063002 Cr-Commit-Position: refs/heads/master@{#318069}
-
bnc authored
s/SPDY/HTTP2/ in all source type and event type netlog strings. Also remove obsolete TYPE_SPDY_SESSION_SEND_CREDENTIAL. Also git cl format. BUG=456986 Review URL: https://codereview.chromium.org/934823005 Cr-Commit-Position: refs/heads/master@{#318068}
-
phoglund authored
BUG=461837 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/956003002 Cr-Commit-Position: refs/heads/master@{#318067}
-
simonhatch authored
Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/954663002/) Reason for revert: Failing on Nexus 10. Original issue's description: > Enable ServiceWorkerPerfTest (service_worker.service_worker) > > I think https://codereview.chromium.org/884573004/ fixed the ServiceWorker test flakiness. > > BUG=433943 > TEST=./tools/perf/run_benchmark --browser-executable=~/chromium/src/out/Debug/chrome --also-run-disabled-tests service_worker.service_worker > > Committed: https://crrev.com/adaa44fc1275085c09fff18d8f2dfbddd88bc186 > Cr-Commit-Position: refs/heads/master@{#317807} TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,horo@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=433943 Review URL: https://codereview.chromium.org/959793002 Cr-Commit-Position: refs/heads/master@{#318066}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/da1c15a..a1ed6cd TBR=arv@chromium.org Review URL: https://codereview.chromium.org/956943002 Cr-Commit-Position: refs/heads/master@{#318065}
-
mtomasz authored
The rounded corners should be 2px, and for the shadow a paper-shadow Polymer element can be used. TEST=Tested manually. BUG=None Review URL: https://codereview.chromium.org/956563006 Cr-Commit-Position: refs/heads/master@{#318064}
-
anthonyvd authored
BUG=458355 TEST= Make sure the new avatar menu flag is enabled. 1. Open a Chrome instance with 0 or 1 available profiles. 2. Right click on the User Menu button. 3. Nothing should be displayed. 4. Open the User Manager and add some profiles until there are at least 2. 5. Right click on the User Menu button 6. The fast user switcher should display a list of profiles that can be switched to. Review URL: https://codereview.chromium.org/944563002 Cr-Commit-Position: refs/heads/master@{#318063}
-
estade authored
Hopefully this addresses the scope errors the server was logging. BUG=none Review URL: https://codereview.chromium.org/957603002 Cr-Commit-Position: refs/heads/master@{#318062}
-
dtseng authored
- the speech queue was clearing the current utterance _after_ executing end callbacks; end callbacks themselves could have generated new utterances, so this cleared the new utterance rather than the previous "current" ones. - remove overriding of onEvent by output.js. - update continous read test. TEST=chromevox_tests --run-manual passes. BUG=461824 Review URL: https://codereview.chromium.org/955643006 Cr-Commit-Position: refs/heads/master@{#318061}
-