- 03 Sep, 2014 40 commits
-
-
leecam authored
This fixes RedirectToUserSpacePolicyWrapper to handle ERRNO ErrorCodes that are behind Conditional ErrorCodes. BUG=408953 TEST=sandbox_linux_unittests: Added new test Review URL: https://codereview.chromium.org/524603002 Cr-Commit-Position: refs/heads/master@{#293116}
-
torne authored
To support unbundled updates we need to stop depending on system libraries. Disable using the system version of libexpat and instead link Chromium's copy, and stop removing the expat sources from the checkout. This increases binary size by ~64KB. Also remove an obsolete comment about using the system version of sqlite; this was never implemented and now will not be. BUG=409851 Review URL: https://codereview.chromium.org/534603002 Cr-Commit-Position: refs/heads/master@{#293115}
-
machenbach authored
TBR=jarin@chromium.org Review URL: https://codereview.chromium.org/537523002 Cr-Commit-Position: refs/heads/master@{#293114}
-
earthdok authored
Also, remove the deprecated base::MessageLoop::Run() calls everywhere in dbus unittests. BUG=365669 R=armansito@chromium.org Review URL: https://codereview.chromium.org/523623003 Cr-Commit-Position: refs/heads/master@{#293113}
-
mharanczyk authored
On windows depending on system/keyboard setting right alt (alt gr) can be seen as alt+ctrl. This is also true for sending VKEY_MENU via SendInput, probably because it is treated as any alt key. To avoid intorducing unwanted ctrl key in sequence use VKEY_LMENU which will only add alt key without a risk of adding ctrl key regardless of system setup. The change fixes CommandsApiTest.DontOverwriteSystemShortcuts test timout. Test expected alt+shift+f, but what was received was ctrl+alt+shift+f. BUG=409567 Review URL: https://codereview.chromium.org/526063002 Cr-Commit-Position: refs/heads/master@{#293112}
-
mkosiba authored
This essentially reverts http://crrev.com/531583002. The super call is necessary for measuring children, however the super call should also happen before the call th mAwContents.onMeasure to make sure the right set of measuredDimensions are used. BUG=None TEST=AndroidWebViewTest TBR=boliu@chromium.org Review URL: https://codereview.chromium.org/536873002 Cr-Commit-Position: refs/heads/master@{#293111}
-
Gordana.Cmiljanovic authored
Add mips64 atomicops to protobuf. BUG=400684 Review URL: https://codereview.chromium.org/517273003 Cr-Commit-Position: refs/heads/master@{#293110}
-
tzik authored
Hold __FUNCTION__ in DoDelete stack to identify for which class DoDelete() is called on the core dump. BUG=393634 Review URL: https://codereview.chromium.org/522643003 Cr-Commit-Position: refs/heads/master@{#293109}
-
Paweł Hajdan, Jr authored
BUG=none R=machenbach@chromium.org Review URL: https://codereview.chromium.org/531003002 Cr-Commit-Position: refs/heads/master@{#293108}
-
vasilii authored
My changes are mostly in these CLs: https://codereview.chromium.org/131003006 https://codereview.chromium.org/139443004 https://codereview.chromium.org/183223003 https://codereview.chromium.org/246253014 https://codereview.chromium.org/226523003 Review URL: https://codereview.chromium.org/403323004 Cr-Commit-Position: refs/heads/master@{#293107}
-
mkwst authored
We need, for example, to test that ServiceWorkers can't be registered on unauthenticated origins[1]. This patch allows '*.test' as a valid URL for tests, and teaches content shell how to resolve them if (and only if) the '--dump-render-tree' flag is set. '.test' is a reserved gTLD[3], and is also used by the W3C's Web Platform Tests[3]; it seems like the best choice of suffix for layout tests. [1]: http://w3c.github.io/webappsec/specs/mixedcontent/#authenticated-origin [2]: http://newgtlds.icann.org/applicants/agb [3]: https://github.com/w3c/web-platform-tests#running-the-tests BUG=410190 Review URL: https://codereview.chromium.org/529403002 Cr-Commit-Position: refs/heads/master@{#293106}
-
qsr authored
This generates constants for the python bindings. R=pkl@chromium.org,cmasone@chromium.org Review URL: https://codereview.chromium.org/517353002 Cr-Commit-Position: refs/heads/master@{#293105}
-
dcheng authored
BUG=110610 Review URL: https://codereview.chromium.org/509423002 Cr-Commit-Position: refs/heads/master@{#293104}
-
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}
-