- 07 Apr, 2015 7 commits
-
-
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 33 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}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/94e5010..08b3249 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=msarett@google.com Review URL: https://codereview.chromium.org/1063703003 Cr-Commit-Position: refs/heads/master@{#323955}
-
zhaoqin authored
BUG=474316 NOTRY=true TBR=estark@chromium.org Review URL: https://codereview.chromium.org/1062883002 Cr-Commit-Position: refs/heads/master@{#323954}
-
rmcilroy authored
Adds support to extension_shell and ash_shell to use external V8 snapshot files in preparation for moving ChromeOS and ChromeCast to use this. Re-factors the chrome_content_browser_client and content/shell_content_browser_client to allow more reuse of the code which opens the V8 external snapshot for child processes by adding IsolateHolder::OpenV8FilesForChildProcesses. This does not yet switch ChromeOS to use external V8 snapshot files - this will be done in follow up CL https://codereview.chromium.org/1019123002. BUG=421063 Review URL: https://codereview.chromium.org/1019483002 Cr-Commit-Position: refs/heads/master@{#323953}
-
khorimoto authored
BUG=472677 Review URL: https://codereview.chromium.org/1061703003 Cr-Commit-Position: refs/heads/master@{#323952}
-
dcheng authored
It looks like the intent of this test is to make sure that the password prompt doesn't show up for a failed login in a subframe. However, the test is a bit odd: it races the form submit and navigation of the main frame. Presumably, this was done so NavigationObserver can wait for the top-level navigation of the page and observer success/failure of the test conditions. Since NavigationObserver can wait for subframes to load, just fix the test to wait for the subframe to commit. BUG=464764 Review URL: https://codereview.chromium.org/1059093003 Cr-Commit-Position: refs/heads/master@{#323951}
-
rch authored
Review URL: https://codereview.chromium.org/1063483002 Cr-Commit-Position: refs/heads/master@{#323950}
-
tfarina authored
This seems to be more consistent with the use of uint32_t type that is also used throughout in this API. BUG=None TEST=base_unittests --gtest_filter=MD5* R=thestig@chromium.org Review URL: https://codereview.chromium.org/1062673003 Cr-Commit-Position: refs/heads/master@{#323949}
-
dcastagna authored
The test fixture GpuMemoryBufferTest has been parametrized in terms of gfx::GpuMemoryBuffer::Format so that GpuMemoryBufferTest.Lifecycle can be run with different gfx::GpuMemoryBuffer::Format. gfx::GpuMemoryBuffer::BGRA_8888 has been added along with the already present RGBA_8888. BUG= Review URL: https://codereview.chromium.org/1055143003 Cr-Commit-Position: refs/heads/master@{#323948}
-