- 03 Sep, 2014 40 commits
-
-
ccameron authored
It isn't necessary to mess around with sharing CGLContextObjs anymore, they were necessary only to share data between the frame subscriber and the RenderWidgetHostViewMac. Just give each IOSurfaceLayer its own CGLContextObj, and draw using immediate mode (using shaders resulted in an increase in startup time). BUG=314190 TBR=pfeldman@chromium.org R=kbr@chromium.org Review URL: https://codereview.chromium.org/490393002 Cr-Commit-Position: refs/heads/master@{#293103}
-
Dmitry Lomov authored
This reverts commit 03573630 for breaking Android build. TBR=henrika@chromium.org Review URL: https://codereview.chromium.org/538443002 Cr-Commit-Position: refs/heads/master@{#293102}
-
jackhou authored
The test assumes the "Google Chrome.app" bundle is in the same directory as the browser_tests binary. It probably isn't on the official builders. Disable these until we have a workaround. TBR=tapted@chromium.org, rsesek@chromium.org BUG=409615 Review URL: https://codereview.chromium.org/532173002 Cr-Commit-Position: refs/heads/master@{#293101}
-
mtomasz authored
Previously, only apps were allowed to use this api, however most clients will be actually written as extensions. TEST=browser_tests: *FileSystemProvider*Extension* BUG=409487 Review URL: https://codereview.chromium.org/527663002 Cr-Commit-Position: refs/heads/master@{#293100}
-
henrika authored
BUG=NONE TEST=Manual test of WebRTC clients under heavy load. R=asvitkine@chromium.org, tommi@chromium.org Review URL: https://codereview.chromium.org/534533002 Cr-Commit-Position: refs/heads/master@{#293099}
-
kinaba authored
It's now default and unlikely to be turned off. BUG=407455 TEST=manually tested MTP works and about:flags doesn't have the entry for MTP. Review URL: https://codereview.chromium.org/533893003 Cr-Commit-Position: refs/heads/master@{#293098}
-
reed authored
TBR=fmalita@chromium.org Review URL: https://codereview.chromium.org/534963002 Cr-Commit-Position: refs/heads/master@{#293097}
-
mpcomplete authored
It's only half-implemented, but it's the half that lets you connect and send/receive messages, so this seemed like a good stopping point. BUG=403930 Review URL: https://codereview.chromium.org/515923003 Cr-Commit-Position: refs/heads/master@{#293096}
-
lushnikov authored
The patch sets up human-readable name of isolated worlds, generated by extension, to the name of the parent extension. This will be very useful for extension debugging in developer tools. BUG=160977 R=vsevik, yurys Review URL: https://codereview.chromium.org/500823002 Cr-Commit-Position: refs/heads/master@{#293095}
-
hashimoto authored
Remove unneeded include from app_window_contents.cc Move app_window_contents.{cc,h} to extensions/browser/app_window Change the namespace from apps to extensions. BUG=403726 TBR=derat@chromium.org for include&namespace fix Review URL: https://codereview.chromium.org/527693002 Cr-Commit-Position: refs/heads/master@{#293094}
-
mtomasz authored
The length is already available as data.byteLength, where data is of the ArrayBuffer type. TBR=benwells@chromium.org TEST=browser_tests, unit_tests: *FileSystemProvider*Write* BUG=248427 Review URL: https://codereview.chromium.org/530373002 Cr-Commit-Position: refs/heads/master@{#293093}
-
sammc authored
This change implements chrome.serial.send and the chrome.serial.onReceive(Error) events using DataSender and DataReceiver, respectively. It also adds a TimeoutManager to allow control over when callbacks queued by setTimeout are invoked to facilitate testing of send and receive timeouts. BUG=389016 Review URL: https://codereview.chromium.org/509813002 Cr-Commit-Position: refs/heads/master@{#293092}
-
pneubeck authored
BUG=279351 Review URL: https://codereview.chromium.org/510123004 Cr-Commit-Position: refs/heads/master@{#293091}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#293090}
-
eakuefner authored
This CL adds an option --chartjson to the test runner to automatically perform summarization to the specialized Chart JSON format that the perf dashboard has been modified to accept. Passing --chartjson is mutually exclusive with the --output-formatter option. Review URL: https://codereview.chromium.org/531973002 Cr-Commit-Position: refs/heads/master@{#293089}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/c2d22105d9f5430670072c9f31712e1eaca8d86b..19b54260b70e697c0dc31e29206cc564d1fbf114 TBR=hclam@chromium.org,tkent@chromium.org Review URL: https://codereview.chromium.org/530343004 Cr-Commit-Position: refs/heads/master@{#293088}
-
scherkus authored
As a follow up to 792fb3d7, brings VideoRendererImpl in line with AudioRendererImpl and also increases the DVLOG level for the high-frequency CurrentMediaTime() function. TBR=xhwang Review URL: https://codereview.chromium.org/529333002 Cr-Commit-Position: refs/heads/master@{#293087}
-
fukino authored
BUG=409731,391703 TEST=manually Review URL: https://codereview.chromium.org/531403002 Cr-Commit-Position: refs/heads/master@{#293086}
-
machenbach authored
TBR=jarin@chromium.org Review URL: https://codereview.chromium.org/526363002 Cr-Commit-Position: refs/heads/master@{#293085}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/294739b848c7103afa92390855175dd0bd1cc2d8..937c9c7eb4e06d4d3bc495e129c7b8103a5d6c0f CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/531393002 Cr-Commit-Position: refs/heads/master@{#293084}
-
shimazu authored
1. [Blink] https://codereview.chromium.org/515083002/ 2. [Chromium] This patch 3. [Blink] https://codereview.chromium.org/512163002/ 4. [Chromium] https://codereview.chromium.org/509283003/ BUG=390894 TEST=N/A Review URL: https://codereview.chromium.org/516823003 Cr-Commit-Position: refs/heads/master@{#293083}
-
iseki authored
BUG=410126 TEST=content_unittests Review URL: https://codereview.chromium.org/536453007 Cr-Commit-Position: refs/heads/master@{#293082}
-
je_julie.kim authored
The Related CL: https://codereview.chromium.org/515843002/ BUG=282040 Review URL: https://codereview.chromium.org/512603003 Cr-Commit-Position: refs/heads/master@{#293081}
-
erikchen authored
In Yosemite, no views can be in front of the traffic lights controls. Move the content view and the tab strip view to the back of the NSThemeFrame. BUG=408094 Review URL: https://codereview.chromium.org/520733004 Cr-Commit-Position: refs/heads/master@{#293080}
-
raymes authored
Revert of Replace NPObject usage in ppapi with gin (patchset #28 id:540001 of https://codereview.chromium.org/459553003/) Reason for revert: Causing a bunch of top crashes: go/crash/c383c0c43c093ea1 go/crash/576a27ecf5f32094 go/crash/08fc74881d1819ac go/crash/a6a00150ba55c0bf Original issue's description: > Replace NPObject usage in ppapi with gin > > This replaces usage of NPObject in pepper with gin-backed V8 objects. It is unfortunate that this CL is so large, but there isn't a nice way to have the old implementation and the new one side-by-side. > > There are 4 major parts to this CL: > 1) Changing the HostVarTracker to track V8ObjectVars rather than NPObjectVars (host_var_tracker.cc). > 2) Changing plugin elements (in plugin_object.cc) to be gin-backed objects. > 3) Changing postMessage bindings (message_channel.cc) be gin-backed objects. > 4) Changing the implementation of PPB_Var_Deprecated (ppb_var_deprecated_impl.cc) to call directly into V8. > > > BUG=351636 > > Committed: https://chromium.googlesource.com/chromium/src/+/21f446ae855d60cc896b40cb9a3249ed07f150b3 > > Committed: https://chromium.googlesource.com/chromium/src/+/ee49e63baf57e503bd71dfe61c8a80df63eac9aa > > Committed: https://chromium.googlesource.com/chromium/src/+/e06bc5d896e494b9ec556f0e89dcc523778a1432 TBR=jochen@chromium.org,dmichael@chromium.org,kolczyk@opera.com NOTREECHECKS=true NOTRY=true BUG=351636 Review URL: https://codereview.chromium.org/537483002 Cr-Commit-Position: refs/heads/master@{#293079}
-
anujk.sharma authored
Changing the order of weak_ptr_factory in src/ui module, to ensure proper cleanup while object is inactive. BUG=303818 Review URL: https://codereview.chromium.org/533553002 Cr-Commit-Position: refs/heads/master@{#293078}
-
tbarzic authored
BUG=410111 Review URL: https://codereview.chromium.org/534073003 Cr-Commit-Position: refs/heads/master@{#293077}
-
je_julie.kim authored
BUG=N/A Review URL: https://codereview.chromium.org/536763002 Cr-Commit-Position: refs/heads/master@{#293076}
-
spang authored
The demo does GL on the main thread, which broken since we now depend on GpuPlatformSupport(Host). Let's deliver these messages directly via a helper class for those applications. BUG=409978 TEST=ozone_demo --ozone-platform=gbm on link_freon NOTRY=true Review URL: https://codereview.chromium.org/533803003 Cr-Commit-Position: refs/heads/master@{#293075}
-
kcarattini authored
BUG=390086 Review URL: https://codereview.chromium.org/521483003 Cr-Commit-Position: refs/heads/master@{#293074}
-
prasadv authored
BUG=410064 NOTRY=true Review URL: https://codereview.chromium.org/530213003 Cr-Commit-Position: refs/heads/master@{#293073}
-
ckocagil authored
BUG=386749 R=msw Review URL: https://codereview.chromium.org/522103002 Cr-Commit-Position: refs/heads/master@{#293072}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/b11cd8b47a088b4da9aca6bfb590075ac4833068..c2d22105d9f5430670072c9f31712e1eaca8d86b TBR=hclam@chromium.org,tkent@chromium.org Review URL: https://codereview.chromium.org/534913002 Cr-Commit-Position: refs/heads/master@{#293071}
-
jiajia.qin authored
When use_ozone=1 and use_aura=1, it will produce the following link error: obj/ui/views/widget/desktop_aura/views.desktop_native_widget_aura.o: In function `views::DesktopNativeWidgetAura::InitNativeWidget(views::Widget::InitParams const&)': desktop_native_widget_aura.cc: undefined reference to `views::DesktopCursorLoaderUpdater::Create()' R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/510233002 Cr-Commit-Position: refs/heads/master@{#293070}
-
kbr authored
Needed to try to reproduce intermittent failures on tryservers. BUG=407976 Review URL: https://codereview.chromium.org/535743002 Cr-Commit-Position: refs/heads/master@{#293069}
-
sergeyu authored
This adds XMPP implementation that will be used for signaling in the webapp instead of WCS. It depends on TLS support added in the TCP API in Chrome 38. BUG=274652 Review URL: https://codereview.chromium.org/514343002 Cr-Commit-Position: refs/heads/master@{#293068}
-
https://www.google.com/chrome/devices/goodies.htmlandycai authored
BUG=chromium:406628 TEST=manual on daisy Review URL: https://codereview.chromium.org/512323003 Cr-Commit-Position: refs/heads/master@{#293067}
-
mgiuca authored
We're experimenting with a minimal UI and there is no real need to have this button since you don't need to get back to the start page if you find yourself on some other page. BUG=406222 Review URL: https://codereview.chromium.org/527203002 Cr-Commit-Position: refs/heads/master@{#293066}
-
mukai authored
This CL centralizes the dependency to content, so that other files can run independently. BUG=380875 R=xiyuan@chromium.org TEST=build Review URL: https://codereview.chromium.org/518293002 Cr-Commit-Position: refs/heads/master@{#293065}
-
wez authored
This avoids duplication of common VideoPacket initialization across multiple encoders, making addition of new fields (e.g. the recently added shape field) more robust. Review URL: https://codereview.chromium.org/530243002 Cr-Commit-Position: refs/heads/master@{#293064}
-