- 17 Mar, 2015 40 commits
-
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/8e4186d..2fbbb1a TBR=mkwst@chromium.org,rtoy@chromium.org Review URL: https://codereview.chromium.org/1017453004 Cr-Commit-Position: refs/heads/master@{#320865}
-
wajahat.s authored
The following lint error is reported while building android_webview_apk can be ignored: AwZoomControls.java:76 Use "`Gravity.END`" instead of "`Gravity.RIGHT`" to ensure correct behavior in right-to-left locales: RtlHardcoded [warning] ((FrameLayout.LayoutParams) params).gravity = Gravity.RIGHT; BUG=None. Review URL: https://codereview.chromium.org/1013713003 Cr-Commit-Position: refs/heads/master@{#320864}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1462eb64..c31ed491 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1013473003 Cr-Commit-Position: refs/heads/master@{#320863}
-
michaelpg authored
Only the primary user can enable/disable lucid sleep. BUG=448551 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/1013753006 Cr-Commit-Position: refs/heads/master@{#320862}
-
stanisc authored
According to profiling the first two read passes over SyncData DB are from DirectoryBackingStore::DropDeletedEntries. This function executes two SQL queries that drop entries pending deletion. Since it is uncommon to have entries pending deletion it is far more efficient to remove DirectoryBackingStore::DropDeletedEntries and instead check for the entries matching this criteria inside DirectoryBackingStore::LoadEntries, skip those entries from being loaded and put them straight into Directory's metahandles_to_purge collection which sets them up for deletion during a subsequent database save. See the bug for the preliminary performance results. BUG=464073 Review URL: https://codereview.chromium.org/1008103002 Cr-Commit-Position: refs/heads/master@{#320861}
-
thestig authored
Some websites use labels, but do not wrap inputs in labels and/or do not add the proper for= attribute. Also add a failing test case, which this CL improves upon. BUG=465587 Review URL: https://codereview.chromium.org/1003163003 Cr-Commit-Position: refs/heads/master@{#320860}
-
estade authored
BUG=467771 Review URL: https://codereview.chromium.org/1014743002 Cr-Commit-Position: refs/heads/master@{#320859}
-
fukino authored
BUG=467807 Review URL: https://codereview.chromium.org/1018583002 Cr-Commit-Position: refs/heads/master@{#320858}
-
alekseys authored
Review URL: https://codereview.chromium.org/1013853005 Cr-Commit-Position: refs/heads/master@{#320857}
-
amistry authored
All others have the check disabled, and need to override with a flag. Review URL: https://codereview.chromium.org/1008833003 Cr-Commit-Position: refs/heads/master@{#320856}
-
jeremyim authored
This allows DRPConfig to use different parameter storage mechanisms (for now, just DRP Params) and be isolated from their underlying implementations. BUG=466753 Review URL: https://codereview.chromium.org/1004853002 Cr-Commit-Position: refs/heads/master@{#320855}
-
yawano authored
BUG=463837 TEST=manually tested with chaning the code to throw an error in a promise. Review URL: https://codereview.chromium.org/1006833002 Cr-Commit-Position: refs/heads/master@{#320854}
-
chrisha authored
This also disable a few new features via the instrumentation script, in an attempt to chase down a memory corruption issue. BUG= Review URL: https://codereview.chromium.org/1011743003 Cr-Commit-Position: refs/heads/master@{#320853}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cb8017b..8e4186d TBR=mkwst@chromium.org,rtoy@chromium.org Review URL: https://codereview.chromium.org/1013073002 Cr-Commit-Position: refs/heads/master@{#320852}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/18ef5eb..d0a840d CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1018443006 Cr-Commit-Position: refs/heads/master@{#320851}
-
garykac authored
This removes the special handling for 'application' extension messages and updates AppRemoting to use the recently-added extension mechanism. BUG=465878 Review URL: https://codereview.chromium.org/1002373002 Cr-Commit-Position: refs/heads/master@{#320850}
-
fserb authored
BUG=461032 Review URL: https://codereview.chromium.org/997223003 Cr-Commit-Position: refs/heads/master@{#320849}
-
reveman authored
This provides a mechanism for child processes to notify the browser process that a discardable memory segment has been deleted. This reduces the chance of the browser unnecessarily purging a memory segment that is still useful and it makes total discardable memory usage stats in the browser process better match current usage by all child processes. BUG= TEST=content_unittests --gtest_filter=DiscardableSharedMemoryHeapTest.DeletedCallback, content_browsertests --gtest_filter=ChildDiscardableSharedMemoryManagerBrowserTest.ReleaseFreeMemory Review URL: https://codereview.chromium.org/1009203004 Cr-Commit-Position: refs/heads/master@{#320848}
-
jaekyun authored
On average it takes about 459 ms to create a FIFO file for logging. This delay isn't small compared to the average running time (1354 ms) of a single testcase on native. The delay is because currently creating the FIFO file is blocked until the other end is opened also. So changing it to non-blocking will save the amount of time. BUG=449354 Review URL: https://codereview.chromium.org/1003073002 Cr-Commit-Position: refs/heads/master@{#320847}
-
agoode authored
BUG=431489 Review URL: https://codereview.chromium.org/1007613006 Cr-Commit-Position: refs/heads/master@{#320846}
-
creis authored
ExtensionCrxInstallerTest.InstallDelayedUntilNextUpdate ExtensionApiTest.ChromeRuntimeOpenOptionsPage BrowserCommandControllerBrowserTest:NewAvatarMenuEnabledInGuestMode TBR=jam@chromium.org BUG=417518, 448592 TEST=Site Isolation FYI bots go green. Review URL: https://codereview.chromium.org/1016563002 Cr-Commit-Position: refs/heads/master@{#320845}
-
jamiewalch authored
Review URL: https://codereview.chromium.org/1013633003 Cr-Commit-Position: refs/heads/master@{#320844}
-
amistry authored
Removing all the dead code as a result of this is large change and will be done separately. BUG=439143 Review URL: https://codereview.chromium.org/981773003 Cr-Commit-Position: refs/heads/master@{#320843}
-
estade authored
BUG=none Review URL: https://codereview.chromium.org/1016443004 Cr-Commit-Position: refs/heads/master@{#320842}
-
thestig authored
BUG=467429 Review URL: https://codereview.chromium.org/1018553002 Cr-Commit-Position: refs/heads/master@{#320841}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/b83205a..18ef5eb CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1010803006 Cr-Commit-Position: refs/heads/master@{#320840}
-
danduong authored
This commit keeps the old histogram for history and adds a new one that is resized with newer dimmensions so that the overflow bucket isn't so large. BUG=467238 Review URL: https://codereview.chromium.org/1004033006 Cr-Commit-Position: refs/heads/master@{#320839}
-
gcasto authored
Currently IPCs are disallowed to disincentivize observers from manipulating the DOM after the frame is detached, which may have unpredictable consequences. However this shouldn't resrict observers which want to send IPCs that don't require maniuplating or inspecting the frame. This resitiction is now removed and the restriction on manipulating the frame is more explicitly stated. BUG=450806 Review URL: https://codereview.chromium.org/1014703003 Cr-Commit-Position: refs/heads/master@{#320838}
-
alph authored
It is going to be used by V8 sampling profiler. BUG=406277 Review URL: https://codereview.chromium.org/1007253005 Cr-Commit-Position: refs/heads/master@{#320837}
-
yawano authored
BUG=413541 TEST=manually tested. Review URL: https://codereview.chromium.org/1011633002 Cr-Commit-Position: refs/heads/master@{#320836}
-
kelvinp authored
This CL implements two P0 browser test cases - It2MeBrowserTest.CancelShare - It2MeBrowserTest.VerifyAccessCodeNotReusable This only behavioral change in this CL is that we will always return INVALID_ACCESS_CODE for It2Me Connections failed with HOST_IS_OFFLINE. HOST_IS_OFFLINE suggests that the host portion of the access code is invalid and we should hide this implementation detail from the user. BUG=466849,466850 Review URL: https://codereview.chromium.org/1007543003 Cr-Commit-Position: refs/heads/master@{#320835}
-
kcarattini authored
BUG=466378 Review URL: https://codereview.chromium.org/1016483006 Cr-Commit-Position: refs/heads/master@{#320834}
-
kalman authored
BUG=358315 R=rpaquay@chromium.org Review URL: https://codereview.chromium.org/1012953004 Cr-Commit-Position: refs/heads/master@{#320833}
-
kelvinp authored
This CL encapsulates Me2MeConnectFlow as an object. Ultimately, we would like to create an interface to abstract connection, error handling on the It2MeFlow and the Me2MeFlow on the desktop remoting end. Summary of changes: 1. Move pairingInfo into remoting.Host. 2. Update the field names of remoting.pairingInfo to match storage keys. 3. Move code from crd_connect.js into Me2MeConnectFlow. BUG=466406 Review URL: https://codereview.chromium.org/1008003002 Cr-Commit-Position: refs/heads/master@{#320832}
-
yusukes authored
so that dynamically linked NaCl applications like ARC (App Runtime for Chrome) start faster. ARC is a dynamically linked NaCl application which lists more than 70 DSO files in its nmf file. crrev.com/319931 allowed Chrome to pre-open up to 2 DSO files when it spawns a NaCl plugin process so that the plugin process can open/read/map the DSO files without issuing any Chrome IPC. This CL increase the number of DSO files Chrome can pre-open from 2 to 120+. BUG=348232 BUG=nativeclient:3802 TEST=ipc_tests, browser_tests (*PackagedAppTest.SuccessfulLoad) TEST=manually tested non-SFI ARC apps Review URL: https://codereview.chromium.org/998833002 Cr-Commit-Position: refs/heads/master@{#320831}
-
reed authored
Used until chrome switches to the new skia api BUG= TBR=robertphilips@chromium.org Review URL: https://codereview.chromium.org/1014473005 Cr-Commit-Position: refs/heads/master@{#320830}
-
gunsch authored
R=dmazzoni@chromium.org BUG=None Review URL: https://codereview.chromium.org/1014663002 Cr-Commit-Position: refs/heads/master@{#320829}
-
xunjieli authored
BUG=456424 Review URL: https://codereview.chromium.org/997623002 Cr-Commit-Position: refs/heads/master@{#320828}
-
dmichael authored
BUG=465765 Review URL: https://codereview.chromium.org/1004283003 Cr-Commit-Position: refs/heads/master@{#320827}
-
jbauman authored
The browser compositor contents and renderer contents are each put into separate Surfaces which are aggregated together by a Display. BUG=449319 Review URL: https://codereview.chromium.org/1001203002 Cr-Commit-Position: refs/heads/master@{#320826}
-