- 10 Mar, 2015 40 commits
-
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c465abe..d64f94e TBR=jbroman@chromium.org,dstockwell@chromium.org Review URL: https://codereview.chromium.org/991173002 Cr-Commit-Position: refs/heads/master@{#319850}
-
erikchen authored
Previously, devtools_http created a new tcp connection to Chrome for every request. The large_profile generator makes tens of thousands of requests to Chrome over a very short period of time. A socket used for a TCP connection stays in the TIME_WAIT state for 240s after the connection has been closed. This causes the large_profile generator to exhaust the socket limit on Windows. Reusing the http connection fixes this problem. BUG=464609 Review URL: https://codereview.chromium.org/980073006 Cr-Commit-Position: refs/heads/master@{#319849}
-
amistry authored
BUG=11746 Review URL: https://codereview.chromium.org/917863005 Cr-Commit-Position: refs/heads/master@{#319848}
-
inferno authored
TBR=tsepez@chromium.org,ccameron@chromium.org Review URL: https://codereview.chromium.org/988413005 Cr-Commit-Position: refs/heads/master@{#319847}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#319846} -
hidehiko authored
This CL enables suid sandbox on nacl_helper_nonsfi. BUG=358465 TEST=Ran trybots. Ran Non-SFI NaCl app with nacl_helper_nonsfi. Review URL: https://codereview.chromium.org/888903004 Cr-Commit-Position: refs/heads/master@{#319845}
-
kcarattini authored
BUG=436681 Review URL: https://codereview.chromium.org/988263002 Cr-Commit-Position: refs/heads/master@{#319844}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/167eb17..732a92d CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/994853002 Cr-Commit-Position: refs/heads/master@{#319843}
-
henryhsu authored
Add GetMaxResolutionForVAConfigID function to get hardware supported maximum resolution for video encode and decode. This is also the preparation of removing --ignore-resolution-limits-for-accelerated-video-decode flag. Because this function uses va_config_id as parameter, we refactor vaapi_wrapper and add LazyInstance to initialize supported profile infos once and reuse it in Initialize and GetSupportedEncodeProfiles functions. BUG=350197 TEST=Test on squawks, and lumpy. Make sure this function works well. Review URL: https://codereview.chromium.org/872623002 Cr-Commit-Position: refs/heads/master@{#319842}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/dc948a2..c465abe TBR=jbroman@chromium.org,dstockwell@chromium.org Review URL: https://codereview.chromium.org/995693003 Cr-Commit-Position: refs/heads/master@{#319841}
-
enne authored
In order to support impl-side painting plus an embedder without a message loop, cc needs a setting to disable raster. Rastering with impl-side painting requires a task runner (and DCHECKs this). This setting notifies cc that there's no need for a tile manager. Thankfully, tile manager is already considered optional in almost all contexts, and so just a few more callsites needed to be cleaned up to fix a few crashes. With this patch, all cc unittests pass with impl-side painting on by default. Review URL: https://codereview.chromium.org/984113004 Cr-Commit-Position: refs/heads/master@{#319840}
-
dcastagna authored
BUG=464373 Review URL: https://codereview.chromium.org/981063003 Cr-Commit-Position: refs/heads/master@{#319839}
-
mbarbella authored
We cannot commit them at this point because we are running on the IO thread. BUG=465586 Review URL: https://codereview.chromium.org/987583005 Cr-Commit-Position: refs/heads/master@{#319838}
-
noel authored
Note: chromium doesn't support v4 profiles at this time. Apply mozilla fix by Benoit Girard, http://bugzil.la/1132468 BUG=458026,458027 Review URL: https://codereview.chromium.org/984333002 Cr-Commit-Position: refs/heads/master@{#319837}
-
kbr authored
BUG=464836 Review URL: https://codereview.chromium.org/997433002 Cr-Commit-Position: refs/heads/master@{#319836}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/95e34ab..dc948a2 TBR=jbroman@chromium.org,dstockwell@chromium.org Review URL: https://codereview.chromium.org/996433004 Cr-Commit-Position: refs/heads/master@{#319835}
-
felt authored
For legacy reasons, extensions can only request quota if there is an infobar service. In practice, this means that extension background pages are excluded. We should keep this same constraint to avoid changing callback behavior with permission bubbles. BUG= Review URL: https://codereview.chromium.org/989363003 Cr-Commit-Position: refs/heads/master@{#319834}
-
fsamuel authored
This CL updates the createGuest API to return an optional contentWindow. This CL renames GuestSizer to GuestProxyHost which better represents what it does. GuestProxyHost exposes "LoadURLWithParams" which, after navigating, creates a swapped out RenderView for the guest in the embedder's process. This CL removes RegisterDestructionCallback from BrowserPluginGuestDelegate. BUG=456118 Test=WebViewTest.NoContentSettingsAPI runs with display:none now. Review URL: https://codereview.chromium.org/910073003 Cr-Commit-Position: refs/heads/master@{#319833}
-
bnc authored
Remove unnecessary net:: qualifiers in spdy_network_transaction_unittest.cc. BUG= Review URL: https://codereview.chromium.org/984573007 Cr-Commit-Position: refs/heads/master@{#319832}
-
tengs authored
Review URL: https://codereview.chromium.org/981723007 Cr-Commit-Position: refs/heads/master@{#319831}
-
dhaddock authored
First attempt at browsers tests. I've added two tests to cover a regression issue that came up recently where clicking the search result in the autocomplete box didn't show all of the results. Pressing enter didn't do anything either. I have refactored drive_specific/autocomplete so I could make use of it. BUG=chromium:440251,chromium:454907 TEST=browser_tests --gtest_filter="*DriveSpecific/FileManagerBrowserTest.Test/{5/6}" Review URL: https://codereview.chromium.org/983983002 Cr-Commit-Position: refs/heads/master@{#319830} -
mlerman authored
This CL implements Fetchers which can call endpoints defined for the IDP IFrame protocol, specifically listSessions and getToken. This will be used as part of the Cross-Device Promo so that Chrome can mint access tokens of a particular scope based on cookies. BUG=463611 Review URL: https://codereview.chromium.org/973953002 Cr-Commit-Position: refs/heads/master@{#319829}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/baae7d7..95e34ab TBR=jbroman@chromium.org,dstockwell@chromium.org Review URL: https://codereview.chromium.org/992873002 Cr-Commit-Position: refs/heads/master@{#319828}
-
boliu authored
For target android_webview_apk. This only fixes a subset of the issues. BUG= Review URL: https://codereview.chromium.org/991783006 Cr-Commit-Position: refs/heads/master@{#319827}
-
ananta authored
Widen the keyboard detection logic on Windows 8 touch devices and detect slate mode to force OSK on. Changes in this patch as below:- 1. We now check if the device is docked and avoid displaying the OSK in this case. 2. Check the auto rotation state of the device via the GetAutoRotationState API. If auto rotation is disabled or not supported we can safely assume that a keyboard is present on the system. 3. Allow ACPI\* device names in the keyboard device name matching code. 4. Detect if the device is in slate mode, i.e. the keyboard is flipped. We need to display the OSK in this case. BUG=335735 Review URL: https://codereview.chromium.org/988883003 Cr-Commit-Position: refs/heads/master@{#319826}
-
earthdok authored
BUG=358678 R=hclam@chromium.org Review URL: https://codereview.chromium.org/983143004 Cr-Commit-Position: refs/heads/master@{#319825}
-
jrw authored
Review URL: https://codereview.chromium.org/955283002 Cr-Commit-Position: refs/heads/master@{#319824}
-
alexmos authored
This CL adds the plumbing to replicate window.name updates to the associated RenderFrameProxies. This consists of: - sending a FrameHostMsg_DidChangeName to the browser process whenever there's a window.name update in JS - recording the changed name in the frame's FrameReplicationState - forwarding the updated name to any of the frame's proxies in other renderer processes via FrameMsg_DidUpdateName. This is a Chromium-only patch since the plumbing for getting window.name notifications out of Blink was already in place and used in <webview>. <webview>'s Chromium-side window.name code is refactored to use the new plumbing in this CL. BUG= 426512 Review URL: https://codereview.chromium.org/974723002 Cr-Commit-Position: refs/heads/master@{#319823}
-
zhuoyu.qian authored
As the TODO comment by devlin in extension_toolbar_model.h, rename the methods in ExtensionToolbarModel to be OnFoo. BUG= R=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/988633002 Cr-Commit-Position: refs/heads/master@{#319822}
-
erikchen authored
InspectorBackend converts exceptions generated by the websocket library into Telemetry exceptions. In the process, it was losing the original stacktrace. BUG=NONE Review URL: https://codereview.chromium.org/990153003 Cr-Commit-Position: refs/heads/master@{#319821}
-
paulmeyer authored
This flag will prevent an on* property from being created on the view's element. Review URL: https://codereview.chromium.org/988293004 Cr-Commit-Position: refs/heads/master@{#319820}
-
zmo authored
Although ultimately we want to remove validators from command buffer, but the fastest way to allow an experimental WebGL 2 is actually appending the current validators. Appended the BufferTarget as an sample to make sure code generator works. BUG=463599 TEST=gpu_unittests, webgl conformance tests R=sievers@chromium.org Review URL: https://codereview.chromium.org/987123003 Cr-Commit-Position: refs/heads/master@{#319819}
-
johannkoenig authored
Add -fsanitize=cfi-vptr to list of flags disabled in AVX2 code. https://codereview.chromium.org/982363003/ Update to b12f53 https://codereview.chromium.org/996503002 BUG=464797 R=tomfinegan@chromium.org,pcc@chromium.org Review URL: https://codereview.chromium.org/990203003 Cr-Commit-Position: refs/heads/master@{#319818}
-
yawano authored
Previously Gallery.app truncates the file before a blob of new image is created. This means that when some error happens during the creation of new image, the file is overwritten with 0 bytes. To avoid it, this CL creates the blob before truncates the file. BUG=463837 TEST=out/Release/browser_tests --gtest_filter=GalleryJsTest.GalleryItemTest Review URL: https://codereview.chromium.org/988273002 Cr-Commit-Position: refs/heads/master@{#319817}
-
kkimlabs authored
We no longer use uncategorized mode. BUG=451222 Review URL: https://codereview.chromium.org/975383003 Cr-Commit-Position: refs/heads/master@{#319816}
-
xiang.long authored
ServiceWorkerProviderHost will maintain associated registration and all matching living registrations during its lifetime. Get registration for "ready" property request will be handled by fetching the longest matched one without hitting the DB. The MatchRegistration() method could also be used by "claim" functionality later. Blink CL: https://codereview.chromium.org/894983002/ Cleanup & Test: https://codereview.chromium.org/912443002/ BUG=454726,454250,462529 Review URL: https://codereview.chromium.org/894973003 Cr-Commit-Position: refs/heads/master@{#319815}
-
halliwell authored
Chromecast has a utf8 locale, and all calls to setlocale with non-NULL locale name fail. Some of these issues were addressed previously in https://codereview.chromium.org/790903003/ but we still had failures remaining in SysStrings unit tests, in particular ScopedLocale was failing to set the locale. BUG=internal b/19627216 Review URL: https://codereview.chromium.org/987943002 Cr-Commit-Position: refs/heads/master@{#319814}
-
smckay authored
BUG=464578 TEST=Launch the app, check the tooltip when fully backed up. Review URL: https://codereview.chromium.org/988413004 Cr-Commit-Position: refs/heads/master@{#319813}
-
danakj authored
These are mostly unit test changes. There are a fair number of occurances still, but they are not easy (or possible) to change due to STL, third_party, or template requirements. R=Nico BUG=464816 Review URL: https://codereview.chromium.org/992083002 Cr-Commit-Position: refs/heads/master@{#319812}
-
hendrikw authored
Ran into infinite recursion while looking at skia benchmarked skpictures in trace viewer. BenchmarkingCanvas::onDrawPicture was calling SkCanvas::drawPicture, which would call BenchmarkingCanvas::onDrawPicture. BenchmarkingCanvas::onDrawPicture now calls SkCanvas::onDrawPicture, which should break up pictures into multiple commands. Review URL: https://codereview.chromium.org/990373002 Cr-Commit-Position: refs/heads/master@{#319811}
-