- 07 Apr, 2015 15 commits
-
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ddd534f1..d073ccb0 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1060953003 Cr-Commit-Position: refs/heads/master@{#323995}
-
wfh authored
BUG=412078 Review URL: https://codereview.chromium.org/1065753002 Cr-Commit-Position: refs/heads/master@{#323994}
-
estade authored
BUG=425672 Review URL: https://codereview.chromium.org/1059393002 Cr-Commit-Position: refs/heads/master@{#323993}
-
ccameron authored
BUG=474299 Review URL: https://codereview.chromium.org/1059483004 Cr-Commit-Position: refs/heads/master@{#323992}
-
apacible authored
This custom polymer element is used to show issues related to casting. It is styled after the current cast extension's issue banner. BUG=464222 Review URL: https://codereview.chromium.org/1023673008 Cr-Commit-Position: refs/heads/master@{#323991}
-
zqiu authored
Add a histogram "Network.Shill.Wifi.UnreliableLinkSignalStrength" for sampling WiFi signal strength when the WiFi network becomes unreliable (experiencing multiple link failures in a short period of time). BUG=chromium:416631 TEST=pretty_print.py, validate_format.py Review URL: https://codereview.chromium.org/1064693004 Cr-Commit-Position: refs/heads/master@{#323990}
-
boliu authored
This is to unbreak the some fyi bots, where failing to install the webview test apks causes the whole run to be aborted. All webview tests are annotated with @MinAndroidSdkLevel(Build.VERSION_CODES.KITKAT) so in theory they should never run on those older bots anyway. BUG=474374 Review URL: https://codereview.chromium.org/1068633002 Cr-Commit-Position: refs/heads/master@{#323989}
-
brettw authored
Adding this whitelist will force additional review for new uses of this GN function. The current whitelist is just the current list of callers. Review URL: https://codereview.chromium.org/1063873002 Cr-Commit-Position: refs/heads/master@{#323988}
-
erikchen authored
After the method was moved off the IO thread, the scoped trackers were no longer relevant. BUG=466405 Review URL: https://codereview.chromium.org/1060173002 Cr-Commit-Position: refs/heads/master@{#323987}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ba9d195..83c3890 TBR=jsbell@chromium.org,falken@chromium.org Review URL: https://codereview.chromium.org/1053323004 Cr-Commit-Position: refs/heads/master@{#323986}
-
lgarron authored
BUG= Review URL: https://codereview.chromium.org/1061053003 Cr-Commit-Position: refs/heads/master@{#323985}
-
benjhayden authored
Report durations of performLayout directly without doing any analysis. Ignore other events. Use interactions. A "load" event may be implemented in another cl, possibly using https://code.google.com/p/chromium/issues/detail?id=345845 BUG=460208 Review URL: https://codereview.chromium.org/979243003 Cr-Commit-Position: refs/heads/master@{#323984}
-
sandersd authored
This separates the Chromium side of requestMediaKeySystemAccess() into the Blink interface implementation (WebEncryptedMediaClientImpl), which also handles the UMAs, and the core algorithm (KeySystemConfigSelector). This should make it easy to test the core algorithm. BUG=468912 Review URL: https://codereview.chromium.org/1052273004 Cr-Commit-Position: refs/heads/master@{#323983}
-
dtseng authored
BUG=381338 TEST=ctrl+alt+z; navigate to html5demos.com/geo; observe speech is as expected (reads contents of bubble). Review URL: https://codereview.chromium.org/1055883002 Cr-Commit-Position: refs/heads/master@{#323982}
-
danakj authored
The PaintContext may be backed by a DisplayItemList in the future so it will not have a canvas(). Instead invoke a PaintRecorder to use a canvas or another Recorder to do other operations such as clip or opacity. This adds a CompositingRecorder for compositing operations like opacity. It could also support effects like blend modes, and will generate cc::CompositingDisplayItems in the future. R=sky BUG=466426 Review URL: https://codereview.chromium.org/1054783003 Cr-Commit-Position: refs/heads/master@{#323981}
-
- 06 Apr, 2015 25 commits
-
-
jshin authored
Add an API to detect the host timezone to ICU. See https://chromium.googlesource.com/chromium/deps/icu/+log/e4c3143982..10834e84d2 BUG=406382 TEST=None TBR=mark@chromium.org Review URL: https://codereview.chromium.org/1065723002 Cr-Commit-Position: refs/heads/master@{#323980}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/08b3249..ff271c2 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=msarett@google.com Review URL: https://codereview.chromium.org/1067673002 Cr-Commit-Position: refs/heads/master@{#323979}
-
thakis authored
The additional indirection foils clang's efforts...for now. BUG=467929 Review URL: https://codereview.chromium.org/1064713003 Cr-Commit-Position: refs/heads/master@{#323978}
-
semenzato authored
This gives a name to the event which otherwise will appear on the histogram simply as a number. BUG=chromium:431360 TEST=none Review URL: https://codereview.chromium.org/1061933002 Cr-Commit-Position: refs/heads/master@{#323977}
-
xunjieli authored
CronetUrlRequest.java to reduce JNI code. After the refactoring, cronet_url_request.cc is merged with cronet_url_request_adapter.cc, since the former mostly contains JNI code that can be generated by @NativeClassQualifiedName. This CL also inlines CronetUrlRequestAdapterDelegate, since we have only one file now. BUG=458276 Review URL: https://codereview.chromium.org/923213002 Cr-Commit-Position: refs/heads/master@{#323976}
-
binji authored
BUG=none R=bradnelson@chromium.org Review URL: https://codereview.chromium.org/1016193002 Cr-Commit-Position: refs/heads/master@{#323975}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d982612..ba9d195 TBR=jsbell@chromium.org,falken@chromium.org Review URL: https://codereview.chromium.org/1060183002 Cr-Commit-Position: refs/heads/master@{#323974}
-
khorimoto authored
BUG=472677 Review URL: https://codereview.chromium.org/1060163002 Cr-Commit-Position: refs/heads/master@{#323973}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f5c0a23a..ddd534f1 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1061093002 Cr-Commit-Position: refs/heads/master@{#323972}
-
avi authored
BUG=471689 TEST=repro in bug 473859 no longer crashes Review URL: https://codereview.chromium.org/1052523006 Cr-Commit-Position: refs/heads/master@{#323971}
-
aiolos authored
BUG=474269 Review URL: https://codereview.chromium.org/1066663002 Cr-Commit-Position: refs/heads/master@{#323970}
-
alyssad authored
BUG=473845 Review URL: https://codereview.chromium.org/1048033004 Cr-Commit-Position: refs/heads/master@{#323969}
-
andresantoso authored
Our NSSegmentedControl customization for this UI never handled RTL layout. The fix is not pretty but it works. BUG=470516 Review URL: https://codereview.chromium.org/1059333003 Cr-Commit-Position: refs/heads/master@{#323968}
-
pkotwicz authored
BUG=474325 TBR=atwilson@chromium.org Review URL: https://codereview.chromium.org/1067693002 Cr-Commit-Position: refs/heads/master@{#323967}
-
brettw authored
This makes ppapi_shared link. This required many changes to gpu to match the structure of GYP in both component and non-component modes. BUG=470212 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Reland of https://codereview.chromium.org/1053203003/ Review URL: https://codereview.chromium.org/1061953002 Cr-Commit-Position: refs/heads/master@{#323966}
-
danakj authored
Go through a recorder instead of getting the canvas() from the PaintContext, so this will continue to work when the PaintContext is backed by a DisplayItemList instead of a canvas. R=sky BUG=466426 Review URL: https://codereview.chromium.org/1062813004 Cr-Commit-Position: refs/heads/master@{#323965}
-
jam authored
-make desktop/main.cc be a near empty file that calls out to separate files for main ("launcher" per naming discussions) or child process -remove ChildProcess and derived classs; one method is enough -remove unused mojo/shell/launcher_main.cc -use a more reasonable size window on desktop Review URL: https://codereview.chromium.org/1065433002 Cr-Commit-Position: refs/heads/master@{#323964}
-
shrike authored
should not run when the window is minimized, nor in the middle of a minimize animation; it refers to http://crbug.com/350329 as the bug related to fixing this problem. However, although the SpriteView registers for the NSWindowWillMiniaturizeNotification it doesn't check for its occurrence, and so does not actually recognize when a window is being minimized. As a result, the SpriteView's animation continues running when its window is miniaturized. This change adds a check for NSWindowWillMiniaturizeNotification and stops the animation when caught. This change also adds a unit test to confirm that the animation stops on window miniaturization. My SpinnerView class was based on SpriteView, which is how I discovered this bug. The fix and unit test both come from SpinnerView. BUG=472836 Review URL: https://codereview.chromium.org/1052973004 Cr-Commit-Position: refs/heads/master@{#323963}
-
zhaoqin authored
Revert of exclude net_unittests WebSocketEndToEndTest.HstsHttpsToWebSocket on mac Valgrind bot (patchset #1 id:1 of https://codereview.chromium.org/1062883002/) Reason for revert: the culprit CL is reverted (https://codereview.chromium.org/1066613002) Original issue's description: > exclude net_unittests WebSocketEndToEndTest.HstsHttpsToWebSocket on mac Valgrind bot > > BUG=474316 > NOTRY=true > TBR=estark@chromium.org > > Committed: https://crrev.com/fd1e7a8ac4b2f00100e902b26420f5fd1c2ea1da > Cr-Commit-Position: refs/heads/master@{#323954} TBR=estark@chromium.org,zhaoqin@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=474316 Review URL: https://codereview.chromium.org/1066553003 Cr-Commit-Position: refs/heads/master@{#323962}
-
sergeyu authored
Revert of Fix docked browser window sometimes appears onscreen after restart (patchset #1 id:1 of https://codereview.chromium.org/1055893003/) Reason for revert: Broke BrowserWindowCocoaTest.TestMinimizeState on 10.6: https://build.chromium.org/p/chromium.mac/builders/Mac10.6%20Tests/builds/762 Original issue's description: > Change IsMaximized() to return false if the window is in the dock, and > a unit test to make sure this is always the case. It turns out > -isZoomed can sometimes return YES for a docked window, which > sometimes results in the window becoming undocked on the next restart. > Please read the long entry in the bug report for a complete explanation > of how the change fixes the problem. > > BUG=452976 > > Committed: https://crrev.com/de8b6d82a032a4bde620e43e6c580850871d59d8 > Cr-Commit-Position: refs/heads/master@{#323928} TBR=avi@chromium.org,shrike@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=452976 Review URL: https://codereview.chromium.org/1061103003 Cr-Commit-Position: refs/heads/master@{#323961}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/64efd8c..d982612 TBR=jsbell@chromium.org,falken@chromium.org Review URL: https://codereview.chromium.org/1061843004 Cr-Commit-Position: refs/heads/master@{#323960}
-
danakj authored
Instead of accessing canvas() on the PaintContext directly, go through the PaintRecorder. This will enable us to stop backing the PaintContext with a Canvas for slimming-paint. R=oshima BUG=466426 Review URL: https://codereview.chromium.org/1056143002 Cr-Commit-Position: refs/heads/master@{#323959}
-
davidben authored
The empty context and not using a context are different. BUG=none Review URL: https://codereview.chromium.org/1053233003 Cr-Commit-Position: refs/heads/master@{#323958}
-
senorblanco authored
TBR=robertphillips@chromium.org BUG= Review URL: https://codereview.chromium.org/1061963002 Cr-Commit-Position: refs/heads/master@{#323957}
-
qiangchen authored
BUG=472334 TEST=WebRtcGetUserMediaBrowserTest.TraceVideoCaptureControllerPerformanceDuringGetUserMedia in content_browsertests Review URL: https://codereview.chromium.org/1057033002 Cr-Commit-Position: refs/heads/master@{#323956}
-