- 19 May, 2015 40 commits
-
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/60b7b03..15081cc TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1137643006 Cr-Commit-Position: refs/heads/master@{#330493}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/72743b1..50b58e6 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1148483003 Cr-Commit-Position: refs/heads/master@{#330492}
-
melandory authored
In some cases selenium are unable to select frame, which give an exception and prevents test running. Fix this by explicitly navigating to desired frame. BUG=369521 R=vabr@chromium.org Review URL: https://codereview.chromium.org/1147483003 Cr-Commit-Position: refs/heads/master@{#330491}
-
fukino authored
BUG=459871 TEST=manually confirm that the remaining space shown on the bannar and the gear menu is 0 bytes when Drive usage is over quota. Review URL: https://codereview.chromium.org/1147813003 Cr-Commit-Position: refs/heads/master@{#330490}
-
christiank authored
This CL enables creation of compressed images using the GL_CHROMIUM_image extension. BUG=434699 Review URL: https://codereview.chromium.org/1128933006 Cr-Commit-Position: refs/heads/master@{#330489}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#330488}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f910afd..60b7b03 TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1131683006 Cr-Commit-Position: refs/heads/master@{#330487}
-
olli.syrjala authored
Tested case conversion with some nonascii utf chars. Also some which should not be changed. Test also Turkish dotless I with different locales. Review URL: https://codereview.chromium.org/1104483002 Cr-Commit-Position: refs/heads/master@{#330486}
-
xhwang authored
BUG=479843 Review URL: https://codereview.chromium.org/1139923006 Cr-Commit-Position: refs/heads/master@{#330485}
-
oshima authored
BUG=485183 R=kbr@chromium.org Review URL: https://codereview.chromium.org/1136113003 Cr-Commit-Position: refs/heads/master@{#330484}
-
tapted authored
After some experimentation, I couldn't improve on the techniques currently used in render_widget_host_view_mac.mm to provide tooltips. They also work well in MacViews, so encapsulate them in a shared base class, `ToolTipBaseView' and put it in ui/base/cocoa. As a result, BridgedNativeWidget is now also a `BaseView` instead of just an NSView. This actually allows some boilerplate to go since some useful stuff gets inherited from BaseView. Note: Cocoa capitalizes as "ToolTip", and toolkit-views as "Tooltip". In this CL, aim for "Tooltip" unless the code is used completely outside of toolkit-views. As a bonus, MenuButtonTest.MenuButtonPressedLock now passes. This is because functionality was added to the Mac EventGenerator to simulate cursor position, which ScreenMac::GetCursorScreenPoint() is able to take advantage of in tests. BUG=441543, 378134 TEST=views_unittests (now just 6 failures, 1 crash). NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1137653005 Cr-Commit-Position: refs/heads/master@{#330483}
-
yawano authored
Previously ChromeOS used same implementation with linux which returns mime type by reading mimetype-extension database in the OS. However it doesn't worked since ChromeOS doesn't have it. This CL implements ChromeOS specific logic which returns mime type based on hard-coded list. BUG=472017, 477913, 488378 TEST=net_unittests:MimeUtilTest.ExtensionTest Review URL: https://codereview.chromium.org/1134393002 Cr-Commit-Position: refs/heads/master@{#330482}
-
dalecurtis authored
The video renderer may request wall clock times before the audio renderer has notified the renderer that it has underflowed. We should refuse to convert wall clock times as soon as an underflow state is detected, instead of waiting for the renderer to pause everything on the media thread (which may be backed up for decoding or other events). BUG=489503 TEST=modified underflow test. Review URL: https://codereview.chromium.org/1137323005 Cr-Commit-Position: refs/heads/master@{#330481}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5210034..f910afd TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1142893004 Cr-Commit-Position: refs/heads/master@{#330480}
-
mgiuca authored
Review URL: https://codereview.chromium.org/1128803009 Cr-Commit-Position: refs/heads/master@{#330479}
-
yawano authored
Previously launcherSearchProvider API has always enumerated all enabled extensions to list up listener extensions. This CL changes to cache the list. BUG=488329 Review URL: https://codereview.chromium.org/1137603005 Cr-Commit-Position: refs/heads/master@{#330478}
-
guanxian.li authored
BUG=429053 Review URL: https://codereview.chromium.org/1128813005 Cr-Commit-Position: refs/heads/master@{#330477}
-
oshima authored
BUG=489424 R=kbr@chromium.org Review URL: https://codereview.chromium.org/1125053007 Cr-Commit-Position: refs/heads/master@{#330476}
-
jdduke authored
Currently, ContentViewCore.scrollBy injects a GestureScrollUpdate event. However, without a preceding GestureScrollBegin and trailing GestureScrollEnd, this can lead to inconsistencies in the input pipeline state. Fix scrollBy to send the proper gesture event sequence, also changing scrollTo to be implemented in terms of scrollBy. BUG=454355 Review URL: https://codereview.chromium.org/1131723006 Cr-Commit-Position: refs/heads/master@{#330475}
-
nednguyen authored
This helps making sure that page.Page are the sole owner of defining the interactions with the page. BUG=455391, 470147 Review URL: https://codereview.chromium.org/1134593006 Cr-Commit-Position: refs/heads/master@{#330474}
-
dglazkov authored
This is part of removing Navigation Transitions. BUG=370696 R=jam Review URL: https://codereview.chromium.org/1142863004 Cr-Commit-Position: refs/heads/master@{#330473}
-
erikchen authored
Some methods in the protocol NSWindowDelegate are only declared in an OSX 10.7+ SDK. There is no good way to suppress -Wpartial-availability warnings for protocols. In BrowserWindowController, redeclare the methods in the private header. For bridge_native_widget_unittest, use performSelector: to invoke the methods. BUG=471823 Review URL: https://codereview.chromium.org/1135333002 Cr-Commit-Position: refs/heads/master@{#330472}
-
kbr authored
Only consider the system to have dual GPUs if one is an Intel GPU and the other isn't. This avoids problems where recent Mac Pros which contain dual AMD GPUs are considered to be "dual-GPU". One symptom was a 300 ms scroll lag on these machines once idle for 10 seconds as described in https://codereview.chromium.org/1147653002/ . BUG=380026 Review URL: https://codereview.chromium.org/1144843005 Cr-Commit-Position: refs/heads/master@{#330471}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/52fee73..5210034 TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1144663004 Cr-Commit-Position: refs/heads/master@{#330470}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#330469}
-
Adam Langley authored
(Internal bug 18057068.) Cr-Commit-Position: refs/heads/master@{#330468}
-
newt authored
ChromiumApplication.AndroidEduOwnerCheckCallback() has a stub implementation that doesn't actually call the passed in callback. This fixes the stub to actually call the callback with a value of false, which fixes code that depends on this callback being called. BUG=489514 Review URL: https://codereview.chromium.org/1132723009 Cr-Commit-Position: refs/heads/master@{#330467}
-
dbeam authored
Foreign sessions is an old feature that showed pages from other devices on the new tab page. It has since been removed. It was added by a contributor that has since left chrome (dubroy@). What it used to look like: http://bit.ly/1PLDgea R=estade@chromium.org BUG=329637 Review URL: https://codereview.chromium.org/1140813003 Cr-Commit-Position: refs/heads/master@{#330466}
-
sunnyps authored
If we're not aggressive about expiring a retro frame (e.g. MISSED frames) then it's possible to enter a high latency mode often. BUG=469953 Review URL: https://codereview.chromium.org/1055113004 Cr-Commit-Position: refs/heads/master@{#330465}
-
shrike authored
Added process_mac.cc with implementations of IsProcessBackgrounded() and SetProcessBackgrounded(). BUG=460102 Originally Committed: https://crrev.com/e3bb10f7860a1d553c85293bd7d7615c0e7f0fd9 Reverted: https://crrev.com/ce6226a7ffe2c1cb7ac5f6cf34b56b8d217686b9 Review URL: https://codereview.chromium.org/989703002 Cr-Commit-Position: refs/heads/master@{#330464}
-
dalecurtis authored
Looks like the new video rendering path caught a pre-existing bug with how deferred video underflow is handled \o/ If audio underflowed first, the video renderer's underflow would still be deferred. If a Flush() comes in, the VideoRendererImpl would think it's in the HAVE_NOTHING state and send no update to its buffering state. Once Flush() completed and playback was restarted the renderer would start playback as soon as the audio renderer was ready since the old buffering state for video was have enough. The fix is to never defer video renderer underflow if audio has already underflowed. I've also added a DCHECK() to make it clear that the audio renderer is expected to clear deferred underflow for the video renderer during Flush(). BUG=485324 TEST=new unittest. Review URL: https://codereview.chromium.org/1148473003 Cr-Commit-Position: refs/heads/master@{#330463}
-
hans authored
The binutils headers are used for building LLVM's gold plugin, so should be downloaded before running update.sh, which in some configurations builds Clang locally. BUG=452726 Review URL: https://codereview.chromium.org/1141563003 Cr-Commit-Position: refs/heads/master@{#330462}
-
mtomasz authored
TEST=Manually tested both. BUG=481670 Review URL: https://codereview.chromium.org/1138503005 Cr-Commit-Position: refs/heads/master@{#330461}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/404b3b2..72743b1 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1142863003 Cr-Commit-Position: refs/heads/master@{#330460}
-
jbauman authored
This allows files like surface_resource_holder.h and transferable_resource.h to depend on the typedef without depending on resource_provider.h Review URL: https://codereview.chromium.org/1144523003 Cr-Commit-Position: refs/heads/master@{#330459}
-
dalecurtis authored
Our rendering path has no reasonable expectation of being able to render 1000fps content, so these are bad timestamps that end up wrecking assumptions throughout the rendering pathway. Instead of trying to guard against these frames everywhere, just discard them immediately during enqueue. BUG=488302 TEST=new unittest Review URL: https://codereview.chromium.org/1142723002 Cr-Commit-Position: refs/heads/master@{#330458}
-
zmo authored
This CL should make conformance2/state/gl-get-calls.html mostly passing except for COPY_READ_BUFFER_BINDING/COPY_WRITE_BUFFER_BINDING. BUG=429053 TEST=conformance2/state/gl-get-calls.html R=piman@chromium.org Review URL: https://codereview.chromium.org/1126173003 Cr-Commit-Position: refs/heads/master@{#330457}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/45cd7b0..52fee73 TBR=kbr@chromium.org,yhirano@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1128803008 Cr-Commit-Position: refs/heads/master@{#330456}
-
stanisc authored
Now that 362467 is fixed, VerifyLocalIdToUpdate function is no longer needed and should be removed. This function was added two months ago to help diagnose the root cause. I've verified that there are no new crash dumps with VerifyLocalIdToUpdate since 44.0.2401.0. BUG=362467 Review URL: https://codereview.chromium.org/1145453004 Cr-Commit-Position: refs/heads/master@{#330455}
-
lazyboy authored
BUG=489088 Test=None, internal change. Review URL: https://codereview.chromium.org/1146713002 Cr-Commit-Position: refs/heads/master@{#330454}
-