- 29 Apr, 2015 35 commits
-
-
tsergeant authored
Partial revert of 00e86ade This is a revived version of WebsiteSettingsPopupLegacy, which contains detailed connection and certificate information, similar to the desktop website settings popup. The popup is accessed through a 'Details' link in the page info popup. BUG=425158 Review URL: https://codereview.chromium.org/1100283002 Cr-Commit-Position: refs/heads/master@{#327429}
-
xiyuan authored
BUG=480941 Review URL: https://codereview.chromium.org/1105193002 Cr-Commit-Position: refs/heads/master@{#327428}
-
jrw authored
Hosts registered through GCD can't be brought online yet, because the host doesn't know how to use the XMPP credentials it gets from GCD. BUG=471928 Review URL: https://codereview.chromium.org/1111603002 Cr-Commit-Position: refs/heads/master@{#327427}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e9c60e7..ba9eaab TBR=pdr@chromium.org,caseq@chromium.org Review URL: https://codereview.chromium.org/1112763002 Cr-Commit-Position: refs/heads/master@{#327426}
-
boliu authored
This workarounds a memory corruption bug in PowerVR drivers that cause memory corruption. The bug happens when EGLImageTargetTexture2DOES is called on an already defined texture object. Workaround is to always create a new texture id each time. This only works if there are no other code saving the old texture id, and only AsyncPixelTransferDelegateIdle needed to be updated to not do this. BUG=480992 Review URL: https://codereview.chromium.org/1105153003 Cr-Commit-Position: refs/heads/master@{#327425}
-
benwells authored
This means bookmark apps can use proper icons from the web page or the pages manifest, and have these reflectd on all devices the bookmark app is synced to. BUG=480049 Review URL: https://codereview.chromium.org/1066623008 Cr-Commit-Position: refs/heads/master@{#327424}
-
isherman authored
BUG=461181 R=erikchen@chromium.org, scheib@chromium.org Review URL: https://codereview.chromium.org/1096383006 Cr-Commit-Position: refs/heads/master@{#327423}
-
tedchoc authored
BUG=481801 Review URL: https://codereview.chromium.org/1113723002 Cr-Commit-Position: refs/heads/master@{#327422}
-
scheib authored
Documented in developer console, avoiding raising an exception, and on developer documentation page sample. BUG=154662 Review URL: https://codereview.chromium.org/1107163002 Cr-Commit-Position: refs/heads/master@{#327421}
-
apacible authored
In a separate CL, route.description was renamed to route.title. Review URL: https://codereview.chromium.org/1111073002 Cr-Commit-Position: refs/heads/master@{#327420}
-
jdduke authored
Tap-triggered selections should not trigger the selection handles. If a longpress occurs before a tap-triggered selection, suppress activation of the selection handles. BUG=471280 Review URL: https://codereview.chromium.org/1113653002 Cr-Commit-Position: refs/heads/master@{#327419}
-
andresantoso authored
When activating Chrome app from another app, often times we are reactivating the same browser window. In this case, we don't need to update prefs with a new profile and window position. Avoiding prefs update is good because it triggers JSON file writing to disk (after a 10 seconds delay). BUG=482027 Review URL: https://codereview.chromium.org/1105423003 Cr-Commit-Position: refs/heads/master@{#327418}
-
cmasone authored
The session manager is once again providing a RestartJobWithAuth method to allow callers to directly authorize their request to restart the browser by providing a unix domain socket ready to be SO_PEERCREDified in lieu of a pid. This has the advantage of working inside a PID namespace, while normal dbus mechanisms do not. BUG=448821 TEST=integration tests TBD R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/1111653002 Cr-Commit-Position: refs/heads/master@{#327417}
-
msarda authored
This CL starts finding BLE phone devices that advertise smart lock services when the screen is locked. It unlocks the Chrome when such a device is found. BUG=478073 Review URL: https://codereview.chromium.org/1102473003 Cr-Commit-Position: refs/heads/master@{#327416}
-
dmazzoni authored
The DumpAccessibilityEvent* tests sometimes fail when there's an event on a ROLE_SYSTEM_WINDOW, but these events are out of our control for a non-interactive test, so just filter them out. BUG=none Review URL: https://codereview.chromium.org/1114683002 Cr-Commit-Position: refs/heads/master@{#327415}
-
mariakhomenko authored
Defers unblocking renderer's requests until the asynchronous activity and tab loading process is complete and we are ready to handle additional requests. Adds new android-specific API to resume the requests and web contents delegate API to allow the deferral for resuming renderer request handling. BUG=432562 Review URL: https://codereview.chromium.org/1095913002 Cr-Commit-Position: refs/heads/master@{#327414}
-
dpranke authored
Prior to this change, we were doing static builds. This will affect the following bots: - tryserver.v8: - v8_android_chromium_gn_dbg - tryserver.chromium.linux: - android_chromium_gn_compile_dbg - tryserver.blink: - android_blink_compile_dbg - chromium.webkit: - Android GN (dbg) R=cjhopman@chromium.org BUG=481714 Review URL: https://codereview.chromium.org/1108973002 Cr-Commit-Position: refs/heads/master@{#327413}
-
kmarshall authored
suspend state and waking it up. Make ProcessManager inherit from EventPageTracker. Add new WakeExtension method to ProcessManager. R=kalman@chromium.org,mfoltz@chromium.org BUG= Review URL: https://codereview.chromium.org/1096313003 Cr-Commit-Position: refs/heads/master@{#327412}
-
dpranke authored
The 'gn_all' target in src/BUILD.gn didn't actually build everything, which could be confusing. This patch renames the target to 'both_gn_and_gyp' which should make the intent clearer, and reworks the accompanyhing targets in both the GN and GYP builds to match. R=jam@chromium.org BUG= Review URL: https://codereview.chromium.org/1104213005 Cr-Commit-Position: refs/heads/master@{#327411}
-
lgarron authored
SchemeIsSecure was changed to SchemeIsCryptographic in https://codereview.chromium.org/1049953003 . BUG=362214 Review URL: https://codereview.chromium.org/1108673002 Cr-Commit-Position: refs/heads/master@{#327410}
-
kalman authored
sent from the same context. This adds 2 tests, one that has always been the case, and a second regression test which r325585 accidentally fixed. BUG=479951 R=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/1108203004 Cr-Commit-Position: refs/heads/master@{#327409}
-
rsleevi authored
SSL3 is dead, and while the about:flags still lives on, the fear of a need to remotely re-enable SSL3 is gone, and has passed without incident for several releases, so we can remove the supporting glue code. Also fix a style nit while here. BUG=427671 R=eroman@chromium.org Review URL: https://codereview.chromium.org/1111043002 Cr-Commit-Position: refs/heads/master@{#327408}
-
estade authored
Doing this requires adding a new listener interface on WindowAndroid. BUG=428087 Review URL: https://codereview.chromium.org/1112643004 Cr-Commit-Position: refs/heads/master@{#327407}
-
eroman authored
BUG=455942 Review URL: https://codereview.chromium.org/1111923002 Cr-Commit-Position: refs/heads/master@{#327406}
-
eroman authored
BUG=455942 Review URL: https://codereview.chromium.org/1109263002 Cr-Commit-Position: refs/heads/master@{#327405}
-
scottmg authored
FAILED: ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\cl.exe" /nologo /showIncludes /FC @obj\base\win\base_static_win64.pe_image.obj.rsp /c ..\..\base\win\pe_image.cc /Foobj\base\win\base_static_win64.pe_image.obj /Fdobj\base\base_static_win64.cc.pdb d:\src\cr2\src\base\win\pe_image.cc(571): error C2220: warning treated as error - no 'object' file generated d:\src\cr2\src\base\win\pe_image.cc(571): warning C4311: 'reinterpret_cast': pointer truncation from 'LPVOID' to 'DWORD' d:\src\cr2\src\base\win\pe_image.cc(571): warning C4302: 'reinterpret_cast': truncation from 'LPVOID' to 'DWORD' d:\src\cr2\src\base\win\pe_image.cc(573): warning C4311: 'reinterpret_cast': pointer truncation from 'PVOID' to 'DWORD' d:\src\cr2\src\base\win\pe_image.cc(573): warning C4302: 'reinterpret_cast': truncation from 'PVOID' to 'DWORD' R=cpu@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/1117433003 Cr-Commit-Position: refs/heads/master@{#327404}
-
scottmg authored
[171->263/443 ~9] CXX obj\content\browser\content_browser.plugin_service_impl.obj FAILED: ninja -t msvc -e environment.x86 -- "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe" /nologo /showIncludes /FC @obj\content\browser\content_browser.plugin_service_impl.obj.rsp /c ..\..\content\browser\plugin_service_impl.cc /Foobj\content\browser\content_browser.plugin_service_impl.obj /Fdobj\content\content_browser.cc.pdb d:\src\cr2\src\content\browser\plugin_service_impl.cc(842): error C2220: warning treated as error - no 'object' file generated d:\src\cr2\src\content\browser\plugin_service_impl.cc(842): warning C4302: 'reinterpret_cast': truncation from 'HANDLE' to 'ATOM' R=jam@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/1111913002 Cr-Commit-Position: refs/heads/master@{#327403}
-
jbudorick authored
BUG=267773 Review URL: https://codereview.chromium.org/1105323002 Cr-Commit-Position: refs/heads/master@{#327402}
-
jdduke authored
The shutdown sequence for a given WebContents involves the ContentViewCore detaching itself from WebContentsViewAndroid. This in turn detaches the ContentViewCore from RenderWidgetHostViewAndroid. However, as the state of the ContentViewCore may be inconsistent during shutdown, calls into ContentViewCore during detachment may be unreliable. Avoid such calls by caching the WindowAndroid exposed by ContentViewCore; the window has stronger lifetime guarantees and can safely be used during detachment. BUG=479878,464642 Review URL: https://codereview.chromium.org/1103213003 Cr-Commit-Position: refs/heads/master@{#327401}
-
afakhry authored
Disabled for the official build of cros trunk for now. BUG=482121 TBR=yoshiki@chromium.org Review URL: https://codereview.chromium.org/1110883004 Cr-Commit-Position: refs/heads/master@{#327400}
-
jennyz authored
Fix the issue where the active output device is lost after the device suspend/resume without any active stream. BUG=478968 Review URL: https://codereview.chromium.org/1109793005 Cr-Commit-Position: refs/heads/master@{#327399}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/a832422..e9c60e7 TBR=pdr@chromium.org,caseq@chromium.org Review URL: https://codereview.chromium.org/1112733002 Cr-Commit-Position: refs/heads/master@{#327398}
-
jonross authored
Verify the behaviour of chrome.system.display.setDisplayProperties, while in TouchView mode. Changes applied to the screen rotation should enable the rotation lock, which would prevent accelerometer rotations. TEST=DisplayInfoProviderChromeosTest.SetRotationDuringMaximizeMode BUG=358900 Review URL: https://codereview.chromium.org/1109553003 Cr-Commit-Position: refs/heads/master@{#327397}
-
brianderson authored
This makes SingleThreadProxy behave like ThreadProxy. BUG=481436 Review URL: https://codereview.chromium.org/1113493007 Cr-Commit-Position: refs/heads/master@{#327396}
-
jbroman authored
Skia already calls save/restore on the canvas. BUG= Review URL: https://codereview.chromium.org/1116523002 Cr-Commit-Position: refs/heads/master@{#327395}
-
- 28 Apr, 2015 5 commits
-
-
jbauman authored
Roughly every resource transferred should be used, so reserve that much space in the set. This improves performance on the SurfaceAggregator perftests by around 10%. Review URL: https://codereview.chromium.org/1100713004 Cr-Commit-Position: refs/heads/master@{#327394}
-
tfarina authored
Tested on Mac with the following command lines: $ rm -rf out/ $ ./build/gyp_chromium $ ninja -C out/Debug sandbox_mac_unittests $ out/Debug/sandbox_mac_unittests BUG=138542 TEST=see above R=jln@chromium.org Review URL: https://codereview.chromium.org/1099393003 Cr-Commit-Position: refs/heads/master@{#327393}
-
johannkoenig authored
Restrict vp9 decoder to 16384x16384 https://codereview.chromium.org/1106303002 BUG=450939 Fix arm/LTO build https://codereview.chromium.org/1085023004 Hopefully fix AVX2 detection once and for all https://codereview.chromium.org/1104213004 BUG=480586 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/1115503002 Cr-Commit-Position: refs/heads/master@{#327392}
-
rdevlin.cronin authored
BrowserActionsBarRedesignBrowserTest.OverflowedBrowserActionPopupTest is flaky on Mac bots. Disabling while investigating. Review URL: https://codereview.chromium.org/1111073003 Cr-Commit-Position: refs/heads/master@{#327391}
-
aurimas authored
Old behavior: Two images would get duplicated and user would infitintely scroll through two images. New behavior: We only show two images and user is bound to be between image one and two. BUG=394399 Review URL: https://codereview.chromium.org/1116483002 Cr-Commit-Position: refs/heads/master@{#327390}
-